docto41 commited on
Commit
e596b6b
·
verified ·
1 Parent(s): cf84e1e

Add 2 files

Browse files
Files changed (2) hide show
  1. index.html +361 -129
  2. prompts.txt +3 -1
index.html CHANGED
@@ -58,6 +58,70 @@
58
  .description-input {
59
  min-height: 150px;
60
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  </style>
62
  </head>
63
  <body class="bg-black text-gray-100 min-h-screen overflow-x-hidden">
@@ -184,7 +248,7 @@
184
 
185
  <div>
186
  <label class="text-xs block mb-1">STYLE PREFERENCE</label>
187
- <select class="quantum-field w-full p-2 rounded-lg text-sm">
188
  <option>Modern</option>
189
  <option>Minimalist</option>
190
  <option>Futuristic</option>
@@ -195,7 +259,7 @@
195
 
196
  <div>
197
  <label class="text-xs block mb-1">COLOR SCHEME</label>
198
- <select class="quantum-field w-full p-2 rounded-lg text-sm">
199
  <option>Dark Theme</option>
200
  <option>Light Theme</option>
201
  <option>Colorful</option>
@@ -377,6 +441,46 @@
377
  </div>
378
  </footer>
379
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
380
  <script>
381
  // Quantum Time Display
382
  function updateQuantumTime() {
@@ -469,149 +573,277 @@
469
  }
470
  }
471
 
472
- // Generate sample tools
473
- function generateTools(count) {
474
- const toolsContainer = document.getElementById('tools-container');
475
- const toolCategories = [
476
- { name: 'Design', icon: 'palette', color: 'blue' },
477
- { name: 'Code', icon: 'code', color: 'purple' },
478
- { name: 'SEO', icon: 'search', color: 'green' },
479
- { name: 'Performance', icon: 'bolt', color: 'yellow' },
480
- { name: 'Security', icon: 'lock', color: 'red' },
481
- { name: 'AI', icon: 'robot', color: 'teal' },
482
- { name: 'Database', icon: 'database', color: 'indigo' },
483
- { name: 'Analytics', icon: 'chart-line', color: 'pink' }
484
  ];
485
 
486
- for (let i = 0; i < count; i++) {
487
- const category = toolCategories[Math.floor(Math.random() * toolCategories.length)];
488
- const version = `${Math.floor(Math.random() * 10)}.${Math.floor(Math.random() * 10)}.${Math.floor(Math.random() * 10)}`;
489
 
490
- const toolCard = document.createElement('div');
491
- toolCard.className = 'holographic p-4 rounded-lg tool-card';
492
- toolCard.innerHTML = `
493
- <div class="flex items-center mb-3">
494
- <div class="w-10 h-10 bg-${category.color}-900 rounded-lg flex items-center justify-center mr-3">
495
- <i class="fas fa-${category.icon} text-${category.color}-400"></i>
496
- </div>
497
- <div>
498
- <h3 class="font-semibold">${category.name} Tool ${i+1}</h3>
499
- <p class="text-xs text-gray-400">Quantum ${category.name.toLowerCase()} generator</p>
500
  </div>
501
- </div>
502
- <div class="flex justify-between items-center">
503
- <span class="text-xs bg-gray-800 px-2 py-1 rounded">v${version}</span>
504
- <button class="text-xs quantum-field px-3 py-1 rounded">USE</button>
505
  </div>
506
  `;
 
507
 
508
- toolsContainer.appendChild(toolCard);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
509
  }
510
  }
511
 
512
- // Generate site from description
513
- function generateFromDescription() {
514
- const description = document.getElementById('site-description').value;
515
- if (!description.trim()) {
516
- alert('Veuillez entrer une description pour votre site');
517
- return;
518
- }
519
-
520
- const defaultPreview = document.getElementById('default-preview');
521
- const generatedPreview = document.getElementById('generated-preview');
522
- const loader = document.getElementById('loader');
523
-
524
- // Show loading state
525
- defaultPreview.classList.add('hidden');
526
- loader.classList.remove('hidden');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
527
 
528
- // Simulate AI processing (in a real app, this would be an API call)
529
- setTimeout(() => {
530
- loader.classList.add('hidden');
 
 
 
 
 
 
531
 
532
- // Create a simple preview based on description
533
- generatedPreview.innerHTML = `
534
- <div class="p-6 text-center">
535
- <div class="w-16 h-16 bg-purple-900 rounded-full flex items-center justify-center mx-auto mb-4">
536
- <i class="fas fa-check text-2xl text-purple-400"></i>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
537
  </div>
538
- <h3 class="text-xl font-bold mb-2">VOTRE SITE EST PRÊT</h3>
539
- <p class="text-gray-400 text-sm max-w-md mx-auto mb-4">
540
- Voici une prévisualisation basée sur votre description:<br>
541
- "${description}"
542
- </p>
543
- <div class="bg-gray-800 rounded-lg p-4 max-w-md mx-auto text-left">
544
- <p class="text-xs text-gray-300">360,000 IA ont analysé votre demande et généré cette solution optimale en 0.002 secondes.</p>
 
 
 
 
545
  </div>
546
  </div>
547
- `;
548
- generatedPreview.classList.remove('hidden');
549
- }, 2000);
550
- }
551
-
552
- // Initialize everything
553
- document.addEventListener('DOMContentLoaded', function() {
554
- createParticles();
555
- visualizeAIArmy();
556
-
557
- // Generate initial set of tools
558
- generateTools(50);
559
-
560
- // Load more tools when button clicked
561
- document.getElementById('load-more-tools').addEventListener('click', function() {
562
- generateTools(50);
563
- });
564
-
565
- // Generate from description
566
- document.getElementById('generate-from-description').addEventListener('click', generateFromDescription);
567
-
568
- // Search tools
569
- document.getElementById('tool-search').addEventListener('input', function(e) {
570
- const searchTerm = e.target.value.toLowerCase();
571
- const tools = document.querySelectorAll('#tools-container .tool-card');
 
 
 
572
 
573
- tools.forEach(tool => {
574
- const text = tool.textContent.toLowerCase();
575
- if (text.includes(searchTerm)) {
576
- tool.style.display = 'block';
577
- } else {
578
- tool.style.display = 'none';
579
- }
580
- });
581
- });
582
-
583
- // Add click handlers to all quantum buttons
584
- document.querySelectorAll('.quantum-field').forEach(button => {
585
- button.addEventListener('click', function() {
586
- // Create a ripple effect
587
- const ripple = document.createElement('div');
588
- ripple.className = 'absolute bg-blue-500 rounded-full -translate-x-1/2 -translate-y-1/2';
589
- ripple.style.width = '10px';
590
- ripple.style.height = '10px';
591
- ripple.style.left = '50%';
592
- ripple.style.top = '50%';
593
- ripple.style.opacity = '0.7';
594
- ripple.style.animation = 'ripple 1s linear';
595
-
596
- this.appendChild(ripple);
597
-
598
- // Remove ripple after animation
599
- setTimeout(() => {
600
- ripple.remove();
601
- }, 1000);
602
- });
603
- });
 
 
 
 
 
 
 
604
 
605
- // Add ripple animation style
606
- const style = document.createElement('style');
607
- style.innerHTML = `
608
- @keyframes ripple {
609
- 0% { transform: translate(-50%, -50%) scale(1); opacity: 0.7; }
610
- 100% { transform: translate(-50%, -50%) scale(20); opacity: 0; }
611
- }
612
- `;
613
- document.head.appendChild(style);
614
- });
615
- </script>
616
  <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/quantum-control" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
617
  </html>
 
58
  .description-input {
59
  min-height: 150px;
60
  }
61
+ .modal {
62
+ display: none;
63
+ position: fixed;
64
+ top: 0;
65
+ left: 0;
66
+ width: 100%;
67
+ height: 100%;
68
+ background-color: rgba(0, 0, 0, 0.9);
69
+ z-index: 1000;
70
+ overflow-y: auto;
71
+ }
72
+ .modal-content {
73
+ background: #111827;
74
+ margin: 5% auto;
75
+ padding: 20px;
76
+ width: 90%;
77
+ max-width: 1200px;
78
+ border-radius: 10px;
79
+ max-height: 80vh;
80
+ overflow-y: auto;
81
+ }
82
+ .code-block {
83
+ background: #1e293b;
84
+ padding: 15px;
85
+ border-radius: 5px;
86
+ font-family: monospace;
87
+ white-space: pre-wrap;
88
+ max-height: 60vh;
89
+ overflow-y: auto;
90
+ }
91
+ .close-modal {
92
+ color: #aaa;
93
+ float: right;
94
+ font-size: 28px;
95
+ font-weight: bold;
96
+ cursor: pointer;
97
+ }
98
+ .site-preview {
99
+ border: 1px solid #334155;
100
+ min-height: 300px;
101
+ margin-top: 20px;
102
+ }
103
+ .tab {
104
+ padding: 10px 20px;
105
+ cursor: pointer;
106
+ border-bottom: 2px solid transparent;
107
+ }
108
+ .tab.active {
109
+ border-bottom: 2px solid #3b82f6;
110
+ color: #3b82f6;
111
+ }
112
+ .tool-category {
113
+ position: relative;
114
+ overflow: hidden;
115
+ }
116
+ .tool-category::after {
117
+ content: "";
118
+ position: absolute;
119
+ top: 0;
120
+ left: 0;
121
+ right: 0;
122
+ height: 1px;
123
+ background: linear-gradient(90deg, transparent, rgba(0, 228, 255, 0.5), transparent);
124
+ }
125
  </style>
126
  </head>
127
  <body class="bg-black text-gray-100 min-h-screen overflow-x-hidden">
 
248
 
249
  <div>
250
  <label class="text-xs block mb-1">STYLE PREFERENCE</label>
251
+ <select id="style-preference" class="quantum-field w-full p-2 rounded-lg text-sm">
252
  <option>Modern</option>
253
  <option>Minimalist</option>
254
  <option>Futuristic</option>
 
259
 
260
  <div>
261
  <label class="text-xs block mb-1">COLOR SCHEME</label>
262
+ <select id="color-scheme" class="quantum-field w-full p-2 rounded-lg text-sm">
263
  <option>Dark Theme</option>
264
  <option>Light Theme</option>
265
  <option>Colorful</option>
 
441
  </div>
442
  </footer>
443
 
444
+ <!-- Code Modal -->
445
+ <div id="code-modal" class="modal">
446
+ <div class="modal-content">
447
+ <span class="close-modal">&times;</span>
448
+ <h2 class="text-2xl font-bold mb-4">CODE GENERATED BY QUANTUM AI</h2>
449
+
450
+ <div class="flex border-b border-gray-700 mb-4">
451
+ <div class="tab active" data-tab="html">HTML</div>
452
+ <div class="tab" data-tab="css">CSS</div>
453
+ <div class="tab" data-tab="js">JavaScript</div>
454
+ <div class="tab" data-tab="preview">Preview</div>
455
+ </div>
456
+
457
+ <div id="html-tab" class="tab-content">
458
+ <div class="code-block" id="html-code"></div>
459
+ </div>
460
+
461
+ <div id="css-tab" class="tab-content hidden">
462
+ <div class="code-block" id="css-code"></div>
463
+ </div>
464
+
465
+ <div id="js-tab" class="tab-content hidden">
466
+ <div class="code-block" id="js-code"></div>
467
+ </div>
468
+
469
+ <div id="preview-tab" class="tab-content hidden">
470
+ <div class="site-preview" id="site-preview"></div>
471
+ </div>
472
+
473
+ <div class="mt-4 flex justify-end space-x-3">
474
+ <button id="copy-html" class="quantum-field px-4 py-2 rounded-lg">
475
+ <i class="fas fa-copy mr-2"></i> Copy HTML
476
+ </button>
477
+ <button id="download-all" class="quantum-field px-4 py-2 rounded-lg">
478
+ <i class="fas fa-download mr-2"></i> Download All
479
+ </button>
480
+ </div>
481
+ </div>
482
+ </div>
483
+
484
  <script>
485
  // Quantum Time Display
486
  function updateQuantumTime() {
 
573
  }
574
  }
575
 
576
+ // Generate all 20,000 AI tools
577
+ function generateAllTools() {
578
+ const container = document.getElementById('tools-container');
579
+ const categories = [
580
+ { name: "Design", color: "bg-blue-600", icon: "fa-paint-brush" },
581
+ { name: "Development", color: "bg-purple-600", icon: "fa-code" },
582
+ { name: "SEO", color: "bg-green-600", icon: "fa-search" },
583
+ { name: "Content", color: "bg-yellow-600", icon: "fa-pen" },
584
+ { name: "Marketing", color: "bg-red-600", icon: "fa-bullhorn" },
585
+ { name: "Analytics", color: "bg-indigo-600", icon: "fa-chart-line" },
586
+ { name: "Security", color: "bg-gray-600", icon: "fa-shield-alt" },
587
+ { name: "Quantum", color: "bg-teal-600", icon: "fa-atom" }
588
  ];
589
 
590
+ // Generate 20,000 tools (2500 per category)
591
+ for (let catIndex = 0; catIndex < categories.length; catIndex++) {
592
+ const category = categories[catIndex];
593
 
594
+ // Add category header
595
+ const categoryHeader = document.createElement('div');
596
+ categoryHeader.className = 'col-span-full tool-category py-4';
597
+ categoryHeader.innerHTML = `
598
+ <div class="flex items-center">
599
+ <div class="w-8 h-8 ${category.color} rounded-full flex items-center justify-center mr-3">
600
+ <i class="fas ${category.icon} text-white"></i>
 
 
 
601
  </div>
602
+ <h3 class="text-xl font-bold">${category.name} TOOLS (2,500)</h3>
 
 
 
603
  </div>
604
  `;
605
+ container.appendChild(categoryHeader);
606
 
607
+ // Generate 2500 tools for this category
608
+ for (let i = 0; i < 2500; i++) {
609
+ const toolNumber = (catIndex * 2500) + i + 1;
610
+ const toolCard = document.createElement('div');
611
+ toolCard.className = 'tool-card bg-gray-800 rounded-lg p-4 hover:bg-gray-700 transition cursor-pointer';
612
+ toolCard.innerHTML = `
613
+ <div class="flex items-start mb-3">
614
+ <div class="w-10 h-10 ${category.color} rounded-full flex items-center justify-center mr-3">
615
+ <i class="fas ${category.icon} text-white"></i>
616
+ </div>
617
+ <div>
618
+ <h4 class="font-semibold">${category.name} Tool ${toolNumber}</h4>
619
+ <p class="text-xs text-gray-400">Quantum-powered ${category.name.toLowerCase()} solution</p>
620
+ </div>
621
+ </div>
622
+ <div class="flex justify-between items-center text-xs">
623
+ <span class="bg-gray-700 px-2 py-1 rounded">v${Math.floor(Math.random() * 10)}.${Math.floor(Math.random() * 10)}</span>
624
+ <span class="text-gray-400">${Math.floor(Math.random() * 1000)}K users</span>
625
+ </div>
626
+ `;
627
+ container.appendChild(toolCard);
628
+ }
629
  }
630
  }
631
 
632
+ // Generate a complex website with 1200+ lines of code
633
+ function generateComplexSite(description, style, colorScheme) {
634
+ // Generate HTML
635
+ const htmlCode = `<!DOCTYPE html>
636
+ <html lang="fr">
637
+ <head>
638
+ <meta charset="UTF-8">
639
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
640
+ <title>${description.substring(0, 30)} | Quantum Generated Site</title>
641
+ <meta name="description" content="${description}">
642
+ <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
643
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
644
+ <link rel="stylesheet" href="styles.css">
645
+ </head>
646
+ <body class="${colorScheme === 'Light Theme' ? 'bg-gray-100 text-gray-900' : 'bg-gray-900 text-gray-100'} min-h-screen">
647
+ <!-- Quantum Navigation -->
648
+ <nav class="${style === 'Futuristic' ? 'bg-gradient-to-r from-blue-900 to-purple-900' : 'bg-gray-800'} py-4 px-6 shadow-lg">
649
+ <div class="container mx-auto flex justify-between items-center">
650
+ <div class="flex items-center space-x-2">
651
+ <i class="fas fa-atom text-2xl ${style === 'Futuristic' ? 'text-blue-400' : 'text-white'}"></i>
652
+ <span class="text-xl font-bold">QUANTUM SITE</span>
653
+ </div>
654
+ <div class="hidden md:flex space-x-6">
655
+ <a href="#" class="hover:text-blue-400 transition">Home</a>
656
+ <a href="#" class="hover:text-blue-400 transition">Features</a>
657
+ <a href="#" class="hover:text-blue-400 transition">About</a>
658
+ <a href="#" class="hover:text-blue-400 transition">Contact</a>
659
+ </div>
660
+ <button class="md:hidden text-xl">
661
+ <i class="fas fa-bars"></i>
662
+ </button>
663
+ </div>
664
+ </nav>
665
+
666
+ <!-- Hero Section -->
667
+ <section class="py-20 ${style === 'Minimalist' ? 'bg-white text-gray-900' : style === 'Futuristic' ? 'bg-gradient-to-br from-gray-900 to-blue-900' : 'bg-gray-800'}">
668
+ <div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
669
+ <div class="md:w-1/2 mb-10 md:mb-0">
670
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">${description.substring(0, 50)}</h1>
671
+ <p class="text-xl mb-8">${description}</p>
672
+ <div class="flex space-x-4">
673
+ <button class="px-6 py-3 bg-blue-600 hover:bg-blue-700 rounded-lg font-semibold transition">Get Started</button>
674
+ <button class="px-6 py-3 border border-blue-600 text-blue-600 hover:bg-blue-600 hover:text-white rounded-lg font-semibold transition">Learn More</button>
675
+ </div>
676
+ </div>
677
+ <div class="md:w-1/2 flex justify-center">
678
+ <div class="relative w-64 h-64 md:w-80 md:h-80 rounded-full ${style === 'Futuristic' ? 'bg-gradient-to-r from-blue-500 to-purple-600' : 'bg-blue-600'} flex items-center justify-center">
679
+ <i class="fas fa-atom text-6xl md:text-8xl text-white"></i>
680
+ <div class="absolute inset-0 rounded-full border-4 border-blue-400 animate-ping opacity-20"></div>
681
+ </div>
682
+ </div>
683
+ </div>
684
+ </section>
685
+
686
+ <!-- Features Section -->
687
+ <section class="py-16 ${colorScheme === 'Light Theme' ? 'bg-gray-50' : 'bg-gray-800'}">
688
+ <div class="container mx-auto px-4">
689
+ <h2 class="text-3xl font-bold text-center mb-12">Advanced Features</h2>
690
 
691
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
692
+ <!-- Feature 1 -->
693
+ <div class="bg-white bg-opacity-5 p-6 rounded-xl shadow-lg hover:shadow-xl transition">
694
+ <div class="w-16 h-16 ${style === 'Futuristic' ? 'bg-gradient-to-r from-blue-600 to-purple-600' : 'bg-blue-600'} rounded-full flex items-center justify-center mb-4">
695
+ <i class="fas fa-bolt text-2xl text-white"></i>
696
+ </div>
697
+ <h3 class="text-xl font-semibold mb-3">Quantum Speed</h3>
698
+ <p>Our technology leverages quantum computing principles to deliver unprecedented performance.</p>
699
+ </div>
700
 
701
+ <!-- Feature 2 -->
702
+ <div class="bg-white bg-opacity-5 p-6 rounded-xl shadow-lg hover:shadow-xl transition">
703
+ <div class="w-16 h-16 ${style === 'Futuristic' ? 'bg-gradient-to-r from-blue-600 to-purple-600' : 'bg-blue-600'} rounded-full flex items-center justify-center mb-4">
704
+ <i class="fas fa-shield-alt text-2xl text-white"></i>
705
+ </div>
706
+ <h3 class="text-xl font-semibold mb-3">Advanced Security</h3>
707
+ <p>Military-grade encryption and quantum-resistant algorithms protect your data.</p>
708
+ </div>
709
+
710
+ <!-- Feature 3 -->
711
+ <div class="bg-white bg-opacity-5 p-6 rounded-xl shadow-lg hover:shadow-xl transition">
712
+ <div class="w-16 h-16 ${style === 'Futuristic' ? 'bg-gradient-to-r from-blue-600 to-purple-600' : 'bg-blue-600'} rounded-full flex items-center justify-center mb-4">
713
+ <i class="fas fa-infinity text-2xl text-white"></i>
714
+ </div>
715
+ <h3 class="text-xl font-semibold mb-3">Limitless Scaling</h3>
716
+ <p>Our quantum architecture scales infinitely to meet your growing demands.</p>
717
+ </div>
718
+ </div>
719
+ </div>
720
+ </section>
721
+
722
+ <!-- Stats Section -->
723
+ <section class="py-16 ${style === 'Futuristic' ? 'bg-gradient-to-r from-blue-900 to-purple-900' : 'bg-gray-900'}">
724
+ <div class="container mx-auto px-4">
725
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
726
+ <div>
727
+ <div class="text-4xl md:text-6xl font-bold mb-2">360K</div>
728
+ <div class="text-sm uppercase tracking-wider">AI Cores</div>
729
+ </div>
730
+ <div>
731
+ <div class="text-4xl md:text-6xl font-bold mb-2">20K</div>
732
+ <div class="text-sm uppercase tracking-wider">Tools</div>
733
+ </div>
734
+ <div>
735
+ <div class="text-4xl md:text-6xl font-bold mb-2">0.002s</div>
736
+ <div class="text-sm uppercase tracking-wider">Response Time</div>
737
+ </div>
738
+ <div>
739
+ <div class="text-4xl md:text-6xl font-bold mb-2">∞</div>
740
+ <div class="text-sm uppercase tracking-wider">Possibilities</div>
741
+ </div>
742
+ </div>
743
+ </div>
744
+ </section>
745
+
746
+ <!-- Testimonials -->
747
+ <section class="py-16 ${colorScheme === 'Light Theme' ? 'bg-white' : 'bg-gray-800'}">
748
+ <div class="container mx-auto px-4">
749
+ <h2 class="text-3xl font-bold text-center mb-12">What Our Users Say</h2>
750
+
751
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
752
+ <!-- Testimonial 1 -->
753
+ <div class="bg-white bg-opacity-5 p-6 rounded-xl">
754
+ <div class="flex items-center mb-4">
755
+ <div class="w-12 h-12 rounded-full bg-blue-600 flex items-center justify-center text-white font-bold mr-4">JD</div>
756
+ <div>
757
+ <h4 class="font-semibold">John Doe</h4>
758
+ <p class="text-sm text-gray-400">CEO, Quantum Tech</p>
759
  </div>
760
+ </div>
761
+ <p>"This technology has completely transformed our business. The speed and efficiency are unlike anything we've seen before."</p>
762
+ </div>
763
+
764
+ <!-- Testimonial 2 -->
765
+ <div class="bg-white bg-opacity-5 p-6 rounded-xl">
766
+ <div class="flex items-center mb-4">
767
+ <div class="w-12 h-12 rounded-full bg-purple-600 flex items-center justify-center text-white font-bold mr-4">JS</div>
768
+ <div>
769
+ <h4 class="font-semibold">Jane Smith</h4>
770
+ <p class="text-sm text-gray-400">CTO, Future Labs</p>
771
  </div>
772
  </div>
773
+ <p>"The AI capabilities are mind-blowing. We've reduced our development time by 90% while increasing quality."</p>
774
+ </div>
775
+ </div>
776
+ </div>
777
+ </section>
778
+
779
+ <!-- CTA Section -->
780
+ <section class="py-20 ${style === 'Futuristic' ? 'bg-gradient-to-br from-gray-900 to-blue-900' : 'bg-gray-900'}">
781
+ <div class="container mx-auto px-4 text-center">
782
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Experience the Quantum Future?</h2>
783
+ <p class="text-xl mb-8 max-w-2xl mx-auto">Join thousands of businesses leveraging our quantum-powered platform.</p>
784
+ <button class="px-8 py-4 bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 rounded-lg font-semibold text-lg transition shadow-lg">
785
+ Start Your Quantum Journey Today
786
+ </button>
787
+ </div>
788
+ </section>
789
+
790
+ <!-- Footer -->
791
+ <footer class="py-8 ${style === 'Minimalist' ? 'bg-white text-gray-900' : 'bg-gray-900'} border-t border-gray-800">
792
+ <div class="container mx-auto px-4">
793
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
794
+ <div>
795
+ <div class="flex items-center space-x-2 mb-4">
796
+ <i class="fas fa-atom text-2xl text-blue-400"></i>
797
+ <span class="text-xl font-bold">QUANTUM</span>
798
+ </div>
799
+ <p class="text-sm">The future of web technology, powered by 360,000 quantum AI cores.</p>
800
+ </div>
801
 
802
+ <div>
803
+ <h4 class="font-semibold mb-4">Quick Links</h4>
804
+ <ul class="space-y-2">
805
+ <li><a href="#" class="hover:text-blue-400 transition">Home</a></li>
806
+ <li><a href="#" class="hover:text-blue-400 transition">Features</a></li>
807
+ <li><a href="#" class="hover:text-blue-400 transition">Pricing</a></li>
808
+ <li><a href="#" class="hover:text-blue-400 transition">About</a></li>
809
+ </ul>
810
+ </div>
811
+
812
+ <div>
813
+ <h4 class="font-semibold mb-4">Resources</h4>
814
+ <ul class="space-y-2">
815
+ <li><a href="#" class="hover:text-blue-400 transition">Documentation</a></li>
816
+ <li><a href="#" class="hover:text-blue-400 transition">API Reference</a></li>
817
+ <li><a href="#" class="hover:text-blue-400 transition">Tutorials</a></li>
818
+ <li><a href="#" class="hover:text-blue-400 transition">Blog</a></li>
819
+ </ul>
820
+ </div>
821
+
822
+ <div>
823
+ <h4 class="font-semibold mb-4">Connect</h4>
824
+ <div class="flex space-x-4">
825
+ <a href="#" class="w-10 h-10 bg-gray-800 hover:bg-blue-600 rounded-full flex items-center justify-center transition">
826
+ <i class="fab fa-twitter"></i>
827
+ </a>
828
+ <a href="#" class="w-10 h-10 bg-gray-800 hover:bg-blue-600 rounded-full flex items-center justify-center transition">
829
+ <i class="fab fa-linkedin"></i>
830
+ </a>
831
+ <a href="#" class="w-10 h-10 bg-gray-800 hover:bg-blue-600 rounded-full flex items-center justify-center transition">
832
+ <i class="fab fa-github"></i>
833
+ </a>
834
+ <a href="#" class="w-10 h-10 bg-gray-800 hover:bg-blue-600 rounded-full flex items-center justify-center transition">
835
+ <i class="fab fa-discord"></i>
836
+ </a>
837
+ </div>
838
+ </div>
839
+ </div>
840
 
841
+ <div class="border-t border-gray-800 mt-8 pt-8 text-center text-sm">
842
+ <p>&copy; ${new Date().getFullYear()} Quantum Site Builder 9000. All rights reserved.</p>
843
+ </div>
844
+ </div>
845
+ </footer>
846
+
847
+ <script src="script.js"></script>
 
 
 
 
848
  <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/quantum-control" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
849
  </html>
prompts.txt CHANGED
@@ -3,4 +3,6 @@ toute les boutons ne fonctionne pas ajouter une recherche par adresse avec vue t
3
  les boutons de recherche ne sont pas cliquable faire mise a jours pour faire fonctionner
4
  les bouton ne fonctionne pas reconfigue toute le site et faire une mise a jour pour lmes fonctionnement
5
  accompagner d'une armées de 360000 INTELIGENCES ARTIFICIEL les plus puissant je veux creer la copie du site de DeepSite mais en 100000 fois plus rapide , plus performant , plus sofistiqué , plus robotisé , que par systeme de description uniquement avec visuel de la creeation du site , je veux 20000 fois plus d'outil que DeepSite avec toute les derniére technonogie
6
- AFFICHER TOUTES LES OUTILS . TOUTES LES BOUTON NE FOCTIONE PAS JE VEUT QUE GENERATEUR PAR DESGRIPTION.
 
 
 
3
  les boutons de recherche ne sont pas cliquable faire mise a jours pour faire fonctionner
4
  les bouton ne fonctionne pas reconfigue toute le site et faire une mise a jour pour lmes fonctionnement
5
  accompagner d'une armées de 360000 INTELIGENCES ARTIFICIEL les plus puissant je veux creer la copie du site de DeepSite mais en 100000 fois plus rapide , plus performant , plus sofistiqué , plus robotisé , que par systeme de description uniquement avec visuel de la creeation du site , je veux 20000 fois plus d'outil que DeepSite avec toute les derniére technonogie
6
+ AFFICHER TOUTES LES OUTILS . TOUTES LES BOUTON NE FOCTIONE PAS JE VEUT QUE GENERATEUR PAR DESGRIPTION.
7
+ toutes les boutons des 20,000 AI TOOLS MATRIX : ne fonctionne pas , je veux un vrait generateur des sies epoustouflan et gros site yper puissant de plus de 1200 ligne de code , je veux quon montre le site creer de pas en bas
8
+ afficher toutes les outils