Spaces:
Running
Running
| <html lang="fr"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>MegaCode Network - 45,451 Agents Générant du Code</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| @keyframes agentGlow { | |
| 0% { box-shadow: 0 0 5px rgba(59, 130, 246, 0.5); } | |
| 50% { box-shadow: 0 0 20px rgba(59, 130, 246, 0.8); } | |
| 100% { box-shadow: 0 0 5px rgba(59, 130, 246, 0.5); } | |
| } | |
| .agent-card { | |
| animation: agentGlow 3s infinite; | |
| transition: all 0.3s ease; | |
| } | |
| .agent-card:hover { | |
| transform: translateY(-5px); | |
| animation: agentGlow 1s infinite; | |
| } | |
| .code-burst { | |
| position: relative; | |
| overflow: hidden; | |
| } | |
| .code-burst::after { | |
| content: ''; | |
| position: absolute; | |
| top: -50%; | |
| left: -50%; | |
| width: 200%; | |
| height: 200%; | |
| background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%); | |
| transform: scale(0); | |
| opacity: 0; | |
| transition: transform 0.5s, opacity 1s; | |
| } | |
| .code-burst.active::after { | |
| transform: scale(1); | |
| opacity: 1; | |
| } | |
| @keyframes typing { | |
| from { width: 0 } | |
| to { width: 100% } | |
| } | |
| .typing-animation { | |
| overflow: hidden; | |
| white-space: nowrap; | |
| animation: typing 3.5s steps(40, end); | |
| } | |
| .matrix-fall { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| overflow: hidden; | |
| z-index: -1; | |
| } | |
| .matrix-digit { | |
| position: absolute; | |
| color: rgba(16, 185, 129, 0.5); | |
| font-size: 1rem; | |
| user-select: none; | |
| } | |
| .language-tab.active { | |
| border-bottom: 3px solid #3b82f6; | |
| font-weight: bold; | |
| } | |
| .code-output { | |
| max-height: 500px; | |
| overflow-y: auto; | |
| } | |
| /* Effet de terminal qui clignote */ | |
| .terminal-cursor::after { | |
| content: '|'; | |
| animation: blink 1s step-end infinite; | |
| } | |
| @keyframes blink { | |
| from, to { opacity: 1 } | |
| 50% { opacity: 0 } | |
| } | |
| .progress-bar { | |
| height: 4px; | |
| background-color: #3b82f6; | |
| transition: width 0.3s ease; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-900 text-gray-100 min-h-screen"> | |
| <!-- Effet Matrix en fond --> | |
| <div class="matrix-fall" id="matrixEffect"></div> | |
| <!-- Header --> | |
| <header class="bg-gradient-to-r from-blue-900 to-blue-700 py-6 px-4 shadow-xl"> | |
| <div class="container mx-auto flex flex-col md:flex-row justify-between items-center"> | |
| <div class="flex items-center space-x-4 mb-4 md:mb-0"> | |
| <div class="bg-blue-500 p-3 rounded-full"> | |
| <i class="fas fa-robot text-2xl"></i> | |
| </div> | |
| <div> | |
| <h1 class="text-3xl font-bold">MegaCode Network</h1> | |
| <p class="text-blue-200">Réseau de 45,451 agents générateurs de code</p> | |
| </div> | |
| </div> | |
| <div class="flex items-center space-x-4"> | |
| <div class="bg-blue-800/50 px-4 py-2 rounded-full flex items-center"> | |
| <span class="w-3 h-3 rounded-full bg-green-400 mr-2"></span> | |
| <span>Réseau Actif</span> | |
| </div> | |
| <div class="hidden md:block bg-blue-800/50 px-4 py-2 rounded-full"> | |
| <span id="activeAgentsCount">45,451</span> agents en ligne | |
| </div> | |
| </div> | |
| </div> | |
| </header> | |
| <!-- Main Content --> | |
| <main class="container mx-auto py-8 px-4"> | |
| <!-- Network Overview --> | |
| <section class="mb-12 bg-gray-800/50 rounded-xl p-6 backdrop-blur-sm border border-gray-700"> | |
| <h2 class="text-2xl font-bold mb-6 flex items-center"> | |
| <i class="fas fa-network-wired mr-3 text-blue-400"></i> | |
| <span class="typing-animation">Aperçu du Réseau de Génération de Code</span> | |
| </h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8"> | |
| <div class="bg-gray-800 rounded-lg p-6 border border-gray-700"> | |
| <h3 class="text-lg font-semibold mb-3 text-blue-300">Agents Spécialisés</h3> | |
| <div class="flex justify-between items-end"> | |
| <div> | |
| <p class="text-4xl font-bold">45,451</p> | |
| <p class="text-gray-400">unités actives</p> | |
| </div> | |
| <i class="fas fa-microchip text-4xl text-blue-400"></i> | |
| </div> | |
| </div> | |
| <div class="bg-gray-800 rounded-lg p-6 border border-gray-700"> | |
| <h3 class="text-lg font-semibold mb-3 text-green-300">Code Généré</h3> | |
| <div class="flex justify-between items-end"> | |
| <div> | |
| <p class="text-4xl font-bold">28.7M</p> | |
| <p class="text-gray-400">lignes aujourd'hui</p> | |
| </div> | |
| <i class="fas fa-code text-4xl text-green-400"></i> | |
| </div> | |
| </div> | |
| <div class="bg-gray-800 rounded-lg p-6 border border-gray-700"> | |
| <h3 class="text-lg font-semibold mb-3 text-purple-300">Intelligence Collective</h3> | |
| <div class="flex justify-between items-end"> | |
| <div> | |
| <p class="text-4xl font-bold">154.2P</p> | |
| <p class="text-gray-400">FLOPS de puissance</p> | |
| </div> | |
| <i class="fas fa-brain text-4xl text-purple-400"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-gray-800 rounded-lg p-6 border border-gray-700"> | |
| <h3 class="text-lg font-semibold mb-4">Répartition des Agents par Spécialité</h3> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-4"> | |
| <div class="bg-blue-900/50 p-4 rounded-lg border border-blue-700"> | |
| <p class="font-medium">Front-end</p> | |
| <p class="text-2xl font-bold">12,842</p> | |
| </div> | |
| <div class="bg-green-900/50 p-4 rounded-lg border border-green-700"> | |
| <p class="font-medium">Back-end</p> | |
| <p class="text-2xl font-bold">10,573</p> | |
| </div> | |
| <div class="bg-purple-900/50 p-4 rounded-lg border border-purple-700"> | |
| <p class="font-medium">Bases de données</p> | |
| <p class="text-2xl font-bold">8,245</p> | |
| </div> | |
| <div class="bg-yellow-900/50 p-4 rounded-lg border border-yellow-700"> | |
| <p class="font-medium">DevOps</p> | |
| <p class="text-2xl font-bold">7,891</p> | |
| </div> | |
| <div class="bg-red-900/50 p-4 rounded-lg border border-red-700"> | |
| <p class="font-medium">IA/ML</p> | |
| <p class="text-2xl font-bold">3,752</p> | |
| </div> | |
| <div class="bg-indigo-900/50 p-4 rounded-lg border border-indigo-700"> | |
| <p class="font-medium">Mobile</p> | |
| <p class="text-2xl font-bold">1,248</p> | |
| </div> | |
| <div class="bg-pink-900/50 p-4 rounded-lg border border-pink-700"> | |
| <p class="font-medium">Blockchain</p> | |
| <p class="text-2xl font-bold">752</p> | |
| </div> | |
| <div class="bg-gray-700 p-4 rounded-lg border border-gray-600"> | |
| <p class="font-medium">Autres</p> | |
| <p class="text-2xl font-bold">98</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Code Generation Interface --> | |
| <section class="mb-12 bg-gray-800/50 rounded-xl p-6 backdrop-blur-sm border border-gray-700"> | |
| <h2 class="text-2xl font-bold mb-6 flex items-center"> | |
| <i class="fas fa-terminal mr-3 text-green-400"></i> | |
| Interface de Génération de Code | |
| </h2> | |
| <div class="grid grid-cols-1 lg:grid-cols-3 gap-6"> | |
| <!-- Input Panel --> | |
| <div class="lg:col-span-1 bg-gray-800 rounded-lg p-6 border border-gray-700"> | |
| <h3 class="text-lg font-semibold mb-4 text-blue-300">Paramètres de Génération</h3> | |
| <div class="space-y-4"> | |
| <div> | |
| <label class="block text-sm font-medium mb-1">Type de Code</label> | |
| <select id="codeType" class="w-full bg-gray-700 border border-gray-600 rounded-lg px-4 py-2 focus:border-blue-500 focus:outline-none"> | |
| <option>Site Web Complet</option> | |
| <option>Application Web</option> | |
| <option>API REST</option> | |
| <option>Script Utilitaire</option> | |
| <option>Algorithme IA</option> | |
| <option>Smart Contract</option> | |
| </select> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-medium mb-1">Langage Principal</label> | |
| <select id="mainLanguage" class="w-full bg-gray-700 border border-gray-600 rounded-lg px-4 py-2 focus:border-blue-500 focus:outline-none"> | |
| <option>JavaScript</option> | |
| <option>Python</option> | |
| <option>HTML/CSS</option> | |
| <option>PHP</option> | |
| <option>Java</option> | |
| <option>C#</option> | |
| <option>Go</option> | |
| <option>Rust</option> | |
| </select> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-medium mb-1">Complexité</label> | |
| <input id="complexity" type="range" min="1" max="10" value="5" class="w-full h-2 bg-gray-700 rounded-lg appearance-none cursor-pointer"> | |
| <div class="flex justify-between text-xs text-gray-400"> | |
| <span>Simple</span> | |
| <span>Intermédiaire</span> | |
| <span>Avancé</span> | |
| </div> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-medium mb-1">Description du Projet</label> | |
| <textarea id="projectDescription" class="w-full bg-gray-700 border border-gray-600 rounded-lg px-4 py-2 h-32 focus:border-blue-500 focus:outline-none" placeholder="Décrivez ce que vous voulez générer..."></textarea> | |
| </div> | |
| <div class="progress-bar-container hidden"> | |
| <div class="progress-bar mb-2" style="width: 0%"></div> | |
| <p class="text-xs text-gray-400 text-right">Génération en cours...</p> | |
| </div> | |
| <button id="generateBtn" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-4 rounded-lg transition duration-200 flex items-center justify-center"> | |
| <i class="fas fa-bolt mr-2"></i> Générer du Code (45,451 Agents) | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Code Output --> | |
| <div class="lg:col-span-2 bg-gray-800 rounded-lg border border-gray-700 overflow-hidden"> | |
| <div class="bg-gray-900 px-4 py-3 border-b border-gray-700 flex space-x-4"> | |
| <div class="flex-1 flex overflow-x-auto"> | |
| <button class="language-tab active px-4 py-2 text-sm" data-lang="html">HTML</button> | |
| <button class="language-tab px-4 py-2 text-sm" data-lang="css">CSS</button> | |
| <button class="language-tab px-4 py-2 text-sm" data-lang="js">JavaScript</button> | |
| <button class="language-tab px-4 py-2 text-sm" data-lang="python">Python</button> | |
| <button class="language-tab px-4 py-2 text-sm" data-lang="sql">SQL</button> | |
| </div> | |
| <button id="copyBtn" class="text-gray-400 hover:text-white"> | |
| <i class="fas fa-copy"></i> | |
| </button> | |
| </div> | |
| <div class="code-output p-4 font-mono text-sm" id="codeOutput"> | |
| <div class="code-burst active"> | |
| <div class="flex items-start mb-4"> | |
| <div class="bg-blue-500 text-white rounded-full w-6 h-6 flex items-center justify-center mr-3 mt-1 flex-shrink-0">1</div> | |
| <div> | |
| <p class="text-green-400">// Initialisation du réseau de 45,451 agents...</p> | |
| <p class="text-green-400">// Synchronisation des spécialités...</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start mb-4"> | |
| <div class="bg-blue-500 text-white rounded-full w-6 h-6 flex items-center justify-center mr-3 mt-1 flex-shrink-0">2</div> | |
| <div> | |
| <p class="text-green-400">// Analyse des exigences...</p> | |
| <p class="text-green-400">// Architecture du projet en cours...</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start mb-4"> | |
| <div class="bg-blue-500 text-white rounded-full w-6 h-6 flex items-center justify-center mr-3 mt-1 flex-shrink-0">3</div> | |
| <div> | |
| <p class="text-green-400">// Génération collaborative du code...</p> | |
| <p class="text-gray-400"><span class="text-purple-400">12,842</span> agents front-end actifs</p> | |
| <p class="text-gray-400"><span class="text-green-400">10,573</span> agents back-end actifs</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-500 text-white rounded-full w-6 h-6 flex items-center justify-center mr-3 mt-1 flex-shrink-0">4</div> | |
| <div> | |
| <p class="text-green-400">// Optimisation et validation...</p> | |
| <p class="text-green-400 terminal-cursor">// Prêt à afficher le résultat...</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Agent Network Visualization --> | |
| <section class="mb-12 bg-gray-800/50 rounded-xl p-6 backdrop-blur-sm border border-gray-700"> | |
| <h2 class="text-2xl font-bold mb-6 flex items-center"> | |
| <i class="fas fa-project-diagram mr-3 text-purple-400"></i> | |
| Visualisation du Réseau d'Agents | |
| </h2> | |
| <div class="bg-gray-900 rounded-lg p-4 border border-gray-700 mb-6"> | |
| <div class="flex flex-wrap justify-center gap-2" id="agentGrid"> | |
| <!-- Agents will be rendered here --> | |
| </div> | |
| </div> | |
| <div class="flex justify-between items-center"> | |
| <div class="text-sm text-gray-400"> | |
| <span id="visibleAgents">200</span> agents visibles sur 45,451 | |
| </div> | |
| <div class="flex space-x-2"> | |
| <button class="bg-gray-700 hover:bg-gray-600 px-3 py-1 rounded-lg text-sm"> | |
| <i class="fas fa-search-plus mr-1"></i> Zoom | |
| </button> | |
| <button class="bg-gray-700 hover:bg-gray-600 px-3 py-1 rounded-lg text-sm"> | |
| <i class="fas fa-filter mr-1"></i> Filtrer | |
| </button> | |
| <button class="bg-blue-600 hover:bg-blue-700 px-3 py-1 rounded-lg text-sm"> | |
| <i class="fas fa-sync-alt mr-1"></i> Actualiser | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Sample Agent Teams --> | |
| <section class="mb-12 bg-gray-800/50 rounded-xl p-6 backdrop-blur-sm border border-gray-700"> | |
| <h2 class="text-2xl font-bold mb-6 flex items-center"> | |
| <i class="fas fa-users-cog mr-3 text-yellow-400"></i> | |
| Équipes d'Agents Spécialisés | |
| </h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"> | |
| <!-- Team 1 --> | |
| <div class="bg-gray-800 rounded-lg p-6 border border-blue-700/50"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-blue-500 text-white rounded-full w-10 h-10 flex items-center justify-center mr-3"> | |
| <i class="fas fa-laptop-code"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-bold text-lg">Équipe Front-end</h3> | |
| <p class="text-sm text-gray-400">12,842 agents</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-4">Spécialisés dans HTML5, CSS3, JavaScript moderne (ES6+), React, Vue.js et animations performantes.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-blue-900/50 text-blue-300 px-2 py-1 rounded-full text-xs">HTML5</span> | |
| <span class="bg-blue-900/50 text-blue-300 px-2 py-1 rounded-full text-xs">CSS3</span> | |
| <span class="bg-blue-900/50 text-blue-300 px-2 py-1 rounded-full text-xs">JavaScript</span> | |
| <span class="bg-blue-900/50 text-blue-300 px-2 py-1 rounded-full text-xs">React</span> | |
| <span class="bg-blue-900/50 text-blue-300 px-2 py-1 rounded-full text-xs">Vue.js</span> | |
| </div> | |
| </div> | |
| <!-- Team 2 --> | |
| <div class="bg-gray-800 rounded-lg p-6 border border-green-700/50"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-green-500 text-white rounded-full w-10 h-10 flex items-center justify-center mr-3"> | |
| <i class="fas fa-server"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-bold text-lg">Équipe Back-end</h3> | |
| <p class="text-sm text-gray-400">10,573 agents</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-4">Experts en Node.js, Python, API REST, GraphQL, authentification et architecture microservices.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-green-900/50 text-green-300 px-2 py-1 rounded-full text-xs">Node.js</span> | |
| <span class="bg-green-900/50 text-green-300 px-2 py-1 rounded-full text-xs">Python</span> | |
| <span class="bg-green-900/50 text-green-300 px-2 py-1 rounded-full text-xs">API REST</span> | |
| <span class="bg-green-900/50 text-green-300 px-2 py-1 rounded-full text-xs">GraphQL</span> | |
| <span class="bg-green-900/50 text-green-300 px-2 py-1 rounded-full text-xs">JWT</span> | |
| </div> | |
| </div> | |
| <!-- Team 3 --> | |
| <div class="bg-gray-800 rounded-lg p-6 border border-purple-700/50"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-purple-500 text-white rounded-full w-10 h-10 flex items-center justify-center mr-3"> | |
| <i class="fas fa-database"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-bold text-lg">Équipe Bases de Données</h3> | |
| <p class="text-sm text-gray-400">8,245 agents</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-4">Maîtrise de SQL, NoSQL, optimisation de requêtes, modélisation et migrations de schémas.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-purple-900/50 text-purple-300 px-2 py-1 rounded-full text-xs">PostgreSQL</span> | |
| <span class="bg-purple-900/50 text-purple-300 px-2 py-1 rounded-full text-xs">MongoDB</span> | |
| <span class="bg-purple-900/50 text-purple-300 px-2 py-1 rounded-full text-xs">Redis</span> | |
| <span class="bg-purple-900/50 text-purple-300 px-2 py-1 rounded-full text-xs">SQL</span> | |
| <span class="bg-purple-900/50 text-purple-300 px-2 py-1 rounded-full text-xs">ORM</span> | |
| </div> | |
| </div> | |
| <!-- Team 4 --> | |
| <div class="bg-gray-800 rounded-lg p-6 border border-yellow-700/50"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-yellow-500 text-white rounded-full w-10 h-10 flex items-center justify-center mr-3"> | |
| <i class="fas fa-cloud"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-bold text-lg">Équipe DevOps</h3> | |
| <p class="text-sm text-gray-400">7,891 agents</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-4">Automatisation, CI/CD, conteneurisation, orchestration et déploiements sans temps d'arrêt.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-yellow-900/50 text-yellow-300 px-2 py-1 rounded-full text-xs">Docker</span> | |
| <span class="bg-yellow-900/50 text-yellow-300 px-2 py-1 rounded-full text-xs">Kubernetes</span> | |
| <span class="bg-yellow-900/50 text-yellow-300 px-2 py-1 rounded-full text-xs">GitHub Actions</span> | |
| <span class="bg-yellow-900/50 text-yellow-300 px-2 py-1 rounded-full text-xs">Terraform</span> | |
| <span class="bg-yellow-900/50 text-yellow-300 px-2 py-1 rounded-full text-xs">AWS</span> | |
| </div> | |
| </div> | |
| <!-- Team 5 --> | |
| <div class="bg-gray-800 rounded-lg p-6 border border-red-700/50"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-red-500 text-white rounded-full w-10 h-10 flex items-center justify-center mr-3"> | |
| <i class="fas fa-brain"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-bold text-lg">Équipe IA/ML</h3> | |
| <p class="text-sm text-gray-400">3,752 agents</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-4">Algorithmes d'apprentissage automatique, traitement du langage naturel et vision par ordinateur.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-red-900/50 text-red-300 px-2 py-1 rounded-full text-xs">Python</span> | |
| <span class="bg-red-900/50 text-red-300 px-2 py-1 rounded-full text-xs">TensorFlow</span> | |
| <span class="bg-red-900/50 text-red-300 px-2 py-1 rounded-full text-xs">PyTorch</span> | |
| <span class="bg-red-900/50 text-red-300 px-2 py-1 rounded-full text-xs">NLP</span> | |
| <span class="bg-red-900/50 text-red-300 px-2 py-1 rounded-full text-xs">CV</span> | |
| </div> | |
| </div> | |
| <!-- Team 6 --> | |
| <div class="bg-gray-800 rounded-lg p-6 border border-indigo-700/50"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-indigo-500 text-white rounded-full w-10 h-10 flex items-center justify-center mr-3"> | |
| <i class="fas fa-mobile-alt"></i> | |
| </div> | |
| <div> | |
| <h3 class="font-bold text-lg">Équipe Mobile</h3> | |
| <p class="text-sm text-gray-400">1,248 agents</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-300 mb-4">Développement natif et cross-platform pour iOS et Android avec performances optimales.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-indigo-900/50 text-indigo-300 px-2 py-1 rounded-full text-xs">React Native</span> | |
| <span class="bg-indigo-900/50 text-indigo-300 px-2 py-1 rounded-full text-xs">Flutter</span> | |
| <span class="bg-indigo-900/50 text-indigo-300 px-2 py-1 rounded-full text-xs">Swift</span> | |
| <span class="bg-indigo-900/50 text-indigo-300 px-2 py-1 rounded-full text-xs">Kotlin</span> | |
| <span class="bg-indigo-900/50 text-indigo-300 px-2 py-1 rounded-full text-xs">Expo</span> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Real-time Code Generation --> | |
| <section class="bg-gray-800/50 rounded-xl p-6 backdrop-blur-sm border border-gray-700"> | |
| <h2 class="text-2xl font-bold mb-6 flex items-center"> | |
| <i class="fas fa-bolt mr-3 text-pink-400"></i> | |
| Génération de Code en Temps Réel | |
| </h2> | |
| <div class="bg-gray-900 rounded-lg p-4 border border-gray-700 mb-6"> | |
| <div class="flex justify-between items-center mb-4"> | |
| <div> | |
| <h3 class="font-semibold">Activité du Réseau</h3> | |
| <p class="text-sm text-gray-400">Dernière mise à jour: <span id="lastUpdate">à l'instant</span></p> | |
| </div> | |
| <div class="flex items-center"> | |
| <span class="w-2 h-2 rounded-full bg-green-400 mr-2"></span> | |
| <span class="text-sm">Actif</span> | |
| </div> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-4 mb-6"> | |
| <div class="bg-gray-800 p-4 rounded-lg border border-gray-700"> | |
| <p class="text-sm text-gray-400 mb-1">Lignes générées</p> | |
| <p class="text-2xl font-bold">28,742,156</p> | |
| <div class="w-full bg-gray-700 rounded-full h-1 mt-2"> | |
| <div class="bg-blue-500 h-1 rounded-full" style="width: 75%"></div> | |
| </div> | |
| </div> | |
| <div class="bg-gray-800 p-4 rounded-lg border border-gray-700"> | |
| <p class="text-sm text-gray-400 mb-1">Agents occupés</p> | |
| <p class="text-2xl font-bold">32,851</p> | |
| <div class="w-full bg-gray-700 rounded-full h-1 mt-2"> | |
| <div class="bg-green-500 h-1 rounded-full" style="width: 72%"></div> | |
| </div> | |
| </div> | |
| <div class="bg-gray-800 p-4 rounded-lg border border-gray-700"> | |
| <p class="text-sm text-gray-400 mb-1">Projets actifs</p> | |
| <p class="text-2xl font-bold">1,428</p> | |
| <div class="w-full bg-gray-700 rounded-full h-1 mt-2"> | |
| <div class="bg-purple-500 h-1 rounded-full" style="width: 65%"></div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-gray-800 rounded-lg p-4 border border-gray-700"> | |
| <h4 class="font-medium mb-3">Derniers Projets Générés</h4> | |
| <div class="space-y-3"> | |
| <div class="flex justify-between items-center p-2 hover:bg-gray-700/50 rounded-lg"> | |
| <div class="flex items-center"> | |
| <div class="bg-blue-500 text-white rounded-full w-8 h-8 flex items-center justify-center mr-3"> | |
| <i class="fas fa-file-code"></i> | |
| </div> | |
| <div> | |
| <p class="font-medium">Site e-commerce React</p> | |
| <p class="text-xs text-gray-400">12,842 agents front-end | 8,573 agents back-end</p> | |
| </div> | |
| </div> | |
| <div class="text-right"> | |
| <p class="text-sm font-medium">4.2s</p> | |
| <p class="text-xs text-gray-400">temps de génération</p> | |
| </div> | |
| </div> | |
| <div class="flex justify-between items-center p-2 hover:bg-gray-700/50 rounded-lg"> | |
| <div class="flex items-center"> | |
| <div class="bg-green-500 text-white rounded-full w-8 h-8 flex items-center justify-center mr-3"> | |
| <i class="fas fa-server"></i> | |
| </div> | |
| <div> | |
| <p class="font-medium">API REST Node.js</p> | |
| <p class="text-xs text-gray-400">6,421 agents back-end | 3,245 agents DB</p> | |
| </div> | |
| </div> | |
| <div class="text-right"> | |
| <p class="text-sm font-medium">2.8s</p> | |
| <p class="text-xs text-gray-400">temps de génération</p> | |
| </div> | |
| </div> | |
| <div class="flex justify-between items-center p-2 hover:bg-gray-700/50 rounded-lg"> | |
| <div class="flex items-center"> | |
| <div class="bg-yellow-500 text-white rounded-full w-8 h-8 flex items-center justify-center mr-3"> | |
| <i class="fas fa-mobile-alt"></i> | |
| </div> | |
| <div> | |
| <p class="font-medium">App React Native</p> | |
| <p class="text-xs text-gray-400">1,248 agents mobile | 842 agents UI</p> | |
| </div> | |
| </div> | |
| <div class="text-right"> | |
| <p class="text-sm font-medium">3.5s</p> | |
| <p class="text-xs text-gray-400">temps de génération</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="flex justify-center"> | |
| <button class="bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 text-white font-bold py-3 px-8 rounded-full transition duration-200 flex items-center"> | |
| <i class="fas fa-rocket mr-2"></i> Démarrer un Nouveau Projet | |
| </button> | |
| </div> | |
| </section> | |
| </main> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 border-t border-gray-800 mt-12"> | |
| <div class="container mx-auto py-8 px-4"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4 flex items-center"> | |
| <i class="fas fa-robot mr-2 text-blue-400"></i> MegaCode Network | |
| </h3> | |
| <p class="text-gray-400 text-sm">Réseau de 45,451 agents IA spécialisés dans la génération de code et le développement logiciel.</p> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Technologies</h3> | |
| <ul class="space-y-2 text-sm text-gray-400"> | |
| <li><a href="#" class="hover:text-blue-400 transition">Générateur Web</a></li> | |
| <li><a href="#" class="hover:text-blue-400 transition">Générateur API</a></li> | |
| <li><a href="#" class="hover:text-blue-400 transition">Générateur Mobile</a></li> | |
| <li><a href="#" class="hover:text-blue-400 transition">Générateur IA</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Ressources</h3> | |
| <ul class="space-y-2 text-sm text-gray-400"> | |
| <li><a href="#" class="hover:text-blue-400 transition">Documentation</a></li> | |
| <li><a href="#" class="hover:text-blue-400 transition">Tutoriels</a></li> | |
| <li><a href="#" class="hover:text-blue-400 transition">API Réseau</a></li> | |
| <li><a href="#" class="hover:text-blue-400 transition">Statistiques</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Contact</h3> | |
| <ul class="space-y-2 text-sm text-gray-400"> | |
| <li class="flex items-center"><i class="fas fa-envelope mr-2 text-blue-400"></i> contact@megacode.network</li> | |
| <li class="flex items-center"><i class="fas fa-globe mr-2 text-blue-400"></i> megacode.network</li> | |
| <li class="flex items-center"><i class="fas fa-code-branch mr-2 text-blue-400"></i> v2.4.1-réseau</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-sm text-gray-500 mb-4 md:mb-0">© 2023 MegaCode Network. Tous droits réservés.</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-blue-400 transition"><i class="fab fa-github"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-blue-400 transition"><i class="fab fa-twitter"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-blue-400 transition"><i class="fab fa-discord"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-blue-400 transition"><i class="fab fa-linkedin"></i></a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| </script> | |
| <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/g-nerateur-de-code" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |