dossiyadakou / awards.html
ddakou's picture
Full the website content must be in white and green light color - Follow Up Deployment
c9f1bcc verified
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<!-- Same head content -->
<title>Awards | 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">Awards & Honors</h2>
<div class="space-y-4">
<!-- Awards Cards -->
<div class="bg-gray-900 bg-opacity-50 p-6 rounded-lg border border-gray-800 hover:border-green-300 transition">
<h3 class="text-xl font-inter text-green-300 mb-2">Best Green Innovation</h3>
<p class="text-green-300">MIME AUF BENIN 2023</p>
</div>
<div class="bg-gray-900 bg-opacity-50 p-6 rounded-lg border border-gray-800 hover:border-green-300 transition">
<h3 class="text-xl font-inter text-green-300 mb-2">Sustainable Energy Champion</h3>
<p class="text-green-300">Climate Innovation Challenge</p>
</div>
<div class="bg-gray-900 bg-opacity-50 p-6 rounded-lg border border-gray-800 hover:border-green-300 transition">
<h3 class="text-xl font-inter text-green-300 mb-2">Social Venture Challenge Winner</h3>
<p class="text-green-300">2024</p>
</div>
<div class="bg-gray-900 bg-opacity-50 p-6 rounded-lg border border-gray-800 hover:border-green-300 transition">
<h3 class="text-xl font-inter text-green-300 mb-2">Young Leader</h3>
<p class="text-green-300">GAUC Climate x Leadership Program</p>
</div>
<div class="bg-gray-900 bg-opacity-50 p-6 rounded-lg border border-gray-800 hover:border-green-300 transition">
<h3 class="text-xl font-inter text-green-300 mb-2">Learner of the Week</h3>
<p class="text-green-300">McKinsey Forward Program</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
</body>
</html>