educollab / projets.html
progitanas1's picture
creez les html lies - Initial Deployment
18f57ad verified
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mes Projets - EduCollab</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);
}
.progress-ring {
transform: rotate(-90deg);
}
.progress-ring__circle {
transition: stroke-dashoffset 0.5s;
transform-origin: 50% 50%;
}
.animate-fade-in {
animation: fadeIn 0.6s ease-in-out;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
</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">
<a href="index.html" 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>
</a>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="index.html" class="text-gray-500 hover:text-indigo-600 px-3 py-2 text-sm font-medium">Accueil</a>
<a href="projets.html" class="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">
Mon compte
</button>
</div>
</div>
</div>
</nav>
<!-- Header -->
<div class="bg-white shadow">
<div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center">
<h1 class="text-2xl font-bold text-gray-900">Mes projets collaboratifs</h1>
<button class="bg-indigo-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-indigo-700 flex items-center">
<i data-feather="plus" class="w-4 h-4 mr-2"></i>
Nouveau projet
</button>
</div>
</div>
</div>
<!-- Main Content -->
<div class="max-w-7xl mx-auto py-6 sm:px-6 lg:px-8">
<div class="px-4 py-6 sm:px-0">
<!-- Filter Bar -->
<div class="flex flex-wrap items-center justify-between mb-8">
<div class="flex space-x-2 mb-4 sm:mb-0">
<button class="px-4 py-2 bg-indigo-600 text-white rounded-md text-sm font-medium">Tous</button>
<button class="px-4 py-2 bg-white text-gray-700 rounded-md text-sm font-medium border border-gray-300">En cours</button>
<button class="px-4 py-2 bg-white text-gray-700 rounded-md text-sm font-medium border border-gray-300">Terminés</button>
</div>
<div class="relative">
<input type="text" placeholder="Rechercher un projet..." class="pl-10 pr-4 py-2 border border-gray-300 rounded-md focus:ring-indigo-500 focus:border-indigo-500">
<i data-feather="search" class="absolute left-3 top-2.5 text-gray-400 w-5 h-5"></i>
</div>
</div>
<!-- Projects Grid -->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Project Card 1 -->
<div class="bg-white rounded-lg shadow-sm border border-gray-200 project-card transition-all duration-300 animate-fade-in">
<div class="p-6">
<div class="flex justify-between items-start mb-4">
<h3 class="text-lg font-semibold text-gray-900">Projet IA & Machine Learning</h3>
<span class="px-2 py-1 bg-green-100 text-green-800 text-xs font-medium rounded-full">En cours</span>
</div>
<p class="text-gray-500 text-sm mb-4">Développement d'un système de recommandation intelligent pour plateforme éducative.</p>
<div class="flex items-center mb-4">
<div class="flex -space-x-2">
<img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/32.jpg" alt="">
<img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/men/41.jpg" alt="">
<img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/68.jpg" alt="">
<div class="w-8 h-8 rounded-full border-2 border-white bg-indigo-100 flex items-center justify-center text-indigo-600 text-xs font-medium">+2</div>
</div>
</div>
<div class="mb-4">
<div class="flex justify-between text-sm text-gray-500 mb-1">
<span>Progression</span>
<span>65%</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-indigo-600 h-2 rounded-full" style="width: 65%"></div>
</div>
</div>
<div class="flex justify-between items-center text-sm text-gray-500">
<div class="flex items-center">
<i data-feather="calendar" class="w-4 h-4 mr-1"></i>
<span>12 jours restants</span>
</div>
<a href="#" class="text-indigo-600 hover:text-indigo-800 flex items-center">
Voir détails
<i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
</a>
</div>
</div>
</div>
<!-- Project Card 2 -->
<div class="bg-white rounded-lg shadow-sm border border-gray-200 project-card transition-all duration-300 animate-fade-in">
<div class="p-6">
<div class="flex justify-between items-start mb-4">
<h3 class="text-lg font-semibold text-gray-900">Application Mobile Éducative</h3>
<span class="px-2 py-1 bg-blue-100 text-blue-800 text-xs font-medium rounded-full">En attente</span>
</div>
<p class="text-gray-500 text-sm mb-4">Création d'une application mobile pour l'apprentissage des langues étrangères.</p>
<div class="flex items-center mb-4">
<div class="flex -space-x-2">
<img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/men/22.jpg" alt="">
<img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/45.jpg" alt="">
</div>
</div>
<div class="mb-4">
<div class="flex justify-between text-sm text-gray-500 mb-1">
<span>Progression</span>
<span>30%</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-indigo-600 h-2 rounded-full" style="width: 30%"></div>
</div>
</div>
<div class="flex justify-between items-center text-sm text-gray-500">
<div class="flex items-center">
<i data-feather="calendar" class="w-4 h-4 mr-1"></i>
<span>25 jours restants</span>
</div>
<a href="#" class="text-indigo-600 hover:text-indigo-800 flex items-center">
Voir détails
<i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
</a>
</div>
</div>
</div>
<!-- Project Card 3 -->
<div class="bg-white rounded-lg shadow-sm border border-gray-200 project-card transition-all duration-300 animate-fade-in">
<div class="p-6">
<div class="flex justify-between items-start mb-4">
<h3 class="text-lg font-semibold text-gray-900">Analyse de Données Éducatives</h3>
<span class="px-2 py-1 bg-purple-100 text-purple-800 text-xs font-medium rounded-full">Terminé</span>
</div>
<p class="text-gray-500 text-sm mb-4">Étude des performances académiques et prédiction des résultats étudiants.</p>
<div class="flex items-center mb-4">
<div class="flex -space-x-2">
<img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/32.jpg" alt="">
<img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/men/41.jpg" alt="">
<img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/68.jpg" alt="">
</div>
</div>
<div class="mb-4">
<div class="flex justify-between text-sm text-gray-500 mb-1">
<span>Progression</span>
<span>100%</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-green-500 h-2 rounded-full" style="width: 100%"></div>
</div>
</div>
<div class="flex justify-between items-center text-sm text-gray-500">
<div class="flex items-center">
<i data-feather="check-circle" class="w-4 h-4 mr-1 text-green-500"></i>
<span>Terminé</span>
</div>
<a href="#" class="text-indigo-600 hover:text-indigo-800 flex items-center">
Voir détails
<i data-feather="arrow-right" class="w-4 h-4 ml-1"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
</script>
</body>
</html>