| | <!DOCTYPE html> |
| | <html lang="fr"> |
| | <head> |
| | <meta charset="UTF-8"> |
| | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | <title>Unlimited Network Solution - Matériel réseau professionnel</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> |
| | .hero-gradient { |
| | background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%); |
| | } |
| | .card-hover:hover { |
| | transform: translateY(-5px); |
| | box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); |
| | } |
| | .transition-all { |
| | transition: all 0.3s ease; |
| | } |
| | .category-active { |
| | border-bottom: 3px solid #2563eb; |
| | color: #2563eb; |
| | } |
| | </style> |
| | </head> |
| | <body class="font-sans bg-gray-50"> |
| | |
| | <header class="bg-white shadow-sm sticky top-0 z-50"> |
| | <div class="container mx-auto px-4 py-3 flex justify-between items-center"> |
| | <div class="flex items-center space-x-2"> |
| | <i class="fas fa-network-wired text-3xl text-blue-600"></i> |
| | <h1 class="text-xl font-bold text-gray-800">Unlimited Network Solution</h1> |
| | </div> |
| | |
| | <nav class="hidden md:flex space-x-8"> |
| | <a href="#accueil" class="text-blue-600 font-medium">Accueil</a> |
| | <a href="#produits" class="text-gray-600 hover:text-blue-600 transition-all">Produits</a> |
| | <a href="#services" class="text-gray-600 hover:text-blue-600 transition-all">Services</a> |
| | <a href="#a-propos" class="text-gray-600 hover:text-blue-600 transition-all">À propos</a> |
| | <a href="#contact" class="text-gray-600 hover:text-blue-600 transition-all">Contact</a> |
| | </nav> |
| | |
| | <div class="flex items-center space-x-4"> |
| | <button class="p-2 text-gray-600 hover:text-blue-600"> |
| | <i class="fas fa-search"></i> |
| | </button> |
| | <button class="p-2 text-gray-600 hover:text-blue-600 relative"> |
| | <i class="fas fa-shopping-cart"></i> |
| | <span class="absolute -top-1 -right-1 bg-blue-600 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">3</span> |
| | </button> |
| | <button class="md:hidden p-2 text-gray-600"> |
| | <i class="fas fa-bars"></i> |
| | </button> |
| | </div> |
| | </div> |
| | </header> |
| |
|
| | |
| | <section id="accueil" class="hero-gradient text-white py-16 md:py-24"> |
| | <div class="container mx-auto px-4 flex flex-col md:flex-row items-center"> |
| | <div class="md:w-1/2 mb-10 md:mb-0"> |
| | <h2 class="text-3xl md:text-4xl font-bold mb-4">Solutions réseau professionnelles pour votre entreprise</h2> |
| | <p class="text-lg mb-6 opacity-90">Découvrez notre gamme complète de matériel réseau haute performance pour optimiser votre infrastructure informatique.</p> |
| | <div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4"> |
| | <a href="#produits" class="bg-white text-blue-600 font-medium px-6 py-3 rounded-lg text-center hover:bg-gray-100 transition-all"> |
| | Voir nos produits |
| | </a> |
| | <a href="#contact" class="border border-white text-white font-medium px-6 py-3 rounded-lg text-center hover:bg-white hover:bg-opacity-10 transition-all"> |
| | Nous contacter |
| | </a> |
| | </div> |
| | </div> |
| | <div class="md:w-1/2 flex justify-center"> |
| | <img src="https://images.unsplash.com/photo-1558494949-ef010cbdcc31?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80" |
| | alt="Équipement réseau" |
| | class="rounded-lg shadow-xl w-full max-w-md"> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="bg-white py-12"> |
| | <div class="container mx-auto px-4"> |
| | <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| | <div class="bg-gray-50 p-6 rounded-lg text-center"> |
| | <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4"> |
| | <i class="fas fa-shield-alt text-blue-600 text-2xl"></i> |
| | </div> |
| | <h3 class="text-xl font-semibold mb-2">Sécurité renforcée</h3> |
| | <p class="text-gray-600">Matériel certifié avec les dernières normes de sécurité pour protéger votre réseau.</p> |
| | </div> |
| | <div class="bg-gray-50 p-6 rounded-lg text-center"> |
| | <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4"> |
| | <i class="fas fa-tachometer-alt text-blue-600 text-2xl"></i> |
| | </div> |
| | <h3 class="text-xl font-semibold mb-2">Haute performance</h3> |
| | <p class="text-gray-600">Équipements conçus pour des débits élevés et une latence minimale.</p> |
| | </div> |
| | <div class="bg-gray-50 p-6 rounded-lg text-center"> |
| | <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4"> |
| | <i class="fas fa-headset text-blue-600 text-2xl"></i> |
| | </div> |
| | <h3 class="text-xl font-semibold mb-2">Support 24/7</h3> |
| | <p class="text-gray-600">Notre équipe technique est disponible pour vous accompagner à tout moment.</p> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section id="produits" class="py-16 bg-gray-50"> |
| | <div class="container mx-auto px-4"> |
| | <div class="text-center mb-12"> |
| | <h2 class="text-3xl font-bold text-gray-800 mb-4">Nos produits phares</h2> |
| | <p class="text-gray-600 max-w-2xl mx-auto">Découvrez notre sélection de matériel réseau parmi les meilleures marques du marché.</p> |
| | </div> |
| | |
| | |
| | <div class="flex overflow-x-auto pb-2 mb-8 scrollbar-hide space-x-4"> |
| | <button class="category-active px-4 py-2 font-medium whitespace-nowrap">Tous</button> |
| | <button class="px-4 py-2 text-gray-600 hover:text-blue-600 font-medium whitespace-nowrap">Routeurs</button> |
| | <button class="px-4 py-2 text-gray-600 hover:text-blue-600 font-medium whitespace-nowrap">Switchs</button> |
| | <button class="px-4 py-2 text-gray-600 hover:text-blue-600 font-medium whitespace-nowrap">Firewalls</button> |
| | <button class="px-4 py-2 text-gray-600 hover:text-blue-600 font-medium whitespace-nowrap">Câbles & Accessoires</button> |
| | <button class="px-4 py-2 text-gray-600 hover:text-blue-600 font-medium whitespace-nowrap">Wi-Fi</button> |
| | <button class="px-4 py-2 text-gray-600 hover:text-blue-600 font-medium whitespace-nowrap">Serveurs</button> |
| | </div> |
| | |
| | |
| | <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6"> |
| | |
| | <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition-all"> |
| | <div class="relative"> |
| | <img src="https://images.unsplash.com/photo-1598128558393-8ffc1f1b9958?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80" |
| | alt="Routeur professionnel" |
| | class="w-full h-48 object-cover"> |
| | <div class="absolute top-2 right-2 bg-red-500 text-white text-xs font-bold px-2 py-1 rounded"> |
| | PROMO |
| | </div> |
| | </div> |
| | <div class="p-4"> |
| | <h3 class="font-bold text-lg mb-1">Routeur Cisco ISR 4331</h3> |
| | <p class="text-gray-600 text-sm mb-3">Routeur professionnel avec sécurité intégrée</p> |
| | <div class="flex justify-between items-center"> |
| | <div> |
| | <span class="font-bold text-lg text-blue-600">1 299€</span> |
| | <span class="text-gray-400 text-sm line-through ml-2">1 499€</span> |
| | </div> |
| | <button class="bg-blue-600 text-white px-3 py-1 rounded hover:bg-blue-700 transition-all"> |
| | <i class="fas fa-cart-plus"></i> |
| | </button> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | |
| | <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition-all"> |
| | <div class="relative"> |
| | <img src="https://images.unsplash.com/photo-1597852074816-d933c7d2b988?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80" |
| | alt="Switch réseau" |
| | class="w-full h-48 object-cover"> |
| | </div> |
| | <div class="p-4"> |
| | <h3 class="font-bold text-lg mb-1">Switch HP Aruba 2930F</h3> |
| | <p class="text-gray-600 text-sm mb-3">Switch 24 ports Gigabit avec PoE+</p> |
| | <div class="flex justify-between items-center"> |
| | <div> |
| | <span class="font-bold text-lg text-blue-600">899€</span> |
| | </div> |
| | <button class="bg-blue-600 text-white px-3 py-1 rounded hover:bg-blue-700 transition-all"> |
| | <i class="fas fa-cart-plus"></i> |
| | </button> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | |
| | <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition-all"> |
| | <div class="relative"> |
| | <img src="https://images.unsplash.com/photo-1626785774573-4b799315345d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80" |
| | alt="Firewall" |
| | class="w-full h-48 object-cover"> |
| | <div class="absolute top-2 right-2 bg-green-500 text-white text-xs font-bold px-2 py-1 rounded"> |
| | NOUVEAU |
| | </div> |
| | </div> |
| | <div class="p-4"> |
| | <h3 class="font-bold text-lg mb-1">Firewall FortiGate 60F</h3> |
| | <p class="text-gray-600 text-sm mb-3">Protection avancée contre les cybermenaces</p> |
| | <div class="flex justify-between items-center"> |
| | <div> |
| | <span class="font-bold text-lg text-blue-600">1 450€</span> |
| | </div> |
| | <button class="bg-blue-600 text-white px-3 py-1 rounded hover:bg-blue-700 transition-all"> |
| | <i class="fas fa-cart-plus"></i> |
| | </button> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | |
| | <div class="bg-white rounded-lg overflow-hidden shadow-md card-hover transition-all"> |
| | <div class="relative"> |
| | <img src="https://images.unsplash.com/photo-1597852074816-d933c7d2b988?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80" |
| | alt="Point d'accès Wi-Fi" |
| | class="w-full h-48 object-cover"> |
| | </div> |
| | <div class="p-4"> |
| | <h3 class="font-bold text-lg mb-1">Point d'accès Ubiquiti U6-Pro</h3> |
| | <p class="text-gray-600 text-sm mb-3">Wi-Fi 6 haute performance pour entreprises</p> |
| | <div class="flex justify-between items-center"> |
| | <div> |
| | <span class="font-bold text-lg text-blue-600">179€</span> |
| | </div> |
| | <button class="bg-blue-600 text-white px-3 py-1 rounded hover:bg-blue-700 transition-all"> |
| | <i class="fas fa-cart-plus"></i> |
| | </button> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="text-center mt-10"> |
| | <a href="#" class="inline-block border border-blue-600 text-blue-600 font-medium px-6 py-2 rounded hover:bg-blue-600 hover:text-white transition-all"> |
| | Voir tous les produits |
| | </a> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section id="services" class="py-16 bg-white"> |
| | <div class="container mx-auto px-4"> |
| | <div class="text-center mb-12"> |
| | <h2 class="text-3xl font-bold text-gray-800 mb-4">Nos services complémentaires</h2> |
| | <p class="text-gray-600 max-w-2xl mx-auto">Nous proposons des services professionnels pour vous accompagner dans tous vos projets réseau.</p> |
| | </div> |
| | |
| | <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| | <div class="border border-gray-200 rounded-lg p-6 hover:border-blue-500 transition-all"> |
| | <div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4"> |
| | <i class="fas fa-project-diagram text-blue-600"></i> |
| | </div> |
| | <h3 class="text-xl font-semibold mb-2">Audit réseau</h3> |
| | <p class="text-gray-600 mb-4">Analyse complète de votre infrastructure existante avec recommandations d'amélioration.</p> |
| | <a href="#" class="text-blue-600 font-medium flex items-center"> |
| | En savoir plus <i class="fas fa-arrow-right ml-2 text-sm"></i> |
| | </a> |
| | </div> |
| | |
| | <div class="border border-gray-200 rounded-lg p-6 hover:border-blue-500 transition-all"> |
| | <div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4"> |
| | <i class="fas fa-cogs text-blue-600"></i> |
| | </div> |
| | <h3 class="text-xl font-semibold mb-2">Installation & Configuration</h3> |
| | <p class="text-gray-600 mb-4">Déploiement et paramétrage de votre matériel par nos experts certifiés.</p> |
| | <a href="#" class="text-blue-600 font-medium flex items-center"> |
| | En savoir plus <i class="fas fa-arrow-right ml-2 text-sm"></i> |
| | </a> |
| | </div> |
| | |
| | <div class="border border-gray-200 rounded-lg p-6 hover:border-blue-500 transition-all"> |
| | <div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4"> |
| | <i class="fas fa-shield-alt text-blue-600"></i> |
| | </div> |
| | <h3 class="text-xl font-semibold mb-2">Sécurisation réseau</h3> |
| | <p class="text-gray-600 mb-4">Mise en place de solutions de sécurité avancées pour protéger votre infrastructure.</p> |
| | <a href="#" class="text-blue-600 font-medium flex items-center"> |
| | En savoir plus <i class="fas fa-arrow-right ml-2 text-sm"></i> |
| | </a> |
| | </div> |
| | |
| | <div class="border border-gray-200 rounded-lg p-6 hover:border-blue-500 transition-all"> |
| | <div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4"> |
| | <i class="fas fa-cloud text-blue-600"></i> |
| | </div> |
| | <h3 class="text-xl font-semibold mb-2">Solutions cloud</h3> |
| | <p class="text-gray-600 mb-4">Intégration de services cloud pour étendre et sécuriser votre réseau.</p> |
| | <a href="#" class="text-blue-600 font-medium flex items-center"> |
| | En savoir plus <i class="fas fa-arrow-right ml-2 text-sm"></i> |
| | </a> |
| | </div> |
| | |
| | <div class="border border-gray-200 rounded-lg p-6 hover:border-blue-500 transition-all"> |
| | <div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4"> |
| | <i class="fas fa-wifi text-blue-600"></i> |
| | </div> |
| | <h3 class="text-xl font-semibold mb-2">Couverture Wi-Fi</h3> |
| | <p class="text-gray-600 mb-4">Optimisation de votre réseau sans fil pour une couverture parfaite.</p> |
| | <a href="#" class="text-blue-600 font-medium flex items-center"> |
| | En savoir plus <i class="fas fa-arrow-right ml-2 text-sm"></i> |
| | </a> |
| | </div> |
| | |
| | <div class="border border-gray-200 rounded-lg p-6 hover:border-blue-500 transition-all"> |
| | <div class="bg-blue-100 w-12 h-12 rounded-full flex items-center justify-center mb-4"> |
| | <i class="fas fa-headset text-blue-600"></i> |
| | </div> |
| | <h3 class="text-xl font-semibold mb-2">Support technique</h3> |
| | <p class="text-gray-600 mb-4">Assistance technique à distance ou sur site selon vos besoins.</p> |
| | <a href="#" class="text-blue-600 font-medium flex items-center"> |
| | En savoir plus <i class="fas fa-arrow-right ml-2 text-sm"></i> |
| | </a> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section id="a-propos" class="py-16 bg-gray-50"> |
| | <div class="container mx-auto px-4"> |
| | <div class="flex flex-col lg:flex-row items-center"> |
| | <div class="lg:w-1/2 mb-10 lg:mb-0 lg:pr-10"> |
| | <h2 class="text-3xl font-bold text-gray-800 mb-6">À propos de Unlimited Network Solution</h2> |
| | <p class="text-gray-600 mb-4"> |
| | Fondée en 2010, Unlimited Network Solution est devenue un acteur majeur dans la fourniture de solutions réseau pour les entreprises de toutes tailles. |
| | </p> |
| | <p class="text-gray-600 mb-6"> |
| | Notre équipe d'experts certifiés vous accompagne dans le choix, l'installation et la maintenance de votre infrastructure réseau pour garantir performance et sécurité. |
| | </p> |
| | <div class="grid grid-cols-2 gap-4 mb-6"> |
| | <div class="flex items-center"> |
| | <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| | <span class="text-gray-700">15 ans d'expérience</span> |
| | </div> |
| | <div class="flex items-center"> |
| | <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| | <span class="text-gray-700">+500 clients satisfaits</span> |
| | </div> |
| | <div class="flex items-center"> |
| | <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| | <span class="text-gray-700">Experts certifiés</span> |
| | </div> |
| | <div class="flex items-center"> |
| | <i class="fas fa-check-circle text-green-500 mr-2"></i> |
| | <span class="text-gray-700">Support réactif</span> |
| | </div> |
| | </div> |
| | <a href="#contact" class="inline-block bg-blue-600 text-white font-medium px-6 py-3 rounded hover:bg-blue-700 transition-all"> |
| | Contactez-nous |
| | </a> |
| | </div> |
| | <div class="lg:w-1/2"> |
| | <div class="bg-white p-6 rounded-lg shadow-md"> |
| | <h3 class="text-xl font-semibold mb-4">Nos certifications</h3> |
| | <div class="grid grid-cols-2 md:grid-cols-3 gap-4"> |
| | <div class="bg-gray-100 p-4 rounded flex items-center justify-center"> |
| | <img src="https://upload.wikimedia.org/wikipedia/commons/0/08/Cisco_logo_blue_2016.svg" alt="Cisco" class="h-10"> |
| | </div> |
| | <div class="bg-gray-100 p-4 rounded flex items-center justify-center"> |
| | <img src="https://upload.wikimedia.org/wikipedia/commons/a/a6/HP_logo_2012.svg" alt="HP" class="h-10"> |
| | </div> |
| | <div class="bg-gray-100 p-4 rounded flex items-center justify-center"> |
| | <img src="https://upload.wikimedia.org/wikipedia/commons/f/fe/Microsoft_logo.svg" alt="Microsoft" class="h-10"> |
| | </div> |
| | <div class="bg-gray-100 p-4 rounded flex items-center justify-center"> |
| | <img src="https://upload.wikimedia.org/wikipedia/commons/4/44/Ubiquiti_Networks_logo.svg" alt="Ubiquiti" class="h-10"> |
| | </div> |
| | <div class="bg-gray-100 p-4 rounded flex items-center justify-center"> |
| | <img src="https://upload.wikimedia.org/wikipedia/commons/4/4e/Fortinet_logo.svg" alt="Fortinet" class="h-10"> |
| | </div> |
| | <div class="bg-gray-100 p-4 rounded flex items-center justify-center"> |
| | <img src="https://upload.wikimedia.org/wikipedia/commons/8/87/Aruba_Networks_logo.svg" alt="Aruba" class="h-10"> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-16 bg-white"> |
| | <div class="container mx-auto px-4"> |
| | <div class="text-center mb-12"> |
| | <h2 class="text-3xl font-bold text-gray-800 mb-4">Ils nous font confiance</h2> |
| | <p class="text-gray-600 max-w-2xl mx-auto">Découvrez ce que nos clients disent de nos services et produits.</p> |
| | </div> |
| | |
| | <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| | <div class="bg-gray-50 p-6 rounded-lg"> |
| | <div class="flex items-center mb-4"> |
| | <div class="text-yellow-400 mr-2"> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | </div> |
| | </div> |
| | <p class="text-gray-700 mb-4 italic"> |
| | "L'équipe de Unlimited Network Solution a modernisé notre infrastructure réseau avec professionnalisme. Depuis l'installation, plus aucune interruption de service." |
| | </p> |
| | <div class="flex items-center"> |
| | <div class="bg-gray-200 w-10 h-10 rounded-full mr-3 overflow-hidden"> |
| | <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-full h-full object-cover"> |
| | </div> |
| | <div> |
| | <h4 class="font-medium">Pierre Martin</h4> |
| | <p class="text-gray-500 text-sm">Directeur IT, Entreprise XYZ</p> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="bg-gray-50 p-6 rounded-lg"> |
| | <div class="flex items-center mb-4"> |
| | <div class="text-yellow-400 mr-2"> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | </div> |
| | </div> |
| | <p class="text-gray-700 mb-4 italic"> |
| | "Réactivité et expertise sont les maîtres mots de cette société. Ils ont su répondre à nos besoins spécifiques avec des solutions sur mesure." |
| | </p> |
| | <div class="flex items-center"> |
| | <div class="bg-gray-200 w-10 h-10 rounded-full mr-3 overflow-hidden"> |
| | <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Client" class="w-full h-full object-cover"> |
| | </div> |
| | <div> |
| | <h4 class="font-medium">Sophie Lambert</h4> |
| | <p class="text-gray-500 text-sm">Responsable SI, Groupe ABC</p> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="bg-gray-50 p-6 rounded-lg"> |
| | <div class="flex items-center mb-4"> |
| | <div class="text-yellow-400 mr-2"> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star"></i> |
| | <i class="fas fa-star-half-alt"></i> |
| | </div> |
| | </div> |
| | <p class="text-gray-700 mb-4 italic"> |
| | "Matériel de qualité et installation impeccable. Le support technique est toujours disponible lorsque nous en avons besoin. Je recommande vivement." |
| | </p> |
| | <div class="flex items-center"> |
| | <div class="bg-gray-200 w-10 h-10 rounded-full mr-3 overflow-hidden"> |
| | <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Client" class="w-full h-full object-cover"> |
| | </div> |
| | <div> |
| | <h4 class="font-medium">Thomas Dubois</h4> |
| | <p class="text-gray-500 text-sm">Directeur technique, Société 123</p> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section id="contact" class="py-16 bg-gray-50"> |
| | <div class="container mx-auto px-4"> |
| | <div class="max-w-4xl mx-auto bg-white rounded-lg shadow-md overflow-hidden"> |
| | <div class="md:flex"> |
| | <div class="md:w-1/2 bg-blue-600 text-white p-8"> |
| | <h2 class="text-2xl font-bold mb-6">Contactez-nous</h2> |
| | <p class="mb-6">Notre équipe est à votre disposition pour répondre à toutes vos questions et vous accompagner dans vos projets réseau.</p> |
| | |
| | <div class="mb-6"> |
| | <h3 class="font-semibold mb-2"><i class="fas fa-map-marker-alt mr-2"></i> Adresse</h3> |
| | <p>123 Rue des Réseaux, 75000 Paris</p> |
| | </div> |
| | |
| | <div class="mb-6"> |
| | <h3 class="font-semibold mb-2"><i class="fas fa-phone-alt mr-2"></i> Téléphone</h3> |
| | <p>01 23 45 67 89</p> |
| | </div> |
| | |
| | <div class="mb-6"> |
| | <h3 class="font-semibold mb-2"><i class="fas fa-envelope mr-2"></i> Email</h3> |
| | <p>contact@unlimited-network.com</p> |
| | </div> |
| | |
| | <div> |
| | <h3 class="font-semibold mb-2">Suivez-nous</h3> |
| | <div class="flex space-x-4"> |
| | <a href="#" class="text-white hover:text-blue-200"><i class="fab fa-facebook-f"></i></a> |
| | <a href="#" class="text-white hover:text-blue-200"><i class="fab fa-twitter"></i></a> |
| | <a href="#" class="text-white hover:text-blue-200"><i class="fab fa-linkedin-in"></i></a> |
| | <a href="#" class="text-white hover:text-blue-200"><i class="fab fa-instagram"></i></a> |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="md:w-1/2 p-8"> |
| | <h3 class="text-xl font-semibold mb-6">Envoyez-nous un message</h3> |
| | <form> |
| | <div class="mb-4"> |
| | <label for="name" class="block text-gray-700 mb-2">Nom complet</label> |
| | <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:border-blue-500"> |
| | </div> |
| | |
| | <div class="mb-4"> |
| | <label for="email" class="block text-gray-700 mb-2">Email</label> |
| | <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:border-blue-500"> |
| | </div> |
| | |
| | <div class="mb-4"> |
| | <label for="phone" class="block text-gray-700 mb-2">Téléphone</label> |
| | <input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:border-blue-500"> |
| | </div> |
| | |
| | <div class="mb-4"> |
| | <label for="subject" class="block text-gray-700 mb-2">Sujet</label> |
| | <select id="subject" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:border-blue-500"> |
| | <option value="">Sélectionnez un sujet</option> |
| | <option value="sales">Demande commerciale</option> |
| | <option value="support">Support technique</option> |
| | <option value="other">Autre demande</option> |
| | </select> |
| | </div> |
| | |
| | <div class="mb-6"> |
| | <label for="message" class="block text-gray-700 mb-2">Message</label> |
| | <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:border-blue-500"></textarea> |
| | </div> |
| | |
| | <button type="submit" class="w-full bg-blue-600 text-white py-2 px-4 rounded hover:bg-blue-700 transition-all"> |
| | Envoyer le message |
| | </button> |
| | </form> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <section class="py-12 bg-blue-600 text-white"> |
| | <div class="container mx-auto px-4 text-center"> |
| | <h2 class="text-2xl font-bold mb-4">Abonnez-vous à notre newsletter</h2> |
| | <p class="mb-6 max-w-2xl mx-auto opacity-90">Recevez les dernières actualités, promotions et conseils sur les solutions réseau directement dans votre boîte mail.</p> |
| | |
| | <div class="max-w-md mx-auto flex"> |
| | <input type="email" placeholder="Votre email" class="flex-grow px-4 py-3 rounded-l focus:outline-none text-gray-800"> |
| | <button class="bg-blue-800 px-6 py-3 rounded-r hover:bg-blue-900 transition-all"> |
| | S'abonner |
| | </button> |
| | </div> |
| | </div> |
| | </section> |
| |
|
| | |
| | <footer class="bg-gray-900 text-white pt-12 pb-6"> |
| | <div class="container mx-auto px-4"> |
| | <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mb-8"> |
| | <div> |
| | <div class="flex items-center space-x-2 mb-4"> |
| | <i class="fas fa-network-wired text-3xl text-blue-400"></i> |
| | <h3 class="text-xl font-bold">Unlimited Network Solution</h3> |
| | </div> |
| | <p class="text-gray-400"> |
| | Votre partenaire pour des solutions réseau performantes et sécurisées. |
| | </p> |
| | </div> |
| | |
| | <div> |
| | <h4 class="text-lg font-semibold mb-4">Produits</h4> |
| | <ul class="space-y-2"> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">Routeurs</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">Switchs</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">Firewalls</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">Points d'accès Wi-Fi</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">Câbles & Accessoires</a></li> |
| | </ul> |
| | </div> |
| | |
| | <div> |
| | <h4 class="text-lg font-semibold mb-4">Services</h4> |
| | <ul class="space-y-2"> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">Audit réseau</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">Installation</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">Maintenance</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">Sécurité réseau</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">Support technique</a></li> |
| | </ul> |
| | </div> |
| | |
| | <div> |
| | <h4 class="text-lg font-semibold mb-4">Informations</h4> |
| | <ul class="space-y-2"> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">À propos</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">Blog</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">Carrières</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">Mentions légales</a></li> |
| | <li><a href="#" class="text-gray-400 hover:text-white transition-all">CGV</a></li> |
| | </ul> |
| | </div> |
| | </div> |
| | |
| | <div class="pt-6 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center"> |
| | <p class="text-gray-400 mb-4 md:mb-0">© 2023 Unlimited Network Solution. Tous droits réservés.</p> |
| | <div class="flex space-x-6"> |
| | <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a> |
| | <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a> |
| | <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin-in"></i></a> |
| | <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a> |
| | </div> |
| | </div> |
| | </div> |
| | </footer> |
| |
|
| | <script> |
| | |
| | document.addEventListener('DOMContentLoaded', function() { |
| | const categoryButtons = document.querySelectorAll('.flex.overflow-x-auto button'); |
| | |
| | categoryButtons.forEach(button => { |
| | button.addEventListener('click', function() { |
| | |
| | categoryButtons.forEach(btn => { |
| | btn.classList.remove('category-active', 'text-blue-600'); |
| | btn.classList.add('text-gray-600'); |
| | }); |
| | |
| | |
| | this.classList.add('category-active', 'text-blue-600'); |
| | this.classList.remove('text-gray-600'); |
| | }); |
| | }); |
| | |
| | |
| | }); |
| | </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=yannsenac03/ulimited-network-solution" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
| | </html> |