dossiyadakou / contact.html
ddakou's picture
contents in blue must be in green light - Follow Up Deployment
85d11a4 verified
raw
history blame contribute delete
970 Bytes
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<!-- Same head content -->
<title>Contact | Dossiya DAKOU</title>
</head>
<body>
<!-- Navbar -->
<section class="px-6 md:px-12 lg:px-24 py-16 min-h-[80vh] bg-black">
<div class="max-w-4xl mx-auto">
<h2 class="text-3xl font-inter font-bold text-green-300 mb-8">Get In Touch</h2>
<div class="grid md:grid-cols-2 gap-12">
<!-- Contact info -->
<div>
<h3 class="text-xl font-inter text-orange mb-4">Contact Information</h3>
<!-- Add contact details -->
</div>
<!-- Contact form -->
<div>
<form class="space-y-4">
<!-- Add form fields -->
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
</body>
</html>