edit home page
This commit is contained in:
60
footer.php
60
footer.php
@ -4,29 +4,19 @@
|
||||
<div class="row g-5">
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-white mb-4">Contact Info</h4>
|
||||
<h4 class="text-white mb-4">Contact Information and Introduction</h4>
|
||||
<h6 class="text-white mb-4">Contact us for expert guidance on studying abroad with Orient International.</h6>
|
||||
|
||||
<h6 class="text-white"><i class="fa fa-map-marker-alt me-2"></i>Kathmandu, Nepal</h6>
|
||||
<h6 class="text-white"><i class="fas fa-envelope me-2"></i> info@orientabroad.com</h6>
|
||||
<h6 class="text-white"><i class="fas fa-phone me-2"></i> 01-4238541</h6>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-white mb-4">Opening Time</h4>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-white mb-0">Sun - Friday:</h6>
|
||||
<p class="text-white mb-0">09.00 am to 05.00 pm</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-white mb-0">Saturday:</h6>
|
||||
<p class="text-white mb-0">All Services will be closed</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-white mb-4">Countries</h4>
|
||||
<h4 class="text-white mb-4">Study Destinations</h4>
|
||||
<a href="australia.php" class=""><i class="fas fa-angle-right me-2"></i> Australia</a>
|
||||
<a href="canada.php" class=""><i class="fas fa-angle-right me-2"></i> Canada</a>
|
||||
<a href="usa.php" class=""><i class="fas fa-angle-right me-2"></i> USA</a>
|
||||
@ -36,26 +26,38 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item">
|
||||
<h4 class="text-white mb-4">Newsletter</h4>
|
||||
<div class="position-relative mx-auto rounded-pill">
|
||||
<input class="form-control border-0 rounded-pill w-100 py-3 ps-4 pe-5" type="text"
|
||||
placeholder="Enter your email">
|
||||
<button type="button"
|
||||
class="btn btn-primary rounded-pill position-absolute top-0 end-0 py-2 mt-2 me-2"><aa href="#">SignUp</a></button>
|
||||
</div>
|
||||
<div class="d-flex align-items-center mt-4 icons">
|
||||
<i class="fas fa-share fa-2x text-white me-2"></i>
|
||||
<a class="btn mx-1" href="https://www.facebook.com/OrientOCPL"><i class="fab fa-facebook-f"></i></a>
|
||||
<a class="btn mx-1" href="#"><i class="fab fa-instagram"></i></a>
|
||||
</div>
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-white mb-4">Student Services</h4>
|
||||
<h6 class="text-white">Essential resources and services for students planning to study abroad.</h6>
|
||||
<a href="australia.php" class=""><i class="fas fa-angle-right me-2"></i> Resources</a>
|
||||
<a href="australia.php" class=""><i class="fas fa-angle-right me-2"></i> Sample Documents </a>
|
||||
<a href="australia.php" class=""><i class="fas fa-angle-right me-2"></i> Embassy Address </a>
|
||||
<a href="australia.php" class=""><i class="fas fa-angle-right me-2"></i> Visa Information </a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-white mb-4">Important Links</h4>
|
||||
<a href="australia.php" class=""><i class="fas fa-angle-right me-2"></i> Home</a>
|
||||
<a href="australia.php" class=""><i class="fas fa-angle-right me-2"></i> About Us </a>
|
||||
<a href="australia.php" class=""><i class="fas fa-angle-right me-2"></i> Services </a>
|
||||
<a href="australia.php" class=""><i class="fas fa-angle-right me-2"></i> Blog </a>
|
||||
<a href="australia.php" class=""><i class="fas fa-angle-right me-2"></i> Contact Us </a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="row g-4 align-items-center">
|
||||
<div class="col-md-6 text-center text-md-start mb-md-0">
|
||||
<span class="text-white"><i class="fas fa-copyright text-light me-2"></i>Copyright 2024 <a href="index.php" class="text-white">Orient International pvt. ltd.</a> All right reserved.</span></div>
|
||||
<div class="col-md-6 text-center text-md-end text-white">
|
||||
<div class="col-md-6 text-md-end text-white">
|
||||
|
||||
<div class="d-flex text-right icons">
|
||||
|
||||
<a class="btn mx-1 text-white" href="https://www.facebook.com/OrientOCPL"><i class="fab fa-facebook-f"></i></a>
|
||||
<a class="btn mx-1 text-white" href="#"><i class="fab fa-instagram"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user