monsitewebgenial / index.html
ninajamy's picture
comparatif des tendances amazon mode pour femmes - Initial Deployment
2c5cbd6 verified
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Comparatif des Tendances Amazon Mode Femme</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>
.trend-card:hover .trend-overlay {
opacity: 1;
}
.chart-container {
height: 300px;
}
@media (max-width: 640px) {
.chart-container {
height: 200px;
}
}
</style>
</head>
<body class="bg-gray-50 font-sans">
<div class="container mx-auto px-4 py-8">
<!-- Header -->
<header class="mb-10">
<div class="flex flex-col md:flex-row justify-between items-center">
<div>
<h1 class="text-3xl md:text-4xl font-bold text-indigo-800">Tendances Mode Femme Amazon</h1>
<p class="text-gray-600 mt-2">Analyse comparative des produits les plus populaires</p>
</div>
<div class="mt-4 md:mt-0">
<div class="relative">
<select class="block appearance-none bg-white border border-gray-300 text-gray-700 py-2 px-4 pr-8 rounded leading-tight focus:outline-none focus:border-indigo-500">
<option>Sélectionner une période</option>
<option>7 derniers jours</option>
<option>30 derniers jours</option>
<option>3 derniers mois</option>
</select>
<div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-2 text-gray-700">
<i class="fas fa-chevron-down"></i>
</div>
</div>
</div>
</div>
<div class="mt-6 flex flex-wrap gap-2">
<span class="bg-indigo-100 text-indigo-800 text-xs font-medium px-2.5 py-0.5 rounded">Robes</span>
<span class="bg-pink-100 text-pink-800 text-xs font-medium px-2.5 py-0.5 rounded">Chaussures</span>
<span class="bg-purple-100 text-purple-800 text-xs font-medium px-2.5 py-0.5 rounded">Accessoires</span>
<span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded">Jeans</span>
<span class="bg-green-100 text-green-800 text-xs font-medium px-2.5 py-0.5 rounded">Maillots de bain</span>
<span class="bg-yellow-100 text-yellow-800 text-xs font-medium px-2.5 py-0.5 rounded">Vestes</span>
</div>
</header>
<!-- Stats Overview -->
<section class="mb-12 grid grid-cols-1 md:grid-cols-4 gap-6">
<div class="bg-white p-6 rounded-lg shadow-sm border border-gray-100">
<div class="flex items-center justify-between">
<div>
<p class="text-gray-500 text-sm">Produits analysés</p>
<h3 class="text-2xl font-bold mt-1">1,248</h3>
</div>
<div class="bg-indigo-100 p-3 rounded-full">
<i class="fas fa-boxes text-indigo-600 text-xl"></i>
</div>
</div>
<div class="mt-4 flex items-center text-sm text-green-500">
<i class="fas fa-arrow-up mr-1"></i>
<span>12% vs période précédente</span>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm border border-gray-100">
<div class="flex items-center justify-between">
<div>
<p class="text-gray-500 text-sm">Marques populaires</p>
<h3 class="text-2xl font-bold mt-1">84</h3>
</div>
<div class="bg-pink-100 p-3 rounded-full">
<i class="fas fa-tags text-pink-600 text-xl"></i>
</div>
</div>
<div class="mt-4 flex items-center text-sm text-green-500">
<i class="fas fa-arrow-up mr-1"></i>
<span>5% vs période précédente</span>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm border border-gray-100">
<div class="flex items-center justify-between">
<div>
<p class="text-gray-500 text-sm">Prix moyen</p>
<h3 class="text-2xl font-bold mt-1">€39.99</h3>
</div>
<div class="bg-purple-100 p-3 rounded-full">
<i class="fas fa-euro-sign text-purple-600 text-xl"></i>
</div>
</div>
<div class="mt-4 flex items-center text-sm text-red-500">
<i class="fas fa-arrow-down mr-1"></i>
<span>3% vs période précédente</span>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm border border-gray-100">
<div class="flex items-center justify-between">
<div>
<p class="text-gray-500 text-sm">Note moyenne</p>
<h3 class="text-2xl font-bold mt-1">4.2/5</h3>
</div>
<div class="bg-blue-100 p-3 rounded-full">
<i class="fas fa-star text-blue-600 text-xl"></i>
</div>
</div>
<div class="mt-4 flex items-center text-sm text-gray-500">
<i class="fas fa-equals mr-1"></i>
<span>Stable</span>
</div>
</div>
</section>
<!-- Main Content -->
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
<!-- Trends Chart -->
<div class="lg:col-span-2 bg-white p-6 rounded-lg shadow-sm border border-gray-100">
<div class="flex justify-between items-center mb-6">
<h2 class="text-xl font-semibold text-gray-800">Évolution des tendances</h2>
<div class="flex space-x-2">
<button class="px-3 py-1 text-sm bg-indigo-600 text-white rounded">Ventes</button>
<button class="px-3 py-1 text-sm bg-white border border-gray-300 rounded">Recherches</button>
</div>
</div>
<div class="chart-container relative">
<canvas id="trendChart"></canvas>
</div>
<div class="mt-6 grid grid-cols-2 md:grid-cols-4 gap-4">
<div class="text-center">
<p class="text-gray-500 text-sm">Top catégorie</p>
<p class="font-medium">Robes d'été</p>
</div>
<div class="text-center">
<p class="text-gray-500 text-sm">Top couleur</p>
<p class="font-medium">Noir</p>
</div>
<div class="text-center">
<p class="text-gray-500 text-sm">Top taille</p>
<p class="font-medium">M</p>
</div>
<div class="text-center">
<p class="text-gray-500 text-sm">Top matériau</p>
<p class="font-medium">Coton</p>
</div>
</div>
</div>
<!-- Top Products -->
<div class="bg-white p-6 rounded-lg shadow-sm border border-gray-100">
<div class="flex justify-between items-center mb-6">
<h2 class="text-xl font-semibold text-gray-800">Top 5 produits</h2>
<a href="#" class="text-indigo-600 text-sm flex items-center">
Voir tout <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
<div class="space-y-4">
<div class="flex items-start border-b pb-4">
<div class="w-16 h-16 bg-gray-200 rounded-md overflow-hidden">
<img src="https://m.media-amazon.com/images/I/71Hn8j+E5VL._AC_UL320_.jpg" alt="Product" class="w-full h-full object-cover">
</div>
<div class="ml-3 flex-1">
<h4 class="font-medium text-sm line-clamp-2">Robe d'été sans manches à imprimé floral avec ceinture</h4>
<div class="flex items-center mt-1">
<div class="flex text-yellow-400 text-xs">
<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>
<span class="text-gray-500 text-xs ml-1">(2,148)</span>
</div>
<p class="text-indigo-600 font-medium mt-1">€29.99</p>
</div>
</div>
<div class="flex items-start border-b pb-4">
<div class="w-16 h-16 bg-gray-200 rounded-md overflow-hidden">
<img src="https://m.media-amazon.com/images/I/61+Q6RhXJVL._AC_UL320_.jpg" alt="Product" class="w-full h-full object-cover">
</div>
<div class="ml-3 flex-1">
<h4 class="font-medium text-sm line-clamp-2">Baskets légères à lacets pour femme</h4>
<div class="flex items-center mt-1">
<div class="flex text-yellow-400 text-xs">
<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="far fa-star"></i>
</div>
<span class="text-gray-500 text-xs ml-1">(3,752)</span>
</div>
<p class="text-indigo-600 font-medium mt-1">€34.95</p>
</div>
</div>
<div class="flex items-start border-b pb-4">
<div class="w-16 h-16 bg-gray-200 rounded-md overflow-hidden">
<img src="https://m.media-amazon.com/images/I/71vJ4O0wHmL._AC_UL320_.jpg" alt="Product" class="w-full h-full object-cover">
</div>
<div class="ml-3 flex-1">
<h4 class="font-medium text-sm line-clamp-2">Jean skinny taille haute stretch pour femme</h4>
<div class="flex items-center mt-1">
<div class="flex text-yellow-400 text-xs">
<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>
<span class="text-gray-500 text-xs ml-1">(5,621)</span>
</div>
<p class="text-indigo-600 font-medium mt-1">€45.99</p>
</div>
</div>
<div class="flex items-start border-b pb-4">
<div class="w-16 h-16 bg-gray-200 rounded-md overflow-hidden">
<img src="https://m.media-amazon.com/images/I/71Q4Lmz0VKL._AC_UL320_.jpg" alt="Product" class="w-full h-full object-cover">
</div>
<div class="ml-3 flex-1">
<h4 class="font-medium text-sm line-clamp-2">Sac à main bandoulière en cuir synthétique</h4>
<div class="flex items-center mt-1">
<div class="flex text-yellow-400 text-xs">
<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>
<span class="text-gray-500 text-xs ml-1">(1,943)</span>
</div>
<p class="text-indigo-600 font-medium mt-1">€27.50</p>
</div>
</div>
<div class="flex items-start">
<div class="w-16 h-16 bg-gray-200 rounded-md overflow-hidden">
<img src="https://m.media-amazon.com/images/I/71V3q9ZQJVL._AC_UL320_.jpg" alt="Product" class="w-full h-full object-cover">
</div>
<div class="ml-3 flex-1">
<h4 class="font-medium text-sm line-clamp-2">Maillot de bain une pièce avec soutien intégré</h4>
<div class="flex items-center mt-1">
<div class="flex text-yellow-400 text-xs">
<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="far fa-star"></i>
</div>
<span class="text-gray-500 text-xs ml-1">(892)</span>
</div>
<p class="text-indigo-600 font-medium mt-1">€32.00</p>
</div>
</div>
</div>
</div>
</div>
<!-- Trending Categories -->
<section class="mt-12">
<div class="flex justify-between items-center mb-6">
<h2 class="text-xl font-semibold text-gray-800">Catégories tendances</h2>
<a href="#" class="text-indigo-600 text-sm flex items-center">
Voir toutes les catégories <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
<div class="relative rounded-lg overflow-hidden h-40 trend-card">
<img src="https://m.media-amazon.com/images/I/71Hn8j+E5VL._AC_UL320_.jpg" alt="Dresses" class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent trend-overlay opacity-0 transition-opacity duration-300 flex items-end p-4">
<div>
<h3 class="text-white font-medium">Robes</h3>
<p class="text-white/80 text-sm">+24% de ventes</p>
</div>
</div>
<div class="absolute top-2 right-2 bg-white rounded-full w-8 h-8 flex items-center justify-center shadow">
<i class="fas fa-heart text-pink-500"></i>
</div>
</div>
<div class="relative rounded-lg overflow-hidden h-40 trend-card">
<img src="https://m.media-amazon.com/images/I/61+Q6RhXJVL._AC_UL320_.jpg" alt="Shoes" class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent trend-overlay opacity-0 transition-opacity duration-300 flex items-end p-4">
<div>
<h3 class="text-white font-medium">Chaussures</h3>
<p class="text-white/80 text-sm">+18% de ventes</p>
</div>
</div>
<div class="absolute top-2 right-2 bg-white rounded-full w-8 h-8 flex items-center justify-center shadow">
<i class="fas fa-heart text-pink-500"></i>
</div>
</div>
<div class="relative rounded-lg overflow-hidden h-40 trend-card">
<img src="https://m.media-amazon.com/images/I/71vJ4O0wHmL._AC_UL320_.jpg" alt="Jeans" class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent trend-overlay opacity-0 transition-opacity duration-300 flex items-end p-4">
<div>
<h3 class="text-white font-medium">Jeans</h3>
<p class="text-white/80 text-sm">+12% de ventes</p>
</div>
</div>
<div class="absolute top-2 right-2 bg-white rounded-full w-8 h-8 flex items-center justify-center shadow">
<i class="fas fa-heart text-pink-500"></i>
</div>
</div>
<div class="relative rounded-lg overflow-hidden h-40 trend-card">
<img src="https://m.media-amazon.com/images/I/71V3q9ZQJVL._AC_UL320_.jpg" alt="Swimwear" class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent trend-overlay opacity-0 transition-opacity duration-300 flex items-end p-4">
<div>
<h3 class="text-white font-medium">Maillots</h3>
<p class="text-white/80 text-sm">+32% de ventes</p>
</div>
</div>
<div class="absolute top-2 right-2 bg-white rounded-full w-8 h-8 flex items-center justify-center shadow">
<i class="fas fa-heart text-pink-500"></i>
</div>
</div>
</div>
</section>
<!-- Price Comparison -->
<section class="mt-12 bg-white p-6 rounded-lg shadow-sm border border-gray-100">
<div class="flex justify-between items-center mb-6">
<h2 class="text-xl font-semibold text-gray-800">Comparaison des prix par catégorie</h2>
<div class="flex space-x-2">
<button class="px-3 py-1 text-sm bg-indigo-600 text-white rounded">Moyenne</button>
<button class="px-3 py-1 text-sm bg-white border border-gray-300 rounded">Min-Max</button>
</div>
</div>
<div class="chart-container">
<canvas id="priceChart"></canvas>
</div>
</section>
<!-- Brands Comparison -->
<section class="mt-12">
<div class="flex justify-between items-center mb-6">
<h2 class="text-xl font-semibold text-gray-800">Top marques par ventes</h2>
<a href="#" class="text-indigo-600 text-sm flex items-center">
Voir toutes les marques <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
<div class="bg-white p-6 rounded-lg shadow-sm border border-gray-100">
<div class="overflow-x-auto">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Marque</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Part de marché</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Prix moyen</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Note moyenne</th>
<th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Tendance</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="flex-shrink-0 h-10 w-10 bg-gray-200 rounded-full flex items-center justify-center">
<span class="text-gray-600 font-medium">ZA</span>
</div>
<div class="ml-4">
<div class="text-sm font-medium text-gray-900">ZAFUL</div>
</div>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-sm text-gray-900">18.2%</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-sm text-gray-900">€32.50</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex text-yellow-400 text-sm">
<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="far fa-star"></i>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">
<i class="fas fa-arrow-up mr-1"></i> 12%
</span>
</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="flex-shrink-0 h-10 w-10 bg-gray-200 rounded-full flex items-center justify-center">
<span class="text-gray-600 font-medium">LE</span>
</div>
<div class="ml-4">
<div class="text-sm font-medium text-gray-900">Levi's</div>
</div>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-sm text-gray-900">15.7%</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-sm text-gray-900">€49.99</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex text-yellow-400 text-sm">
<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>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">
<i class="fas fa-arrow-up mr-1"></i> 8%
</span>
</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="flex-shrink-0 h-10 w-10 bg-gray-200 rounded-full flex items-center justify-center">
<span class="text-gray-600 font-medium">CA</span>
</div>
<div class="ml-4">
<div class="text-sm font-medium text-gray-900">Calvin Klein</div>
</div>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-sm text-gray-900">12.3%</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-sm text-gray-900">€59.95</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex text-yellow-400 text-sm">
<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>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">
<i class="fas fa-arrow-up mr-1"></i> 5%
</span>
</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="flex-shrink-0 h-10 w-10 bg-gray-200 rounded-full flex items-center justify-center">
<span class="text-gray-600 font-medium">AD</span>
</div>
<div class="ml-4">
<div class="text-sm font-medium text-gray-900">Adidas</div>
</div>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-sm text-gray-900">9.8%</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-sm text-gray-900">€45.50</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex text-yellow-400 text-sm">
<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="far fa-star"></i>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-red-100 text-red-800">
<i class="fas fa-arrow-down mr-1"></i> 3%
</span>
</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div class="flex-shrink-0 h-10 w-10 bg-gray-200 rounded-full flex items-center justify-center">
<span class="text-gray-600 font-medium">NI</span>
</div>
<div class="ml-4">
<div class="text-sm font-medium text-gray-900">Nike</div>
</div>
</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-sm text-gray-900">8.5%</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="text-sm text-gray-900">€52.75</div>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex text-yellow-400 text-sm">
<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>
</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-gray-100 text-gray-800">
<i class="fas fa-equals mr-1"></i> Stable
</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- Footer -->
<footer class="mt-16 border-t border-gray-200 pt-8 pb-12">
<div class="flex flex-col md:flex-row justify-between">
<div class="mb-6 md:mb-0">
<h3 class="text-lg font-semibold text-gray-800">Tendances Mode Femme Amazon</h3>
<p class="text-gray-600 mt-2">Analyse des données de tendances pour les produits de mode féminine sur Amazon</p>
</div>
<div class="grid grid-cols-2 gap-8 md:grid-cols-3">
<div>
<h4 class="text-sm font-semibold text-gray-500 uppercase tracking-wider">Navigation</h4>
<ul class="mt-4 space-y-2">
<li><a href="#" class="text-gray-600 hover:text-indigo-600">Accueil</a></li>
<li><a href="#" class="text-gray-600 hover:text-indigo-600">Tendances</a></li>
<li><a href="#" class="text-gray-600 hover:text-indigo-600">Comparatifs</a></li>
</ul>
</div>
<div>
<h4 class="text-sm font-semibold text-gray-500 uppercase tracking-wider">Ressources</h4>
<ul class="mt-4 space-y-2">
<li><a href="#" class="text-gray-600 hover:text-indigo-600">Documentation</a></li>
<li><a href="#" class="text-gray-600 hover:text-indigo-600">API</a></li>
<li><a href="#" class="text-gray-600 hover:text-indigo-600">Aide</a></li>
</ul>
</div>
<div>
<h4 class="text-sm font-semibold text-gray-500 uppercase tracking-wider">Légal</h4>
<ul class="mt-4 space-y-2">
<li><a href="#" class="text-gray-600 hover:text-indigo-600">Confidentialité</a></li>
<li><a href="#" class="text-gray-600 hover:text-indigo-600">Conditions</a></li>
<li><a href="#" class="text-gray-600 hover:text-indigo-600">Mentions légales</a></li>
</ul>
</div>
</div>
</div>
<div class="mt-12 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-500 text-sm">© 2023 Tendances Mode Femme Amazon. Tous droits réservés.</p>
<div class="mt-4 md:mt-0 flex space-x-6">
<a href="#" class="text-gray-400 hover:text-indigo-600">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-400 hover:text-indigo-600">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-indigo-600">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-indigo-600">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script>
// Trend Chart
const trendCtx = document.getElementById('trendChart').getContext('2d');
const trendChart = new Chart(trendCtx, {
type: 'line',
data: {
labels: ['Jan', 'Fév', 'Mar', 'Avr', 'Mai', 'Juin', 'Juil', 'Août', 'Sep', 'Oct', 'Nov', 'Déc'],
datasets: [
{
label: 'Robes',
data: [1200, 1900, 1700, 2100, 2500, 2800, 3100, 2900, 2700, 2300, 1900, 1500],
borderColor: 'rgb(99, 102, 241)',
backgroundColor: 'rgba(99, 102, 241, 0.1)',
tension: 0.3,
fill: true
},
{
label: 'Chaussures',
data: [800, 1200, 1100, 1400, 1600, 1800, 2000, 2100, 1900, 1700, 1500, 1300],
borderColor: 'rgb(236, 72, 153)',
backgroundColor: 'rgba(236, 72, 153, 0.1)',
tension: 0.3,
fill: true
},
{
label: 'Accessoires',
data: [500, 700, 600, 800, 900, 1100, 1300, 1200, 1000, 900, 700, 600],
borderColor: 'rgb(168, 85, 247)',
backgroundColor: 'rgba(168, 85, 247, 0.1)',
tension: 0.3,
fill: true
}
]
},
options: {
responsive: true,
maintainAspectRatio: false,
plugins: {
legend: {
position: 'top',
},
tooltip: {
mode: 'index',
intersect: false,
}
},
scales: {
y: {
beginAtZero: true,
ticks: {
callback: function(value) {
return value + ' ventes';
}
}
}
}
}
});
// Price Chart
const priceCtx = document.getElementById('priceChart').getContext('2d');
const priceChart = new Chart(priceCtx, {
type: 'bar',
data: {
labels: ['Robes', 'Chaussures', 'Jeans', 'Maillots', 'Vestes', 'Accessoires'],
datasets: [
{
label: 'Prix minimum',
data: [15, 25, 30, 20, 35, 10],
backgroundColor: 'rgba(99, 102, 241, 0.7)',
},
{
label: 'Prix moyen',
data: [35, 45, 55, 40, 65, 30],
backgroundColor: 'rgba(236, 72, 153, 0.7)',
},
{
label: 'Prix maximum',
data: [80, 120, 100, 70, 150, 60],
backgroundColor: 'rgba(168, 85, 247, 0.7)',
}
]
},
options: {
responsive: true,
maintainAspectRatio: false,
plugins: {
legend: {
position: 'top',
},
tooltip: {
callbacks: {
label: function(context) {
return context.dataset.label + ': €' + context.raw;
}
}
}
},
scales: {
y: {
beginAtZero: true,
ticks: {
callback: function(value) {
return '€' + value;
}
}
}
}
}
});
</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=ninajamy/monsitewebgenial" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>