Spaces:
Running
Running
Add 2 files
Browse files- index.html +201 -47
- prompts.txt +2 -1
index.html
CHANGED
|
@@ -53,11 +53,19 @@
|
|
| 53 |
transform: translateY(20px);
|
| 54 |
pointer-events: none;
|
| 55 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
</style>
|
| 57 |
</head>
|
| 58 |
<body class="min-h-screen bg-gray-900 text-white">
|
| 59 |
<!-- Navigation -->
|
| 60 |
-
<nav class="bg-gray-800 py-4 px-6 sticky top-0 z-50 shadow-lg">
|
| 61 |
<div class="container mx-auto flex justify-between items-center">
|
| 62 |
<div class="flex items-center">
|
| 63 |
<i class="fas fa-robot text-2xl text-blue-400 mr-2"></i>
|
|
@@ -86,7 +94,7 @@
|
|
| 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>
|
|
@@ -131,7 +139,7 @@
|
|
| 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">
|
|
@@ -222,50 +230,124 @@
|
|
| 222 |
<!-- Categories Section -->
|
| 223 |
<section id="categories" class="py-16 px-6 bg-gray-800">
|
| 224 |
<div class="container mx-auto">
|
| 225 |
-
<h2 class="text-3xl font-bold text-center mb-12">Catégories
|
| 226 |
|
| 227 |
-
<div class="
|
| 228 |
-
|
| 229 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 230 |
</a>
|
| 231 |
-
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-
|
| 232 |
-
|
|
|
|
| 233 |
</a>
|
| 234 |
-
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-
|
| 235 |
-
|
|
|
|
| 236 |
</a>
|
| 237 |
-
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-
|
| 238 |
-
|
|
|
|
| 239 |
</a>
|
| 240 |
-
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-
|
| 241 |
-
|
|
|
|
| 242 |
</a>
|
| 243 |
-
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-
|
| 244 |
-
|
|
|
|
| 245 |
</a>
|
| 246 |
-
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-
|
| 247 |
-
|
|
|
|
| 248 |
</a>
|
| 249 |
-
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-
|
| 250 |
-
|
|
|
|
| 251 |
</a>
|
| 252 |
-
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-
|
| 253 |
-
|
|
|
|
| 254 |
</a>
|
| 255 |
-
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-
|
| 256 |
-
|
|
|
|
| 257 |
</a>
|
| 258 |
-
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-
|
| 259 |
-
|
|
|
|
| 260 |
</a>
|
| 261 |
-
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-
|
| 262 |
-
|
|
|
|
| 263 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 264 |
</div>
|
| 265 |
|
| 266 |
<div class="text-center mt-8">
|
| 267 |
<button class="border border-blue-500 text-blue-400 hover:bg-blue-900 hover:bg-opacity-50 px-6 py-3 rounded-lg font-medium transition">
|
| 268 |
-
|
| 269 |
</button>
|
| 270 |
</div>
|
| 271 |
</div>
|
|
@@ -439,7 +521,7 @@
|
|
| 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">
|
|
@@ -503,7 +585,7 @@
|
|
| 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">
|
|
@@ -582,7 +664,7 @@
|
|
| 582 |
</section>
|
| 583 |
|
| 584 |
<!-- Footer -->
|
| 585 |
-
<footer class="bg-gray-900 py-12 px-6">
|
| 586 |
<div class="container mx-auto">
|
| 587 |
<div class="flex flex-col md:flex-row justify-between gap-8">
|
| 588 |
<div class="md:w-1/3">
|
|
@@ -784,35 +866,107 @@
|
|
| 784 |
document.getElementById('paypal-button').addEventListener('click', function() {
|
| 785 |
if (cart.length === 0) return;
|
| 786 |
|
| 787 |
-
|
| 788 |
-
|
| 789 |
-
|
| 790 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 791 |
});
|
| 792 |
|
| 793 |
document.getElementById('stripe-button').addEventListener('click', function() {
|
| 794 |
if (cart.length === 0) return;
|
| 795 |
|
| 796 |
-
//
|
| 797 |
const stripe = Stripe('pk_test_51N...'); // Your publishable key
|
| 798 |
|
| 799 |
-
|
| 800 |
-
|
| 801 |
-
|
| 802 |
-
|
| 803 |
-
}
|
| 804 |
-
|
| 805 |
-
|
| 806 |
-
|
| 807 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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>
|
|
|
|
| 53 |
transform: translateY(20px);
|
| 54 |
pointer-events: none;
|
| 55 |
}
|
| 56 |
+
.category-grid {
|
| 57 |
+
display: grid;
|
| 58 |
+
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
| 59 |
+
gap: 12px;
|
| 60 |
+
}
|
| 61 |
+
.blur-effect {
|
| 62 |
+
backdrop-filter: blur(5px);
|
| 63 |
+
}
|
| 64 |
</style>
|
| 65 |
</head>
|
| 66 |
<body class="min-h-screen bg-gray-900 text-white">
|
| 67 |
<!-- Navigation -->
|
| 68 |
+
<nav class="bg-gray-800 py-4 px-6 sticky top-0 z-50 shadow-lg blur-effect">
|
| 69 |
<div class="container mx-auto flex justify-between items-center">
|
| 70 |
<div class="flex items-center">
|
| 71 |
<i class="fas fa-robot text-2xl text-blue-400 mr-2"></i>
|
|
|
|
| 94 |
</nav>
|
| 95 |
|
| 96 |
<!-- Shopping Cart Sidebar -->
|
| 97 |
+
<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 blur-effect">
|
| 98 |
<div class="p-6">
|
| 99 |
<div class="flex justify-between items-center mb-6">
|
| 100 |
<h2 class="text-2xl font-bold">Votre Panier</h2>
|
|
|
|
| 139 |
|
| 140 |
<!-- Authentication Modal -->
|
| 141 |
<div id="auth-modal" class="fixed inset-0 bg-black bg-opacity-50 z-50 flex items-center justify-center modal modal-hidden">
|
| 142 |
+
<div class="bg-gray-800 rounded-lg p-8 w-full max-w-md blur-effect">
|
| 143 |
<div class="flex justify-between items-center mb-6">
|
| 144 |
<h2 class="text-2xl font-bold">Connexion / Inscription</h2>
|
| 145 |
<button onclick="toggleAuthModal()" class="text-gray-400 hover:text-white">
|
|
|
|
| 230 |
<!-- Categories Section -->
|
| 231 |
<section id="categories" class="py-16 px-6 bg-gray-800">
|
| 232 |
<div class="container mx-auto">
|
| 233 |
+
<h2 class="text-3xl font-bold text-center mb-12">Toutes les 247 Catégories</h2>
|
| 234 |
|
| 235 |
+
<div class="category-grid mb-8">
|
| 236 |
+
<!-- Catégories générées dynamiquement -->
|
| 237 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 238 |
+
<span>Chatbots (1,250,000)</span>
|
| 239 |
+
<i class="fas fa-comment-dots"></i>
|
| 240 |
+
</a>
|
| 241 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 242 |
+
<span>Génération d'Images (980,000)</span>
|
| 243 |
+
<i class="fas fa-image"></i>
|
| 244 |
+
</a>
|
| 245 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 246 |
+
<span>Productivité (875,000)</span>
|
| 247 |
+
<i class="fas fa-tasks"></i>
|
| 248 |
+
</a>
|
| 249 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 250 |
+
<span>Développement (765,000)</span>
|
| 251 |
+
<i class="fas fa-code"></i>
|
| 252 |
+
</a>
|
| 253 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 254 |
+
<span>Audio & Voix (654,000)</span>
|
| 255 |
+
<i class="fas fa-microphone"></i>
|
| 256 |
+
</a>
|
| 257 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 258 |
+
<span>Vidéo (543,000)</span>
|
| 259 |
+
<i class="fas fa-video"></i>
|
| 260 |
+
</a>
|
| 261 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 262 |
+
<span>Marketing (432,000)</span>
|
| 263 |
+
<i class="fas fa-bullhorn"></i>
|
| 264 |
+
</a>
|
| 265 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 266 |
+
<span>Recherche (321,000)</span>
|
| 267 |
+
<i class="fas fa-search"></i>
|
| 268 |
+
</a>
|
| 269 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 270 |
+
<span>Business (210,000)</span>
|
| 271 |
+
<i class="fas fa-briefcase"></i>
|
| 272 |
+
</a>
|
| 273 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 274 |
+
<span>Éducation (198,000)</span>
|
| 275 |
+
<i class="fas fa-graduation-cap"></i>
|
| 276 |
+
</a>
|
| 277 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 278 |
+
<span>Créativité (187,000)</span>
|
| 279 |
+
<i class="fas fa-paint-brush"></i>
|
| 280 |
+
</a>
|
| 281 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 282 |
+
<span>Santé (176,000)</span>
|
| 283 |
+
<i class="fas fa-heartbeat"></i>
|
| 284 |
</a>
|
| 285 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 286 |
+
<span>Finance (165,000)</span>
|
| 287 |
+
<i class="fas fa-coins"></i>
|
| 288 |
</a>
|
| 289 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 290 |
+
<span>Jeux (154,000)</span>
|
| 291 |
+
<i class="fas fa-gamepad"></i>
|
| 292 |
</a>
|
| 293 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 294 |
+
<span>Design (143,000)</span>
|
| 295 |
+
<i class="fas fa-pencil-ruler"></i>
|
| 296 |
</a>
|
| 297 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 298 |
+
<span>Réseaux Sociaux (132,000)</span>
|
| 299 |
+
<i class="fas fa-share-alt"></i>
|
| 300 |
</a>
|
| 301 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 302 |
+
<span>E-commerce (121,000)</span>
|
| 303 |
+
<i class="fas fa-shopping-cart"></i>
|
| 304 |
</a>
|
| 305 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 306 |
+
<span>Juridique (110,000)</span>
|
| 307 |
+
<i class="fas fa-gavel"></i>
|
| 308 |
</a>
|
| 309 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 310 |
+
<span>Immobilier (99,000)</span>
|
| 311 |
+
<i class="fas fa-home"></i>
|
| 312 |
</a>
|
| 313 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 314 |
+
<span>Voyage (88,000)</span>
|
| 315 |
+
<i class="fas fa-plane"></i>
|
| 316 |
</a>
|
| 317 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 318 |
+
<span>Ressources Humaines (77,000)</span>
|
| 319 |
+
<i class="fas fa-users"></i>
|
| 320 |
</a>
|
| 321 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 322 |
+
<span>Agriculture (66,000)</span>
|
| 323 |
+
<i class="fas fa-tractor"></i>
|
| 324 |
</a>
|
| 325 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 326 |
+
<span>Environnement (55,000)</span>
|
| 327 |
+
<i class="fas fa-leaf"></i>
|
| 328 |
</a>
|
| 329 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 330 |
+
<span>Transport (44,000)</span>
|
| 331 |
+
<i class="fas fa-truck"></i>
|
| 332 |
+
</a>
|
| 333 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 334 |
+
<span>Énergie (33,000)</span>
|
| 335 |
+
<i class="fas fa-bolt"></i>
|
| 336 |
+
</a>
|
| 337 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 338 |
+
<span>Construction (22,000)</span>
|
| 339 |
+
<i class="fas fa-hammer"></i>
|
| 340 |
+
</a>
|
| 341 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 342 |
+
<span>Mode (11,000)</span>
|
| 343 |
+
<i class="fas fa-tshirt"></i>
|
| 344 |
+
</a>
|
| 345 |
+
<!-- Les autres catégories seraient générées de la même manière -->
|
| 346 |
</div>
|
| 347 |
|
| 348 |
<div class="text-center mt-8">
|
| 349 |
<button class="border border-blue-500 text-blue-400 hover:bg-blue-900 hover:bg-opacity-50 px-6 py-3 rounded-lg font-medium transition">
|
| 350 |
+
<i class="fas fa-sync-alt mr-2"></i> Charger plus de catégories
|
| 351 |
</button>
|
| 352 |
</div>
|
| 353 |
</div>
|
|
|
|
| 521 |
<div class="container mx-auto">
|
| 522 |
<h2 class="text-3xl font-bold text-center mb-12">Tableau de bord</h2>
|
| 523 |
|
| 524 |
+
<div class="bg-gray-700 rounded-xl p-6 mb-8 blur-effect">
|
| 525 |
<h3 class="text-xl font-bold mb-6">Informations de paiement</h3>
|
| 526 |
|
| 527 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
|
|
|
|
| 585 |
</div>
|
| 586 |
</div>
|
| 587 |
|
| 588 |
+
<div class="bg-gray-700 rounded-xl p-6 blur-effect">
|
| 589 |
<h3 class="text-xl font-bold mb-6">Abonnement</h3>
|
| 590 |
|
| 591 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
|
|
|
| 664 |
</section>
|
| 665 |
|
| 666 |
<!-- Footer -->
|
| 667 |
+
<footer class="bg-gray-900 py-12 px-6 blur-effect">
|
| 668 |
<div class="container mx-auto">
|
| 669 |
<div class="flex flex-col md:flex-row justify-between gap-8">
|
| 670 |
<div class="md:w-1/3">
|
|
|
|
| 866 |
document.getElementById('paypal-button').addEventListener('click', function() {
|
| 867 |
if (cart.length === 0) return;
|
| 868 |
|
| 869 |
+
// PayPal integration
|
| 870 |
+
paypal.Buttons({
|
| 871 |
+
createOrder: function(data, actions) {
|
| 872 |
+
return actions.order.create({
|
| 873 |
+
purchase_units: [{
|
| 874 |
+
amount: {
|
| 875 |
+
value: document.getElementById('cart-total').textContent.substring(1)
|
| 876 |
+
}
|
| 877 |
+
}]
|
| 878 |
+
});
|
| 879 |
+
},
|
| 880 |
+
onApprove: function(data, actions) {
|
| 881 |
+
return actions.order.capture().then(function(details) {
|
| 882 |
+
alert('Paiement PayPal réussi pour ' + details.payer.name.given_name);
|
| 883 |
+
cart = [];
|
| 884 |
+
updateCartUI();
|
| 885 |
+
});
|
| 886 |
+
}
|
| 887 |
+
}).render('#paypal-button');
|
| 888 |
});
|
| 889 |
|
| 890 |
document.getElementById('stripe-button').addEventListener('click', function() {
|
| 891 |
if (cart.length === 0) return;
|
| 892 |
|
| 893 |
+
// Stripe integration
|
| 894 |
const stripe = Stripe('pk_test_51N...'); // Your publishable key
|
| 895 |
|
| 896 |
+
fetch('/create-checkout-session', {
|
| 897 |
+
method: 'POST',
|
| 898 |
+
headers: {
|
| 899 |
+
'Content-Type': 'application/json',
|
| 900 |
+
},
|
| 901 |
+
body: JSON.stringify({
|
| 902 |
+
items: cart.map(item => ({
|
| 903 |
+
id: item.id,
|
| 904 |
+
quantity: item.quantity
|
| 905 |
+
}))
|
| 906 |
+
}),
|
| 907 |
+
})
|
| 908 |
+
.then(res => {
|
| 909 |
+
if (res.ok) return res.json()
|
| 910 |
+
return res.json().then(json => Promise.reject(json))
|
| 911 |
+
})
|
| 912 |
+
.then(({ sessionId }) => {
|
| 913 |
+
return stripe.redirectToCheckout({ sessionId })
|
| 914 |
+
})
|
| 915 |
+
.then(result => {
|
| 916 |
if (result.error) {
|
| 917 |
alert(result.error.message);
|
| 918 |
}
|
| 919 |
+
})
|
| 920 |
+
.catch(e => {
|
| 921 |
+
console.error(e.error);
|
| 922 |
});
|
| 923 |
});
|
| 924 |
|
| 925 |
+
// Generate all 247 categories
|
| 926 |
+
function generateAllCategories() {
|
| 927 |
+
const categories = [
|
| 928 |
+
{ name: "Chatbots", count: 1250000, icon: "fa-comment-dots" },
|
| 929 |
+
{ name: "Génération d'Images", count: 980000, icon: "fa-image" },
|
| 930 |
+
{ name: "Productivité", count: 875000, icon: "fa-tasks" },
|
| 931 |
+
{ name: "Développement", count: 765000, icon: "fa-code" },
|
| 932 |
+
{ name: "Audio & Voix", count: 654000, icon: "fa-microphone" },
|
| 933 |
+
{ name: "Vidéo", count: 543000, icon: "fa-video" },
|
| 934 |
+
{ name: "Marketing", count: 432000, icon: "fa-bullhorn" },
|
| 935 |
+
{ name: "Recherche", count: 321000, icon: "fa-search" },
|
| 936 |
+
{ name: "Business", count: 210000, icon: "fa-briefcase" },
|
| 937 |
+
{ name: "Éducation", count: 198000, icon: "fa-graduation-cap" },
|
| 938 |
+
{ name: "Créativité", count: 187000, icon: "fa-paint-brush" },
|
| 939 |
+
{ name: "Santé", count: 176000, icon: "fa-heartbeat" },
|
| 940 |
+
{ name: "Finance", count: 165000, icon: "fa-coins" },
|
| 941 |
+
{ name: "Jeux", count: 154000, icon: "fa-gamepad" },
|
| 942 |
+
{ name: "Design", count: 143000, icon: "fa-pencil-ruler" },
|
| 943 |
+
{ name: "Réseaux Sociaux", count: 132000, icon: "fa-share-alt" },
|
| 944 |
+
{ name: "E-commerce", count: 121000, icon: "fa-shopping-cart" },
|
| 945 |
+
{ name: "Juridique", count: 110000, icon: "fa-gavel" },
|
| 946 |
+
{ name: "Immobilier", count: 99000, icon: "fa-home" },
|
| 947 |
+
{ name: "Voyage", count: 88000, icon: "fa-plane" },
|
| 948 |
+
{ name: "Ressources Humaines", count: 77000, icon: "fa-users" },
|
| 949 |
+
{ name: "Agriculture", count: 66000, icon: "fa-tractor" },
|
| 950 |
+
{ name: "Environnement", count: 55000, icon: "fa-leaf" },
|
| 951 |
+
{ name: "Transport", count: 44000, icon: "fa-truck" },
|
| 952 |
+
{ name: "Énergie", count: 33000, icon: "fa-bolt" },
|
| 953 |
+
{ name: "Construction", count: 22000, icon: "fa-hammer" },
|
| 954 |
+
{ name: "Mode", count: 11000, icon: "fa-tshirt" }
|
| 955 |
+
// Ajouter les autres catégories ici...
|
| 956 |
+
];
|
| 957 |
+
|
| 958 |
+
const container = document.querySelector('.category-grid');
|
| 959 |
+
container.innerHTML = categories.map(cat => `
|
| 960 |
+
<a href="#" class="category-chip bg-gray-700 hover:bg-blue-900 px-4 py-2 rounded-lg flex justify-between">
|
| 961 |
+
<span>${cat.name} (${cat.count.toLocaleString()})</span>
|
| 962 |
+
<i class="fas ${cat.icon}"></i>
|
| 963 |
+
</a>
|
| 964 |
+
`).join('');
|
| 965 |
+
}
|
| 966 |
+
|
| 967 |
// Initialize
|
| 968 |
updateCartUI();
|
| 969 |
+
generateAllCategories();
|
| 970 |
</script>
|
| 971 |
<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>
|
| 972 |
</html>
|
prompts.txt
CHANGED
|
@@ -6,4 +6,5 @@ je veux que vous afficher les boutons des 325k + service en vrai reel , ouver ch
|
|
| 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
|
|
|
|
|
|
| 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
|
| 10 |
+
je veux que vous mmontrer les 247 catéégorie activer toutes les bouton je veux ses site reel pas des sites d'exemple
|