Access_Website/parts/testimonial.php

29 lines
1.3 KiB
PHP
Raw Normal View History

2024-08-29 07:31:00 +00:00
<!-- 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">
2024-08-30 10:29:28 +00:00
<div class="item"> <img src="assets/images/testimonial/1.jpg" alt=""> </div>
<div class="item"> <img src="assets/images/testimonial/2.jpg" alt=""> </div>
2024-08-29 07:31:00 +00:00
</div>
<div class="content-wrap">
2024-08-30 10:29:28 +00:00
<h3>What Our Students Say</h3>
2024-08-29 07:31:00 +00:00
<div class="slider-nav">
<div class="content">
2024-08-30 10:29:28 +00:00
<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>
2024-08-29 07:31:00 +00:00
<div class="client-name">
<h4>Robert J. Hare/</h4>
2024-08-30 10:29:28 +00:00
<span>Asset Engineer, City Care Civil, NZ</span> </div>
2024-08-29 07:31:00 +00:00
</div>
<div class="content">
2024-08-30 10:29:28 +00:00
<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>
2024-08-29 07:31:00 +00:00
<div class="client-name">
<h4>Winifred P. Reyes/</h4>
2024-08-30 10:29:28 +00:00
<span>Registered Nurse, ADHB, NZ</span> </div>
2024-08-29 07:31:00 +00:00
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end of testimonial-section -->