Spaces:
Running
Running
| <html lang="en" class="dark"> | |
| <head> | |
| <!-- Same head content --> | |
| <title>Certifications | 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">Certifications</h2> | |
| <div class="grid md:grid-cols-2 gap-6"> | |
| <!-- Add all certifications as cards --> | |
| <div class="bg-gray-900 bg-opacity-50 p-6 rounded-lg border border-gray-800 hover:border-teal transition"> | |
| <h3 class="text-xl font-inter text-orange mb-2">Project Management: Energy and Water Projects</h3> | |
| </div> | |
| <!-- Add more certs --> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| </body> | |
| </html> |