You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
2.2 KiB
41 lines
2.2 KiB
2 years ago
|
@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
|