dossiyadakou / education.html
ddakou's picture
contents in blue must be in green light - Follow Up Deployment
85d11a4 verified
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<!-- Same head content -->
<title>Education | 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">Education</h2>
<div class="space-y-12">
<!-- Add education timeline -->
<div class="border-l-4 border-teal pl-6 relative">
<div class="absolute -left-2 top-0 h-4 w-4 rounded-full bg-teal"></div>
<h3 class="text-xl font-inter text-offwhite">Master of Science in Engineering (MSE), Sustainable Engineering</h3>
<p class="text-teal mb-4">Arizona State University (August 2025 - May 2027)</p>
<ul class="list-disc pl-5 space-y-2">
<li>Mastercard Foundation Scholar</li>
<li>Focus: AI applications in sustainable energy systems</li>
</ul>
</div>
<!-- Add more education -->
</div>
</div>
</section>
<!-- Footer -->
</body>
</html>