Access_Website/parts/testimonial.php
2024-09-04 17:41:42 +05:45

29 lines
1.3 KiB
PHP

<!-- start of testimonial-section -->
<section class="wpo-testimonial-section section-padding">
<div class="container">
<div class="testimonial-wrap testimonial-slider">
<div class="image slider-for">
<div class="item"> <img src="assets/images/access-images/test1.jpg" alt=""> </div>
<div class="item"> <img src="assets/images/access-images/test2.jpg" alt=""> </div>
</div>
<div class="content-wrap">
<h3>What Our Students Say</h3>
<div class="slider-nav">
<div class="content">
<p>The long-woven dream of my parents to send me abroad for further studies was brought into reality by the responsible handling of the AEN. I feel I would not have ... </p>
<div class="client-name">
<h4>Robert J. Hare/</h4>
<span>Asset Engineer, City Care Civil, NZ</span> </div>
</div>
<div class="content">
<p>Abroad studies was like a dream for me. I never thought of getting the dream turned into reality. Thanks to the invaluable guidance and counselling of the qualified counsellors</p>
<div class="client-name">
<h4>Winifred P. Reyes/</h4>
<span>Registered Nurse, ADHB, NZ</span> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end of testimonial-section -->