38703-vm/includes/footer.php
Flatlogic Bot 8d996da0d9 sad
2026-02-23 09:05:29 +00:00

49 lines
2.6 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<footer>
<div class="footer-grid">
<div class="footer-col">
<a href="index.php" class="logo">AfgCars</a>
<p style="margin-top: 1.5rem; color: var(--text-secondary); font-size: 0.95rem; line-height: 1.8;">
The most premium and trusted car marketplace in Afghanistan. We bridge the gap between luxury and accessibility for every Afghan citizen.
</p>
<div style="display: flex; gap: 1rem; margin-top: 1.5rem;">
<span style="font-size: 1.2rem; cursor: pointer; opacity: 0.6;">๐•</span>
<span style="font-size: 1.2rem; cursor: pointer; opacity: 0.6;">๐Ÿ“˜</span>
<span style="font-size: 1.2rem; cursor: pointer; opacity: 0.6;">๐Ÿ“ธ</span>
</div>
</div>
<div class="footer-col">
<h4>Marketplace</h4>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="cars.php">All Vehicles</a></li>
<li><a href="cars.php?hot_deal=1">Hot Deals</a></li>
<li><a href="register.php">Sell Your Car</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Company</h4>
<ul>
<li><a href="about.php">About Us</a></li>
<li><a href="contact.php">Contact Us</a></li>
<li><a href="about.php#locations">Our Locations</a></li>
<li><a href="about.php#mission">Our Mission</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Showrooms</h4>
<ul style="color: var(--text-secondary); font-size: 0.9rem;">
<li style="margin-bottom: 0.8rem;">๐Ÿ“ Kabul Main: Street 15, Wazir Akbar Khan</li>
<li style="margin-bottom: 0.8rem;">๐Ÿ“ Herat: Near Blue Mosque</li>
<li style="margin-bottom: 0.8rem;">๐Ÿ“ Mazar: Balkh Gate Road</li>
<li style="margin-bottom: 0.8rem;">๐Ÿ“ž Support: +93 799 123 456</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>&copy; <?= date('Y') ?> AfgCars Premium Marketplace. All rights reserved.</p>
<p style="margin-top: 1rem; opacity: 0.4; font-size: 0.75rem; letter-spacing: 1px;">UNIVERSITY FINAL-YEAR PROJECT โ€ข DESIGNED FOR AFGHANISTAN 2026</p>
</div>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>