38395-vm/includes/footer.php
Flatlogic Bot 4ad8ad11c8 sadiq
2026-02-13 08:34:16 +00:00

60 lines
3.6 KiB
PHP

<footer class="bg-dark text-white py-5 mt-5">
<div class="container">
<div class="row g-4">
<div class="col-md-4">
<h5 class="fw-bold mb-4 text-primary"><i class="bi bi-lightning-charge-fill me-2"></i>AFG CARS</h5>
<p class="text-muted">AFG CARS is Afghanistan's premier digital automotive marketplace, connecting buyers and sellers with transparency and technology.</p>
<div class="d-flex gap-3 mt-4">
<a href="#" class="text-white fs-5"><i class="bi bi-facebook"></i></a>
<a href="#" class="text-white fs-5"><i class="bi bi-instagram"></i></a>
<a href="#" class="text-white fs-5"><i class="bi bi-twitter-x"></i></a>
<a href="#" class="text-white fs-5"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-md-2 offset-md-1">
<h6 class="fw-bold mb-4">Company</h6>
<ul class="list-unstyled">
<li class="mb-2"><a href="/about.php" class="text-muted text-decoration-none hover-white">About Us</a></li>
<li class="mb-2"><a href="/contact.php" class="text-muted text-decoration-none hover-white">Contact Us</a></li>
<li class="mb-2"><a href="/careers.php" class="text-muted text-decoration-none hover-white">Careers</a></li>
<li class="mb-2"><a href="#" class="text-muted text-decoration-none hover-white">Privacy Policy</a></li>
</ul>
</div>
<div class="col-md-2">
<h6 class="fw-bold mb-4">Marketplace</h6>
<ul class="list-unstyled">
<li class="mb-2"><a href="/cars.php" class="text-muted text-decoration-none hover-white">Browse Cars</a></li>
<li class="mb-2"><a href="/user/add-car.php" class="text-muted text-decoration-none hover-white">Sell Your Car</a></li>
<li class="mb-2"><a href="/favorites.php" class="text-muted text-decoration-none hover-white">My Favorites</a></li>
<li class="mb-2"><a href="/login.php" class="text-muted text-decoration-none hover-white">Login / Register</a></li>
</ul>
</div>
<div class="col-md-3">
<h6 class="fw-bold mb-4">Regional Offices</h6>
<p class="text-muted small mb-1"><i class="bi bi-geo-alt me-2"></i> Kabul (HQ)</p>
<p class="text-muted small mb-1"><i class="bi bi-geo-alt me-2"></i> Herat</p>
<p class="text-muted small mb-1"><i class="bi bi-geo-alt me-2"></i> Mazar-i-Sharif</p>
<p class="text-muted small mb-3"><i class="bi bi-geo-alt me-2"></i> Kandahar</p>
<div class="input-group">
<input type="email" class="form-control bg-transparent border-secondary text-white" placeholder="Email address">
<button class="btn btn-primary btn-sm">Join</button>
</div>
</div>
</div>
<hr class="my-5 border-secondary">
<div class="d-flex flex-column flex-md-row justify-content-between align-items-center gap-3">
<p class="small text-muted mb-0">&copy; 2026 AFG CARS - Enterprise Car Marketplace. Developed by Mohammad Sadiq.</p>
<div class="d-flex gap-4">
<span class="small text-muted">Afg-v2.Enterprise.Simulation</span>
</div>
</div>
</div>
</footer>
<style>
.hover-white:hover { color: white !important; }
</style>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>