49 lines
2.6 KiB
PHP
49 lines
2.6 KiB
PHP
<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>© <?= 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>
|