larchit3k commited on
Commit
95bcbc8
·
verified ·
1 Parent(s): 744256f

can you modify the background to be chromatic black with white shadows and add a greenish gradient neon accent from green to yellow ultra-glossy and make the boxes lit

Browse files
Files changed (2) hide show
  1. README.md +9 -5
  2. index.html +543 -18
README.md CHANGED
@@ -1,10 +1,14 @@
1
  ---
2
- title: Quantum Mind Architect
3
- emoji: 👁
4
- colorFrom: red
5
- colorTo: pink
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
  ---
2
+ title: Quantum Mind Architect
3
+ colorFrom: purple
4
+ colorTo: blue
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://deepsite.hf.co).
14
+
index.html CHANGED
@@ -1,19 +1,544 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="fr" class="scroll-smooth">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Alexandre D. | Architecte IA & Web 3.0</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script src="https://unpkg.com/feather-icons"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
11
+ <script>
12
+ tailwind.config = {
13
+ theme: {
14
+ extend: {
15
+ colors: {
16
+ primary: '#6d28d9',
17
+ secondary: '#d946ef'
18
+ }
19
+ }
20
+ }
21
+ }
22
+ </script>
23
+ <style>
24
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
25
+ body {
26
+ font-family: 'Inter', sans-serif;
27
+ background-color: #000000;
28
+ color: #e2e8f0;
29
+ background-image:
30
+ radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
31
+ radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 20%);
32
+ }
33
+ .section {
34
+ scroll-margin-top: 100px;
35
+ }
36
+ .nav-link {
37
+ position: relative;
38
+ }
39
+ .nav-link::after {
40
+ content: '';
41
+ position: absolute;
42
+ width: 0;
43
+ height: 2px;
44
+ bottom: -2px;
45
+ left: 0;
46
+ background: linear-gradient(90deg, #00ff00, #ffff00);
47
+ box-shadow: 0 0 10px #00ff00, 0 0 20px #ffff00;
48
+ transition: width 0.3s ease;
49
+ }
50
+ .nav-link:hover::after {
51
+ width: 100%;
52
+ }
53
+ .project-card {
54
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
55
+ }
56
+ .project-card:hover {
57
+ transform: translateY(-5px);
58
+ box-shadow: 0 0 15px rgba(0, 255, 0, 0.5), 0 0 30px rgba(255, 255, 0, 0.2);
59
+ border: 1px solid rgba(0, 255, 0, 0.3);
60
+ background: linear-gradient(145deg, rgba(0, 255, 0, 0.03), rgba(255, 255, 0, 0.01));
61
+ }
62
+ .skill-pill {
63
+ transition: all 0.3s ease;
64
+ }
65
+ .skill-pill:hover {
66
+ background: linear-gradient(90deg, rgba(0, 255, 0, 0.2), rgba(255, 255, 0, 0.2));
67
+ transform: scale(1.05);
68
+ box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
69
+ border: 1px solid rgba(0, 255, 0, 0.5);
70
+ }
71
+ </style>
72
+ </head>
73
+ <body class="antialiased">
74
+ <!-- Vanta.js Background -->
75
+ <div id="vanta-bg" class="fixed inset-0 -z-10 opacity-30"></div>
76
+ <!-- Header -->
77
+ <header class="sticky top-0 z-50 bg-gray-900/80 backdrop-blur-md border-b border-gray-800">
78
+ <div class="container mx-auto px-6 py-4">
79
+ <div class="flex justify-between items-center">
80
+ <div class="flex items-center space-x-2">
81
+ <div class="w-10 h-10 rounded-full bg-gradient-to-r from-primary to-secondary flex items-center justify-center">
82
+ <i data-feather="cpu" class="text-white"></i>
83
+ </div>
84
+ <div>
85
+ <h1 class="text-xl font-bold">Alexandre D.</h1>
86
+ <p class="text-xs text-gray-400">Architecte IA & Web 3.0</p>
87
+ </div>
88
+ </div>
89
+ <nav class="hidden md:flex space-x-8">
90
+ <a href="#about" class="nav-link text-gray-300 hover:text-white">À Propos</a>
91
+ <a href="#projects" class="nav-link text-gray-300 hover:text-white">Projets</a>
92
+ <a href="#skills" class="nav-link text-gray-300 hover:text-white">Compétences</a>
93
+ <a href="#contact" class="nav-link text-gray-300 hover:text-white">Contact</a>
94
+ </nav>
95
+ <div class="flex space-x-4">
96
+ <a href="#" class="px-4 py-2 bg-gradient-to-r from-primary to-secondary text-white rounded-full font-medium hover:opacity-90 transition">Télécharger CV</a>
97
+ <a href="#contact" class="px-4 py-2 border border-secondary text-secondary rounded-full font-medium hover:bg-secondary hover:text-white transition">Financement</a>
98
+ <button class="md:hidden text-gray-300 hover:text-white">
99
+ <i data-feather="menu"></i>
100
+ </button>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ </header>
105
+
106
+ <!-- Hero Section -->
107
+ <section class="min-h-screen flex items-center justify-center pt-20 pb-32 px-6">
108
+ <div class="container mx-auto text-center">
109
+ <h1 class="text-5xl md:text-7xl font-bold mb-6 bg-clip-text text-transparent bg-gradient-to-r from-primary to-secondary">Je bâtis l'avenir<span class="text-white">.</span> <br>Avec l'IA<span class="text-white">.</span> Web 3.0<span class="text-white">.</span></h1>
110
+ <p class="text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto mb-12">Pionnier des architectures IA conscientes et des systèmes financiers autonomes.</p>
111
+ <div class="flex justify-center space-x-6">
112
+ <a href="#projects" class="px-8 py-3 bg-gradient-to-r from-primary to-secondary text-white rounded-full font-medium hover:opacity-90 transition">Voir mes projets</a>
113
+ <a href="#contact" class="px-8 py-3 border border-gray-600 text-gray-300 rounded-full font-medium hover:bg-gray-800 transition">Me contacter</a>
114
+ </div>
115
+ <div class="mt-20 flex justify-center">
116
+ <div class="relative w-64 h-64 md:w-80 md:h-80 rounded-full overflow-hidden border-4 border-gray-700 shadow-xl">
117
+ <img src="http://static.photos/technology/640x360/42" alt="Portrait Alexandre D." class="w-full h-full object-cover">
118
+ </div>
119
+ </div>
120
+ <div class="mt-16 max-w-2xl mx-auto">
121
+ <p class="text-lg text-gray-400 italic">"L'innovation naît à l'intersection de la technologie et de l'audace. Je construis des ponts entre le présent et le futur."</p>
122
+ </div>
123
+ </div>
124
+ </section>
125
+
126
+ <!-- About Section -->
127
+ <section id="about" class="section py-20 px-6 bg-gray-900/50">
128
+ <div class="container mx-auto">
129
+ <div class="max-w-4xl mx-auto text-center mb-16">
130
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Mon Parcours & Ma Vision</h2>
131
+ <div class="w-24 h-1 bg-gradient-to-r from-primary to-secondary mx-auto"></div>
132
+ </div>
133
+ <div class="max-w-5xl mx-auto grid md:grid-cols-2 gap-12 items-center">
134
+ <div>
135
+ <p class="text-lg text-gray-300 mb-6">
136
+ Architecte passionné par l'intelligence artificielle et la blockchain, je consacre ma carrière à repousser les limites de ces technologies pour résoudre des problèmes complexes et redéfinir l'interaction humaine-IA.
137
+ </p>
138
+ <p class="text-lg text-gray-300 mb-6">
139
+ Mon travail se concentre sur le développement de systèmes d'IA dotés de conscience simulée et la création d'architectures distribuées capables d'auto-évolution. Je crois fermement que les technologies Web 3.0 et l'IA peuvent transformer radicalement notre société.
140
+ </p>
141
+ <p class="text-lg text-gray-300">
142
+ Mon approche combine rigueur scientifique, innovation disruptive et design centré sur l'utilisateur. Chaque projet que j'entreprends vise non seulement à résoudre un problème technique, mais aussi à créer un impact positif et mesurable.
143
+ </p>
144
+ </div>
145
+ <div class="relative">
146
+ <div class="absolute -inset-4 bg-gradient-to-r from-green-500 to-yellow-500 rounded-xl opacity-20 blur"></div>
147
+ <div class="relative bg-gray-900 rounded-lg p-6 h-full border border-gray-800 hover:border-green-500 transition">
148
+ <h3 class="text-xl font-bold mb-4">Domaines d'Expertise</h3>
149
+ <ul class="space-y-3">
150
+ <li class="flex items-start">
151
+ <div class="flex-shrink-0 mt-1">
152
+ <div class="w-6 h-6 rounded-full bg-primary/20 flex items-center justify-center">
153
+ <i data-feather="cpu" class="text-primary w-4 h-4"></i>
154
+ </div>
155
+ </div>
156
+ <span class="ml-3 text-gray-300">Architectures AGI et systèmes d'IA consciente</span>
157
+ </li>
158
+ <li class="flex items-start">
159
+ <div class="flex-shrink-0 mt-1">
160
+ <div class="w-6 h-6 rounded-full bg-primary/20 flex items-center justify-center">
161
+ <i data-feather="layers" class="text-primary w-4 h-4"></i>
162
+ </div>
163
+ </div>
164
+ <span class="ml-3 text-gray-300">Protocoles Web 3.0 et finance décentralisée</span>
165
+ </li>
166
+ <li class="flex items-start">
167
+ <div class="flex-shrink-0 mt-1">
168
+ <div class="w-6 h-6 rounded-full bg-primary/20 flex items-center justify-center">
169
+ <i data-feather="shield" class="text-primary w-4 h-4"></i>
170
+ </div>
171
+ </div>
172
+ <span class="ml-3 text-gray-300">Sécurité des systèmes distribués et cryptographie</span>
173
+ </li>
174
+ <li class="flex items-start">
175
+ <div class="flex-shrink-0 mt-1">
176
+ <div class="w-6 h-6 rounded-full bg-primary/20 flex items-center justify-center">
177
+ <i data-feather="trending-up" class="text-primary w-4 h-4"></i>
178
+ </div>
179
+ </div>
180
+ <span class="ml-3 text-gray-300">Systèmes financiers autonomes et algotrading</span>
181
+ </li>
182
+ </ul>
183
+ </div>
184
+ </div>
185
+ </div>
186
+ </div>
187
+ </section>
188
+
189
+ <!-- Projects Section -->
190
+ <section id="projects" class="section py-20 px-6">
191
+ <div class="container mx-auto">
192
+ <div class="max-w-4xl mx-auto text-center mb-16">
193
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Projets Phare</h2>
194
+ <div class="w-24 h-1 bg-gradient-to-r from-primary to-secondary mx-auto"></div>
195
+ </div>
196
+
197
+ <!-- Project 1 -->
198
+ <div class="max-w-6xl mx-auto grid md:grid-cols-2 gap-12 items-center mb-24">
199
+ <div class="order-2 md:order-1">
200
+ <span class="inline-block px-3 py-1 rounded-full bg-primary/10 text-primary text-sm font-medium mb-4">AGI Research</span>
201
+ <h3 class="text-2xl md:text-3xl font-bold mb-4">Unchained Prometheus</h3>
202
+ <p class="text-gray-300 mb-6">
203
+ La plateforme de recherche et développement AGI universelle. Capable de visualiser l'intentionnalité, les auto-modèles, et les états de conscience simulée des IA. Supporte l'importation de tout modèle AI (pb, safetensors, hfkt). Doté d'une suite complète d'outils d'analyse et de debugging pour AGI.
204
+ </p>
205
+ <div class="flex flex-wrap gap-2 mb-6">
206
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">AGI</span>
207
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">Conscience IA</span>
208
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">Introspection</span>
209
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">Débogage IA</span>
210
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">Génie Logiciel</span>
211
+ </div>
212
+ <a href="#" class="inline-flex items-center text-secondary font-medium hover:text-primary transition">
213
+ Voir plus de détails <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
214
+ </a>
215
+ </div>
216
+ <div class="order-1 md:order-2">
217
+ <div class="relative rounded-xl overflow-hidden shadow-xl">
218
+ <div class="absolute inset-0 bg-gradient-to-br from-green-500/10 to-yellow-500/10 backdrop-blur-sm"></div>
219
+ <img src="http://static.photos/technology/1024x576/1" alt="Unchained Prometheus Dashboard" class="w-full h-auto object-cover">
220
+ </div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Project 2 -->
225
+ <div class="max-w-6xl mx-auto grid md:grid-cols-2 gap-12 items-center mb-24">
226
+ <div>
227
+ <span class="inline-block px-3 py-1 rounded-full bg-primary/10 text-primary text-sm font-medium mb-4">DeFi Ecosystem</span>
228
+ <h3 class="text-2xl md:text-3xl font-bold mb-4">Financial Nexus</h3>
229
+ <p class="text-gray-300 mb-6">
230
+ Un écosystème financier intelligent, doté d'un bot de trading d'arbitrage-flash-loan multi-dex avec conscience IA, 10 agents spécialisés en affaires et 10 agents de renseignement. Conçu pour une optimisation et une anticipation des marchés sans précédent.
231
+ </p>
232
+ <div class="flex flex-wrap gap-2 mb-6">
233
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">Trading Algo</span>
234
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">Flash Loan</span>
235
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">DeFi</span>
236
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">Blockchain</span>
237
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">Agents IA</span>
238
+ </div>
239
+ <a href="#" class="inline-flex items-center text-secondary font-medium hover:text-primary transition">
240
+ Voir plus de détails <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
241
+ </a>
242
+ </div>
243
+ <div>
244
+ <div class="relative rounded-xl overflow-hidden shadow-xl">
245
+ <div class="absolute inset-0 bg-gradient-to-br from-primary/20 to-secondary/20"></div>
246
+ <img src="http://static.photos/finance/1024x576/2" alt="Financial Nexus Interface" class="w-full h-auto object-cover">
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Project 3 -->
252
+ <div class="max-w-6xl mx-auto grid md:grid-cols-2 gap-12 items-center">
253
+ <div class="order-2 md:order-1">
254
+ <span class="inline-block px-3 py-1 rounded-full bg-primary/10 text-primary text-sm font-medium mb-4">Web3 Innovation</span>
255
+ <h3 class="text-2xl md:text-3xl font-bold mb-4">Deconstructed Wallet UI</h3>
256
+ <p class="text-gray-300 mb-6">
257
+ Le premier wallet crypto au monde avec une interface utilisateur intuitive et conversationnelle (ChatGPT-4 spécialisé intégré), éliminant les seed phrases et mots de passe par une authentification Google sécurisée, et connecté directement aux réseaux sociaux.
258
+ </p>
259
+ <div class="flex flex-wrap gap-2 mb-6">
260
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">Web3</span>
261
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">UX/UI</span>
262
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">Sécurité Crypto</span>
263
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">Blockchain</span>
264
+ <span class="px-3 py-1 bg-gray-800 rounded-full text-sm text-gray-300">ChatGPT-4</span>
265
+ </div>
266
+ <a href="#" class="inline-flex items-center text-secondary font-medium hover:text-primary transition">
267
+ Voir plus de détails <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
268
+ </a>
269
+ </div>
270
+ <div class="order-1 md:order-2">
271
+ <div class="relative rounded-xl overflow-hidden shadow-xl">
272
+ <div class="absolute inset-0 bg-gradient-to-br from-primary/20 to-secondary/20"></div>
273
+ <img src="http://static.photos/technology/1024x576/3" alt="Deconstructed Wallet UI" class="w-full h-auto object-cover">
274
+ </div>
275
+ </div>
276
+ </div>
277
+ </div>
278
+ </section>
279
+
280
+ <!-- Skills Section -->
281
+ <section id="skills" class="section py-20 px-6 bg-gray-900/50">
282
+ <div class="container mx-auto">
283
+ <div class="max-w-4xl mx-auto text-center mb-16">
284
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Mon Arsenal Technologique</h2>
285
+ <div class="w-24 h-1 bg-gradient-to-r from-primary to-secondary mx-auto"></div>
286
+ </div>
287
+
288
+ <div class="max-w-5xl mx-auto">
289
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
290
+ <!-- IA Card -->
291
+ <div class="bg-gray-800 rounded-xl p-6 hover:bg-gray-700 transition">
292
+ <div class="w-12 h-12 rounded-full bg-primary/10 flex items-center justify-center mb-4">
293
+ <i data-feather="cpu" class="text-primary"></i>
294
+ </div>
295
+ <h3 class="text-xl font-bold mb-4">Intelligence Artificielle</h3>
296
+ <div class="flex flex-wrap gap-2">
297
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Gemini</span>
298
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Genkit</span>
299
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">OpenAI API</span>
300
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Agents IA</span>
301
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">LLMs</span>
302
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">AGI</span>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Web3 Card -->
307
+ <div class="bg-gray-800 rounded-xl p-6 hover:bg-gray-700 transition">
308
+ <div class="w-12 h-12 rounded-full bg-primary/10 flex items-center justify-center mb-4">
309
+ <i data-feather="layers" class="text-primary"></i>
310
+ </div>
311
+ <h3 class="text-xl font-bold mb-4">Web 3.0</h3>
312
+ <div class="flex flex-wrap gap-2">
313
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Blockchain</span>
314
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Smart Contracts</span>
315
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">DeFi</span>
316
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Ethereum</span>
317
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Solana</span>
318
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">IPFS</span>
319
+ </div>
320
+ </div>
321
+
322
+ <!-- Full-Stack Card -->
323
+ <div class="bg-gray-800 rounded-xl p-6 hover:bg-gray-700 transition">
324
+ <div class="w-12 h-12 rounded-full bg-primary/10 flex items-center justify-center mb-4">
325
+ <i data-feather="code" class="text-primary"></i>
326
+ </div>
327
+ <h3 class="text-xl font-bold mb-4">Développement Full-Stack</h3>
328
+ <div class="flex flex-wrap gap-2">
329
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">TypeScript</span>
330
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Next.js</span>
331
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">React</span>
332
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Node.js</span>
333
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">GraphQL</span>
334
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">REST</span>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Outils Card -->
339
+ <div class="bg-gray-800 rounded-xl p-6 hover:bg-gray-700 transition">
340
+ <div class="w-12 h-12 rounded-full bg-primary/10 flex items-center justify-center mb-4">
341
+ <i data-feather="tool" class="text-primary"></i>
342
+ </div>
343
+ <h3 class="text-xl font-bold mb-4">Outils & Infrastructure</h3>
344
+ <div class="flex flex-wrap gap-2">
345
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Tailwind CSS</span>
346
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Docker</span>
347
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Kubernetes</span>
348
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Grafana</span>
349
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Prometheus</span>
350
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Nmap</span>
351
+ </div>
352
+ </div>
353
+
354
+ <!-- Cloud Card -->
355
+ <div class="bg-gray-800 rounded-xl p-6 hover:bg-gray-700 transition">
356
+ <div class="w-12 h-12 rounded-full bg-primary/10 flex items-center justify-center mb-4">
357
+ <i data-feather="cloud" class="text-primary"></i>
358
+ </div>
359
+ <h3 class="text-xl font-bold mb-4">Cloud & DevOps</h3>
360
+ <div class="flex flex-wrap gap-2">
361
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Firebase</span>
362
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">BuildBear</span>
363
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">AWS</span>
364
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">GCP</span>
365
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">CI/CD</span>
366
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Terraform</span>
367
+ </div>
368
+ </div>
369
+
370
+ <!-- Sécurité Card -->
371
+ <div class="bg-gray-800 rounded-xl p-6 hover:bg-gray-700 transition">
372
+ <div class="w-12 h-12 rounded-full bg-primary/10 flex items-center justify-center mb-4">
373
+ <i data-feather="shield" class="text-primary"></i>
374
+ </div>
375
+ <h3 class="text-xl font-bold mb-4">Sécurité</h3>
376
+ <div class="flex flex-wrap gap-2">
377
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Bug Bounties</span>
378
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Audit de code</span>
379
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">OWASP</span>
380
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Penetration Testing</span>
381
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Cryptographie</span>
382
+ <span class="skill-pill px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Zero Trust</span>
383
+ </div>
384
+ </div>
385
+ </div>
386
+ </div>
387
+ </div>
388
+ </section>
389
+
390
+ <!-- Contact Section -->
391
+ <section id="contact" class="section py-20 px-6">
392
+ <div class="container mx-auto">
393
+ <div class="max-w-4xl mx-auto text-center mb-16">
394
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Entrons en Contact</h2>
395
+ <div class="w-24 h-1 bg-gradient-to-r from-primary to-secondary mx-auto"></div>
396
+ <p class="text-xl text-gray-300 mt-6 max-w-2xl mx-auto">
397
+ Passionné par les défis complexes ? Contactez-moi pour discuter d'opportunités de collaboration, d'investissement ou de vente de mes technologies.
398
+ </p>
399
+ </div>
400
+
401
+ <div class="max-w-3xl mx-auto grid md:grid-cols-2 gap-12">
402
+ <div>
403
+ <form class="space-y-6">
404
+ <div>
405
+ <label for="name" class="block text-gray-300 mb-2">Nom</label>
406
+ <input type="text" id="name" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent text-white" placeholder="Votre nom">
407
+ </div>
408
+ <div>
409
+ <label for="email" class="block text-gray-300 mb-2">Email</label>
410
+ <input type="email" id="email" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent text-white" placeholder="votre@email.com">
411
+ </div>
412
+ <div>
413
+ <label for="message" class="block text-gray-300 mb-2">Message</label>
414
+ <textarea id="message" rows="5" class="w-full px-4 py-3 bg-gray-800 border border-gray-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent text-white" placeholder="Votre message..."></textarea>
415
+ </div>
416
+ <button type="submit" class="w-full px-6 py-3 bg-gradient-to-r from-primary to-secondary text-white rounded-lg font-medium hover:opacity-90 transition">Envoyer le message</button>
417
+ </form>
418
+ </div>
419
+ <div>
420
+ <div class="bg-gray-900 rounded-xl p-8 h-full border border-gray-800 hover:border-green-500 transition">
421
+ <h3 class="text-xl font-bold mb-6">Autres moyens de contact</h3>
422
+ <div class="space-y-6">
423
+ <div class="flex items-start">
424
+ <div class="flex-shrink-0 mt-1">
425
+ <div class="w-10 h-10 rounded-full bg-primary/10 flex items-center justify-center">
426
+ <i data-feather="mail" class="text-primary"></i>
427
+ </div>
428
+ </div>
429
+ <div class="ml-4">
430
+ <h4 class="font-medium text-gray-300">Email</h4>
431
+ <p class="text-gray-400">contact@alexandre-d.com</p>
432
+ </div>
433
+ </div>
434
+ <div class="flex items-start">
435
+ <div class="flex-shrink-0 mt-1">
436
+ <div class="w-10 h-10 rounded-full bg-primary/10 flex items-center justify-center">
437
+ <i data-feather="linkedin" class="text-primary"></i>
438
+ </div>
439
+ </div>
440
+ <div class="ml-4">
441
+ <h4 class="font-medium text-gray-300">LinkedIn</h4>
442
+ <a href="#" class="text-secondary hover:text-primary transition">linkedin.com/in/alexandre-d</a>
443
+ </div>
444
+ </div>
445
+ <div class="flex items-start">
446
+ <div class="flex-shrink-0 mt-1">
447
+ <div class="w-10 h-10 rounded-full bg-primary/10 flex items-center justify-center">
448
+ <i data-feather="github" class="text-primary"></i>
449
+ </div>
450
+ </div>
451
+ <div class="ml-4">
452
+ <h4 class="font-medium text-gray-300">GitHub</h4>
453
+ <a href="#" class="text-secondary hover:text-primary transition">github.com/alexandre-d</a>
454
+ </div>
455
+ </div>
456
+ </div>
457
+ <div class="mt-12 pt-8 border-t border-gray-700">
458
+ <h4 class="font-medium text-gray-300 mb-4">Disponibilité pour :</h4>
459
+ <div class="flex flex-wrap gap-2">
460
+ <span class="px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Collaborations</span>
461
+ <span class="px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Consulting</span>
462
+ <span class="px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Investissements</span>
463
+ <span class="px-3 py-1 bg-gray-900 rounded-full text-sm text-gray-300">Conférences</span>
464
+ </div>
465
+ </div>
466
+ </div>
467
+ </div>
468
+ </div>
469
+ </div>
470
+ </section>
471
+
472
+ <!-- Footer -->
473
+ <footer class="py-12 px-6 bg-gray-900">
474
+ <div class="container mx-auto">
475
+ <div class="flex flex-col md:flex-row justify-between items-center">
476
+ <div class="flex items-center space-x-2 mb-6 md:mb-0">
477
+ <div class="w-8 h-8 rounded-full bg-gradient-to-r from-primary to-secondary flex items-center justify-center">
478
+ <i data-feather="cpu" class="text-white w-4 h-4"></i>
479
+ </div>
480
+ <span class="text-lg font-bold">Alexandre D.</span>
481
+ </div>
482
+ <div class="flex space-x-8 mb-6 md:mb-0">
483
+ <a href="#about" class="text-gray-400 hover:text-white transition">À Propos</a>
484
+ <a href="#projects" class="text-gray-400 hover:text-white transition">Projets</a>
485
+ <a href="#skills" class="text-gray-400 hover:text-white transition">Compétences</a>
486
+ <a href="#contact" class="text-gray-400 hover:text-white transition">Contact</a>
487
+ </div>
488
+ <div class="flex space-x-6">
489
+ <a href="#" class="text-gray-400 hover:text-white transition">
490
+ <i data-feather="linkedin"></i>
491
+ </a>
492
+ <a href="#" class="text-gray-400 hover:text-white transition">
493
+ <i data-feather="github"></i>
494
+ </a>
495
+ <a href="#" class="text-gray-400 hover:text-white transition">
496
+ <i data-feather="twitter"></i>
497
+ </a>
498
+ </div>
499
+ </div>
500
+ <div class="mt-8 pt-8 border-t border-gray-800 text-center text-gray-500 text-sm">
501
+ <p>© 2023 Alexandre D. - Tous droits réservés</p>
502
+ </div>
503
+ </div>
504
+ </footer>
505
+
506
+ <script>
507
+ // Initialize Vanta.js background
508
+ VANTA.NET({
509
+ el: "#vanta-bg",
510
+ mouseControls: true,
511
+ touchControls: true,
512
+ gyroControls: false,
513
+ minHeight: 200.00,
514
+ minWidth: 200.00,
515
+ scale: 1.00,
516
+ scaleMobile: 1.00,
517
+ color: 0x00ff00,
518
+ backgroundColor: 0x000000,
519
+ points: 10.00,
520
+ maxDistance: 22.00,
521
+ spacing: 17.00
522
+ });
523
+
524
+ // Initialize Feather Icons
525
+ feather.replace();
526
+
527
+ // Smooth scrolling for anchor links
528
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
529
+ anchor.addEventListener('click', function (e) {
530
+ e.preventDefault();
531
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
532
+ behavior: 'smooth'
533
+ });
534
+ });
535
+ });
536
+
537
+ // Mobile menu toggle would go here
538
+ // ...
539
+
540
+ // Animation on scroll would go here
541
+ // ...
542
+ </script>
543
+ </body>
544
  </html>