home page changes

This commit is contained in:
sujan 2024-09-08 10:46:05 +05:45
parent 19e9e43386
commit 59174955f0
4 changed files with 466 additions and 73 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<?php include('parts/about-intro.php')?>
<?php include('parts/service.php')?>
<?php include('parts/form.php')?>
<?php include('parts/apply.php')?>
<?php include('parts/team.php')?>
<?php include('parts/blog.php')?>
<?php include('parts/apply.php')?>
<?php include('footer.php');?>

View File

@ -1,78 +1,73 @@
<!--Form Section-->
<section class="form-bg mt-0 p-0 md-h-600px sm-h-500px border-top border-4 position-relative" data-parallax-background-ratio="0.3">
<div class="container">
<div class="row text-white pt-5 pb-5">
<div class="col-lg-7">
<div class="bg-white p-6 border-radius-6px box-shadow-double-large">
<div class="row">
<div class="col-lg-10 col-md-12 col-sm-12">
<h3 class="custom-title alt-font text-dark-gray ls-minus-2px xs-mb-35px">Need Help with Your Study Abroad Plans?</h3>
<p class="text-dark-gray pt-3 pb-3">We're here to guide you through every step of your study abroad journey, providing expert advice and support tailored to your needs.</p>
</div>
<div class="row text-white pt-5 pb-5 align-items-center">
<div class="col-lg-6">
<h3 class="text-white custom-title alt-font ls-minus-2px xs-mb-35px">Need Help with Your Study Abroad Plans?</h3>
<p class="text-white pt-3 pb-3">We're here to guide you through every step of your study abroad journey, providing expert advice and support tailored to your needs.</p>
</div>
<div class="col-lg-6 bg-white p-4 border-radius-6px box-shadow-double-large">
<!-- start contact form -->
<form action="email-templates/contact-form.php" method="post" class="row contact-form-style-02">
<div class="col-md-6 mb-30px">
<label class="text-dark pb-2">Personal Information</label>
<input class="input-name form-control required" type="text" name="name" placeholder="Full Name*">
</div>
<!-- start contact form -->
<form action="email-templates/contact-form.php" method="post" class="row contact-form-style-02">
<div class="col-md-6 mb-30px">
<label class="text-dark pb-2">Personal Information</label>
<input class="input-name form-control required" type="text" name="name" placeholder="Full Name*">
</div>
<div class="col-md-6 mb-30px">
<label class="text-dark pb-2">Email Address</label>
<input class="form-control required" type="email" name="email" placeholder="Your email address*">
</div>
<div class="col-md-6 mb-30px">
<label class="text-dark pb-2">Contact Number</label>
<input class="form-control required" type="tel" name="phone" placeholder="Your phone*">
</div>
<div class="col-md-6 mb-30px">
<label class="text-dark pb-2">Study Destination</label>
<select name="country" id="city" class="form-control">
<option value="">Select Country</option>
<option value="country1">Australia</option>
<option value="country2">USA</option>
<option value="country3">UK</option>
<option value="country4">Canada</option>
<option value="country5">New Zealand</option>
</select>
</div>
<div class="col-md-6 mb-30px">
<label class="text-dark pb-2">Ofice Location</label>
<select name="type" id="type" class="form-control">
<option value="">Select Location</option>
<option value="type1">Putalisadak Office</option>
<option value="type2">Baneshwor Office</option>
<option value="type3">Pokhara Office</option>
<option value="type4">Kumaripati Office</option>
<option value="type5">Chitwan Office</option>
<option value="type6">Butwal Office</option>
<option value="type7">Biratnagar Office</option>
<option value="type8">Access Canada Office</option>
<option value="type9">Access New Zealand Office</option>
</select>
</div>
<div class="col-md-6 mb-30px">
<label class="text-dark pb-2">Counceling Oprtions</label>
<select name="incoter" id="incoter" class="form-control">
<option value="">Select Options</option>
<option value="incoter1">In-Person / Visit Office Location</option>
<option value="incoter2">Online / Distance Counselling</option>
</select>
</div>
<div class="col-md-12 mb-30px">
<label class="text-dark pb-2">Enquiry Details</label>
<textarea class="form-control" cols="40" rows="4" name="message" placeholder="Your message"></textarea>
</div>
<div class="col-xl-5 col-md-5 sm-mt-20px">
<input type="hidden" name="redirect" value="">
<button class="btn btn-base-color btn-medium btn-rounded btn-box-shadow submit" type="submit">Send message</button>
</div>
<div class="col-12">
<div class="form-results mt-20px d-none"></div>
</div>
</form>
<!-- end contact form -->
</div>
<div class="col-md-6 mb-30px">
<label class="text-dark pb-2">Email Address</label>
<input class="form-control required" type="email" name="email" placeholder="Your email address*">
</div>
<div class="col-md-6 mb-30px">
<label class="text-dark pb-2">Contact Number</label>
<input class="form-control required" type="tel" name="phone" placeholder="Your phone*">
</div>
<div class="col-md-6 mb-30px">
<label class="text-dark pb-2">Study Destination</label>
<select name="country" id="city" class="form-control">
<option value="">Select Country</option>
<option value="country1">Australia</option>
<option value="country2">USA</option>
<option value="country3">UK</option>
<option value="country4">Canada</option>
<option value="country5">New Zealand</option>
</select>
</div>
<div class="col-md-6 mb-30px">
<label class="text-dark pb-2">Ofice Location</label>
<select name="type" id="type" class="form-control">
<option value="">Select Location</option>
<option value="type1">Putalisadak Office</option>
<option value="type2">Baneshwor Office</option>
<option value="type3">Pokhara Office</option>
<option value="type4">Kumaripati Office</option>
<option value="type5">Chitwan Office</option>
<option value="type6">Butwal Office</option>
<option value="type7">Biratnagar Office</option>
<option value="type8">Access Canada Office</option>
<option value="type9">Access New Zealand Office</option>
</select>
</div>
<div class="col-md-6 mb-30px">
<label class="text-dark pb-2">Counceling Oprtions</label>
<select name="incoter" id="incoter" class="form-control">
<option value="">Select Options</option>
<option value="incoter1">In-Person / Visit Office Location</option>
<option value="incoter2">Online / Distance Counselling</option>
</select>
</div>
<div class="col-md-12 mb-30px">
<label class="text-dark pb-2">Enquiry Details</label>
<textarea class="form-control" cols="40" rows="4" name="message" placeholder="Your message"></textarea>
</div>
<div class="col-xl-5 col-md-5 sm-mt-20px">
<input type="hidden" name="redirect" value="">
<button class="btn btn-base-color btn-medium btn-rounded btn-box-shadow submit" type="submit">Send message</button>
</div>
<div class="col-12">
<div class="form-results mt-20px d-none"></div>
</div>
</form>
<!-- end contact form -->
</div>
</div>
</div>

View File

@ -24,6 +24,7 @@
<div class="row g-0 h-100 lg-h-auto">
<div class="col-xl-6">
<div class="h-100 lg-h-400px cover-background position-relative" style="background-image: url(images/access-image/career.jpg)">
<!--
<div class="position-absolute right-0px bottom-0 d-flex">
<div class="ps-40px pe-40px h-110px bg-white d-flex align-items-center">
<div class="fs-30 fw-700 text-dark-gray"><span class="fs-16 fw-500 d-table lh-22 text-medium-gray">Starting from</span>$50.00</div>
@ -31,6 +32,7 @@
<div class="ps-40px pe-40px xs-ps-30px xs-pe-30px h-110px bg-dark-gray d-flex align-items-center"> <a href="demo-hotel-and-resort-contact.html" class="d-flex align-items-center text-white"> <span class="fs-18 fw-600 lh-22 text-uppercase me-15px">Book<br>
now</span><span class="w-55px h-55px bg-white-transparent-extra-light border-radius-100 text-white position-relative"><i class="bi bi-arrow-right-short icon-extra-medium absolute-middle-center lh-0px"></i></span> </a> </div>
</div>
-->
</div>
</div>
<div class="col-xl-6 bg-very-light-gray pt-6 pb-6 ps-8 pe-8">
@ -48,6 +50,7 @@
<div class="row g-0 h-100 lg-h-auto">
<div class="col-xl-6">
<div class="h-100 lg-h-400px cover-background position-relative" style="background-image: url(images/access-image/university.jpg)">
<!--
<div class="position-absolute right-0px bottom-0 d-flex">
<div class="ps-40px pe-40px h-110px bg-white d-flex align-items-center">
<div class="fs-30 fw-700 text-dark-gray"><span class="fs-16 fw-500 d-table lh-22 text-medium-gray">Starting from</span>$50.00</div>
@ -55,6 +58,7 @@
<div class="ps-40px pe-40px xs-ps-30px xs-pe-30px h-110px bg-dark-gray d-flex align-items-center"> <a href="demo-hotel-and-resort-contact.html" class="d-flex align-items-center text-white"> <span class="fs-18 fw-600 lh-22 text-uppercase me-15px">Book<br>
now</span><span class="w-55px h-55px bg-white-transparent-extra-light border-radius-100 text-white position-relative"><i class="bi bi-arrow-right-short icon-extra-medium absolute-middle-center lh-0px"></i></span> </a> </div>
</div>
-->
</div>
</div>
<div class="col-xl-6 bg-very-light-gray pt-6 pb-6 ps-8 pe-8">
@ -72,6 +76,7 @@
<div class="row g-0 h-100 lg-h-auto">
<div class="col-xl-6">
<div class="h-100 lg-h-400px cover-background position-relative" style="background-image: url(images/access-image/sop.jpg)">
<!--
<div class="position-absolute right-0px bottom-0 d-flex">
<div class="ps-40px pe-40px h-110px bg-white d-flex align-items-center">
<div class="fs-30 fw-700 text-dark-gray"><span class="fs-16 fw-500 d-table lh-22 text-medium-gray">Starting from</span>$50.00</div>
@ -79,6 +84,7 @@
<div class="ps-40px pe-40px xs-ps-30px xs-pe-30px h-110px bg-dark-gray d-flex align-items-center"> <a href="demo-hotel-and-resort-contact.html" class="d-flex align-items-center text-white"> <span class="fs-18 fw-600 lh-22 text-uppercase me-15px">Book<br>
now</span><span class="w-55px h-55px bg-white-transparent-extra-light border-radius-100 text-white position-relative"><i class="bi bi-arrow-right-short icon-extra-medium absolute-middle-center lh-0px"></i></span> </a> </div>
</div>
-->
</div>
</div>
<div class="col-xl-6 bg-very-light-gray pt-6 pb-6 ps-8 pe-8">
@ -96,6 +102,7 @@
<div class="row g-0 h-100 lg-h-auto">
<div class="col-xl-6">
<div class="h-100 lg-h-400px cover-background position-relative" style="background-image: url(images/access-image/australia-day.jpg)">
<!--
<div class="position-absolute right-0px bottom-0 d-flex">
<div class="ps-40px pe-40px h-110px bg-white d-flex align-items-center">
<div class="fs-30 fw-700 text-dark-gray"><span class="fs-16 fw-500 d-table lh-22 text-medium-gray">Starting from</span>$50.00</div>
@ -103,6 +110,7 @@
<div class="ps-40px pe-40px xs-ps-30px xs-pe-30px h-110px bg-dark-gray d-flex align-items-center"> <a href="demo-hotel-and-resort-contact.html" class="d-flex align-items-center text-white"> <span class="fs-18 fw-600 lh-22 text-uppercase me-15px">Book<br>
now</span><span class="w-55px h-55px bg-white-transparent-extra-light border-radius-100 text-white position-relative"><i class="bi bi-arrow-right-short icon-extra-medium absolute-middle-center lh-0px"></i></span> </a> </div>
</div>
-->
</div>
</div>
<div class="col-xl-6 bg-very-light-gray pt-6 pb-6 ps-8 pe-8">
@ -120,6 +128,7 @@
<div class="row g-0 h-100 lg-h-auto">
<div class="col-xl-6">
<div class="h-100 lg-h-400px cover-background position-relative" style="background-image: url(images/access-image/test.jpg)">
<!--
<div class="position-absolute right-0px bottom-0 d-flex">
<div class="ps-40px pe-40px h-110px bg-white d-flex align-items-center">
<div class="fs-30 fw-700 text-dark-gray"><span class="fs-16 fw-500 d-table lh-22 text-medium-gray">Starting from</span>$50.00</div>
@ -127,6 +136,7 @@
<div class="ps-40px pe-40px xs-ps-30px xs-pe-30px h-110px bg-dark-gray d-flex align-items-center"> <a href="demo-hotel-and-resort-contact.html" class="d-flex align-items-center text-white"> <span class="fs-18 fw-600 lh-22 text-uppercase me-15px">Book<br>
now</span><span class="w-55px h-55px bg-white-transparent-extra-light border-radius-100 text-white position-relative"><i class="bi bi-arrow-right-short icon-extra-medium absolute-middle-center lh-0px"></i></span> </a> </div>
</div>
-->
</div>
</div>
<div class="col-xl-6 bg-very-light-gray pt-6 pb-6 ps-8 pe-8">