dossiyadakou / verification.html
ddakou's picture
Delete the background of the image and put the image like profil at the head - Follow Up Deployment
9489f50 verified
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<!-- Standard head content -->
<title>Verify Information | Dossiya DAKOU</title>
</head>
<body class="bg-onyx text-offwhite font-source min-h-screen">
<!-- 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">Verify Information</h2>
<div class="bg-gray-900 bg-opacity-50 p-6 rounded-lg border border-orange">
<h3 class="text-xl font-inter text-orange mb-4">Items to Verify</h3>
<div class="space-y-4">
<div class="flex items-start">
<input type="checkbox" id="phone-check" class="mt-1 mr-3">
<label for="phone-check">
<span class="font-medium">Phone Number Format:</span>
<span class="text-teal">+250 796 892 820</span>
<p class="text-sm text-gray-400">(Currently showing international format)</p>
</label>
</div>
<div class="flex items-start">
<input type="checkbox" id="role-dates" class="mt-1 mr-3">
<label for="role-dates">
<span class="font-medium">IOM Role Duration:</span>
<span class="text-teal">May 2025 - July 2025</span>
<p class="text-sm text-gray-400">(Future dates need confirmation)</p>
</label>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
</body>
</html>