38468-vm/about.php
Flatlogic Bot 0c0cc2ad68 sadiq
2026-02-16 04:29:28 +00:00

49 lines
2.3 KiB
PHP
Raw 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.

<?php
require_once __DIR__ . '/db/config.php';
include __DIR__ . '/includes/header.php';
?>
<main>
<section class="hero" style="min-height: 40vh; padding: 100px 0;">
<div class="container">
<h1>About <span class="text-gold">Us</span></h1>
<p>Car Sales in Afghanistan Premium Car Marketplace (2026 Edition)</p>
</div>
</section>
<section class="container mt-4">
<div class="row">
<div class="col-6">
<div class="glass-card">
<h2 class="text-gold mb-4">Our Mission</h2>
<p>We aim to revolutionize the automotive industry in Afghanistan by providing a professional, secure, and transparent marketplace for car buyers and sellers. Our platform is designed with the latest technology to ensure a premium experience for all users.</p>
<p class="mt-4">Developed by <strong>Mohammad Sadiq</strong> as a University Final-Year Project, this system represents the pinnacle of local software engineering, focusing on performance, aesthetics, and user experience.</p>
</div>
</div>
<div class="col-6">
<div class="glass-card">
<h2 class="text-gold mb-4">Why Choose Us?</h2>
<ul style="list-style: none; color: var(--text-muted);">
<li class="mb-4"><span class="text-gold">✔</span> Verified listings from across Afghanistan.</li>
<li class="mb-4"><span class="text-gold">✔</span> Premium Dark UI for comfortable browsing.</li>
<li class="mb-4"><span class="text-gold">✔</span> Secure role-based access control.</li>
<li class="mb-4"><span class="text-gold">✔</span> Detailed car history and specifications.</li>
</ul>
</div>
</div>
</div>
</section>
<section class="container mt-4">
<div class="glass-card text-center">
<h2 class="text-gold mb-4">Contact Developer</h2>
<p><strong>Owner:</strong> Mohammad Sadiq</p>
<p><strong>Email:</strong> admin@gmail.com</p>
<p class="mt-4">Available for consultation and custom software development projects.</p>
</div>
</section>
</main>
<?php include __DIR__ . '/includes/footer.php'; ?>