ddakou commited on
Commit
c8bdfb3
·
verified ·
1 Parent(s): c9f1bcc

step by step redesign my portofolio like a pro. I want it look nice - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. index.html +315 -84
  2. prompts.txt +5 -1
index.html CHANGED
@@ -52,111 +52,200 @@
52
  <body class="bg-onyx text-offwhite font-source min-h-screen">
53
 
54
  <!-- Navigation Rubrique -->
55
- <nav class="sticky top-0 z-50 bg-onyx/90 backdrop-blur border-b border-gray-800 py-3 px-6 md:px-12 lg:px-24">
56
  <div class="max-w-7xl mx-auto flex justify-between items-center">
57
  <a href="index.html" class="flex items-center space-x-4">
58
- <img src="/images/b19c12f6-0e3f-4f15-b9ff-b1b60d376b87.jpeg" alt="Dossiya DAKOU" class="h-12 w-12 rounded-full object-cover border-2 border-teal">
59
- <span class="text-2xl font-inter font-bold text-green-300">Dossiya DAKOU</span>
 
 
60
  </a>
61
- <div class="hidden md:flex space-x-0">
62
- <a href="index.html" class="px-3 py-2 rounded-lg hover:bg-gray-800 text-orange font-medium">Home</a>
63
- <a href="about.html" class="px-3 py-2 rounded-lg hover:bg-gray-800 text-offwhite">About</a>
64
- <a href="experience.html" class="px-3 py-2 rounded-lg hover:bg-gray-800 text-offwhite">Experience</a>
65
- <a href="projects.html" class="px-3 py-2 rounded-lg hover:bg-gray-800 text-offwhite">Projects</a>
66
- <a href="awards.html" class="px-3 py-2 rounded-lg hover:bg-gray-800 text-offwhite">Awards</a>
67
- <a href="skills.html" class="px-3 py-2 rounded-lg hover:bg-gray-800 text-offwhite">Skills</a>
68
- <a href="education.html" class="px-3 py-2 rounded-lg hover:bg-gray-800 text-offwhite">Education</a>
69
- <a href="volunteering.html" class="px-3 py-2 rounded-lg hover:bg-gray-800 text-offwhite">Volunteering</a>
70
- <a href="contact.html" class="px-3 py-2 rounded-lg hover:bg-gray-800 text-offwhite">Contact</a>
71
- <a href="resume.html" class="px-3 py-2 rounded-lg hover:bg-gray-800 text-offwhite">Resume</a>
72
  </div>
73
  <div class="flex items-center space-x-4">
74
  <button id="theme-toggle" class="p-2 rounded-full hover:bg-gray-800">
75
- <i class="fas fa-moon text-teal"></i>
76
  </button>
77
- <div class="flex items-center space-x-1 ml-4">
78
- <a href="#" class="px-2 py-1 rounded-md bg-orange/10 text-orange hover:bg-orange/20 text-sm">EN</a>
79
- <a href="#" class="px-2 py-1 rounded-md hover:bg-gray-800 text-sm">FR</a>
80
  </div>
81
  </div>
82
  </div>
83
  </nav>
84
 
85
  <!-- Hero Section -->
86
- <section class="px-6 md:px-12 lg:px-32 py-24 md:py-36 bg-black">
87
- <div class="max-w-5xl">
88
- <div class="space-y-8 max-w-4xl">
89
- <div class="flex items-center gap-8">
90
- <img src="/images/b19c12f6-0e3f-4f15-b9ff-b1b60d376b87.jpeg" alt="Dossiya DAKOU"
91
- class="h-48 w-48 lg:h-64 lg:w-64 rounded-full object-cover border-8 border-teal">
 
 
92
  <div>
93
- <h1 class="text-4xl md:text-5xl lg:text-6xl font-inter font-bold text-green-300 leading-tight">
94
  <span data-en>Dossiya DAKOU</span>
95
  <span data-fr style="display:none">Dossiya DAKOU</span>
96
  </h1>
97
- <h2 class="text-2xl md:text-3xl lg:text-4xl font-medium text-teal mt-2">
98
  <span data-en>Sustainable Engineering & Climate Innovation</span>
99
  <span data-fr style="display:none">Ingénierie Durable & Innovation Climatique</span>
100
  </h2>
101
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
102
  </div>
103
- <p class="text-xl md:text-2xl lg:text-3xl leading-relaxed max-w-3xl border-l-4 border-teal pl-6 py-2">
104
- <span data-en>Engineering sustainable energy futures through AI-powered solutions. Bridging the gap between renewable energy, climate action, and equitable technology for African communities.</span>
105
- <span data-fr style="display:none">Concevoir un avenir énergétique durable grâce à des solutions alimentées par l'IA. Combler le fossé entre les énergies renouvelables, l'action climatique et les technologies équitables pour les communautés africaines.</span>
106
- </p>
107
- <div class="flex flex-wrap gap-6 mt-6">
108
- <a href="#contact"
109
- class="bg-orange hover:bg-orange-600 text-onyx px-8 py-4 rounded-lg font-medium text-lg transition-all hover:shadow-lg">
110
- <span data-en>Contact / Book a call</span>
111
- <span data-fr style="display:none">Contact / Prendre rendez-vous</span>
112
- </a>
113
- <a href="#"
114
- class="border-2 border-teal hover:bg-teal/10 text-teal px-8 py-4 rounded-lg font-medium text-lg transition-all">
115
- Download CV (PDF)
116
- </a>
117
  </div>
118
  </div>
119
  </div>
120
  </section>
121
 
122
  <!-- Impact Stats -->
123
- <section class="px-6 md:px-12 lg:px-32 py-20 grid md:grid-cols-3 gap-12">
124
- <div class="bg-gray-900 bg-opacity-50 p-8 rounded-lg border-l-8 border-teal hover:border-orange transition-all transform hover:-translate-y-1">
125
- <span class="block text-orange mb-4 text-3xl"><i class="fas fa-solar-panel"></i></span>
126
- <h3 class="text-3xl font-inter text-deepblue mb-4">10+ Energy Projects</h3>
127
- <p class="text-teal text-xl">From solar cold chains to AI-powered microgrids</p>
128
- </div>
129
- <div class="bg-gray-900 bg-opacity-50 p-8 rounded-lg border-l-8 border-teal hover:border-orange transition-all transform hover:-translate-y-1">
130
- <span class="block text-orange mb-4 text-3xl"><i class="fas fa-users"></i></span>
131
- <h3 class="text-3xl font-inter text-deepblue mb-4">5000+ Impacted</h3>
132
- <p class="text-teal text-xl">Through sustainable energy deployments</p>
133
- </div>
134
- <div class="bg-gray-900 bg-opacity-50 p-8 rounded-lg border-l-8 border-teal hover:border-orange transition-all transform hover:-translate-y-1">
135
- <span class="block text-orange mb-4 text-3xl"><i class="fas fa-medal"></i></span>
136
- <h3 class="text-3xl font-inter text-deepblue mb-4">5+ Awards</h3>
137
- <p class="text-teal text-xl">For climate-tech innovation</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
138
  </div>
139
  </section>
140
 
141
  <!-- Engineering Approach -->
142
- <section class="px-6 md:px-12 lg:px-32 py-24 bg-black bg-opacity-90">
143
- <div class="max-w-5xl mx-auto">
144
- <h2 class="text-4xl font-inter font-bold text-green-300 mb-12">Engineering Approach</h2>
145
- <div class="grid md:grid-cols-3 gap-12">
146
- <div class="bg-onyx p-8 rounded-lg">
147
- <span class="block text-green-300 mb-6 text-4xl"><i class="fas fa-leaf"></i></span>
148
- <h3 class="text-3xl font-inter text-teal mb-4">Sustainability-First</h3>
149
- <p class="text-xl">Design balancing technical feasibility and environmental/social impact</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
  </div>
151
- <div class="bg-onyx p-8 rounded-lg">
152
- <span class="block text-green-300 mb-6 text-4xl"><i class="fas fa-brain"></i></span>
153
- <h3 class="text-3xl font-inter text-teal mb-4">AI-Enhanced</h3>
154
- <p class="text-xl">Applying ML for optimized energy systems and predictive maintenance</p>
 
 
 
 
 
 
 
 
 
155
  </div>
156
- <div class="bg-onyx p-8 rounded-lg">
157
- <span class="block text-green-300 mb-6 text-4xl"><i class="fas fa-hand-holding-heart"></i></span>
158
- <h3 class="text-3xl font-inter text-teal mb-4">Community-Centered</h3>
159
- <p class="text-xl">Solutions developed with and for local users, ensuring adoption</p>
 
 
 
 
 
 
 
 
 
160
  </div>
161
  </div>
162
  </div>
@@ -481,29 +570,136 @@
481
  </section>
482
 
483
  <!-- Footer -->
484
- <footer class="border-t border-gray-800 py-8 px-6 md:px-12 lg:px-24">
485
- <div class="max-w-4xl mx-auto flex flex-col md:flex-row justify-between items-center">
486
- <div class="mb-4 md:mb-0">
487
- <p>&copy; 2023 Dossiya DAKOU. All rights reserved.</p>
488
- <p class="text-sm text-green-300 mt-1">Built with passion and Next.js & Tailwind CSS</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
489
  </div>
490
- <div class="flex space-x-6">
491
- <a href="https://www.linkedin.com/in/dossiya-dakou" class="text-green-300 hover:text-orange transition"><i class="fab fa-linkedin"></i></a>
492
- <a href="mailto:ddakou@asu.edu" class="text-green-300 hover:text-orange transition"><i class="fas fa-envelope"></i></a>
493
- <a href="tel:+250796892820" class="text-green-300 hover:text-orange transition"><i class="fas fa-phone"></i></a>
494
- <a href="https://dossiyadakou.vercel.app" class="text-green-300 hover:text-orange transition"><i class="fas fa-globe"></i></a>
 
 
495
  </div>
496
  </div>
497
  </footer>
498
 
499
  <script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
500
  // Smooth scrolling for anchor links
501
  document.querySelectorAll('a[href^="#"]').forEach(anchor => {
502
  anchor.addEventListener('click', function (e) {
503
  e.preventDefault();
504
- document.querySelector(this.getAttribute('href')).scrollIntoView({
505
- behavior: 'smooth'
506
- });
 
 
 
507
  });
508
  });
509
 
@@ -515,11 +711,46 @@
515
  const icon = themeToggle.querySelector('i');
516
  if (document.documentElement.classList.contains('dark')) {
517
  icon.classList.replace('fa-sun', 'fa-moon');
 
518
  } else {
519
  icon.classList.replace('fa-moon', 'fa-sun');
 
520
  }
521
  });
522
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
523
  </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
524
  </body>
525
  </html>
 
52
  <body class="bg-onyx text-offwhite font-source min-h-screen">
53
 
54
  <!-- Navigation Rubrique -->
55
+ <nav class="sticky top-0 z-50 bg-black backdrop-blur-md border-b border-gray-800 py-4 px-6 md:px-12 lg:px-24">
56
  <div class="max-w-7xl mx-auto flex justify-between items-center">
57
  <a href="index.html" class="flex items-center space-x-4">
58
+ <div class="h-14 w-14 rounded-full bg-gradient-to-r from-green-400 to-green-600 flex items-center justify-center">
59
+ <span class="text-white font-bold text-xl">DD</span>
60
+ </div>
61
+ <span class="text-2xl font-inter font-bold text-green-400">Dossiya DAKOU</span>
62
  </a>
63
+ <div class="hidden md:flex space-x-1">
64
+ <a href="index.html" class="px-4 py-2 rounded-lg hover:bg-gray-800 text-green-400 font-medium border-b-2 border-green-400">Home</a>
65
+ <a href="about.html" class="px-4 py-2 rounded-lg hover:bg-gray-800 text-white">About</a>
66
+ <a href="experience.html" class="px-4 py-2 rounded-lg hover:bg-gray-800 text-white">Experience</a>
67
+ <a href="projects.html" class="px-4 py-2 rounded-lg hover:bg-gray-800 text-white">Projects</a>
68
+ <a href="awards.html" class="px-4 py-2 rounded-lg hover:bg-gray-800 text-white">Awards</a>
69
+ <a href="skills.html" class="px-4 py-2 rounded-lg hover:bg-gray-800 text-white">Skills</a>
70
+ <a href="education.html" class="px-4 py-2 rounded-lg hover:bg-gray-800 text-white">Education</a>
71
+ <a href="volunteering.html" class="px-4 py-2 rounded-lg hover:bg-gray-800 text-white">Volunteering</a>
72
+ <a href="contact.html" class="px-4 py-2 rounded-lg hover:bg-gray-800 text-white">Contact</a>
73
+ <a href="resume.html" class="px-4 py-2 rounded-lg hover:bg-gray-800 text-white">Resume</a>
74
  </div>
75
  <div class="flex items-center space-x-4">
76
  <button id="theme-toggle" class="p-2 rounded-full hover:bg-gray-800">
77
+ <i class="fas fa-moon text-green-400"></i>
78
  </button>
79
+ <div class="flex items-center space-x-2 ml-4 bg-gray-800 rounded-full p-1">
80
+ <button class="px-3 py-1 rounded-full bg-green-400 text-black text-sm">EN</button>
81
+ <button class="px-3 py-1 rounded-full text-gray-400 hover:text-white text-sm">FR</button>
82
  </div>
83
  </div>
84
  </div>
85
  </nav>
86
 
87
  <!-- Hero Section -->
88
+ <section class="px-6 md:px-12 lg:px-32 py-24 md:py-36 bg-black relative overflow-hidden">
89
+ <div class="absolute inset-0 bg-gradient-to-br from-black via-black to-green-900/20 opacity-70"></div>
90
+ <div class="absolute top-20 right-20 w-96 h-96 bg-green-400/10 rounded-full blur-3xl"></div>
91
+ <div class="absolute bottom-10 left-10 w-80 h-80 bg-green-400/5 rounded-full blur-3xl"></div>
92
+
93
+ <div class="max-w-6xl mx-auto relative z-10">
94
+ <div class="grid md:grid-cols-2 gap-16 items-center">
95
+ <div class="space-y-8">
96
  <div>
97
+ <h1 class="text-5xl md:text-6xl lg:text-7xl font-inter font-bold text-white leading-tight">
98
  <span data-en>Dossiya DAKOU</span>
99
  <span data-fr style="display:none">Dossiya DAKOU</span>
100
  </h1>
101
+ <h2 class="text-2xl md:text-3xl lg:text-4xl font-medium text-green-400 mt-4">
102
  <span data-en>Sustainable Engineering & Climate Innovation</span>
103
  <span data-fr style="display:none">Ingénierie Durable & Innovation Climatique</span>
104
  </h2>
105
  </div>
106
+ <p class="text-xl md:text-2xl leading-relaxed max-w-2xl text-white/90">
107
+ <span data-en>Engineering sustainable energy futures through AI-powered solutions. Bridging the gap between renewable energy, climate action, and equitable technology for African communities.</span>
108
+ <span data-fr style="display:none">Concevoir un avenir énergétique durable grâce à des solutions alimentées par l'IA. Combler le fossé entre les énergies renouvelables, l'action climatique et les technologies équitables pour les communautés africaines.</span>
109
+ </p>
110
+ <div class="flex flex-wrap gap-6 mt-8">
111
+ <a href="#contact"
112
+ class="bg-green-400 hover:bg-green-500 text-black px-8 py-4 rounded-lg font-semibold text-lg transition-all hover:shadow-lg hover:shadow-green-400/20 flex items-center gap-2">
113
+ <i class="fas fa-calendar-check"></i>
114
+ <span data-en>Contact / Book a call</span>
115
+ <span data-fr style="display:none">Contact / Prendre rendez-vous</span>
116
+ </a>
117
+ </div>
118
  </div>
119
+ <div class="flex justify-center">
120
+ <div class="relative">
121
+ <div class="absolute -inset-4 bg-gradient-to-r from-green-400 to-green-600 rounded-2xl blur-lg opacity-30"></div>
122
+ <img src="/images/b19c12f6-0e3f-4f15-b9ff-b1b60d376b87.jpeg" alt="Dossiya DAKOU"
123
+ class="relative h-80 w-80 lg:h-96 lg:w-96 rounded-2xl object-cover border-2 border-green-400/50 shadow-2xl shadow-green-400/10">
124
+ </div>
 
 
 
 
 
 
 
 
125
  </div>
126
  </div>
127
  </div>
128
  </section>
129
 
130
  <!-- Impact Stats -->
131
+ <section class="px-6 md:px-12 lg:px-32 py-20 bg-black">
132
+ <div class="max-w-6xl mx-auto">
133
+ <div class="text-center mb-16">
134
+ <h2 class="text-3xl md:text-4xl font-inter font-bold text-white mb-4">
135
+ <span data-en>Impact Across Africa</span>
136
+ <span data-fr style="display:none">Impact à travers l'Afrique</span>
137
+ </h2>
138
+ <p class="text-xl text-white/70 max-w-3xl mx-auto">
139
+ <span data-en>Driving sustainable change through engineering innovation and community-centered solutions</span>
140
+ <span data-fr style="display:none">Conduire un changement durable grâce à l'innovation technique et des solutions centrées sur la communauté</span>
141
+ </p>
142
+ </div>
143
+
144
+ <div class="grid md:grid-cols-3 gap-8">
145
+ <div class="bg-gradient-to-b from-black to-gray-900 p-8 rounded-2xl border border-green-400/20 hover:border-green-400 transition-all transform hover:-translate-y-2 group">
146
+ <div class="w-16 h-16 bg-green-400/10 rounded-xl flex items-center justify-center mb-6 group-hover:bg-green-400/20 transition-colors">
147
+ <i class="fas fa-solar-panel text-3xl text-green-400"></i>
148
+ </div>
149
+ <h3 class="text-3xl font-inter text-green-400 mb-4">10+</h3>
150
+ <h4 class="text-xl font-semibold text-white mb-2">
151
+ <span data-en>Energy Projects</span>
152
+ <span data-fr style="display:none">Projets Énergétiques</span>
153
+ </h4>
154
+ <p class="text-green-400/80">
155
+ <span data-en>From solar cold chains to AI-powered microgrids</span>
156
+ <span data-fr style="display:none">De chaînes de froid solaires aux micro-réseaux alimentés par IA</span>
157
+ </p>
158
+ </div>
159
+
160
+ <div class="bg-gradient-to-b from-black to-gray-900 p-8 rounded-2xl border border-green-400/20 hover:border-green-400 transition-all transform hover:-translate-y-2 group">
161
+ <div class="w-16 h-16 bg-green-400/10 rounded-xl flex items-center justify-center mb-6 group-hover:bg-green-400/20 transition-colors">
162
+ <i class="fas fa-users text-3xl text-green-400"></i>
163
+ </div>
164
+ <h3 class="text-3xl font-inter text-green-400 mb-4">5000+</h3>
165
+ <h4 class="text-xl font-semibold text-white mb-2">
166
+ <span data-en>People Impacted</span>
167
+ <span data-fr style="display:none">Personnes Impactées</span>
168
+ </h4>
169
+ <p class="text-green-400/80">
170
+ <span data-en>Through sustainable energy deployments</span>
171
+ <span data-fr style="display:none">Par le déploiement d'énergies durables</span>
172
+ </p>
173
+ </div>
174
+
175
+ <div class="bg-gradient-to-b from-black to-gray-900 p-8 rounded-2xl border border-green-400/20 hover:border-green-400 transition-all transform hover:-translate-y-2 group">
176
+ <div class="w-16 h-16 bg-green-400/10 rounded-xl flex items-center justify-center mb-6 group-hover:bg-green-400/20 transition-colors">
177
+ <i class="fas fa-medal text-3xl text-green-400"></i>
178
+ </div>
179
+ <h3 class="text-3xl font-inter text-green-400 mb-4">5+</h3>
180
+ <h4 class="text-xl font-semibold text-white mb-2">
181
+ <span data-en>Awards & Honors</span>
182
+ <span data-fr style="display:none">Prix et Honneurs</span>
183
+ </h4>
184
+ <p class="text-green-400/80">
185
+ <span data-en>For climate-tech innovation</span>
186
+ <span data-fr style="display:none">Pour l'innovation climat-tech</span>
187
+ </p>
188
+ </div>
189
+ </div>
190
  </div>
191
  </section>
192
 
193
  <!-- Engineering Approach -->
194
+ <section class="px-6 md:px-12 lg:px-32 py-24 bg-black relative overflow-hidden">
195
+ <div class="absolute inset-0 bg-[radial-gradient(ellipse_at_center,_var(--tw-gradient-stops))] from-green-900/10 via-black to-black"></div>
196
+ <div class="max-w-6xl mx-auto relative z-10">
197
+ <div class="text-center mb-16">
198
+ <h2 class="text-3xl md:text-4xl font-inter font-bold text-white mb-4">
199
+ <span data-en>Engineering Approach</span>
200
+ <span data-fr style="display:none">Approche Ingénierique</span>
201
+ </h2>
202
+ <p class="text-xl text-white/70 max-w-3xl mx-auto">
203
+ <span data-en>Blending technical excellence with sustainable principles for impactful solutions</span>
204
+ <span data-fr style="display:none">Allier l'excellence technique aux principes durables pour des solutions impactantes</span>
205
+ </p>
206
+ </div>
207
+
208
+ <div class="grid md:grid-cols-3 gap-8">
209
+ <div class="bg-gradient-to-b from-black to-gray-900 p-8 rounded-2xl border border-green-400/20 hover:border-green-400 transition-all group">
210
+ <div class="w-16 h-16 bg-green-400/10 rounded-xl flex items-center justify-center mb-6 group-hover:bg-green-400/20 transition-colors">
211
+ <i class="fas fa-leaf text-3xl text-green-400"></i>
212
+ </div>
213
+ <h3 class="text-2xl font-inter text-green-400 mb-4">
214
+ <span data-en>Sustainability-First</span>
215
+ <span data-fr style="display:none">Durabilité d'Abord</span>
216
+ </h3>
217
+ <p class="text-white/80">
218
+ <span data-en>Design balancing technical feasibility with environmental and social impact assessment</span>
219
+ <span data-fr style="display:none">Conception équilibrant la faisabilité technique avec l'évaluation d'impact environnemental et social</span>
220
+ </p>
221
  </div>
222
+
223
+ <div class="bg-gradient-to-b from-black to-gray-900 p-8 rounded-2xl border border-green-400/20 hover:border-green-400 transition-all group">
224
+ <div class="w-16 h-16 bg-green-400/10 rounded-xl flex items-center justify-center mb-6 group-hover:bg-green-400/20 transition-colors">
225
+ <i class="fas fa-brain text-3xl text-green-400"></i>
226
+ </div>
227
+ <h3 class="text-2xl font-inter text-green-400 mb-4">
228
+ <span data-en>AI-Enhanced</span>
229
+ <span data-fr style="display:none">IA-Amélioré</span>
230
+ </h3>
231
+ <p class="text-white/80">
232
+ <span data-en>Applying machine learning for optimized energy systems and predictive maintenance</span>
233
+ <span data-fr style="display:none">Application du machine learning pour des systèmes énergétiques optimisés et une maintenance prédictive</span>
234
+ </p>
235
  </div>
236
+
237
+ <div class="bg-gradient-to-b from-black to-gray-900 p-8 rounded-2xl border border-green-400/20 hover:border-green-400 transition-all group">
238
+ <div class="w-16 h-16 bg-green-400/10 rounded-xl flex items-center justify-center mb-6 group-hover:bg-green-400/20 transition-colors">
239
+ <i class="fas fa-hand-holding-heart text-3xl text-green-400"></i>
240
+ </div>
241
+ <h3 class="text-2xl font-inter text-green-400 mb-4">
242
+ <span data-en>Community-Centered</span>
243
+ <span data-fr style="display:none">Centré sur la Communauté</span>
244
+ </h3>
245
+ <p class="text-white/80">
246
+ <span data-en>Solutions developed with and for local users, ensuring adoption and long-term sustainability</span>
247
+ <span data-fr style="display:none">Solutions développées avec et pour les utilisateurs locaux, assurant l'adoption et la durabilité à long terme</span>
248
+ </p>
249
  </div>
250
  </div>
251
  </div>
 
570
  </section>
571
 
572
  <!-- Footer -->
573
+ <footer class="border-t border-gray-800 py-12 px-6 md:px-12 lg:px-32 bg-black">
574
+ <div class="max-w-6xl mx-auto">
575
+ <div class="grid md:grid-cols-3 gap-12">
576
+ <div>
577
+ <div class="flex items-center space-x-3 mb-6">
578
+ <div class="h-10 w-10 rounded-full bg-gradient-to-r from-green-400 to-green-600 flex items-center justify-center">
579
+ <span class="text-black font-bold">DD</span>
580
+ </div>
581
+ <span class="text-xl font-inter font-bold text-green-400">Dossiya DAKOU</span>
582
+ </div>
583
+ <p class="text-white/70 mb-6">
584
+ <span data-en>Sustainable Engineering & Climate Innovation for African Communities</span>
585
+ <span data-fr style="display:none">Ingénierie Durable & Innovation Climatique pour les Communautés Africaines</span>
586
+ </p>
587
+ <div class="flex space-x-4">
588
+ <a href="https://www.linkedin.com/in/dossiya-dakou" class="text-green-400 hover:text-white transition">
589
+ <i class="fab fa-linkedin text-xl"></i>
590
+ </a>
591
+ <a href="mailto:ddakou@asu.edu" class="text-green-400 hover:text-white transition">
592
+ <i class="fas fa-envelope text-xl"></i>
593
+ </a>
594
+ <a href="tel:+250796892820" class="text-green-400 hover:text-white transition">
595
+ <i class="fas fa-phone text-xl"></i>
596
+ </a>
597
+ <a href="https://dossiyadakou.vercel.app" class="text-green-400 hover:text-white transition">
598
+ <i class="fas fa-globe text-xl"></i>
599
+ </a>
600
+ </div>
601
+ </div>
602
+
603
+ <div>
604
+ <h3 class="text-lg font-semibold text-white mb-6">
605
+ <span data-en>Navigation</span>
606
+ <span data-fr style="display:none">Navigation</span>
607
+ </h3>
608
+ <div class="grid grid-cols-2 gap-4">
609
+ <a href="index.html" class="text-white/70 hover:text-green-400 transition">Home</a>
610
+ <a href="about.html" class="text-white/70 hover:text-green-400 transition">About</a>
611
+ <a href="experience.html" class="text-white/70 hover:text-green-400 transition">Experience</a>
612
+ <a href="projects.html" class="text-white/70 hover:text-green-400 transition">Projects</a>
613
+ <a href="awards.html" class="text-white/70 hover:text-green-400 transition">Awards</a>
614
+ <a href="skills.html" class="text-white/70 hover:text-green-400 transition">Skills</a>
615
+ <a href="education.html" class="text-white/70 hover:text-green-400 transition">Education</a>
616
+ <a href="contact.html" class="text-white/70 hover:text-green-400 transition">Contact</a>
617
+ </div>
618
+ </div>
619
+
620
+ <div>
621
+ <h3 class="text-lg font-semibold text-white mb-6">
622
+ <span data-en>Get In Touch</span>
623
+ <span data-fr style="display:none">Contactez-moi</span>
624
+ </h3>
625
+ <div class="space-y-3">
626
+ <p class="text-white/70 flex items-center">
627
+ <i class="fas fa-map-marker-alt text-green-400 mr-3"></i>
628
+ Kigali, Rwanda
629
+ </p>
630
+ <p class="text-white/70 flex items-center">
631
+ <i class="fas fa-envelope text-green-400 mr-3"></i>
632
+ ddakou@asu.edu
633
+ </p>
634
+ <p class="text-white/70 flex items-center">
635
+ <i class="fas fa-phone text-green-400 mr-3"></i>
636
+ +250 796 892 820
637
+ </p>
638
+ </div>
639
+ </div>
640
  </div>
641
+
642
+ <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
643
+ <p class="text-white/60 text-sm">&copy; 2024 Dossiya DAKOU. All rights reserved.</p>
644
+ <p class="text-white/60 text-sm mt-2 md:mt-0">
645
+ <span data-en>Built with passion and sustainable principles</span>
646
+ <span data-fr style="display:none">Construit avec passion et principes durables</span>
647
+ </p>
648
  </div>
649
  </div>
650
  </footer>
651
 
652
  <script>
653
+ // Language management
654
+ function setLanguage(lang) {
655
+ document.documentElement.setAttribute('data-lang', lang);
656
+ localStorage.setItem('lang', lang);
657
+ toggleLanguageContent(lang);
658
+ }
659
+
660
+ function toggleLanguageContent(lang) {
661
+ document.querySelectorAll('[data-en], [data-fr]').forEach(el => {
662
+ if (el.hasAttribute(`data-${lang}`)) {
663
+ el.style.display = '';
664
+ } else {
665
+ el.style.display = 'none';
666
+ }
667
+ });
668
+ }
669
+
670
+ // Initialize language
671
+ const savedLang = localStorage.getItem('lang') || 'en';
672
+ setLanguage(savedLang);
673
+
674
+ // Language toggle buttons
675
+ document.querySelectorAll('.flex.items-center.space-x-2 button').forEach(button => {
676
+ button.addEventListener('click', (e) => {
677
+ const lang = e.target.textContent.toLowerCase();
678
+ setLanguage(lang);
679
+
680
+ // Update active state
681
+ document.querySelectorAll('.flex.items-center.space-x-2 button').forEach(btn => {
682
+ if (btn.textContent.toLowerCase() === lang) {
683
+ btn.classList.add('bg-green-400', 'text-black');
684
+ btn.classList.remove('text-gray-400');
685
+ } else {
686
+ btn.classList.remove('bg-green-400', 'text-black');
687
+ btn.classList.add('text-gray-400');
688
+ }
689
+ });
690
+ });
691
+ });
692
+
693
  // Smooth scrolling for anchor links
694
  document.querySelectorAll('a[href^="#"]').forEach(anchor => {
695
  anchor.addEventListener('click', function (e) {
696
  e.preventDefault();
697
+ const target = document.querySelector(this.getAttribute('href'));
698
+ if (target) {
699
+ target.scrollIntoView({
700
+ behavior: 'smooth'
701
+ });
702
+ }
703
  });
704
  });
705
 
 
711
  const icon = themeToggle.querySelector('i');
712
  if (document.documentElement.classList.contains('dark')) {
713
  icon.classList.replace('fa-sun', 'fa-moon');
714
+ icon.classList.add('text-green-400');
715
  } else {
716
  icon.classList.replace('fa-moon', 'fa-sun');
717
+ icon.classList.add('text-green-400');
718
  }
719
  });
720
  }
721
+
722
+ // Animation on scroll
723
+ const observerOptions = {
724
+ threshold: 0.1,
725
+ rootMargin: '0px 0px -50px 0px'
726
+ };
727
+
728
+ const observer = new IntersectionObserver((entries) => {
729
+ entries.forEach(entry => {
730
+ if (entry.isIntersecting) {
731
+ entry.target.classList.add('animate-fade-in');
732
+ }
733
+ });
734
+ }, observerOptions);
735
+
736
+ document.querySelectorAll('section').forEach(section => {
737
+ observer.observe(section);
738
+ });
739
  </script>
740
+
741
+ <style>
742
+ @keyframes fadeIn {
743
+ from { opacity: 0; transform: translateY(20px); }
744
+ to { opacity: 1; transform: translateY(0); }
745
+ }
746
+
747
+ .animate-fade-in {
748
+ animation: fadeIn 1s ease-out forwards;
749
+ }
750
+
751
+ section {
752
+ opacity: 0;
753
+ }
754
+ </style>
755
  </body>
756
  </html>
prompts.txt CHANGED
@@ -888,4 +888,8 @@ change the color of all icones to green light
888
  I need the rubrique of all sections at the head of the website
889
  Add the rubrlque of all section at the head of the website
890
  put all awards here
891
- Full the website content must be in white and green light color
 
 
 
 
 
888
  I need the rubrique of all sections at the head of the website
889
  Add the rubrlque of all section at the head of the website
890
  put all awards here
891
+ Full the website content must be in white and green light color
892
+ rdesign by step 0 to step n alll the website like a pro
893
+ redesign my portofolio step by step like a pro
894
+ step by step redesign my portofolio like a pro. I want it look nice
895
+ step by step redesign my portofolio like a pro. I want it look nice