docto41 commited on
Commit
20d253f
·
verified ·
1 Parent(s): 3aa2292

Add 2 files

Browse files
Files changed (2) hide show
  1. index.html +439 -78
  2. prompts.txt +2 -1
index.html CHANGED
@@ -6,6 +6,7 @@
6
  <title>MegaMarket IA - 9,898,989 Outils IA</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
  .hero-gradient {
11
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
@@ -31,6 +32,27 @@
31
  background: rgba(255, 255, 255, 0.1);
32
  backdrop-filter: blur(5px);
33
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  </style>
35
  </head>
36
  <body class="min-h-screen bg-gray-900 text-white">
@@ -44,16 +66,113 @@
44
  <div class="hidden md:flex space-x-6">
45
  <a href="#categories" class="hover:text-blue-300 transition">Catégories</a>
46
  <a href="#tools" class="hover:text-blue-300 transition">Outils</a>
47
- <a href="#resources" class="hover:text-blue-300 transition">Ressources</a>
48
  </div>
49
- <div class="relative">
50
- <input type="text" placeholder="Rechercher parmi 9,898,989 outils..."
51
- class="bg-gray-700 px-4 py-2 rounded-lg w-64 focus:outline-none focus:ring-2 focus:ring-blue-500">
52
- <i class="fas fa-search absolute right-3 top-3 text-gray-400"></i>
 
 
 
 
 
 
 
 
 
53
  </div>
54
  </div>
55
  </nav>
56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  <!-- Hero Section -->
58
  <section class="hero-gradient py-20 px-6">
59
  <div class="container mx-auto text-center">
@@ -184,8 +303,9 @@
184
  <i class="fas fa-star-half-alt"></i>
185
  <span class="text-gray-400 ml-1">690</span>
186
  </div>
187
- <button class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded text-sm font-medium">
188
- Utiliser
 
189
  </button>
190
  </div>
191
  </div>
@@ -206,8 +326,9 @@
206
  <i class="fas fa-star"></i>
207
  <span class="text-gray-400 ml-1">438</span>
208
  </div>
209
- <button class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded text-sm font-medium">
210
- Utiliser
 
211
  </button>
212
  </div>
213
  </div>
@@ -228,8 +349,9 @@
228
  <i class="far fa-star"></i>
229
  <span class="text-gray-400 ml-1">317</span>
230
  </div>
231
- <button class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded text-sm font-medium">
232
- Utiliser
 
233
  </button>
234
  </div>
235
  </div>
@@ -250,8 +372,9 @@
250
  <i class="fas fa-star"></i>
251
  <span class="text-gray-400 ml-1">767</span>
252
  </div>
253
- <button class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded text-sm font-medium">
254
- Utiliser
 
255
  </button>
256
  </div>
257
  </div>
@@ -272,8 +395,9 @@
272
  <i class="fas fa-star-half-alt"></i>
273
  <span class="text-gray-400 ml-1">792</span>
274
  </div>
275
- <button class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded text-sm font-medium">
276
- Utiliser
 
277
  </button>
278
  </div>
279
  </div>
@@ -294,8 +418,9 @@
294
  <i class="fas fa-star"></i>
295
  <span class="text-gray-400 ml-1">525</span>
296
  </div>
297
- <button class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded text-sm font-medium">
298
- Utiliser
 
299
  </button>
300
  </div>
301
  </div>
@@ -309,63 +434,148 @@
309
  </div>
310
  </section>
311
 
312
- <!-- Resources Section -->
313
- <section id="resources" class="py-16 px-6 bg-gray-800">
314
  <div class="container mx-auto">
315
- <h2 class="text-3xl font-bold text-center mb-12">Ressources</h2>
316
 
317
- <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-6xl mx-auto">
318
- <div class="bg-gray-700 p-6 rounded-xl">
319
- <div class="w-12 h-12 bg-blue-600 rounded-lg flex items-center justify-center mb-4">
320
- <i class="fas fa-book text-xl"></i>
321
- </div>
322
- <h3 class="text-xl font-bold mb-2">Documentation</h3>
323
- <p class="text-gray-400 mb-4">
324
- Guides complets pour utiliser nos outils IA et intégrations.
325
- </p>
326
- <a href="#" class="text-blue-400 hover:text-blue-300 font-medium flex items-center">
327
- Explorer <i class="fas fa-arrow-right ml-2"></i>
328
- </a>
329
- </div>
330
 
331
- <div class="bg-gray-700 p-6 rounded-xl">
332
- <div class="w-12 h-12 bg-blue-600 rounded-lg flex items-center justify-center mb-4">
333
- <i class="fas fa-newspaper text-xl"></i>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  </div>
335
- <h3 class="text-xl font-bold mb-2">Blog</h3>
336
- <p class="text-gray-400 mb-4">
337
- Articles sur les dernières tendances et innovations en IA.
338
- </p>
339
- <a href="#" class="text-blue-400 hover:text-blue-300 font-medium flex items-center">
340
- Lire <i class="fas fa-arrow-right ml-2"></i>
341
- </a>
342
  </div>
343
 
344
- <div class="bg-gray-700 p-6 rounded-xl">
345
- <div class="w-12 h-12 bg-blue-600 rounded-lg flex items-center justify-center mb-4">
346
- <i class="fas fa-graduation-cap text-xl"></i>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  </div>
348
- <h3 class="text-xl font-bold mb-2">Tutoriels</h3>
349
- <p class="text-gray-400 mb-4">
350
- Vidéos et guides pas-à-pas pour maîtriser nos outils.
351
- </p>
352
- <a href="#" class="text-blue-400 hover:text-blue-300 font-medium flex items-center">
353
- Apprendre <i class="fas fa-arrow-right ml-2"></i>
354
- </a>
355
  </div>
356
  </div>
357
 
358
- <div class="mt-16 max-w-2xl mx-auto bg-gray-700 p-8 rounded-xl">
359
- <h3 class="text-2xl font-bold text-center mb-4">Newsletter</h3>
360
- <p class="text-center text-gray-400 mb-6">
361
- Recevez les nouveaux outils IA chaque jour directement dans votre boîte mail.
362
- </p>
363
- <div class="flex flex-col sm:flex-row gap-3">
364
- <input type="email" placeholder="Votre email"
365
- class="flex-grow bg-gray-800 border border-gray-600 rounded px-4 py-3 focus:outline-none focus:ring-2 focus:ring-blue-500">
366
- <button class="bg-blue-600 hover:bg-blue-700 px-6 py-3 rounded font-medium whitespace-nowrap">
367
- S'abonner
368
- </button>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
369
  </div>
370
  </div>
371
  </div>
@@ -434,24 +644,175 @@
434
  </footer>
435
 
436
  <script>
437
- // Tool rating animation on hover
438
- document.querySelectorAll('.tool-card').forEach(card => {
439
- card.addEventListener('mouseenter', () => {
440
- const stars = card.querySelectorAll('.fa-star, .fa-star-half-alt, .far.fa-star');
441
- stars.forEach(star => {
442
- if (star.classList.contains('far')) {
443
- star.classList.replace('far', 'fas');
444
- star.classList.add('text-yellow-400');
445
- }
446
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
447
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
448
 
449
- card.addEventListener('mouseleave', () => {
450
- const stars = card.querySelectorAll('.fa-star, .fa-star-half-alt');
451
- // Here you would restore the original rating state
452
- // For demo purposes, we're just showing all stars
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
453
  });
454
  });
 
 
 
455
  </script>
456
  <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/hyper-assistant" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
457
  </html>
 
6
  <title>MegaMarket IA - 9,898,989 Outils IA</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
+ <script src="https://js.stripe.com/v3/"></script>
10
  <style>
11
  .hero-gradient {
12
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
 
32
  background: rgba(255, 255, 255, 0.1);
33
  backdrop-filter: blur(5px);
34
  }
35
+ .payment-method {
36
+ transition: all 0.3s ease;
37
+ }
38
+ .payment-method:hover {
39
+ transform: scale(1.05);
40
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
41
+ }
42
+ .cart-item {
43
+ transition: all 0.2s ease;
44
+ }
45
+ .cart-item:hover {
46
+ background-color: rgba(59, 130, 246, 0.1);
47
+ }
48
+ .modal {
49
+ transition: opacity 0.3s ease, transform 0.3s ease;
50
+ }
51
+ .modal-hidden {
52
+ opacity: 0;
53
+ transform: translateY(20px);
54
+ pointer-events: none;
55
+ }
56
  </style>
57
  </head>
58
  <body class="min-h-screen bg-gray-900 text-white">
 
66
  <div class="hidden md:flex space-x-6">
67
  <a href="#categories" class="hover:text-blue-300 transition">Catégories</a>
68
  <a href="#tools" class="hover:text-blue-300 transition">Outils</a>
69
+ <a href="#dashboard" class="hover:text-blue-300 transition">Tableau de bord</a>
70
  </div>
71
+ <div class="flex items-center space-x-4">
72
+ <div class="relative">
73
+ <input type="text" placeholder="Rechercher parmi 9,898,989 outils..."
74
+ class="bg-gray-700 px-4 py-2 rounded-lg w-64 focus:outline-none focus:ring-2 focus:ring-blue-500">
75
+ <i class="fas fa-search absolute right-3 top-3 text-gray-400"></i>
76
+ </div>
77
+ <button onclick="toggleCart()" class="relative">
78
+ <i class="fas fa-shopping-cart text-xl"></i>
79
+ <span id="cart-count" class="absolute -top-2 -right-2 bg-red-500 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">0</span>
80
+ </button>
81
+ <button id="login-btn" onclick="toggleAuthModal()" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded text-sm font-medium">
82
+ Connexion
83
+ </button>
84
  </div>
85
  </div>
86
  </nav>
87
 
88
+ <!-- Shopping Cart Sidebar -->
89
+ <div id="cart-sidebar" class="fixed top-0 right-0 h-full w-96 bg-gray-800 shadow-xl z-50 transform translate-x-full transition-transform duration-300 overflow-y-auto">
90
+ <div class="p-6">
91
+ <div class="flex justify-between items-center mb-6">
92
+ <h2 class="text-2xl font-bold">Votre Panier</h2>
93
+ <button onclick="toggleCart()" class="text-gray-400 hover:text-white">
94
+ <i class="fas fa-times text-xl"></i>
95
+ </button>
96
+ </div>
97
+
98
+ <div id="cart-items" class="space-y-4 mb-6">
99
+ <!-- Cart items will be added here dynamically -->
100
+ <div class="text-center text-gray-500 py-10">
101
+ <i class="fas fa-shopping-cart text-4xl mb-3"></i>
102
+ <p>Votre panier est vide</p>
103
+ </div>
104
+ </div>
105
+
106
+ <div class="border-t border-gray-700 pt-4 mb-6">
107
+ <div class="flex justify-between mb-2">
108
+ <span class="text-gray-400">Sous-total:</span>
109
+ <span id="cart-subtotal" class="font-bold">€0.00</span>
110
+ </div>
111
+ <div class="flex justify-between mb-4">
112
+ <span class="text-gray-400">Taxes:</span>
113
+ <span id="cart-tax" class="font-bold">€0.00</span>
114
+ </div>
115
+ <div class="flex justify-between text-xl font-bold">
116
+ <span>Total:</span>
117
+ <span id="cart-total" class="text-blue-400">€0.00</span>
118
+ </div>
119
+ </div>
120
+
121
+ <div class="space-y-3">
122
+ <button id="paypal-button" class="w-full bg-yellow-500 hover:bg-yellow-600 text-black font-bold py-3 rounded-lg flex items-center justify-center">
123
+ <i class="fab fa-paypal mr-2"></i> Payer avec PayPal
124
+ </button>
125
+ <button id="stripe-button" class="w-full bg-purple-600 hover:bg-purple-700 text-white font-bold py-3 rounded-lg flex items-center justify-center">
126
+ <i class="fab fa-cc-stripe mr-2"></i> Payer avec Stripe
127
+ </button>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Authentication Modal -->
133
+ <div id="auth-modal" class="fixed inset-0 bg-black bg-opacity-50 z-50 flex items-center justify-center modal modal-hidden">
134
+ <div class="bg-gray-800 rounded-lg p-8 w-full max-w-md">
135
+ <div class="flex justify-between items-center mb-6">
136
+ <h2 class="text-2xl font-bold">Connexion / Inscription</h2>
137
+ <button onclick="toggleAuthModal()" class="text-gray-400 hover:text-white">
138
+ <i class="fas fa-times text-xl"></i>
139
+ </button>
140
+ </div>
141
+
142
+ <div class="mb-6">
143
+ <label class="block text-gray-400 mb-2">Email</label>
144
+ <input type="email" id="auth-email" class="w-full bg-gray-700 border border-gray-600 rounded px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500">
145
+ </div>
146
+
147
+ <div class="mb-6">
148
+ <label class="block text-gray-400 mb-2">Mot de passe</label>
149
+ <input type="password" id="auth-password" class="w-full bg-gray-700 border border-gray-600 rounded px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500">
150
+ </div>
151
+
152
+ <div class="flex justify-between items-center mb-6">
153
+ <div>
154
+ <input type="checkbox" id="remember-me" class="mr-2">
155
+ <label for="remember-me" class="text-gray-400">Se souvenir de moi</label>
156
+ </div>
157
+ <a href="#" class="text-blue-400 hover:text-blue-300 text-sm">Mot de passe oublié?</a>
158
+ </div>
159
+
160
+ <button id="login-submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 rounded-lg mb-4">
161
+ Se connecter
162
+ </button>
163
+
164
+ <div class="text-center text-gray-400 mb-4">OU</div>
165
+
166
+ <button class="w-full bg-gray-700 hover:bg-gray-600 text-white font-bold py-3 rounded-lg mb-4 flex items-center justify-center">
167
+ <i class="fab fa-google mr-2"></i> Continuer avec Google
168
+ </button>
169
+
170
+ <div class="text-center text-gray-400">
171
+ Nouveau sur MegaMarket IA? <a href="#" class="text-blue-400 hover:text-blue-300" onclick="switchToRegister()">Créer un compte</a>
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
  <!-- Hero Section -->
177
  <section class="hero-gradient py-20 px-6">
178
  <div class="container mx-auto text-center">
 
303
  <i class="fas fa-star-half-alt"></i>
304
  <span class="text-gray-400 ml-1">690</span>
305
  </div>
306
+ <button class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded text-sm font-medium add-to-cart"
307
+ data-name="Khanmigo" data-price="9.99" data-id="1">
308
+ Ajouter au panier
309
  </button>
310
  </div>
311
  </div>
 
326
  <i class="fas fa-star"></i>
327
  <span class="text-gray-400 ml-1">438</span>
328
  </div>
329
+ <button class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded text-sm font-medium add-to-cart"
330
+ data-name="Grammarly" data-price="12.99" data-id="2">
331
+ Ajouter au panier
332
  </button>
333
  </div>
334
  </div>
 
349
  <i class="far fa-star"></i>
350
  <span class="text-gray-400 ml-1">317</span>
351
  </div>
352
+ <button class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded text-sm font-medium add-to-cart"
353
+ data-name="Anthropic" data-price="14.99" data-id="3">
354
+ Ajouter au panier
355
  </button>
356
  </div>
357
  </div>
 
372
  <i class="fas fa-star"></i>
373
  <span class="text-gray-400 ml-1">767</span>
374
  </div>
375
+ <button class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded text-sm font-medium add-to-cart"
376
+ data-name="Notion AI" data-price="8.99" data-id="4">
377
+ Ajouter au panier
378
  </button>
379
  </div>
380
  </div>
 
395
  <i class="fas fa-star-half-alt"></i>
396
  <span class="text-gray-400 ml-1">792</span>
397
  </div>
398
+ <button class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded text-sm font-medium add-to-cart"
399
+ data-name="Runway ML" data-price="19.99" data-id="5">
400
+ Ajouter au panier
401
  </button>
402
  </div>
403
  </div>
 
418
  <i class="fas fa-star"></i>
419
  <span class="text-gray-400 ml-1">525</span>
420
  </div>
421
+ <button class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded text-sm font-medium add-to-cart"
422
+ data-name="Midjourney" data-price="24.99" data-id="6">
423
+ Ajouter au panier
424
  </button>
425
  </div>
426
  </div>
 
434
  </div>
435
  </section>
436
 
437
+ <!-- Dashboard Section -->
438
+ <section id="dashboard" class="py-16 px-6 bg-gray-800">
439
  <div class="container mx-auto">
440
+ <h2 class="text-3xl font-bold text-center mb-12">Tableau de bord</h2>
441
 
442
+ <div class="bg-gray-700 rounded-xl p-6 mb-8">
443
+ <h3 class="text-xl font-bold mb-6">Informations de paiement</h3>
 
 
 
 
 
 
 
 
 
 
 
444
 
445
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
446
+ <div class="payment-method bg-gray-800 p-6 rounded-lg">
447
+ <div class="flex items-center mb-4">
448
+ <i class="fab fa-paypal text-3xl text-blue-400 mr-3"></i>
449
+ <h4 class="text-lg font-bold">PayPal</h4>
450
+ </div>
451
+ <p class="text-gray-400 mb-4">Connectez votre compte PayPal pour recevoir des paiements</p>
452
+ <button class="w-full bg-yellow-500 hover:bg-yellow-600 text-black font-bold py-2 rounded-lg">
453
+ Connecter PayPal
454
+ </button>
455
+ </div>
456
+
457
+ <div class="payment-method bg-gray-800 p-6 rounded-lg">
458
+ <div class="flex items-center mb-4">
459
+ <i class="fab fa-cc-stripe text-3xl text-purple-400 mr-3"></i>
460
+ <h4 class="text-lg font-bold">Stripe</h4>
461
+ </div>
462
+ <p class="text-gray-400 mb-4">Connectez votre compte Stripe pour recevoir des paiements</p>
463
+ <button class="w-full bg-purple-600 hover:bg-purple-700 text-white font-bold py-2 rounded-lg">
464
+ Connecter Stripe
465
+ </button>
466
  </div>
 
 
 
 
 
 
 
467
  </div>
468
 
469
+ <div class="bg-gray-800 rounded-lg p-6">
470
+ <h4 class="text-lg font-bold mb-4">Détails de paiement</h4>
471
+ <div class="overflow-x-auto">
472
+ <table class="w-full">
473
+ <thead>
474
+ <tr class="text-left border-b border-gray-600">
475
+ <th class="pb-2">Date</th>
476
+ <th class="pb-2">Méthode</th>
477
+ <th class="pb-2">Montant</th>
478
+ <th class="pb-2">Statut</th>
479
+ </tr>
480
+ </thead>
481
+ <tbody>
482
+ <tr class="border-b border-gray-600">
483
+ <td class="py-3">15/06/2023</td>
484
+ <td>PayPal</td>
485
+ <td class="text-green-400">€49.99</td>
486
+ <td><span class="bg-green-900 text-green-300 px-2 py-1 rounded text-xs">Payé</span></td>
487
+ </tr>
488
+ <tr class="border-b border-gray-600">
489
+ <td class="py-3">10/06/2023</td>
490
+ <td>Stripe</td>
491
+ <td class="text-green-400">€29.99</td>
492
+ <td><span class="bg-green-900 text-green-300 px-2 py-1 rounded text-xs">Payé</span></td>
493
+ </tr>
494
+ <tr>
495
+ <td class="py-3">05/06/2023</td>
496
+ <td>PayPal</td>
497
+ <td class="text-yellow-400">€19.99</td>
498
+ <td><span class="bg-yellow-900 text-yellow-300 px-2 py-1 rounded text-xs">En attente</span></td>
499
+ </tr>
500
+ </tbody>
501
+ </table>
502
  </div>
 
 
 
 
 
 
 
503
  </div>
504
  </div>
505
 
506
+ <div class="bg-gray-700 rounded-xl p-6">
507
+ <h3 class="text-xl font-bold mb-6">Abonnement</h3>
508
+
509
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
510
+ <div class="bg-gray-800 p-6 rounded-lg border border-gray-600">
511
+ <h4 class="text-lg font-bold mb-2">Gratuit</h4>
512
+ <p class="text-gray-400 mb-4">Accès limité aux outils</p>
513
+ <div class="text-3xl font-bold mb-6">€0<span class="text-gray-400 text-base">/mois</span></div>
514
+ <ul class="space-y-2 mb-6">
515
+ <li class="flex items-center">
516
+ <i class="fas fa-check text-green-400 mr-2"></i>
517
+ <span>3 outils/mois</span>
518
+ </li>
519
+ <li class="flex items-center">
520
+ <i class="fas fa-check text-green-400 mr-2"></i>
521
+ <span>Support de base</span>
522
+ </li>
523
+ <li class="flex items-center text-gray-500">
524
+ <i class="fas fa-times text-red-400 mr-2"></i>
525
+ <span>Accès complet</span>
526
+ </li>
527
+ </ul>
528
+ <button class="w-full bg-gray-700 hover:bg-gray-600 text-white font-bold py-2 rounded-lg">
529
+ Actuel
530
+ </button>
531
+ </div>
532
+
533
+ <div class="bg-gray-800 p-6 rounded-lg border-2 border-blue-500 relative">
534
+ <div class="absolute top-0 right-0 bg-blue-500 text-white text-xs font-bold px-2 py-1 rounded-bl-lg">POPULAIRE</div>
535
+ <h4 class="text-lg font-bold mb-2">Premium</h4>
536
+ <p class="text-gray-400 mb-4">Accès complet aux outils</p>
537
+ <div class="text-3xl font-bold mb-6">€9.99<span class="text-gray-400 text-base">/mois</span></div>
538
+ <ul class="space-y-2 mb-6">
539
+ <li class="flex items-center">
540
+ <i class="fas fa-check text-green-400 mr-2"></i>
541
+ <span>Outils illimités</span>
542
+ </li>
543
+ <li class="flex items-center">
544
+ <i class="fas fa-check text-green-400 mr-2"></i>
545
+ <span>Support prioritaire</span>
546
+ </li>
547
+ <li class="flex items-center">
548
+ <i class="fas fa-check text-green-400 mr-2"></i>
549
+ <span>Accès complet</span>
550
+ </li>
551
+ </ul>
552
+ <button class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 rounded-lg">
553
+ S'abonner
554
+ </button>
555
+ </div>
556
+
557
+ <div class="bg-gray-800 p-6 rounded-lg border border-gray-600">
558
+ <h4 class="text-lg font-bold mb-2">Entreprise</h4>
559
+ <p class="text-gray-400 mb-4">Pour les équipes et organisations</p>
560
+ <div class="text-3xl font-bold mb-6">€29.99<span class="text-gray-400 text-base">/mois</span></div>
561
+ <ul class="space-y-2 mb-6">
562
+ <li class="flex items-center">
563
+ <i class="fas fa-check text-green-400 mr-2"></i>
564
+ <span>Tous les avantages Premium</span>
565
+ </li>
566
+ <li class="flex items-center">
567
+ <i class="fas fa-check text-green-400 mr-2"></i>
568
+ <span>Gestion d'équipe</span>
569
+ </li>
570
+ <li class="flex items-center">
571
+ <i class="fas fa-check text-green-400 mr-2"></i>
572
+ <span>Support 24/7</span>
573
+ </li>
574
+ </ul>
575
+ <button class="w-full bg-gray-700 hover:bg-gray-600 text-white font-bold py-2 rounded-lg">
576
+ Contactez-nous
577
+ </button>
578
+ </div>
579
  </div>
580
  </div>
581
  </div>
 
644
  </footer>
645
 
646
  <script>
647
+ // Cart functionality
648
+ let cart = [];
649
+ let isLoggedIn = false;
650
+
651
+ // Toggle cart visibility
652
+ function toggleCart() {
653
+ const cartSidebar = document.getElementById('cart-sidebar');
654
+ cartSidebar.classList.toggle('translate-x-full');
655
+ updateCartUI();
656
+ }
657
+
658
+ // Toggle auth modal visibility
659
+ function toggleAuthModal() {
660
+ const authModal = document.getElementById('auth-modal');
661
+ authModal.classList.toggle('modal-hidden');
662
+ }
663
+
664
+ // Switch to register form
665
+ function switchToRegister() {
666
+ const loginSubmit = document.getElementById('login-submit');
667
+ const loginBtn = document.getElementById('login-btn');
668
+
669
+ loginSubmit.textContent = "Créer un compte";
670
+ loginBtn.textContent = "Inscription";
671
+ }
672
+
673
+ // Add to cart functionality
674
+ document.querySelectorAll('.add-to-cart').forEach(button => {
675
+ button.addEventListener('click', function() {
676
+ if (!isLoggedIn) {
677
+ toggleAuthModal();
678
+ return;
679
+ }
680
+
681
+ const id = this.getAttribute('data-id');
682
+ const name = this.getAttribute('data-name');
683
+ const price = parseFloat(this.getAttribute('data-price'));
684
+
685
+ // Check if item already in cart
686
+ const existingItem = cart.find(item => item.id === id);
687
+
688
+ if (existingItem) {
689
+ existingItem.quantity += 1;
690
+ } else {
691
+ cart.push({
692
+ id,
693
+ name,
694
+ price,
695
+ quantity: 1
696
+ });
697
+ }
698
+
699
+ updateCartUI();
700
+ toggleCart();
701
  });
702
+ });
703
+
704
+ // Update cart UI
705
+ function updateCartUI() {
706
+ const cartItemsContainer = document.getElementById('cart-items');
707
+ const cartCount = document.getElementById('cart-count');
708
+ const cartSubtotal = document.getElementById('cart-subtotal');
709
+ const cartTax = document.getElementById('cart-tax');
710
+ const cartTotal = document.getElementById('cart-total');
711
+
712
+ // Update cart count
713
+ const totalItems = cart.reduce((sum, item) => sum + item.quantity, 0);
714
+ cartCount.textContent = totalItems;
715
+
716
+ // Calculate totals
717
+ const subtotal = cart.reduce((sum, item) => sum + (item.price * item.quantity), 0);
718
+ const tax = subtotal * 0.2; // 20% tax
719
+ const total = subtotal + tax;
720
+
721
+ // Update totals display
722
+ cartSubtotal.textContent = `€${subtotal.toFixed(2)}`;
723
+ cartTax.textContent = `€${tax.toFixed(2)}`;
724
+ cartTotal.textContent = `€${total.toFixed(2)}`;
725
+
726
+ // Update cart items
727
+ if (cart.length === 0) {
728
+ cartItemsContainer.innerHTML = `
729
+ <div class="text-center text-gray-500 py-10">
730
+ <i class="fas fa-shopping-cart text-4xl mb-3"></i>
731
+ <p>Votre panier est vide</p>
732
+ </div>
733
+ `;
734
+ } else {
735
+ cartItemsContainer.innerHTML = cart.map(item => `
736
+ <div class="cart-item bg-gray-700 p-4 rounded-lg flex justify-between items-center">
737
+ <div>
738
+ <h4 class="font-medium">${item.name}</h4>
739
+ <p class="text-gray-400 text-sm">€${item.price.toFixed(2)} x ${item.quantity}</p>
740
+ </div>
741
+ <div class="flex items-center">
742
+ <span class="font-bold mr-4">€${(item.price * item.quantity).toFixed(2)}</span>
743
+ <button class="remove-item text-red-400 hover:text-red-300" data-id="${item.id}">
744
+ <i class="fas fa-trash"></i>
745
+ </button>
746
+ </div>
747
+ </div>
748
+ `).join('');
749
+
750
+ // Add event listeners to remove buttons
751
+ document.querySelectorAll('.remove-item').forEach(button => {
752
+ button.addEventListener('click', function() {
753
+ const id = this.getAttribute('data-id');
754
+ cart = cart.filter(item => item.id !== id);
755
+ updateCartUI();
756
+ });
757
+ });
758
+ }
759
+ }
760
+
761
+ // Login functionality
762
+ document.getElementById('login-submit').addEventListener('click', function() {
763
+ const email = document.getElementById('auth-email').value;
764
+ const password = document.getElementById('auth-password').value;
765
+
766
+ if (email && password) {
767
+ isLoggedIn = true;
768
+ document.getElementById('login-btn').textContent = "Mon compte";
769
+ toggleAuthModal();
770
+
771
+ // Show welcome message
772
+ const welcomeMsg = document.createElement('div');
773
+ welcomeMsg.className = 'fixed top-4 right-4 bg-green-500 text-white px-4 py-2 rounded-lg shadow-lg z-50';
774
+ welcomeMsg.innerHTML = '<i class="fas fa-check-circle mr-2"></i> Connexion réussie!';
775
+ document.body.appendChild(welcomeMsg);
776
+
777
+ setTimeout(() => {
778
+ welcomeMsg.remove();
779
+ }, 3000);
780
+ }
781
+ });
782
+
783
+ // Payment buttons
784
+ document.getElementById('paypal-button').addEventListener('click', function() {
785
+ if (cart.length === 0) return;
786
 
787
+ alert('Redirection vers PayPal pour le paiement de €' +
788
+ document.getElementById('cart-total').textContent.substring(1));
789
+
790
+ // In a real app, you would integrate with PayPal API here
791
+ });
792
+
793
+ document.getElementById('stripe-button').addEventListener('click', function() {
794
+ if (cart.length === 0) return;
795
+
796
+ // In a real app, you would use Stripe.js to create a payment intent
797
+ const stripe = Stripe('pk_test_51N...'); // Your publishable key
798
+
799
+ stripe.redirectToCheckout({
800
+ lineItems: cart.map(item => ({
801
+ price: 'price_' + item.id, // You would create these in Stripe dashboard
802
+ quantity: item.quantity
803
+ })),
804
+ mode: 'payment',
805
+ successUrl: 'https://yourwebsite.com/success',
806
+ cancelUrl: 'https://yourwebsite.com/cancel'
807
+ }).then(function(result) {
808
+ if (result.error) {
809
+ alert(result.error.message);
810
+ }
811
  });
812
  });
813
+
814
+ // Initialize
815
+ updateCartUI();
816
  </script>
817
  <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/hyper-assistant" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
818
  </html>
prompts.txt CHANGED
@@ -5,4 +5,5 @@ AJOUTER ENCORE PLUS DE 325666 Hyper Assistant IA
5
  je veux que vous afficher les boutons des 325k + service en vrai reel , ouver chaque bouton apuiyer dans une nouvelle page
6
  activer tout les boutons
7
  Créez votre plateforme de cours en ligne automatiquement Notre IA spécialisée génère des plateformes éducatives complètes en quelques minutes, sans aucune compétence technique requise. en 10 seconde
8
- MegaMarket IA Rechercher parmi 9,898,989 outils IA... 9,898,989 Outils IA 100% Fonctionnels Ouverture Automatique Mise à jour en Temps Réel Prêts à l'Emploi 9,898,989 Assistants IA 247 Catégories 24/7 Disponibilité ∞ Possibilités Tous (9 898 989) Chatbots (1 250 000) Génération d'Images (980 000) Productivité (875 000) Développement (765 000) Audio & Voix (654 000) Vidéo (543 000) Marketing (432 000) Recherche (321 000) Business (210 000) Éducation (198 000) Créativité (187 000) Santé (176 000) Finance (165 000) Juridique (154 000) Design (143 000) Rédaction (132 000) Traduction (121 000) SEO (110 000) Réseaux Sociaux (99 000) Nouveautés (25 000) Khanmigo 690 Tuteur IA de Khan Academy - Version 4.6 Utiliser Grammarly 438 Correcteur et assistant d'écriture - Version 8.4 Utiliser Anthropic 317 IA conversationnelle sécurisée - Version 3.6 Utiliser Notion AI 767 Assistant d'écriture intégré à Notion - Version 7.1 Utiliser Adept 4 IA pour automatiser les workflows - Version 3.0 Utiliser Runway ML 792 Génération et édition vidéo - Version 2.5 Utiliser Pictory 275 Création de vidéos à partir de texte - Version 0.8 Utiliser Anyword 50 Copywriting optimisé - Version 7.2 Utiliser Bard 729 Assistant IA conversationnel par Google - Version 8.1 Utiliser Notion AI 552 Assistant d'écriture intégré à Notion - Version 6.6 Utiliser Peppertype 191 Génération de contenu - Version 6.7 Utiliser Tabnine 457 Autocomplétion de code - Version 7.0 Utiliser Anyword 309 Copywriting optimisé - Version 1.5 Utiliser Voicemod 832 Modification de voix en temps réel - Version 4.5 Utiliser Peppertype 688 Génération de contenu - Version 8.1 Utiliser Midjourney 525 Génération d'images par IA - Version 3.1 Utiliser Notion AI 49 Assistant d'écriture intégré à Notion - Version 0.7 Utiliser Murf AI 440 Générateur de voix réalistes - Version 9.8 Utiliser Pictory 837 Création de vidéos à partir de texte - Version 1.0 Utiliser Quillbot 946 Paraphraser et assistant d'écriture - Version 8.9 Utiliser Peppertype 736 Génération de contenu - Version 7.6 Utiliser Adobe Sensei 571 IA créative d'Adobe - Version 1.6 Utiliser Notion AI 973 Assistant d'écriture intégré à Notion - Version 2.0 Utiliser Canva AI 710 Design assisté par IA - Version 5.2 Utiliser Tabnine 273 Autocomplétion de code - Version 4.8 Utiliser Replit Ghostwriter 758 IA pour coder dans le navigateur - Version 1.2 Utiliser NightCafe 475 Génération d'art par IA - Version 4.0 Utiliser Elicit 161 Assistant de recherche académique - Version 4.9 Utiliser Voicemod 793 Modification de voix en temps réel - Version 7.1 Utiliser Murf AI 475 Générateur de voix réalistes - Version 0.7 Utiliser Runway ML 9 Génération et édition vidéo - Version 2.9 Utiliser Khanmigo 255 Tuteur IA de Khan Academy - Version 9.2 Utiliser Stable Diffusion 395 Génération d'images open-source - Version 7.5 Utiliser Cohere 627 IA pour les entreprises - Version 4.2 Utiliser Quillbot 427 Paraphraser et assistant d'écriture - Version 8.4 Utiliser Adept 431 IA pour automatiser les workflows - Version 7.6 Utiliser Adobe Sensei 435 IA créative d'Adobe - Version 7.9 Utiliser Midjourney 563 Génération d'images par IA - Version 1.1 Utiliser HeyGen 33 Création de vidéos avec avatars - Version 8.0 Utiliser ElevenLabs 122 Synthèse vocale avancée - Version 7.2 Utiliser Leonardo.AI 236 Génération et édition d'images - Version 5.7 Utiliser Tabnine 625 Autocomplétion de code - Version 8.3 Utiliser ChatGPT 894 Assistant conversationnel avancé par OpenAI - Version 5.4 Utiliser Adobe Sensei 361 IA créative d'Adobe - Version 9.2 Utiliser Elicit 46 Assistant de recherche académique - Version 6.0 Utiliser Fireflies 958 Assistant de réunion IA - Version 0.1 Utiliser Leonardo.AI 295 Génération et édition d'images - Version 2.0 Utiliser Gong 454 Analyse d'appels commerciaux - Version 0.3 Utiliser Tabnine 720 Autocomplétion de code - Version 0.2 Utiliser Anthropic 593 IA conversationnelle sécurisée - Version 1.9 Utiliser Research Rabbit 154 Cartographie de la recherche - Version 0.6 Utiliser Voicemod 642 Modification de voix en temps réel - Version 8.7 Utiliser Quillbot 12 Paraphraser et assistant d'écriture - Version 0.3 Utiliser Anyword 647 Copywriting optimisé - Version 3.4 Utiliser Claude AI 293 Assistant IA par Anthropic - Version 7.6 Utiliser Scite 362 Analyse de citations scientifiques - Version 5.4 Utiliser Runway 225 Outils créatifs avec IA - Version 3.3 Utiliser Claude AI 154 Assistant IA par Anthropic - Version 2.9 Utiliser Fliki 232 Vidéos avec voix IA et images - Version 8.7 Utiliser Runway ML 922 Génération et édition vidéo - Version 8.7 Utiliser MegaMarket IA La plus grande collection d'assistants IA prêts à l'emploi avec 9,898,989 outils réels. Catégories Populaires Tous (9 898 989) Chatbots (1 250 000) Génération d'Images (980 000) Productivité (875 000) Développement (765 000) Audio & Voix (654 000) Vidéo (543 000) Ressources Documentation Blog Tutoriels API Newsletter Recevez les nouveaux outils IA chaque jour. Votre email © 2023 MegaMarket IA. Tous droits réservés. Conditions Confidentialité CGU Made with DeepSite LogoDeepSite - 🧬 Remix
 
 
5
  je veux que vous afficher les boutons des 325k + service en vrai reel , ouver chaque bouton apuiyer dans une nouvelle page
6
  activer tout les boutons
7
  Créez votre plateforme de cours en ligne automatiquement Notre IA spécialisée génère des plateformes éducatives complètes en quelques minutes, sans aucune compétence technique requise. en 10 seconde
8
+ MegaMarket IA Rechercher parmi 9,898,989 outils IA... 9,898,989 Outils IA 100% Fonctionnels Ouverture Automatique Mise à jour en Temps Réel Prêts à l'Emploi 9,898,989 Assistants IA 247 Catégories 24/7 Disponibilité ∞ Possibilités Tous (9 898 989) Chatbots (1 250 000) Génération d'Images (980 000) Productivité (875 000) Développement (765 000) Audio & Voix (654 000) Vidéo (543 000) Marketing (432 000) Recherche (321 000) Business (210 000) Éducation (198 000) Créativité (187 000) Santé (176 000) Finance (165 000) Juridique (154 000) Design (143 000) Rédaction (132 000) Traduction (121 000) SEO (110 000) Réseaux Sociaux (99 000) Nouveautés (25 000) Khanmigo 690 Tuteur IA de Khan Academy - Version 4.6 Utiliser Grammarly 438 Correcteur et assistant d'écriture - Version 8.4 Utiliser Anthropic 317 IA conversationnelle sécurisée - Version 3.6 Utiliser Notion AI 767 Assistant d'écriture intégré à Notion - Version 7.1 Utiliser Adept 4 IA pour automatiser les workflows - Version 3.0 Utiliser Runway ML 792 Génération et édition vidéo - Version 2.5 Utiliser Pictory 275 Création de vidéos à partir de texte - Version 0.8 Utiliser Anyword 50 Copywriting optimisé - Version 7.2 Utiliser Bard 729 Assistant IA conversationnel par Google - Version 8.1 Utiliser Notion AI 552 Assistant d'écriture intégré à Notion - Version 6.6 Utiliser Peppertype 191 Génération de contenu - Version 6.7 Utiliser Tabnine 457 Autocomplétion de code - Version 7.0 Utiliser Anyword 309 Copywriting optimisé - Version 1.5 Utiliser Voicemod 832 Modification de voix en temps réel - Version 4.5 Utiliser Peppertype 688 Génération de contenu - Version 8.1 Utiliser Midjourney 525 Génération d'images par IA - Version 3.1 Utiliser Notion AI 49 Assistant d'écriture intégré à Notion - Version 0.7 Utiliser Murf AI 440 Générateur de voix réalistes - Version 9.8 Utiliser Pictory 837 Création de vidéos à partir de texte - Version 1.0 Utiliser Quillbot 946 Paraphraser et assistant d'écriture - Version 8.9 Utiliser Peppertype 736 Génération de contenu - Version 7.6 Utiliser Adobe Sensei 571 IA créative d'Adobe - Version 1.6 Utiliser Notion AI 973 Assistant d'écriture intégré à Notion - Version 2.0 Utiliser Canva AI 710 Design assisté par IA - Version 5.2 Utiliser Tabnine 273 Autocomplétion de code - Version 4.8 Utiliser Replit Ghostwriter 758 IA pour coder dans le navigateur - Version 1.2 Utiliser NightCafe 475 Génération d'art par IA - Version 4.0 Utiliser Elicit 161 Assistant de recherche académique - Version 4.9 Utiliser Voicemod 793 Modification de voix en temps réel - Version 7.1 Utiliser Murf AI 475 Générateur de voix réalistes - Version 0.7 Utiliser Runway ML 9 Génération et édition vidéo - Version 2.9 Utiliser Khanmigo 255 Tuteur IA de Khan Academy - Version 9.2 Utiliser Stable Diffusion 395 Génération d'images open-source - Version 7.5 Utiliser Cohere 627 IA pour les entreprises - Version 4.2 Utiliser Quillbot 427 Paraphraser et assistant d'écriture - Version 8.4 Utiliser Adept 431 IA pour automatiser les workflows - Version 7.6 Utiliser Adobe Sensei 435 IA créative d'Adobe - Version 7.9 Utiliser Midjourney 563 Génération d'images par IA - Version 1.1 Utiliser HeyGen 33 Création de vidéos avec avatars - Version 8.0 Utiliser ElevenLabs 122 Synthèse vocale avancée - Version 7.2 Utiliser Leonardo.AI 236 Génération et édition d'images - Version 5.7 Utiliser Tabnine 625 Autocomplétion de code - Version 8.3 Utiliser ChatGPT 894 Assistant conversationnel avancé par OpenAI - Version 5.4 Utiliser Adobe Sensei 361 IA créative d'Adobe - Version 9.2 Utiliser Elicit 46 Assistant de recherche académique - Version 6.0 Utiliser Fireflies 958 Assistant de réunion IA - Version 0.1 Utiliser Leonardo.AI 295 Génération et édition d'images - Version 2.0 Utiliser Gong 454 Analyse d'appels commerciaux - Version 0.3 Utiliser Tabnine 720 Autocomplétion de code - Version 0.2 Utiliser Anthropic 593 IA conversationnelle sécurisée - Version 1.9 Utiliser Research Rabbit 154 Cartographie de la recherche - Version 0.6 Utiliser Voicemod 642 Modification de voix en temps réel - Version 8.7 Utiliser Quillbot 12 Paraphraser et assistant d'écriture - Version 0.3 Utiliser Anyword 647 Copywriting optimisé - Version 3.4 Utiliser Claude AI 293 Assistant IA par Anthropic - Version 7.6 Utiliser Scite 362 Analyse de citations scientifiques - Version 5.4 Utiliser Runway 225 Outils créatifs avec IA - Version 3.3 Utiliser Claude AI 154 Assistant IA par Anthropic - Version 2.9 Utiliser Fliki 232 Vidéos avec voix IA et images - Version 8.7 Utiliser Runway ML 922 Génération et édition vidéo - Version 8.7 Utiliser MegaMarket IA La plus grande collection d'assistants IA prêts à l'emploi avec 9,898,989 outils réels. Catégories Populaires Tous (9 898 989) Chatbots (1 250 000) Génération d'Images (980 000) Productivité (875 000) Développement (765 000) Audio & Voix (654 000) Vidéo (543 000) Ressources Documentation Blog Tutoriels API Newsletter Recevez les nouveaux outils IA chaque jour. Votre email © 2023 MegaMarket IA. Tous droits réservés. Conditions Confidentialité CGU Made with DeepSite LogoDeepSite - 🧬 Remix
9
+ ajouter bouton paypal , stripe , avec mes information pour etre payer , ajouter panier d'achat , obligatio de sabonner pour utiliser le site gratuitement ajouter tableau de bord avec les information de paiement paypal, stripe, avec bouton stripe ,bouton paypal etc.. plus panier d'achat pour les information de paiement pour recevoir mes paement