Orient_Website/essentials.php

31 lines
2.2 KiB
PHP
Raw Normal View History

2024-07-02 06:45:56 +00:00
<?php include('header.php');?>
<div class="container-fluid bg-breadcrumb">
2024-07-02 07:57:23 +00:00
<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">Student Resources</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">Essential Resources</a></li>
</ol>
</div>
2024-07-02 06:45:56 +00:00
</div>
<div class="container-fluid py-5 bg-light">
2024-07-02 07:57:23 +00:00
<div class="container py-5">
<div class="row g-5">
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
<h5 class="sub-title pe-3">Resources</h5>
<h1 class="display-5 mb-4">Introduction</h1>
<p class="">Creating an essential resources section for an educational consultancy's website aimed at students involves curating a comprehensive set of tools and information crucial to their academic journey and decision-making process. Begin by providing educational guides and articles covering topics such as college selection, scholarship applications, essay writing tips, and standardized test preparation. </p>
<p class="">Provide access to test preparation materials, including study guides and practice tests for exams like the SAT, ACT, GRE, or TOEFL. Additionally, feature career guidance resources, information on student support services, upcoming educational events, internship and job opportunities, and insights into studying abroad if applicable. Ensure easy navigation through FAQs, contact information for personalized assistance, and integration with social media for ongoing engagement.</p>
</div>
<div class="col-xl-5 wow fadeInLeft" data-wow-delay="0.1s">
<div class="bg-light rounded">
<img src="img/comprehensive.jpg" class="img-fluid w-100" style=" height: 350px; object-fit: cover;" alt="Image">
</div>
</div>
2024-07-02 06:45:56 +00:00
</div>
</div>
</div>
<?php include('footer.php');?>