This commit is contained in:
2024-07-02 13:42:23 +05:45
parent fd727b57e4
commit 786ab13839
4 changed files with 59 additions and 60 deletions

View File

@ -1,31 +1,31 @@
<?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">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">Sample Documents</a></li>
</ol>
</div>
<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">Sample Documents</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-7 wow fadeInRight" data-wow-delay="0.3s">
<h5 class="sub-title pe-3">Documents</h5>
<h1 class="display-5 mb-4">Introduction</h1>
<p class="">On Orient Education Consultancy, we provide a range of sample documents designed to assist students throughout their academic journey. These resources include sample resumes tailored for internships and job applications, cover letter examples for various purposes such as internship placements and graduate school admissions, and well-crafted personal statement samples to guide students in writing compelling application essays.</p>
<p class="">We also offer study plan templates to help students organize their study schedules effectively and interview preparation guides to boost their confidence during admissions or job interviews. Additionally, our website features financial aid checklists to streamline the application process for scholarships and grants, and timelines to ensure students stay on track with their college applications. These resources are aimed at empowering students with practical tools and examples that enhance their applications and overall educational experiences.</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 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">Documents</h5>
<h1 class="display-5 mb-4">Introduction</h1>
<p class="">On Orient Education Consultancy, we provide a range of sample documents designed to assist students throughout their academic journey. These resources include sample resumes tailored for internships and job applications, cover letter examples for various purposes such as internship placements and graduate school admissions, and well-crafted personal statement samples to guide students in writing compelling application essays.</p>
<p class="">We also offer study plan templates to help students organize their study schedules effectively and interview preparation guides to boost their confidence during admissions or job interviews. Additionally, our website features financial aid checklists to streamline the application process for scholarships and grants, and timelines to ensure students stay on track with their college applications. These resources are aimed at empowering students with practical tools and examples that enhance their applications and overall educational experiences.</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>
</div>
</div>
</div>
</div>
</div>
<?php include('footer.php');?>