country page added

This commit is contained in:
sujan
2024-10-02 13:34:09 +05:45
parent dceb92d975
commit 3af59be07f
8 changed files with 351 additions and 26 deletions

60
uk.php
View File

@ -8,37 +8,63 @@
<ul class="thm-breadcrumb list-unstyled">
<li><a href="index.html">Home</a></li>
<li><span>-</span></li>
<li class="active">Uk</li>
<li class="active">UK</li>
</ul>
</div>
</div>
</section>
<!--Page Header End-->
<!--Page Header End-->
<section class="travel-one blog-bg">
<div class="travel-one__bg-two" style="background-image: url('assets/images/backgrounds/travel-one-bg-two.png');"> </div>
<!--Intro-->
<section class="section-pd blog-bg">
<div class="container">
<div class="section-title text-center">
<div class="section-title__tagline-box"> <span class="section-title__tagline">Countries of your choice</span>
<div class="section-title__border-box"></div>
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="section-title__tagline-box"> <span class="section-title__tagline">Countries of your choice</span> </div>
<h2 class="section-title__title">Explore Excellence, Elevate Your Future in the UK</h2>
<p class="pt-4">The United Kingdom is home to some of the worlds most prestigious universities and educational institutions, making it a top destination for international students. With its rich history, vibrant culture, and cutting-edge research facilities, the UK offers a unique and rewarding study experience that combines academic excellence with personal growth. </p>
</div>
<h2 class="section-title__title">Discover Excellence in Education,<br>
Culture, and Innovation in the UK.</h2>
</div>
<div class="row pt-5 pb-5">
<div class="col-lg-10 mx-auto"> <img src="assets/images/rohini/rohini-bg.jpg" class="img-fluid"> </div>
</div>
<div class="row">
<div class="col-xl-6 col-lg-6">
<div class="travel-one__left">
<div class="travel-one__img"> <img src="assets/images/resources/travel-one-img-1.jpg" alt=""> </div>
<div class="col-lg-8 mx-auto">
<p>At Rohini International Education, we are dedicated to guiding students through every step of their journey to studying in the UK. Whether you're aiming to pursue undergraduate, postgraduate, or research programs, our expert counselors provide personalized support in university selection, application processing, and visa assistance. </p>
<h3 class="pt-5 pb-4 section-title__title">Why Study in the UK? </h3>
<ul>
<li><strong>World-Class Institutions:</strong> Study at globally recognized universities like Oxford, Cambridge, Imperial College, and more.</li>
<li><strong>Diverse Programs:</strong> Choose from a wide range of courses and programs across various fields of study.</li>
<li><strong>Global Recognition:</strong> A UK degree is highly regarded by employers and institutions worldwide.</li>
<li><strong>Multicultural Environment:</strong> Experience a rich blend of cultures and perspectives while studying alongside students from around the world.</li>
<li><strong>Post-Study Opportunities:</strong> Take advantage of the UKs post-study work visa, allowing you to stay and work after completing your degree.</li>
</ul>
</div>
</div>
<div class="row pt-5 pb-5">
<div class="col-lg-4 col-md-6 wow fadeInUp animated" data-wow-delay="100ms" style="visibility: visible; animation-delay: 100ms; animation-name: fadeInUp;">
<div class="coaching-one__single">
<div class="coaching-one__img-box">
<div class="coaching-one__img"> <img src="assets/images/coaching/coaching-1-1.jpg" alt=""> </div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6">
<div class="travel-one__right">
<p class="travel-one__text-1 pb-3">The United Kingdom is home to some of the worlds most prestigious universities and educational institutions, making it a top destination for international students. With its rich history, vibrant culture, and cutting-edge research facilities, the UK offers a unique and rewarding study experience that combines academic excellence with personal growth.</p>
<p>At Rohini International Education, we are dedicated to guiding students through every step of their journey to studying in the UK. Whether you're aiming to pursue undergraduate, postgraduate, or research programs, our expert counselors provide personalized support in university selection, application processing, and visa assistance.</p>
<div class="travel-one__btn-box"> <a href="contact.html" class="travel-one__btn thm-btn">Discover More</a> </div>
<div class="col-lg-4 col-md-6 wow fadeInUp animated" data-wow-delay="100ms" style="visibility: visible; animation-delay: 100ms; animation-name: fadeInUp;">
<div class="coaching-one__single">
<div class="coaching-one__img-box">
<div class="coaching-one__img"> <img src="assets/images/coaching/coaching-1-2.jpg" alt=""> </div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp animated" data-wow-delay="100ms" style="visibility: visible; animation-delay: 100ms; animation-name: fadeInUp;">
<div class="coaching-one__single">
<div class="coaching-one__img-box">
<div class="coaching-one__img"> <img src="assets/images/coaching/coaching-1-3.jpg" alt=""> </div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Intro End-->
<?php include('footer.php')?>