docto41 commited on
Commit
65d1ecb
·
verified ·
1 Parent(s): afd7a58

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +610 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Assistant Ia
3
- emoji: 👀
4
- colorFrom: purple
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: assistant-ia
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,610 @@
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">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>AI Assistants Marketplace - 9,898,989 Assistants Prêts à l'Emploi</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #6e8efb, #a777e3);
12
+ }
13
+ .assistant-card:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .category-chip {
18
+ transition: all 0.3s ease;
19
+ }
20
+ .category-chip:hover {
21
+ background-color: #4f46e5;
22
+ color: white;
23
+ }
24
+ .pulse-animation {
25
+ animation: pulse 2s infinite;
26
+ }
27
+ @keyframes pulse {
28
+ 0% { transform: scale(1); }
29
+ 50% { transform: scale(1.05); }
30
+ 100% { transform: scale(1); }
31
+ }
32
+ .typing-demo {
33
+ width: 22ch;
34
+ animation: typing 2s steps(22), blink .5s step-end infinite alternate;
35
+ white-space: nowrap;
36
+ overflow: hidden;
37
+ border-right: 3px solid;
38
+ font-family: monospace;
39
+ }
40
+ @keyframes typing {
41
+ from { width: 0 }
42
+ }
43
+ @keyframes blink {
44
+ 50% { border-color: transparent }
45
+ }
46
+ </style>
47
+ </head>
48
+ <body class="bg-gray-50">
49
+ <!-- Header -->
50
+ <header class="gradient-bg text-white">
51
+ <div class="container mx-auto px-4 py-6">
52
+ <div class="flex justify-between items-center">
53
+ <div class="flex items-center space-x-2">
54
+ <i class="fas fa-robot text-3xl"></i>
55
+ <h1 class="text-2xl font-bold">AI Assistants</h1>
56
+ </div>
57
+ <div class="hidden md:flex space-x-6 items-center">
58
+ <a href="#" class="hover:text-gray-200">Explorer</a>
59
+ <a href="#" class="hover:text-gray-200">Créer</a>
60
+ <a href="#" class="hover:text-gray-200">Entreprise</a>
61
+ <a href="#" class="hover:text-gray-200">Prix</a>
62
+ <button class="bg-white text-indigo-600 px-4 py-2 rounded-full font-medium hover:bg-gray-100">Se connecter</button>
63
+ </div>
64
+ <button class="md:hidden text-2xl">
65
+ <i class="fas fa-bars"></i>
66
+ </button>
67
+ </div>
68
+
69
+ <div class="mt-16 mb-20 text-center">
70
+ <div class="max-w-4xl mx-auto">
71
+ <span class="bg-white text-indigo-600 px-4 py-1 rounded-full text-sm font-medium mb-4 inline-block">9,898,989 ASSISTANTS DISPONIBLES</span>
72
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">Trouvez l'Assistant IA Parfait pour Vos Besoins</h1>
73
+ <p class="text-xl mb-8 opacity-90">Des assistants IA spécialisés prêts à l'emploi pour automatiser vos tâches et booster votre productivité</p>
74
+
75
+ <div class="relative max-w-2xl mx-auto">
76
+ <input type="text" placeholder="Rechercher par compétence, industrie ou tâche..." class="w-full px-6 py-4 rounded-full shadow-lg focus:outline-none focus:ring-2 focus:ring-indigo-500 text-gray-800">
77
+ <button class="absolute right-2 top-2 bg-indigo-600 text-white px-6 py-2 rounded-full hover:bg-indigo-700">
78
+ <i class="fas fa-search"></i> Rechercher
79
+ </button>
80
+ </div>
81
+
82
+ <div class="mt-6 flex flex-wrap justify-center gap-2">
83
+ <span class="text-sm opacity-80">Populaire:</span>
84
+ <a href="#" class="text-sm bg-white bg-opacity-20 px-3 py-1 rounded-full hover:bg-opacity-30">Service client</a>
85
+ <a href="#" class="text-sm bg-white bg-opacity-20 px-3 py-1 rounded-full hover:bg-opacity-30">Marketing</a>
86
+ <a href="#" class="text-sm bg-white bg-opacity-20 px-3 py-1 rounded-full hover:bg-opacity-30">Développement</a>
87
+ <a href="#" class="text-sm bg-white bg-opacity-20 px-3 py-1 rounded-full hover:bg-opacity-30">RH</a>
88
+ </div>
89
+ </div>
90
+ </div>
91
+ </div>
92
+ </header>
93
+
94
+ <!-- Stats Section -->
95
+ <section class="bg-white py-12">
96
+ <div class="container mx-auto px-4">
97
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
98
+ <div>
99
+ <div class="text-4xl font-bold text-indigo-600 mb-2">9.8M+</div>
100
+ <div class="text-gray-600">Assistants IA</div>
101
+ </div>
102
+ <div>
103
+ <div class="text-4xl font-bold text-indigo-600 mb-2">120+</div>
104
+ <div class="text-gray-600">Catégories</div>
105
+ </div>
106
+ <div>
107
+ <div class="text-4xl font-bold text-indigo-600 mb-2">500K+</div>
108
+ <div class="text-gray-600">Entreprises</div>
109
+ </div>
110
+ <div>
111
+ <div class="text-4xl font-bold text-indigo-600 mb-2">24/7</div>
112
+ <div class="text-gray-600">Disponibilité</div>
113
+ </div>
114
+ </div>
115
+ </div>
116
+ </section>
117
+
118
+ <!-- Categories -->
119
+ <section class="py-16 bg-gray-50">
120
+ <div class="container mx-auto px-4">
121
+ <h2 class="text-3xl font-bold text-center mb-12">Explorez par Catégorie</h2>
122
+
123
+ <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 gap-4">
124
+ <a href="#" class="category-chip bg-white p-6 rounded-xl shadow-sm text-center hover:shadow-md">
125
+ <div class="text-indigo-500 text-3xl mb-3"><i class="fas fa-headset"></i></div>
126
+ <h3 class="font-medium">Service Client</h3>
127
+ </a>
128
+ <a href="#" class="category-chip bg-white p-6 rounded-xl shadow-sm text-center hover:shadow-md">
129
+ <div class="text-indigo-500 text-3xl mb-3"><i class="fas fa-bullhorn"></i></div>
130
+ <h3 class="font-medium">Marketing</h3>
131
+ </a>
132
+ <a href="#" class="category-chip bg-white p-6 rounded-xl shadow-sm text-center hover:shadow-md">
133
+ <div class="text-indigo-500 text-3xl mb-3"><i class="fas fa-code"></i></div>
134
+ <h3 class="font-medium">Développement</h3>
135
+ </a>
136
+ <a href="#" class="category-chip bg-white p-6 rounded-xl shadow-sm text-center hover:shadow-md">
137
+ <div class="text-indigo-500 text-3xl mb-3"><i class="fas fa-chart-line"></i></div>
138
+ <h3 class="font-medium">Analyse</h3>
139
+ </a>
140
+ <a href="#" class="category-chip bg-white p-6 rounded-xl shadow-sm text-center hover:shadow-md">
141
+ <div class="text-indigo-500 text-3xl mb-3"><i class="fas fa-users"></i></div>
142
+ <h3 class="font-medium">Ressources Humaines</h3>
143
+ </a>
144
+ <a href="#" class="category-chip bg-white p-6 rounded-xl shadow-sm text-center hover:shadow-md">
145
+ <div class="text-indigo-500 text-3xl mb-3"><i class="fas fa-shopping-cart"></i></div>
146
+ <h3 class="font-medium">E-commerce</h3>
147
+ </a>
148
+ <a href="#" class="category-chip bg-white p-6 rounded-xl shadow-sm text-center hover:shadow-md">
149
+ <div class="text-indigo-500 text-3xl mb-3"><i class="fas fa-pen-fancy"></i></div>
150
+ <h3 class="font-medium">Rédaction</h3>
151
+ </a>
152
+ <a href="#" class="category-chip bg-white p-6 rounded-xl shadow-sm text-center hover:shadow-md">
153
+ <div class="text-indigo-500 text-3xl mb-3"><i class="fas fa-language"></i></div>
154
+ <h3 class="font-medium">Traduction</h3>
155
+ </a>
156
+ <a href="#" class="category-chip bg-white p-6 rounded-xl shadow-sm text-center hover:shadow-md">
157
+ <div class="text-indigo-500 text-3xl mb-3"><i class="fas fa-calculator"></i></div>
158
+ <h3 class="font-medium">Finance</h3>
159
+ </a>
160
+ <a href="#" class="category-chip bg-white p-6 rounded-xl shadow-sm text-center hover:shadow-md">
161
+ <div class="text-indigo-500 text-3xl mb-3"><i class="fas fa-graduation-cap"></i></div>
162
+ <h3 class="font-medium">Éducation</h3>
163
+ </a>
164
+ <a href="#" class="category-chip bg-white p-6 rounded-xl shadow-sm text-center hover:shadow-md">
165
+ <div class="text-indigo-500 text-3xl mb-3"><i class="fas fa-heartbeat"></i></div>
166
+ <h3 class="font-medium">Santé</h3>
167
+ </a>
168
+ <a href="#" class="category-chip bg-white p-6 rounded-xl shadow-sm text-center hover:shadow-md">
169
+ <div class="text-indigo-500 text-3xl mb-3"><i class="fas fa-ellipsis-h"></i></div>
170
+ <h3 class="font-medium">Voir plus</h3>
171
+ </a>
172
+ </div>
173
+ </div>
174
+ </section>
175
+
176
+ <!-- Featured Assistants -->
177
+ <section class="py-16 bg-white">
178
+ <div class="container mx-auto px-4">
179
+ <div class="flex justify-between items-center mb-10">
180
+ <h2 class="text-3xl font-bold">Assistants Populaires</h2>
181
+ <a href="#" class="text-indigo-600 font-medium hover:underline">Voir tout</a>
182
+ </div>
183
+
184
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8">
185
+ <!-- Assistant Card 1 -->
186
+ <div class="assistant-card bg-white rounded-xl shadow-md overflow-hidden transition-all duration-300 border border-gray-100">
187
+ <div class="p-1 bg-gradient-to-r from-purple-500 to-indigo-500">
188
+ <div class="bg-white p-4">
189
+ <div class="flex justify-between items-start mb-3">
190
+ <div class="bg-indigo-100 text-indigo-800 text-xs px-2 py-1 rounded">Service Client</div>
191
+ <div class="text-yellow-400 text-sm"><i class="fas fa-star"></i> 4.9</div>
192
+ </div>
193
+ <h3 class="font-bold text-lg mb-2">Assistant Support Client VIP</h3>
194
+ <p class="text-gray-600 text-sm mb-4">Répond aux requêtes clients 24/7 avec une compréhension contextuelle avancée</p>
195
+
196
+ <div class="flex items-center mb-4">
197
+ <div class="w-8 h-8 rounded-full bg-indigo-100 flex items-center justify-center mr-2">
198
+ <i class="fas fa-bolt text-indigo-500 text-sm"></i>
199
+ </div>
200
+ <div>
201
+ <div class="text-xs text-gray-500">Temps de réponse</div>
202
+ <div class="text-sm font-medium">Instantané</div>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="flex justify-between items-center pt-4 border-t border-gray-100">
207
+ <div class="text-indigo-600 font-bold">49€<span class="text-gray-500 font-normal text-sm">/mois</span></div>
208
+ <button class="bg-indigo-600 text-white px-4 py-2 rounded-lg text-sm hover:bg-indigo-700 transition-colors">
209
+ Essayer <i class="fas fa-arrow-right ml-1"></i>
210
+ </button>
211
+ </div>
212
+ </div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Assistant Card 2 -->
217
+ <div class="assistant-card bg-white rounded-xl shadow-md overflow-hidden transition-all duration-300 border border-gray-100">
218
+ <div class="p-1 bg-gradient-to-r from-green-400 to-blue-500">
219
+ <div class="bg-white p-4">
220
+ <div class="flex justify-between items-start mb-3">
221
+ <div class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded">Marketing</div>
222
+ <div class="text-yellow-400 text-sm"><i class="fas fa-star"></i> 4.7</div>
223
+ </div>
224
+ <h3 class="font-bold text-lg mb-2">Générateur de Campagnes Publicitaires</h3>
225
+ <p class="text-gray-600 text-sm mb-4">Crée des campagnes publicitaires optimisées pour tous les canaux en quelques secondes</p>
226
+
227
+ <div class="flex items-center mb-4">
228
+ <div class="w-8 h-8 rounded-full bg-green-100 flex items-center justify-center mr-2">
229
+ <i class="fas fa-chart-bar text-green-500 text-sm"></i>
230
+ </div>
231
+ <div>
232
+ <div class="text-xs text-gray-500">ROI moyen</div>
233
+ <div class="text-sm font-medium">+320%</div>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="flex justify-between items-center pt-4 border-t border-gray-100">
238
+ <div class="text-indigo-600 font-bold">79€<span class="text-gray-500 font-normal text-sm">/mois</span></div>
239
+ <button class="bg-indigo-600 text-white px-4 py-2 rounded-lg text-sm hover:bg-indigo-700 transition-colors">
240
+ Essayer <i class="fas fa-arrow-right ml-1"></i>
241
+ </button>
242
+ </div>
243
+ </div>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Assistant Card 3 -->
248
+ <div class="assistant-card bg-white rounded-xl shadow-md overflow-hidden transition-all duration-300 border border-gray-100">
249
+ <div class="p-1 bg-gradient-to-r from-red-400 to-pink-500">
250
+ <div class="bg-white p-4">
251
+ <div class="flex justify-between items-start mb-3">
252
+ <div class="bg-red-100 text-red-800 text-xs px-2 py-1 rounded">Développement</div>
253
+ <div class="text-yellow-400 text-sm"><i class="fas fa-star"></i> 4.8</div>
254
+ </div>
255
+ <h3 class="font-bold text-lg mb-2">Code Assistant Pro</h3>
256
+ <p class="text-gray-600 text-sm mb-4">Génère, debug et optimise du code dans 15+ langages de programmation</p>
257
+
258
+ <div class="flex items-center mb-4">
259
+ <div class="w-8 h-8 rounded-full bg-red-100 flex items-center justify-center mr-2">
260
+ <i class="fas fa-code text-red-500 text-sm"></i>
261
+ </div>
262
+ <div>
263
+ <div class="text-xs text-gray-500">Langages</div>
264
+ <div class="text-sm font-medium">15+</div>
265
+ </div>
266
+ </div>
267
+
268
+ <div class="flex justify-between items-center pt-4 border-t border-gray-100">
269
+ <div class="text-indigo-600 font-bold">99€<span class="text-gray-500 font-normal text-sm">/mois</span></div>
270
+ <button class="bg-indigo-600 text-white px-4 py-2 rounded-lg text-sm hover:bg-indigo-700 transition-colors">
271
+ Essayer <i class="fas fa-arrow-right ml-1"></i>
272
+ </button>
273
+ </div>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Assistant Card 4 -->
279
+ <div class="assistant-card bg-white rounded-xl shadow-md overflow-hidden transition-all duration-300 border border-gray-100">
280
+ <div class="p-1 bg-gradient-to-r from-yellow-400 to-orange-500">
281
+ <div class="bg-white p-4">
282
+ <div class="flex justify-between items-start mb-3">
283
+ <div class="bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded">Rédaction</div>
284
+ <div class="text-yellow-400 text-sm"><i class="fas fa-star"></i> 4.9</div>
285
+ </div>
286
+ <h3 class="font-bold text-lg mb-2">Rédacteur SEO Ultime</h3>
287
+ <p class="text-gray-600 text-sm mb-4">Crée du contenu optimisé SEO, engageant et adapté à votre audience</p>
288
+
289
+ <div class="flex items-center mb-4">
290
+ <div class="w-8 h-8 rounded-full bg-yellow-100 flex items-center justify-center mr-2">
291
+ <i class="fas fa-search text-yellow-500 text-sm"></i>
292
+ </div>
293
+ <div>
294
+ <div class="text-xs text-gray-500">Mots générés</div>
295
+ <div class="text-sm font-medium">5M+/jour</div>
296
+ </div>
297
+ </div>
298
+
299
+ <div class="flex justify-between items-center pt-4 border-t border-gray-100">
300
+ <div class="text-indigo-600 font-bold">59€<span class="text-gray-500 font-normal text-sm">/mois</span></div>
301
+ <button class="bg-indigo-600 text-white px-4 py-2 rounded-lg text-sm hover:bg-indigo-700 transition-colors">
302
+ Essayer <i class="fas fa-arrow-right ml-1"></i>
303
+ </button>
304
+ </div>
305
+ </div>
306
+ </div>
307
+ </div>
308
+ </div>
309
+ </div>
310
+ </section>
311
+
312
+ <!-- Demo Section -->
313
+ <section class="py-16 gradient-bg text-white">
314
+ <div class="container mx-auto px-4">
315
+ <div class="flex flex-col lg:flex-row items-center">
316
+ <div class="lg:w-1/2 mb-10 lg:mb-0 lg:pr-10">
317
+ <h2 class="text-3xl font-bold mb-6">Essayez un Assistant Maintenant</h2>
318
+ <p class="text-xl mb-8 opacity-90">Nos assistants IA sont prêts à travailler pour vous immédiatement. Aucune configuration nécessaire.</p>
319
+
320
+ <div class="bg-white bg-opacity-10 p-6 rounded-xl mb-6">
321
+ <div class="flex mb-4">
322
+ <div class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center mr-3">
323
+ <i class="fas fa-robot"></i>
324
+ </div>
325
+ <div class="flex-1 bg-gray-800 bg-opacity-50 rounded-lg p-4">
326
+ <div class="typing-demo">Comment puis-je vous aider aujourd'hui?</div>
327
+ </div>
328
+ </div>
329
+
330
+ <div class="bg-white rounded-lg p-4">
331
+ <div class="flex">
332
+ <input type="text" placeholder="Posez votre question..." class="flex-1 bg-gray-100 rounded-l-lg px-4 py-2 focus:outline-none text-gray-800">
333
+ <button class="bg-indigo-600 text-white px-4 rounded-r-lg hover:bg-indigo-700">
334
+ <i class="fas fa-paper-plane"></i>
335
+ </button>
336
+ </div>
337
+ </div>
338
+ </div>
339
+
340
+ <div class="flex flex-wrap gap-3">
341
+ <button class="bg-white bg-opacity-20 hover:bg-opacity-30 px-4 py-2 rounded-lg">
342
+ <i class="fas fa-comment-dots mr-2"></i> Service Client
343
+ </button>
344
+ <button class="bg-white bg-opacity-20 hover:bg-opacity-30 px-4 py-2 rounded-lg">
345
+ <i class="fas fa-file-alt mr-2"></i> Rédaction
346
+ </button>
347
+ <button class="bg-white bg-opacity-20 hover:bg-opacity-30 px-4 py-2 rounded-lg">
348
+ <i class="fas fa-code mr-2"></i> Développement
349
+ </button>
350
+ </div>
351
+ </div>
352
+
353
+ <div class="lg:w-1/2 bg-white bg-opacity-10 rounded-2xl p-8 border border-white border-opacity-20">
354
+ <h3 class="text-2xl font-bold mb-6">Comment ça marche</h3>
355
+
356
+ <div class="space-y-6">
357
+ <div class="flex">
358
+ <div class="text-indigo-200 text-2xl mr-4 font-bold">1</div>
359
+ <div>
360
+ <h4 class="font-bold mb-2">Choisissez votre Assistant</h4>
361
+ <p class="opacity-80">Parcourez notre marketplace de 9.8M+ assistants spécialisés.</p>
362
+ </div>
363
+ </div>
364
+
365
+ <div class="flex">
366
+ <div class="text-indigo-200 text-2xl mr-4 font-bold">2</div>
367
+ <div>
368
+ <h4 class="font-bold mb-2">Configurez en 1 clic</h4>
369
+ <p class="opacity-80">Aucune installation nécessaire. Fonctionne directement depuis votre navigateur.</p>
370
+ </div>
371
+ </div>
372
+
373
+ <div class="flex">
374
+ <div class="text-indigo-200 text-2xl mr-4 font-bold">3</div>
375
+ <div>
376
+ <h4 class="font-bold mb-2">Commencez à automatiser</h4>
377
+ <p class="opacity-80">Votre assistant IA est prêt à travailler pour vous immédiatement.</p>
378
+ </div>
379
+ </div>
380
+ </div>
381
+
382
+ <button class="mt-8 bg-white text-indigo-600 px-6 py-3 rounded-lg font-bold hover:bg-gray-100 transition-colors w-full pulse-animation">
383
+ <i class="fas fa-rocket mr-2"></i> Démarrer l'Essai Gratuit
384
+ </button>
385
+ </div>
386
+ </div>
387
+ </div>
388
+ </section>
389
+
390
+ <!-- Testimonials -->
391
+ <section class="py-16 bg-white">
392
+ <div class="container mx-auto px-4">
393
+ <h2 class="text-3xl font-bold text-center mb-12">Ils nous font confiance</h2>
394
+
395
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
396
+ <div class="bg-gray-50 p-8 rounded-xl">
397
+ <div class="flex items-center mb-4">
398
+ <div class="text-yellow-400 mr-2">
399
+ <i class="fas fa-star"></i>
400
+ <i class="fas fa-star"></i>
401
+ <i class="fas fa-star"></i>
402
+ <i class="fas fa-star"></i>
403
+ <i class="fas fa-star"></i>
404
+ </div>
405
+ <div class="text-gray-500 text-sm">2 mois d'utilisation</div>
406
+ </div>
407
+ <p class="text-gray-700 mb-6">"L'assistant service client a réduit notre temps de réponse de 80% et augmenté la satisfaction client de 40%. Incroyable!"</p>
408
+ <div class="flex items-center">
409
+ <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="User" class="w-10 h-10 rounded-full mr-3">
410
+ <div>
411
+ <div class="font-medium">Sophie Martin</div>
412
+ <div class="text-gray-500 text-sm">Directrice CX, RetailCo</div>
413
+ </div>
414
+ </div>
415
+ </div>
416
+
417
+ <div class="bg-gray-50 p-8 rounded-xl">
418
+ <div class="flex items-center mb-4">
419
+ <div class="text-yellow-400 mr-2">
420
+ <i class="fas fa-star"></i>
421
+ <i class="fas fa-star"></i>
422
+ <i class="fas fa-star"></i>
423
+ <i class="fas fa-star"></i>
424
+ <i class="fas fa-star"></i>
425
+ </div>
426
+ <div class="text-gray-500 text-sm">5 mois d'utilisation</div>
427
+ </div>
428
+ <p class="text-gray-700 mb-6">"Notre assistant marketing génère des campagnes plus performantes que nos anciennes agences. Et pour 1/10 du prix!"</p>
429
+ <div class="flex items-center">
430
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="User" class="w-10 h-10 rounded-full mr-3">
431
+ <div>
432
+ <div class="font-medium">Thomas Leroy</div>
433
+ <div class="text-gray-500 text-sm">CMO, TechStartup</div>
434
+ </div>
435
+ </div>
436
+ </div>
437
+
438
+ <div class="bg-gray-50 p-8 rounded-xl">
439
+ <div class="flex items-center mb-4">
440
+ <div class="text-yellow-400 mr-2">
441
+ <i class="fas fa-star"></i>
442
+ <i class="fas fa-star"></i>
443
+ <i class="fas fa-star"></i>
444
+ <i class="fas fa-star"></i>
445
+ <i class="fas fa-star-half-alt"></i>
446
+ </div>
447
+ <div class="text-gray-500 text-sm">3 semaines d'utilisation</div>
448
+ </div>
449
+ <p class="text-gray-700 mb-6">"L'assistant code m'aide à debugger et optimiser mon code. C'est comme avoir un senior dev à mes côtés 24/7."</p>
450
+ <div class="flex items-center">
451
+ <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="User" class="w-10 h-10 rounded-full mr-3">
452
+ <div>
453
+ <div class="font-medium">Amélie Dubois</div>
454
+ <div class="text-gray-500 text-sm">Développeuse Fullstack</div>
455
+ </div>
456
+ </div>
457
+ </div>
458
+ </div>
459
+
460
+ <div class="mt-12 text-center">
461
+ <button class="bg-indigo-600 text-white px-6 py-3 rounded-lg font-medium hover:bg-indigo-700 transition-colors">
462
+ <i class="fas fa-comments mr-2"></i> Voir plus de témoignages
463
+ </button>
464
+ </div>
465
+ </div>
466
+ </section>
467
+
468
+ <!-- CTA Section -->
469
+ <section class="py-16 bg-gray-900 text-white">
470
+ <div class="container mx-auto px-4 text-center">
471
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Prêt à booster votre productivité?</h2>
472
+ <p class="text-xl opacity-90 mb-8 max-w-3xl mx-auto">Rejoignez 500,000+ entreprises et professionnels qui automatisent déjà leurs tâches avec nos assistants IA.</p>
473
+
474
+ <div class="flex flex-col sm:flex-row justify-center gap-4 max-w-2xl mx-auto">
475
+ <button class="bg-indigo-600 text-white px-8 py-4 rounded-lg font-bold hover:bg-indigo-700 transition-colors flex-1">
476
+ <i class="fas fa-play mr-2"></i> Essai Gratuit 14 jours
477
+ </button>
478
+ <button class="bg-white bg-opacity-10 text-white px-8 py-4 rounded-lg font-bold hover:bg-opacity-20 transition-colors flex-1">
479
+ <i class="fas fa-comment-alt mr-2"></i> Discuter avec un expert
480
+ </button>
481
+ </div>
482
+
483
+ <div class="mt-8 flex flex-wrap justify-center gap-4">
484
+ <div class="flex items-center">
485
+ <div class="w-8 h-8 rounded-full bg-indigo-500 flex items-center justify-center mr-2">
486
+ <i class="fas fa-check text-white text-xs"></i>
487
+ </div>
488
+ <span class="text-sm">Aucune carte de crédit requise</span>
489
+ </div>
490
+ <div class="flex items-center">
491
+ <div class="w-8 h-8 rounded-full bg-indigo-500 flex items-center justify-center mr-2">
492
+ <i class="fas fa-check text-white text-xs"></i>
493
+ </div>
494
+ <span class="text-sm">Annulation à tout moment</span>
495
+ </div>
496
+ <div class="flex items-center">
497
+ <div class="w-8 h-8 rounded-full bg-indigo-500 flex items-center justify-center mr-2">
498
+ <i class="fas fa-check text-white text-xs"></i>
499
+ </div>
500
+ <span class="text-sm">Support 24/7</span>
501
+ </div>
502
+ </div>
503
+ </div>
504
+ </section>
505
+
506
+ <!-- Footer -->
507
+ <footer class="bg-gray-800 text-white pt-16 pb-8">
508
+ <div class="container mx-auto px-4">
509
+ <div class="grid grid-cols-2 md:grid-cols-5 gap-8 mb-12">
510
+ <div class="col-span-2">
511
+ <div class="flex items-center mb-4">
512
+ <i class="fas fa-robot text-2xl mr-2"></i>
513
+ <h3 class="text-xl font-bold">AI Assistants</h3>
514
+ </div>
515
+ <p class="text-gray-400 mb-4">La plus grande marketplace d'assistants IA prêts à l'emploi pour automatiser vos tâches et booster votre productivité.</p>
516
+ <div class="flex space-x-4">
517
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
518
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin"></i></a>
519
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook"></i></a>
520
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-youtube"></i></a>
521
+ </div>
522
+ </div>
523
+
524
+ <div>
525
+ <h4 class="font-bold mb-4">Produit</h4>
526
+ <ul class="space-y-2">
527
+ <li><a href="#" class="text-gray-400 hover:text-white">Fonctionnalités</a></li>
528
+ <li><a href="#" class="text-gray-400 hover:text-white">Tarifs</a></li>
529
+ <li><a href="#" class="text-gray-400 hover:text-white">Marketplace</a></li>
530
+ <li><a href="#" class="text-gray-400 hover:text-white">Intégrations</a></li>
531
+ <li><a href="#" class="text-gray-400 hover:text-white">Changelog</a></li>
532
+ </ul>
533
+ </div>
534
+
535
+ <div>
536
+ <h4 class="font-bold mb-4">Ressources</h4>
537
+ <ul class="space-y-2">
538
+ <li><a href="#" class="text-gray-400 hover:text-white">Documentation</a></li>
539
+ <li><a href="#" class="text-gray-400 hover:text-white">Tutoriels</a></li>
540
+ <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
541
+ <li><a href="#" class="text-gray-400 hover:text-white">Webinaires</a></li>
542
+ <li><a href="#" class="text-gray-400 hover:text-white">API</a></li>
543
+ </ul>
544
+ </div>
545
+
546
+ <div>
547
+ <h4 class="font-bold mb-4">Entreprise</h4>
548
+ <ul class="space-y-2">
549
+ <li><a href="#" class="text-gray-400 hover:text-white">À propos</a></li>
550
+ <li><a href="#" class="text-gray-400 hover:text-white">Carrières</a></li>
551
+ <li><a href="#" class="text-gray-400 hover:text-white">Presse</a></li>
552
+ <li><a href="#" class="text-gray-400 hover:text-white">Partenaires</a></li>
553
+ <li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li>
554
+ </ul>
555
+ </div>
556
+ </div>
557
+
558
+ <div class="pt-8 border-t border-gray-700 flex flex-col md:flex-row justify-between items-center">
559
+ <div class="text-gray-400 mb-4 md:mb-0">© 2023 AI Assistants. Tous droits réservés.</div>
560
+ <div class="flex space-x-6">
561
+ <a href="#" class="text-gray-400 hover:text-white">Conditions</a>
562
+ <a href="#" class="text-gray-400 hover:text-white">Confidentialité</a>
563
+ <a href="#" class="text-gray-400 hover:text-white">Cookies</a>
564
+ </div>
565
+ </div>
566
+ </div>
567
+ </footer>
568
+
569
+ <script>
570
+ // Simple interactive elements
571
+ document.addEventListener('DOMContentLoaded', function() {
572
+ // Category chips animation
573
+ const chips = document.querySelectorAll('.category-chip');
574
+ chips.forEach(chip => {
575
+ chip.addEventListener('mouseenter', function() {
576
+ const icon = this.querySelector('div');
577
+ icon.classList.add('animate-bounce');
578
+ });
579
+
580
+ chip.addEventListener('mouseleave', function() {
581
+ const icon = this.querySelector('div');
582
+ icon.classList.remove('animate-bounce');
583
+ });
584
+ });
585
+
586
+ // Assistant cards interaction
587
+ const assistantCards = document.querySelectorAll('.assistant-card');
588
+ assistantCards.forEach(card => {
589
+ card.addEventListener('mouseenter', function() {
590
+ const gradientBorder = this.querySelector('div');
591
+ gradientBorder.classList.add('bg-gradient-to-br');
592
+ });
593
+
594
+ card.addEventListener('mouseleave', function() {
595
+ const gradientBorder = this.querySelector('div');
596
+ gradientBorder.classList.remove('bg-gradient-to-br');
597
+ });
598
+ });
599
+
600
+ // Demo typing animation reset
601
+ setInterval(() => {
602
+ const typingDemo = document.querySelector('.typing-demo');
603
+ typingDemo.style.animation = 'none';
604
+ void typingDemo.offsetWidth; // trigger reflow
605
+ typingDemo.style.animation = null;
606
+ }, 5000);
607
+ });
608
+ </script>
609
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=docto41/assistant-ia" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
610
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ creer un marketplace de de 9898989 boutons d'assistant IA de toutes services reel qui fonctionne reelement en automatic avec ses assistant IA PRET A L EMPLOI DE SUITE