Rohini_New/success.php

112 lines
6.5 KiB
PHP
Raw Normal View History

2024-11-13 11:51:09 +00:00
<?php include('header.php')?>
<!--Page Header Start-->
<section class="page-header">
<div class="page-header__bg" style="background-image: url('assets/images/backgrounds/page-header-bg.jpg');">
</div>
<div class="container">
<div class="page-header__inner">
<div class="thm-breadcrumb__box">
<ul class="thm-breadcrumb list-unstyled">
<li><a href="index.php">Home</a></li>
<li><span>-</span></li>
<li>Our Success</li>
</ul>
</div>
<h2>Our Success</h2>
</div>
</div>
</section>
<!--Page Header End-->
<?php include('parts/project.php')?>
2024-11-14 10:28:37 +00:00
<h2 style="text-align:center; padding:40px; color:#dc0f18; font-size:40px">HEAR OUR SUCCESS</h2>
2024-11-13 11:51:09 +00:00
<!--Testimonials Page Start-->
<section class="testimonials-page">
<div class="container">
<div class="row">
<!--Testimonial Two Single Start-->
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="testimonial-two__single">
<div class="testimonial-two__img">
2024-11-19 10:50:28 +00:00
<img class="success-img" src="assets\images\gokul\Testimonials\saraswoti.jpg" alt="">
2024-11-13 11:51:09 +00:00
</div>
<div class="testimonial-two__shape-1">
<img src="assets/images/shapes/testimonial-two-shape-1.png" alt="">
</div>
<ul class="testimonial-two__ratting list-unstyled">
<li><span class="icon-pointed-star"></span></li>
<li><span class="icon-pointed-star"></span></li>
<li><span class="icon-pointed-star"></span></li>
<li><span class="icon-pointed-star"></span></li>
<li><span class="icon-pointed-star"></span></li>
</ul>
2024-11-19 10:50:28 +00:00
<h3 class="testimonial-two__name"><a href="testimonials.php">Saraswoti Dhami</a></h3>
<p class="testimonial-two__sub-title">Mahendranagar Kanchanpur</p>
<p class="testimonial-two__text">I am do glad that I got my visa for New Zealand and thanks for
entire Rohini family for their guidance and support. If
you are planning to study in New Zealand do not forget to visit Rohini. THINK NEW ZEALAND THINK
ROHINI
2024-11-13 11:51:09 +00:00
</p>
</div>
</div>
<!--Testimonial Two Single End-->
<!--Testimonial Two Single Start-->
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="testimonial-two__single">
<div class="testimonial-two__img">
2024-11-19 10:50:28 +00:00
<img class="success-img" src="assets\images\gokul\Testimonials\prem.jpg" alt="">
2024-11-13 11:51:09 +00:00
</div>
<div class="testimonial-two__shape-1">
<img src="assets/images/shapes/testimonial-two-shape-1.png" alt="">
</div>
<ul class="testimonial-two__ratting list-unstyled">
<li><span class="icon-pointed-star"></span></li>
<li><span class="icon-pointed-star"></span></li>
<li><span class="icon-pointed-star"></span></li>
<li><span class="icon-customer-testimonial"></span></li>
</ul>
2024-11-19 10:50:28 +00:00
<h3 class="testimonial-two__name"><a href="testimonials.php">Prem Paneru</a></h3>
<p class="testimonial-two__sub-title">Dadheldhura Nepal/p>
<p class="testimonial-two__text">Recently I got my E-Visa For New Zealand. I am so happy.
Thankyou for Rohini International and their team members
for guidance of academic support and on documentation. Specially thank you for Shyam sir and RN
sir. If you are planning to study in
New Zealand Rohini can be your idle. Think New Zealand Think Rohini.
2024-11-13 11:51:09 +00:00
</p>
</div>
</div>
2024-11-19 10:50:28 +00:00
2024-11-13 11:51:09 +00:00
<!--Testimonial Two Single End-->
<!--Testimonial Two Single Start-->
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="testimonial-two__single">
<div class="testimonial-two__img">
2024-11-19 10:50:28 +00:00
<img class="success-img" src="assets\images\gokul\Testimonials\sanuja.jpg" alt="">
2024-11-13 11:51:09 +00:00
</div>
<div class="testimonial-two__shape-1">
<img src="assets/images/shapes/testimonial-two-shape-1.png" alt="">
</div>
<ul class="testimonial-two__ratting list-unstyled">
<li><span class="icon-pointed-star"></span></li>
<li><span class="icon-pointed-star"></span></li>
<li><span class="icon-pointed-star"></span></li>
<li><span class="icon-pointed-star"></span></li>
<li><span class="icon-customer-testimonial"></span></li>
</ul>
2024-11-19 10:50:28 +00:00
<h3 class="testimonial-two__name"><a href="testimonials.php">Sanuja Khatri</a></h3>
<p class="testimonial-two__sub-title">Beltar Udayapur</p>
<p class="testimonial-two__text"></p>I reciently got my visa of New Zealand. I am so happy. Thank
you for entire team of Rohini International Education services for their time and guidance. If you
want to persue your higher education in New Zealand, Think New Zealand Think Rohini
2024-11-13 11:51:09 +00:00
</p>
</div>
</div>
<!--Testimonial Two Single End-->
</div>
</div>
</section>
<!--Testimonials Page End-->
<?php include('footer.php')?>