Add 1 files
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
<style>
|
|
@@ -41,7 +41,7 @@
|
|
| 41 |
<div class="flex justify-between items-center">
|
| 42 |
<div class="flex items-center space-x-2">
|
| 43 |
<i class="fas fa-car text-2xl"></i>
|
| 44 |
-
<h1 class="text-xl font-bold">
|
| 45 |
</div>
|
| 46 |
<div class="flex space-x-4">
|
| 47 |
<button class="relative">
|
|
@@ -369,7 +369,7 @@
|
|
| 369 |
</button>
|
| 370 |
|
| 371 |
<!-- Carrousel d'images -->
|
| 372 |
-
<div class="relative h-48 bg-gray-
|
| 373 |
<img src="${vehicle.images[0]}" alt="${vehicle.name}" class="w-full h-full object-cover">
|
| 374 |
<div class="absolute bottom-2 left-0 right-0 flex justify-center space-x-1">
|
| 375 |
${vehicle.images.map((_, i) => `<div class="w-2 h-2 rounded-full ${i === 0 ? 'bg-blue-500' : 'bg-gray-300'}"></div>`).join('')}
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Garage Deschamps Automobiles - Vente de véhicules</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
<style>
|
|
|
|
| 41 |
<div class="flex justify-between items-center">
|
| 42 |
<div class="flex items-center space-x-2">
|
| 43 |
<i class="fas fa-car text-2xl"></i>
|
| 44 |
+
<h1 class="text-xl font-bold">Garage Deschamps Automobiles</h1>
|
| 45 |
</div>
|
| 46 |
<div class="flex space-x-4">
|
| 47 |
<button class="relative">
|
|
|
|
| 369 |
</button>
|
| 370 |
|
| 371 |
<!-- Carrousel d'images -->
|
| 372 |
+
<div class="relative h-48 bg-gray-2 00 rounded-xl overflow-hidden mb-4">
|
| 373 |
<img src="${vehicle.images[0]}" alt="${vehicle.name}" class="w-full h-full object-cover">
|
| 374 |
<div class="absolute bottom-2 left-0 right-0 flex justify-center space-x-1">
|
| 375 |
${vehicle.images.map((_, i) => `<div class="w-2 h-2 rounded-full ${i === 0 ? 'bg-blue-500' : 'bg-gray-300'}"></div>`).join('')}
|