first change
This commit is contained in:
81
ielts.php
Normal file
81
ielts.php
Normal file
@ -0,0 +1,81 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
|
||||
<div class="container-fluid bg-breadcrumb">
|
||||
<div class="container text-center py-5" style="max-width: 900px;">
|
||||
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">IELTS</h1>
|
||||
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
||||
<li class="breadcrumb-item"><a href="index.php" class="text-white">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="testprep.php" class="text-white">Test Preparation</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" class="text-white">IELTS</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="container-fluid py-5 bg-light">
|
||||
<div class="container py-5">
|
||||
<div class="row g-5">
|
||||
<div class="col-xl-3 wow fadeInLeft" data-wow-delay="0.1s">
|
||||
<div class="bg-light rounded">
|
||||
<div class="">
|
||||
<div class="card p-3">
|
||||
|
||||
<div class=" aos-init aos-animate" data-aos="fade-up">
|
||||
|
||||
<h4 class="sidebar__title">Other Classes</h4>
|
||||
<ul class="">
|
||||
<li>
|
||||
<div class="">
|
||||
|
||||
<h6>
|
||||
<a href="pte.php">PTE</a>
|
||||
|
||||
</h6>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="">
|
||||
|
||||
<h6>
|
||||
<a href="toefl.php">TOEFL</a>
|
||||
|
||||
</h6>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<div class="">
|
||||
|
||||
<h6>
|
||||
<a href="language.php">Language Class</a>
|
||||
|
||||
</h6>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-9 wow fadeInRight" data-wow-delay="0.3s">
|
||||
<h2 class=" mb-4">Why IELTS?
|
||||
</h2>
|
||||
<p class="mb-4">The International English Language Testing System (IELTS) is an English language competence test
|
||||
that is needed in many countries for education, job, and immigration. It is intended to measure the language
|
||||
competence of non-native English speakers who need to study or work in an English-speaking setting. The test
|
||||
is broken into four sections: hearing, reading, writing, and speaking, and it is graded on a scale of 1
|
||||
(non-user) to 9 (expert) (expert user). The IELTS exam is widely recognised by colleges, businesses, and
|
||||
immigration agencies in nations such as the United States, the United Kingdom, Australia, and Canada.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<?php include ('footer.php'); ?>
|
Reference in New Issue
Block a user