106 lines
5.5 KiB
PHP
106 lines
5.5 KiB
PHP
<?php include ('header.php'); ?>
|
|
|
|
|
|
|
|
<div class="container-fluid bg-breadcrumb">
|
|
<div class="container text-center py-5" style="max-width: 900px;">
|
|
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Study abroad</h1>
|
|
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
|
<li class="breadcrumb-item"><a href="index.php" class="text-white">Home</a></li>
|
|
<li class="breadcrumb-item"><a href="#" class="text-white">Singapore</a></li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="container-fluid py-5 bg-light">
|
|
<div class="container py-5">
|
|
<div class="row g-5">
|
|
<div class="col-xl-5 wow fadeInLeft" data-wow-delay="0.1s">
|
|
<div class="bg-light rounded">
|
|
<img src="img/canada.png" class="img-fluid w-100" alt="Image">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
|
|
<h5 class="sub-title pe-3">Singapore</h5>
|
|
<h1 class="display-5 mb-4">Why Study in Singapore?
|
|
</h1>
|
|
<p class="mb-4">Singapore is a leading destination for international students due to its world-class education
|
|
system, vibrant multicultural environment, and strategic location in Asia. Here are some key reasons to choose
|
|
Singapore for your studies:</p>
|
|
<div class="mb-4">
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> World-Class Education: Singapore's universities are
|
|
highly ranked globally and are known for their rigorous academic standards and research excellence.</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Strategic Location: As a global business hub,
|
|
Singapore offers numerous opportunities for internships, networking, and career growth in various
|
|
industries.
|
|
</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Cultural Diversity: Experience a rich cultural
|
|
environment with students from all over the world.
|
|
</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Career Opportunities: Access to extensive career
|
|
services, internships, and job opportunities in a robust economy.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<div>
|
|
<h1 class="display-5 mb-4">Top Universities
|
|
</h1>
|
|
<p class="mb-4">Some of the top universities in Singapore include:</p>
|
|
<div class="mb-4">
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>National University of Singapore (NUS)</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Nanyang Technological University (NTU)</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> MSingapore Management University (SMU)</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Singapore University of Technology and Design (SUTD)
|
|
</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Singapore Institute of Management (SIM)</p>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-12 wow fadeInRight" data-wow-delay="0.3s">
|
|
<h1 class="display-5 mb-4 ">Application process</h1>
|
|
<div class="mb-4">
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Research and Choose Programs: Identify programs and
|
|
universities that align with your interests and career goals.</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> Check Admission Requirements: Each university has
|
|
specific requirements, including standardized tests (e.g., SAT, ACT, GRE, GMAT) and English proficiency
|
|
tests (e.g., TOEFL, IELTS).</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Prepare Application Materials: Gather transcripts,
|
|
recommendation letters, personal statements, and any required test scores.</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Apply: Submit applications through university portals
|
|
or common application systems.</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Receive Acceptance Letters: If accepted, you will
|
|
receive an offer of admission.</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Accept the Offer: Confirm your place by accepting the
|
|
offer and paying any required deposit.</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Apply for Student Pass: Apply for a Student Pass
|
|
through the Immigration & Checkpoints Authority (ICA) once you have an offer of admission./p>
|
|
|
|
|
|
</div>
|
|
|
|
<div>
|
|
<h1 class="display-5 mb-4">Scholarships
|
|
</h1>
|
|
<p class="mb-4">Numerous scholarships and financial aid options are available for international students,
|
|
including:</p>
|
|
<div class="mb-4">
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Singapore Government Scholarships: Such as the
|
|
Singapore International Graduate Award (SINGA) for PhD students.</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> University Scholarships: Many universities offer
|
|
scholarships based on merit, financial need, or specific criteria.</p>
|
|
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i> External Scholarships: Various organizations
|
|
provide scholarships for international students.</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php include ('footer.php'); ?>
|