Spaces:
Running
Running
File size: 2,180 Bytes
a5f637b 85d11a4 a5f637b 85d11a4 a5f637b c9f1bcc a5f637b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | <!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> |