Spaces:
Running
Running
| <html lang="fr"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>EduCollab - Plateforme de Gestion de Projets Éducatifs</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/animejs/lib/anime.iife.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <style> | |
| @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap'); | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| background-color: #f8fafc; | |
| } | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%); | |
| } | |
| .project-card: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); | |
| } | |
| .timeline-item::before { | |
| content: ''; | |
| position: absolute; | |
| left: -38px; | |
| top: 0; | |
| width: 20px; | |
| height: 20px; | |
| border-radius: 50%; | |
| background: #6366f1; | |
| } | |
| .animate-float { | |
| animation: float 6s ease-in-out infinite; | |
| } | |
| @keyframes float { | |
| 0% { transform: translateY(0px); } | |
| 50% { transform: translateY(-20px); } | |
| 100% { transform: translateY(0px); } | |
| } | |
| </style> | |
| </head> | |
| <body class="text-gray-800"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-sm"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex justify-between h-16"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 flex items-center"> | |
| <i data-feather="users" class="text-indigo-600"></i> | |
| <span class="ml-2 text-xl font-bold text-indigo-600">EduCollab</span> | |
| </div> | |
| </div> | |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> | |
| <a href="index.html" class="text-indigo-600 px-3 py-2 text-sm font-medium">Accueil</a> | |
| <a href="projets.html" class="text-gray-500 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Projets</a> | |
| <a href="calendrier.html" class="text-gray-500 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Calendrier</a> | |
| <a href="evaluation.html" class="text-gray-500 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Évaluation</a> | |
| </div> | |
| <div class="flex items-center"> | |
| <button class="bg-indigo-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-indigo-700"> | |
| Connexion | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <div class="gradient-bg text-white"> | |
| <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8"> | |
| <div class="text-center"> | |
| <h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl"> | |
| Collaborez, Planifiez, Réussissez | |
| </h1> | |
| <p class="mt-6 max-w-lg mx-auto text-xl"> | |
| La plateforme intuitive pour gérer vos projets éducatifs en équipe avec une expérience gamifiée. | |
| </p> | |
| <div class="mt-10 flex justify-center"> | |
| <div class="inline-flex rounded-md shadow"> | |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50"> | |
| Commencer un projet | |
| </a> | |
| </div> | |
| <div class="ml-3 inline-flex"> | |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-500 bg-opacity-60 hover:bg-opacity-70"> | |
| Voir la démo | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Features Section --> | |
| <div class="py-12 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Fonctionnalités</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| Une nouvelle façon de travailler en équipe | |
| </p> | |
| </div> | |
| <div class="mt-10"> | |
| <div class="grid grid-cols-1 gap-10 sm:grid-cols-2 lg:grid-cols-4"> | |
| <!-- Feature 1 --> | |
| <div class="relative" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white"> | |
| <i data-feather="calendar"></i> | |
| </div> | |
| <div class="ml-16"> | |
| <h3 class="text-lg font-medium text-gray-900">Planification intelligente</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Calendrier interactif avec jalons visuels et rappels automatiques. | |
| </p> | |
| </div> | |
| </div> | |
| <!-- Feature 2 --> | |
| <div class="relative" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white"> | |
| <i data-feather="trello"></i> | |
| </div> | |
| <div class="ml-16"> | |
| <h3 class="text-lg font-medium text-gray-900">Répartition des tâches</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Attribution équitable avec notifications et suivi des contributions. | |
| </p> | |
| </div> | |
| </div> | |
| <!-- Feature 3 --> | |
| <div class="relative" data-aos="fade-up" data-aos-delay="300"> | |
| <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white"> | |
| <i data-feather="bar-chart-2"></i> | |
| </div> | |
| <div class="ml-16"> | |
| <h3 class="text-lg font-medium text-gray-900">Suivi en temps réel</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Graphiques dynamiques et timeline animée de l'avancement. | |
| </p> | |
| </div> | |
| </div> | |
| <!-- Feature 4 --> | |
| <div class="relative" data-aos="fade-up" data-aos-delay="400"> | |
| <div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white"> | |
| <i data-feather="award"></i> | |
| </div> | |
| <div class="ml-16"> | |
| <h3 class="text-lg font-medium text-gray-900">Évaluation collaborative</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Système de notation équitable pour projets et contributions individuelles. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project Showcase --> | |
| <div class="bg-gray-50 py-12"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center mb-12"> | |
| <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Comment ça marche</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| Votre parcours projet en 4 étapes | |
| </p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> | |
| <!-- Left Column - Animation --> | |
| <div class="flex items-center justify-center" data-aos="fade-right"> | |
| <div class="relative w-full max-w-md"> | |
| <div class="animate-float"> | |
| <img src="https://cdn.dribbble.com/users/59947/screenshots/16555458/media/4c5a5e3b3c1c3d7a2d5b5b5b5b5b5b5b.png" alt="Project workflow" class="w-full h-auto rounded-lg shadow-xl"> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Right Column - Steps --> | |
| <div class="space-y-8"> | |
| <!-- Step 1 --> | |
| <div class="flex" data-aos="fade-left" data-aos-delay="100"> | |
| <div class="flex-shrink-0"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white"> | |
| <span class="text-xl font-bold">1</span> | |
| </div> | |
| </div> | |
| <div class="ml-4"> | |
| <h3 class="text-lg font-medium text-gray-900">Planification</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Définissez les objectifs, jalons et délais avec notre interface visuelle intuitive. | |
| </p> | |
| </div> | |
| </div> | |
| <!-- Step 2 --> | |
| <div class="flex" data-aos="fade-left" data-aos-delay="200"> | |
| <div class="flex-shrink-0"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white"> | |
| <span class="text-xl font-bold">2</span> | |
| </div> | |
| </div> | |
| <div class="ml-4"> | |
| <h3 class="text-lg font-medium text-gray-900">Collaboration</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Répartissez les tâches et collaborez en temps réel avec des outils intégrés. | |
| </p> | |
| </div> | |
| </div> | |
| <!-- Step 3 --> | |
| <div class="flex" data-aos="fade-left" data-aos-delay="300"> | |
| <div class="flex-shrink-0"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white"> | |
| <span class="text-xl font-bold">3</span> | |
| </div> | |
| </div> | |
| <div class="ml-4"> | |
| <h3 class="text-lg font-medium text-gray-900">Suivi</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Visualisez l'avancement avec des graphiques dynamiques et des notifications. | |
| </p> | |
| </div> | |
| </div> | |
| <!-- Step 4 --> | |
| <div class="flex" data-aos="fade-left" data-aos-delay="400"> | |
| <div class="flex-shrink-0"> | |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white"> | |
| <span class="text-xl font-bold">4</span> | |
| </div> | |
| </div> | |
| <div class="ml-4"> | |
| <h3 class="text-lg font-medium text-gray-900">Évaluation</h3> | |
| <p class="mt-2 text-base text-gray-500"> | |
| Recevez et donnez des feedbacks avec notre système de notation équitable. | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Testimonials --> | |
| <div class="bg-white py-12"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center mb-12"> | |
| <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Témoignages</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| Ce que disent nos utilisateurs | |
| </p> | |
| </div> | |
| <div class="grid grid-cols-1 gap-8 md:grid-cols-3"> | |
| <!-- Testimonial 1 --> | |
| <div class="bg-gray-50 p-6 rounded-lg shadow-sm" data-aos="zoom-in" data-aos-delay="100"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/women/32.jpg" alt=""> | |
| </div> | |
| <div class="ml-4"> | |
| <div class="font-medium text-gray-900">Sophie Martin</div> | |
| <div class="text-indigo-600">Étudiante en Design</div> | |
| </div> | |
| </div> | |
| <p class="text-gray-500"> | |
| "EduCollab a révolutionné notre façon de travailler en groupe. Les animations et le suivi visuel rendent le processus tellement plus engageant !" | |
| </p> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="bg-gray-50 p-6 rounded-lg shadow-sm" data-aos="zoom-in" data-aos-delay="200"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/men/41.jpg" alt=""> | |
| </div> | |
| <div class="ml-4"> | |
| <div class="font-medium text-gray-900">Thomas Leroy</div> | |
| <div class="text-indigo-600">Professeur d'Informatique</div> | |
| </div> | |
| </div> | |
| <p class="text-gray-500"> | |
| "En tant qu'enseignant, j'apprécie particulièrement le système de notation qui permet d'évaluer à la fois le travail d'équipe et les contributions individuelles." | |
| </p> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="bg-gray-50 p-6 rounded-lg shadow-sm" data-aos="zoom-in" data-aos-delay="300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-10 w-10 rounded-full" src="https://randomuser.me/api/portraits/women/68.jpg" alt=""> | |
| </div> | |
| <div class="ml-4"> | |
| <div class="font-medium text-gray-900">Camille Dubois</div> | |
| <div class="text-indigo-600">Étudiante en Ingénierie</div> | |
| </div> | |
| </div> | |
| <p class="text-gray-500"> | |
| "La gestion des versions et l'espace de dépôt sécurisé nous ont sauvé la vie sur plusieurs projets complexes. Plus jamais de fichiers perdus !" | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- CTA Section --> | |
| <div class="gradient-bg"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between"> | |
| <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl"> | |
| <span class="block">Prêt à transformer votre expérience de travail en groupe ?</span> | |
| <span class="block text-indigo-200">Commencez gratuitement dès aujourd'hui.</span> | |
| </h2> | |
| <div class="mt-8 flex lg:mt-0 lg:flex-shrink-0"> | |
| <div class="inline-flex rounded-md shadow"> | |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50"> | |
| Créer un compte | |
| </a> | |
| </div> | |
| <div class="ml-3 inline-flex"> | |
| <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-500 bg-opacity-60 hover:bg-opacity-70"> | |
| En savoir plus | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-white"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-500 tracking-wider uppercase">EduCollab</h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li><a href="#" class="text-base text-gray-500 hover:text-indigo-600">À propos</a></li> | |
| <li><a href="#" class="text-base text-gray-500 hover:text-indigo-600">Carrières</a></li> | |
| <li><a href="#" class="text-base text-gray-500 hover:text-indigo-600">Blog</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-500 tracking-wider uppercase">Ressources</h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li><a href="#" class="text-base text-gray-500 hover:text-indigo-600">Documentation</a></li> | |
| <li><a href="#" class="text-base text-gray-500 hover:text-indigo-600">Guides</a></li> | |
| <li><a href="#" class="text-base text-gray-500 hover:text-indigo-600">API</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-500 tracking-wider uppercase">Support</h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li><a href="#" class="text-base text-gray-500 hover:text-indigo-600">Centre d'aide</a></li> | |
| <li><a href="#" class="text-base text-gray-500 hover:text-indigo-600">Sécurité</a></li> | |
| <li><a href="#" class="text-base text-gray-500 hover:text-indigo-600">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-500 tracking-wider uppercase">Legal</h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li><a href="#" class="text-base text-gray-500 hover:text-indigo-600">Confidentialité</a></li> | |
| <li><a href="#" class="text-base text-gray-500 hover:text-indigo-600">Conditions</a></li> | |
| <li><a href="#" class="text-base text-gray-500 hover:text-indigo-600">Licences</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="mt-12 border-t border-gray-200 pt-8"> | |
| <p class="text-base text-gray-400 text-center"> | |
| © 2023 EduCollab. Tous droits réservés. | |
| </p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| feather.replace(); | |
| // Floating animation for hero section elements | |
| anime({ | |
| targets: '.gradient-bg h1, .gradient-bg p', | |
| translateY: [20, 0], | |
| opacity: [0, 1], | |
| duration: 1500, | |
| easing: 'easeOutExpo', | |
| delay: anime.stagger(100) | |
| }); | |
| </script> | |
| </body> | |
| </html> | |