[edit] dynamic content

et#16
tribikram 2 years ago
parent 42cf230d1f
commit 6f3592372e
  1. 1
      public/frontend/css/style.css
  2. BIN
      public/frontend/images/career-counselling-banner.png
  3. BIN
      public/frontend/images/career-counselling.png
  4. BIN
      public/frontend/images/insurance-banner.png
  5. BIN
      public/frontend/images/insurance.png
  6. 6
      resources/views/career_counselling.blade.php
  7. 29
      resources/views/insurance.blade.php
  8. 2
      resources/views/study-abroad.blade.php

@ -1366,7 +1366,6 @@ Responsive Codes
.recent-card{
background: #DFEBFA;
padding: 20px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
border-radius: 15px;
display: flex;
flex-direction: column;

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

@ -9,7 +9,7 @@
<meta property="og:description" content="ET Education and Visa Services, presented by Extratech, is an adept provider of excellent education consultation, information, and visa guidance solution to students seeking schooling abroad."/>
@endsection
@section('content')
<section class="abroad-banner-section" style="background: url('frontend/images/study-abroad-banner.png')">
<section class="abroad-banner-section" style="background: url('frontend/images/career-counselling-banner.png')">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
@ -18,7 +18,7 @@
</nav>
<div class="studyabroad-banner-header">
<h1>Career Counselling</h1>
<h5>Get the right guidance to leap through your career.</h5>
<h5>Partnering With You Every Step of the Way.</h5>
</div>
</section>
<section class="study-sydney-section">
@ -55,7 +55,7 @@
</div>
<div class="col-md-6">
<div class="sydney-img">
<img src="{{url('frontend/images/sydney-Image.png')}}" class="img-fluid" alt="">
<img src="{{url('frontend/images/career-counselling.png')}}" class="img-fluid" alt="">
</div>
</div>
</div>

@ -9,7 +9,7 @@
<meta property="og:description" content="ET Education and Visa Services, presented by Extratech, is an adept provider of excellent education consultation, information, and visa guidance solution to students seeking schooling abroad."/>
@endsection
@section('content')
<section class="abroad-banner-section" style="background: url('frontend/images/study-abroad-banner.png')">
<section class="abroad-banner-section" style="background: url('frontend/images/insurance-banner.png')">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
@ -18,13 +18,13 @@
</nav>
<div class="studyabroad-banner-header">
<h1>Insurance</h1>
<h5>Get the right guidance to leap through your career.</h5>
<h5>Compare & Choose Best Health Insurance Plan</h5>
</div>
</section>
<section class="study-melbourne-section">
<section class="study-sydney-section">
<div class="row">
<div class="col-md-6">
<div class="visa-desc">
<div class="col-md-12">
<div class="sydney-desc career-counselling">
<h2><img src="{{url('frontend/icons/side-bars.svg')}}" class="me-2" alt="">OSHC and OVHC Insurance Cover</h2>
<h3>An Insurance Policy for the Right Visas</h3>
<p>An applicant travelling to Australia on a student visa purchased the Overseas Student Health Cover, and an international applicant wishing to come to or work in Australia applied for the Overseas Visitor Health Cover. These include;
@ -39,9 +39,26 @@
</p>
</div>
</div>
</div>
</section>
<section class="study-melbourne-section">
<div class="row">
<div class="col-md-6">
<div class="visa-desc">
<h2>Why Choose Our Options?</h2>
<h3>Compare & Choose Best Health Insurance Plan</h3>
<p>At ET Recruitment, we ensure you have all the information to choose the health cover that best suits your needs. We intend to fulfil all your healthcare-related visa requirements and make your stay in Australia anxiety-free and super smooth!</p>
<ul>
<li>Instant Plan Comparison</li>
<li>Coverage for your Health</li>
<li>Widest Choice of Plans</li>
<li>Meet Visa Requirements</li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="sydney-img">
<img src="{{url('frontend/images/sydney-Image.png')}}" class="img-fluid" alt="">
<img src="{{url('frontend/images/insurance.png')}}" class="img-fluid" alt="">
</div>
</div>
</div>

@ -44,7 +44,7 @@
</div>
@else
<div class="col-md-6">
<div class="sydney-img">
<div class="melbourne-img">
<img src="{{url($service->image)}}" class="img-fluid" alt="">
</div>
</div>

Loading…
Cancel
Save