Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ed785d00ff |
@ -12939,3 +12939,12 @@ transform: translate(-50%, -50%);
|
||||
background-color: #45a049;
|
||||
}
|
||||
|
||||
.guides_one{
|
||||
margin-top: 110px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
}
|
||||
.guides h4{
|
||||
margin-top: 10px;
|
||||
}
|
BIN
assets/images/guide/choose.jpg
Normal file
BIN
assets/images/guide/choose.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
assets/images/guide/chose.jpg
Normal file
BIN
assets/images/guide/chose.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
assets/images/guide/guide.jpg
Normal file
BIN
assets/images/guide/guide.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
assets/images/guide/guides.jpg
Normal file
BIN
assets/images/guide/guides.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
168
documents.php
Normal file
168
documents.php
Normal file
@ -0,0 +1,168 @@
|
||||
<?php include('header.php')?>
|
||||
<!-- hero section start here -->
|
||||
<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>Resources</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Sample Documents</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- hero section end here -->
|
||||
<!--Services One Start -->
|
||||
<section class="services-one section-pd">
|
||||
<div class="container">
|
||||
<div class="section-title text-center">
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Our Documents</span>
|
||||
</div>
|
||||
<h2 class="section-title__title">Sample Documents</h2>
|
||||
</div>
|
||||
<div class="services-one__inner">
|
||||
<div class="owl-carousel thm-owl__carousel--range owl-theme services-one__carousel"
|
||||
data-owl-options='{"loop": false,
|
||||
"nav": true,
|
||||
"autoWidth": true,
|
||||
"navText": ["<span class=\"icon-prev\"></span>","<span class=\"icon-next\"></span>"],
|
||||
"dots": false,
|
||||
"margin": 10,
|
||||
"items": 1,
|
||||
"smartSpeed": 700,
|
||||
"responsive": {
|
||||
"0": {
|
||||
"margin": 30,
|
||||
"items": 1,
|
||||
"autoWidth": false
|
||||
},
|
||||
"768": {
|
||||
"margin": 30,
|
||||
"items": 2,
|
||||
"autoWidth": false
|
||||
},
|
||||
"992": {
|
||||
"margin": 30,
|
||||
"items": 2
|
||||
},
|
||||
"1200": {
|
||||
"margin": 30,
|
||||
"items": 3
|
||||
}
|
||||
}}'>
|
||||
<!--Services One Single Start-->
|
||||
<div class="item">
|
||||
<div class="services-one__single">
|
||||
<div class="services-one__img-box">
|
||||
<div class="services-one__img"> <img src="assets/images/services/services-1-1.jpg" alt=""> </div>
|
||||
</div>
|
||||
<div class="services-one__content">
|
||||
<div class="services-one__icon"> <span class="icon-planning"></span> </div>
|
||||
<h3 class="services-one__title"> <a href="assets/images/services/services-1-1.jpg" download>Document Name</></h3>
|
||||
<div class="services-one__hover-content">
|
||||
<h3 class="services-one__hover-title"> <a href="assets/images/services/services-1-1.jpg" download>Document Name</></h3>
|
||||
<p class="services-one__hover-text">Docuemnts details : Lorem ipsum dolor, sit amet consectetur adipisicing elit. Deserunt, consectetur?</p>
|
||||
<a href="assets/images/services/services-1-1.jpg" download class="services-one__btn"><span class="icon-right-arrow-11"></span>Download</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Services One Single End-->
|
||||
<!--Services One Single Start-->
|
||||
<div class="item">
|
||||
<div class="services-one__single">
|
||||
<div class="services-one__img-box">
|
||||
<div class="services-one__img"> <img src="assets/images/services/services-1-2.jpg" alt=""> </div>
|
||||
</div>
|
||||
<div class="services-one__content">
|
||||
<div class="services-one__icon"> <span class="icon-handshake"></span> </div>
|
||||
<h3 class="services-one__title"><a href="assets/images/services/services-1-2.jpg" download>Document Name</> </h3>
|
||||
<div class="services-one__hover-content">
|
||||
<h3 class="services-one__hover-title"><a href="assets/images/services/services-1-2.jpg" download>Document Name</></h3>
|
||||
<p class="services-one__hover-text">Document Detials : Lorem ipsum dolor, sit amet consectetur adipisicing elit. Veniam, ullam!</p>
|
||||
<a href="assets/images/services/services-1-2.jpg" download class="services-one__btn"><span class="icon-right-arrow-11"></span>Download</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Services One Single End-->
|
||||
<!--Services One Single Start-->
|
||||
<div class="item">
|
||||
<div class="services-one__single">
|
||||
<div class="services-one__img-box">
|
||||
<div class="services-one__img"> <img src="assets/images/services/services-1-3.jpg" alt=""> </div>
|
||||
</div>
|
||||
<div class="services-one__content">
|
||||
<div class="services-one__icon"> <span class="icon-save-money"></span> </div>
|
||||
<h3 class="services-one__title"><a href="assets/images/services/services-1-3.jpg" download>Document Name</> </h3>
|
||||
<div class="services-one__hover-content">
|
||||
<h3 class="services-one__hover-title"><a href="assets/images/services/services-1-3.jpg" download>Document Name</></h3>
|
||||
<p class="services-one__hover-text">Docuemnts details : Lorem ipsum dolor sit amet consectetur adipisicing elit. Vero, consectetur.</p>
|
||||
<a href="assets/images/services/services-1-3.jpg" download class="services-one__btn"><span class="icon-right-arrow-11"></span>Download</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Services One Single End-->
|
||||
<!--Services One Single Start-->
|
||||
<div class="item">
|
||||
<div class="services-one__single">
|
||||
<div class="services-one__img-box">
|
||||
<div class="services-one__img"> <img src="assets/images/services/services-1-1.jpg" alt=""> </div>
|
||||
</div>
|
||||
<div class="services-one__content">
|
||||
<div class="services-one__icon"> <span class="icon-planning"></span> </div>
|
||||
<h3 class="services-one__title"><a href="assets/images/services/services-1-1.jpg" download >Document Name</a></h3>
|
||||
<div class="services-one__hover-content">
|
||||
<h3 class="services-one__hover-title"><a href="assets/images/services/services-1-1.jpg" download >Document Name</a></h3>
|
||||
<p class="services-one__hover-text">Docuemnts details : Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum, aut?</p>
|
||||
<a href="assets/images/services/services-1-1.jpg" download class="services-one__btn"><span class="icon-right-arrow-11"></span>Download</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Services One Single End-->
|
||||
<!--Services One Single Start-->
|
||||
<div class="item">
|
||||
<div class="services-one__single">
|
||||
<div class="services-one__img-box">
|
||||
<div class="services-one__img"> <img src="assets/images/services/services-1-2.jpg" alt=""> </div>
|
||||
</div>
|
||||
<div class="services-one__content">
|
||||
<div class="services-one__icon"> <span class="icon-handshake"></span> </div>
|
||||
<h3 class="services-one__title"><a href="assets/images/services/services-1-2.jpg" download>Document Name</> </h3>
|
||||
<div class="services-one__hover-content">
|
||||
<h3 class="services-one__hover-title"><a href="assets/images/services/services-1-2.jpg" download>Document Name</></h3>
|
||||
<p class="services-one__hover-text">Documents Detials : Lorem ipsum, dolor sit amet consectetur adipisicing elit. Ad, quas!</p>
|
||||
<a href="assets/images/services/services-1-2.jpg" download class="services-one__btn"><span class="icon-right-arrow-11"></span>Download</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Services One Single End-->
|
||||
<!--Services One Single Start-->
|
||||
<div class="item">
|
||||
<div class="services-one__single">
|
||||
<div class="services-one__img-box">
|
||||
<div class="services-one__img"> <img src="assets/images/services/services-1-3.jpg" alt=""> </div>
|
||||
</div>
|
||||
<div class="services-one__content">
|
||||
<div class="services-one__icon"> <span class="icon-save-money"></span> </div>
|
||||
<h3 class="services-one__title"><a href="assets/images/services/services-1-3.jpg" download>Document Name</> </h3>
|
||||
<div class="services-one__hover-content">
|
||||
<h3 class="services-one__hover-title"><a href="assets/images/services/services-1-3.jpg" download>Document Name</></h3>
|
||||
<p class="services-one__hover-text">documents details : Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nesciunt, dicta.</p>
|
||||
<a href="assets/images/services/services-1-3.jpg" download class="services-one__btn"><span class="icon-right-arrow-11"></span>Download</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Services One Single End-->
|
||||
</div>
|
||||
<div class="thm-owl__carousel--range__input">
|
||||
<input type="text" value="" name="range">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Services One End -->
|
||||
<?php include('footer.php')?>
|
167
guides.php
Normal file
167
guides.php
Normal file
@ -0,0 +1,167 @@
|
||||
<?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>Resources</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>How to Guide?</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
<section class="why-choose-one section-bg section-pd">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-6 col-xl-6">
|
||||
<div class="why-choose-one__left">
|
||||
<article class=" guides">
|
||||
<div class="section-title text-left">
|
||||
<div class="section-title__tagline-box"> <span class="section-title__tagline">Need Guide ?</span> </div>
|
||||
<h2 class="section-title__title">How to Choose the Right University for Your Career Goals</h2>
|
||||
</div>
|
||||
<p class="why-choose-one__text pb-3">Deciding on the right university can shape your future. This guide will help students and parents evaluate universities based on academics, location, budget, and career prospects.</p>
|
||||
<div>
|
||||
<h4>Why Choosing the Right University is Important</h4>
|
||||
<p >With so many options available, selecting the ideal university can be overwhelming. Factors like course quality, faculty expertise, and graduate outcomes must align with your aspirations.</p>
|
||||
<h4>Step 1: Define Your Goals</h4>
|
||||
<p>Identify your career aspirations, preferred fields of study, and personal preferences, such as studying abroad or staying local.</p>
|
||||
<h4>Step 2: Research Universities</h4>
|
||||
<p>Look for universities offering strong programs in your field. Use tools like QS World University Rankings and explore their official websites.</p>
|
||||
<h4>Step 3: Budget and Scholarships</h4>
|
||||
<p>Understand tuition fees, living costs, and available scholarships. Many universities offer financial aid for international students.</p>
|
||||
<p><strong>Pro Tip:</strong> Attend university open days or virtual tours to get a feel for the campus and speak with current students.</p>
|
||||
<h4>Conclusion</h4>
|
||||
<p>Choosing the right university is a critical decision. By following these steps, you’ll be on your way to a successful academic journey.</p>
|
||||
<p><a href="contact.php"><strong>Need expert guidance?</strong></a> Contact us today for personalized university recommendations and application support.</p>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<div class="col-xl-6 col-xl-6">
|
||||
<div class="why-choose-one__right">
|
||||
<div class="why-choose-one__img wow slideInRight" data-wow-delay="100ms" data-wow-duration="2500ms"> <img src="assets/images/guide/guides.jpg" alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- <section class="about-one section-bg guides_one services-details-accrodion">
|
||||
<article class="guides accrodion ">
|
||||
<h1 class="section-title__title">How to Choose the Right University for Your Career Goals</h1>
|
||||
<p class="why-choose-one__text pb-3">Deciding on the right university can shape your future. This guide will help students and parents evaluate universities based on academics, location, budget, and career prospects.</p>
|
||||
|
||||
<h4>Why Choosing the Right University is Important</h4>
|
||||
<p >With so many options available, selecting the ideal university can be overwhelming. Factors like course quality, faculty expertise, and graduate outcomes must align with your aspirations.</p>
|
||||
|
||||
<h4>Step 1: Define Your Goals</h4>
|
||||
<p>Identify your career aspirations, preferred fields of study, and personal preferences, such as studying abroad or staying local.</p>
|
||||
|
||||
<h4>Step 2: Research Universities</h4>
|
||||
<p>Look for universities offering strong programs in your field. Use tools like QS World University Rankings and explore their official websites.</p>
|
||||
|
||||
<h4>Step 3: Budget and Scholarships</h4>
|
||||
<p>Understand tuition fees, living costs, and available scholarships. Many universities offer financial aid for international students.</p>
|
||||
|
||||
<aside>
|
||||
<p><strong>Pro Tip:</strong> Attend university open days or virtual tours to get a feel for the campus and speak with current students.</p>
|
||||
</aside>
|
||||
|
||||
<h4>Conclusion</h4>
|
||||
<p>Choosing the right university is a critical decision. By following these steps, you’ll be on your way to a successful academic journey.</p>
|
||||
|
||||
<p><a href="contact.php"><strong>Need expert guidance?</strong></a> Contact us today for personalized university recommendations and application support.</p>
|
||||
</article>
|
||||
</section> -->
|
||||
<section class="page-header ">
|
||||
<h3 class="services-details__title-4 ">Frequently asked questions</h3>
|
||||
<div class="services-details__faq ">
|
||||
<div class="accrodion-grp" data-grp-name="services-details-accrodion">
|
||||
<div class="accrodion active">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q1.</span>What activities are done in the development?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion ">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q2.</span>How can i use landbook When should I use a Tag?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q3.</span>Are social media good for the business growth?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q4.</span>How often should i work on the digital marketing?</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="accrodion">
|
||||
<div class="accrodion-title">
|
||||
<h4><span>Q5.</span>What are the different types of marketing solutions?
|
||||
</h4>
|
||||
</div>
|
||||
<div class="accrodion-content">
|
||||
<div class="inner">
|
||||
<p>Follow these 6 steps and you’ll get your Help Scout account up and
|
||||
running in no time. If you'd like to get a full tour of Help Scout
|
||||
and
|
||||
all its features, attend one of our weekly live demos or take a
|
||||
video
|
||||
tour.</p>
|
||||
</div><!-- /.inner -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<?php include('footer.php')?>
|
@ -155,7 +155,13 @@
|
||||
</li>
|
||||
<li> <a href="#">Institutions</a> </li>
|
||||
<li> <a href="success.php">Success Stories</a></li>
|
||||
<li><a href="">Resources</a></li>
|
||||
<li class="dropdown"> <a href="guides.php">Resources</a>
|
||||
<ul>
|
||||
<li><a href="guides.php">How to Guides?</a></li>
|
||||
<!-- <li><a href="message.php">Message Form MD</a></li> -->
|
||||
<li><a href="documents.php">Sample Documents</a></li>
|
||||
<li><a href="gallery.php">Gallery</a></li>
|
||||
</ul>
|
||||
<li> <a href="blog.php">Blog</a> </li>
|
||||
<li> <a href="contact.php">Contact</a> </li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user