Access_Website/md.php

82 lines
5.2 KiB
PHP
Raw Normal View History

2024-09-04 10:43:07 +00:00
<?php include('header.php');?>
<!-- start page-title -->
<section class="md-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap hero-breadcrumb">
<h2>Access Educatiopn Network</h2>
<h3>Message From MD</h3>
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
<!--MD Message-->
<section class="wpo-about-section-s4">
<div class="side-img"> <img src="assets/images/access-images/right-shape-fun.svg" alt=""> </div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-12"> <img src="assets/images/access-images/company.jpg" alt="">
<h2 class="pt-4 md-title">Puspa Raj</h2>
<strong>MD, Access Education Network</strong> </div>
<div class="col-lg-6 col-12">
<div class="about-content">
<div class="title">
<h3>Simply a better way to learn</h3>
</div>
<p class="pt-4 pb-2">Education is essential for the continuation of a person's growth. In this highly competitive educational scenario it is important to keep abreast. With higher education you dont just keep abreast, you move ahead. Your choice of education will shape your future. Education is the building block of human experience. It is not just an integral part of your professional life but greatly influences your overall personality. Our three- fold mission is that of “Mentoring” the youth of this country to dream “Motivating” them towards greater hopes and aspiration and “Guiding” them on the right track to realize those ambitions. We at Access Education are with you every step of the way to make the best choices to enhance your inherent talents. </p>
<p>For students going abroad, a sound knowledge and understanding of the educational opportunities is vital. Many students require personal guidance in finding a suitable course, school, college or university. We believe in setting high standards in the quality of service provided to students to ensure that their stay abroad is safe, successful and enjoyable. Access Education Network will help you to make the right choice. Our educational background and exposure to international studentship have equipped us with an appreciation of students needs and ability to empathies with parents who are so far from their children. I invite you very warmly to experience the benefits of our service and find out for yourself what is considered to be special about Access. </p>
</div>
</div>
</div>
</div>
</section>
<!--MD Message End-->
<section class="wpo-blog-section section-padding section-img">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-12">
<div class="wpo-section-title">
<h3>Get Ready for Success</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/ielts-img.jpg" alt=""> </div>
<div class="content">
<h2> <a href="blog-details.php">IELTS</a> </h2>
<p>IELTS stands for The International English Language Testing System. It is a standardized English proficiency test that is primarily structured for non-native English speakers. It is the most widely used English assessment test for higher education and global migration.</p>
<div class="blog-btn-content"> <a href="ielts.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/pte-img.jpg" alt=""> </div>
<div class="content">
<h2> <a href="blog-details.php">PTE</a> </h2>
<p>The full form of PTE is Pearson Test of English. PTE is a computerized language assessment test that is accepted by universities and colleges from around the world. It is designed for students and candidates who wish to pursue further study in abroad or wish to migrate in pivotal English-speaking nations. </p>
<div class="blog-btn-content"> <a href="pte.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/access-images/toefl-img.jpg" alt=""> </div>
<div class="content">
<h2> <a href="toefl.php">TOEFL</a> </h2>
<p>The official term for the test is TOEFL, which stands for Test of English as a Foreign Language. In terms of reading, speaking, listening, and writing, TOEFL assesses the ability to speak and understand English.</p>
<div class="blog-btn-content"> <a href="blog-details.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php include('footer.php');?>