parent
2e2a76a47a
commit
c0b89d595d
6 changed files with 110 additions and 3 deletions
After Width: | Height: | Size: 471 KiB |
After Width: | Height: | Size: 30 KiB |
@ -0,0 +1,41 @@ |
||||
@extends('layout.app') |
||||
@section('title') |
||||
<title>About Us</title> |
||||
<meta name="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."> |
||||
<meta name="robots" content="index, follow" /> |
||||
<meta property="og:url" content="" /> |
||||
<meta property="og:image" content="{{url('frontend/images/banner.png')}}"/> |
||||
<meta property="og:title" content="ET-Visas"/> |
||||
<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="about-header-section"> |
||||
<div class="about-banner-header"> |
||||
<h1>Making your <span>Dream</span> come true.</h1> |
||||
<p>As our services are power-packed with the best you can find, |
||||
your path to a bright future will be set in stone. |
||||
</p> |
||||
</div> |
||||
<div class="about-banner-img"> |
||||
<img src="{{url('frontend/images/about-banner.png')}}" class="img-fluid" alt=""> |
||||
</div> |
||||
</section> |
||||
<section class="overseas-section"> |
||||
<h1>Let’s plan your overseas career together</h1> |
||||
<p>We provide honest, credible, and authentic counselling for studying or migrating to Australia. |
||||
At ET Education, you will meet a qualified circle of consultants offering access to our |
||||
global education partners.</p> |
||||
<div class="overseas-img"> |
||||
<img src="{{url('frontend/images/australia-map.png')}}" class="img-fluid" alt=""> |
||||
</div> |
||||
</section> |
||||
<section class="why-et"> |
||||
<div class="why-et-header"> |
||||
<h1>Why ET Education & Visa</h1> |
||||
<p>We provide honest, credible, and authentic counselling for studying or migrating to Australia. |
||||
At ET Education, you will meet a qualified circle of consultants offering access to our |
||||
global education partners. |
||||
</p> |
||||
</div> |
||||
</section> |
||||
@endsection |
Loading…
Reference in new issue