Adamchab commited on
Commit
3cdb8c4
·
verified ·
1 Parent(s): b88c901

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +542 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Auto Km 91
3
- emoji: 💻
4
- colorFrom: green
5
- colorTo: pink
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: auto-km-91
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: yellow
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,542 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="fr">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Auto KM 91 - Garage Professionnel</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>
10
+ @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');
11
+
12
+ body {
13
+ font-family: 'Montserrat', sans-serif;
14
+ scroll-behavior: smooth;
15
+ }
16
+
17
+ .hero-gradient {
18
+ background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,100,0,0.6) 100%);
19
+ }
20
+
21
+ .service-card:hover {
22
+ transform: translateY(-10px);
23
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
24
+ }
25
+
26
+ .nav-link:after {
27
+ content: '';
28
+ display: block;
29
+ width: 0;
30
+ height: 2px;
31
+ background: #4CAF50;
32
+ transition: width .3s;
33
+ }
34
+
35
+ .nav-link:hover:after {
36
+ width: 100%;
37
+ }
38
+
39
+ .testimonial-card {
40
+ background: linear-gradient(145deg, #f8f8f8 0%, #ffffff 100%);
41
+ box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
42
+ }
43
+ </style>
44
+ </head>
45
+ <body class="bg-gray-100">
46
+ <!-- Header/Navigation -->
47
+ <header class="bg-black text-white sticky top-0 z-50 shadow-lg">
48
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
49
+ <div class="flex items-center space-x-2">
50
+ <i class="fas fa-car text-green-500 text-2xl"></i>
51
+ <h1 class="text-xl font-bold">AUTO <span class="text-green-500">KM 91</span></h1>
52
+ </div>
53
+
54
+ <nav class="hidden md:flex space-x-8">
55
+ <a href="#accueil" class="nav-link font-medium hover:text-green-400 transition">Accueil</a>
56
+ <a href="#services" class="nav-link font-medium hover:text-green-400 transition">Services</a>
57
+ <a href="#about" class="nav-link font-medium hover:text-green-400 transition">À propos</a>
58
+ <a href="#avis" class="nav-link font-medium hover:text-green-400 transition">Avis</a>
59
+ <a href="#contact" class="nav-link font-medium hover:text-green-400 transition">Contact</a>
60
+ </nav>
61
+
62
+ <div class="md:hidden">
63
+ <button id="menu-btn" class="text-white focus:outline-none">
64
+ <i class="fas fa-bars text-2xl"></i>
65
+ </button>
66
+ </div>
67
+ </div>
68
+
69
+ <!-- Mobile Menu -->
70
+ <div id="mobile-menu" class="hidden md:hidden bg-black py-4 px-4">
71
+ <div class="flex flex-col space-y-4">
72
+ <a href="#accueil" class="nav-link font-medium hover:text-green-400 transition">Accueil</a>
73
+ <a href="#services" class="nav-link font-medium hover:text-green-400 transition">Services</a>
74
+ <a href="#about" class="nav-link font-medium hover:text-green-400 transition">À propos</a>
75
+ <a href="#avis" class="nav-link font-medium hover:text-green-400 transition">Avis</a>
76
+ <a href="#contact" class="nav-link font-medium hover:text-green-400 transition">Contact</a>
77
+ </div>
78
+ </div>
79
+ </header>
80
+
81
+ <!-- Hero Section -->
82
+ <section id="accueil" class="hero-gradient min-h-screen flex items-center relative overflow-hidden">
83
+ <div class="absolute inset-0 bg-black opacity-50"></div>
84
+ <div class="container mx-auto px-4 z-10 py-20">
85
+ <div class="max-w-2xl">
86
+ <h1 class="text-4xl md:text-6xl font-bold text-white mb-6">VOTRE <span class="text-green-400">GARAGE</span> DE CONFIANCE</h1>
87
+ <p class="text-xl text-gray-200 mb-8">Expertise automobile de qualité avec plus de 15 ans d'expérience. Nous prenons soin de votre véhicule comme si c'était le nôtre.</p>
88
+ <div class="flex flex-wrap gap-4">
89
+ <a href="#contact" class="bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-6 rounded-lg transition duration-300 transform hover:scale-105">
90
+ Prendre rendez-vous
91
+ </a>
92
+ <a href="#services" class="bg-transparent border-2 border-white hover:bg-white hover:text-black text-white font-bold py-3 px-6 rounded-lg transition duration-300 transform hover:scale-105">
93
+ Nos services
94
+ </a>
95
+ </div>
96
+ </div>
97
+ </div>
98
+
99
+ <div class="absolute bottom-10 left-1/2 transform -translate-x-1/2 animate-bounce">
100
+ <a href="#services" class="text-white text-4xl">
101
+ <i class="fas fa-chevron-down"></i>
102
+ </a>
103
+ </div>
104
+ </section>
105
+
106
+ <!-- Services Section -->
107
+ <section id="services" class="py-20 bg-white">
108
+ <div class="container mx-auto px-4">
109
+ <div class="text-center mb-16">
110
+ <h2 class="text-3xl md:text-4xl font-bold text-black mb-4">NOS <span class="text-green-500">SERVICES</span></h2>
111
+ <div class="w-20 h-1 bg-green-500 mx-auto mb-6"></div>
112
+ <p class="text-gray-600 max-w-2xl mx-auto">Nous offrons une gamme complète de services automobiles pour répondre à tous vos besoins.</p>
113
+ </div>
114
+
115
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
116
+ <!-- Service 1 -->
117
+ <div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-500 ease-in-out">
118
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
119
+ <i class="fas fa-tools text-green-500 text-6xl"></i>
120
+ </div>
121
+ <div class="p-6">
122
+ <h3 class="text-xl font-bold text-black mb-3">Réparation Mécanique</h3>
123
+ <p class="text-gray-600 mb-4">Diagnostic et réparation de tous les problèmes mécaniques avec des pièces de qualité.</p>
124
+ <a href="#" class="text-green-500 font-medium hover:text-green-700 transition">En savoir plus →</a>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- Service 2 -->
129
+ <div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-500 ease-in-out">
130
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
131
+ <i class="fas fa-oil-can text-green-500 text-6xl"></i>
132
+ </div>
133
+ <div class="p-6">
134
+ <h3 class="text-xl font-bold text-black mb-3">Vidange & Entretien</h3>
135
+ <p class="text-gray-600 mb-4">Services d'entretien régulier pour maintenir votre véhicule en parfait état.</p>
136
+ <a href="#" class="text-green-500 font-medium hover:text-green-700 transition">En savoir plus →</a>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Service 3 -->
141
+ <div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-500 ease-in-out">
142
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
143
+ <i class="fas fa-car-battery text-green-500 text-6xl"></i>
144
+ </div>
145
+ <div class="p-6">
146
+ <h3 class="text-xl font-bold text-black mb-3">Diagnostic Électronique</h3>
147
+ <p class="text-gray-600 mb-4">Technologie de pointe pour identifier rapidement les problèmes électroniques.</p>
148
+ <a href="#" class="text-green-500 font-medium hover:text-green-700 transition">En savoir plus →</a>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Service 4 -->
153
+ <div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-500 ease-in-out">
154
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
155
+ <i class="fas fa-tire text-green-500 text-6xl"></i>
156
+ </div>
157
+ <div class="p-6">
158
+ <h3 class="text-xl font-bold text-black mb-3">Pneus & Roues</h3>
159
+ <p class="text-gray-600 mb-4">Montage, équilibrage et vente de pneus de toutes marques pour votre sécurité.</p>
160
+ <a href="#" class="text-green-500 font-medium hover:text-green-700 transition">En savoir plus →</a>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Service 5 -->
165
+ <div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-500 ease-in-out">
166
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
167
+ <i class="fas fa-car-crash text-green-500 text-6xl"></i>
168
+ </div>
169
+ <div class="p-6">
170
+ <h3 class="text-xl font-bold text-black mb-3">Carrosserie</h3>
171
+ <p class="text-gray-600 mb-4">Réparation de carrosserie après accident avec des finitions impeccables.</p>
172
+ <a href="#" class="text-green-500 font-medium hover:text-green-700 transition">En savoir plus →</a>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Service 6 -->
177
+ <div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-500 ease-in-out">
178
+ <div class="h-48 bg-gray-800 flex items-center justify-center">
179
+ <i class="fas fa-shield-alt text-green-500 text-6xl"></i>
180
+ </div>
181
+ <div class="p-6">
182
+ <h3 class="text-xl font-bold text-black mb-3">Contrôle Technique</h3>
183
+ <p class="text-gray-600 mb-4">Préparation et passage du contrôle technique dans notre centre agréé.</p>
184
+ <a href="#" class="text-green-500 font-medium hover:text-green-700 transition">En savoir plus →</a>
185
+ </div>
186
+ </div>
187
+ </div>
188
+ </div>
189
+ </section>
190
+
191
+ <!-- About Section -->
192
+ <section id="about" class="py-20 bg-gray-900 text-white">
193
+ <div class="container mx-auto px-4">
194
+ <div class="flex flex-col lg:flex-row items-center">
195
+ <div class="lg:w-1/2 mb-10 lg:mb-0 lg:pr-10">
196
+ <img src="https://images.unsplash.com/photo-1584466977773-e625c37cdd50?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80" alt="Notre garage" class="rounded-lg shadow-xl w-full h-auto">
197
+ </div>
198
+ <div class="lg:w-1/2">
199
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">À PROPOS DE <span class="text-green-400">AUTO KM 91</span></h2>
200
+ <div class="w-20 h-1 bg-green-500 mb-6"></div>
201
+ <p class="text-gray-300 mb-6">Fondé en 2008, notre garage automobile s'est imposé comme une référence dans la région grâce à notre expertise technique et notre engagement envers la satisfaction client.</p>
202
+
203
+ <div class="space-y-4 mb-8">
204
+ <div class="flex items-start">
205
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
206
+ <p class="text-gray-300">Équipe de mécaniciens certifiés avec plus de 15 ans d'expérience</p>
207
+ </div>
208
+ <div class="flex items-start">
209
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
210
+ <p class="text-gray-300">Utilisation exclusive de pièces détachées de qualité</p>
211
+ </div>
212
+ <div class="flex items-start">
213
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
214
+ <p class="text-gray-300">Garantie sur toutes nos interventions</p>
215
+ </div>
216
+ <div class="flex items-start">
217
+ <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
218
+ <p class="text-gray-300">Accueil personnalisé et conseils professionnels</p>
219
+ </div>
220
+ </div>
221
+
222
+ <a href="#contact" class="bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-6 rounded-lg transition duration-300 inline-block">
223
+ Nous contacter
224
+ </a>
225
+ </div>
226
+ </div>
227
+ </div>
228
+ </section>
229
+
230
+ <!-- Testimonials Section -->
231
+ <section id="avis" class="py-20 bg-gray-100">
232
+ <div class="container mx-auto px-4">
233
+ <div class="text-center mb-16">
234
+ <h2 class="text-3xl md:text-4xl font-bold text-black mb-4">AVIS <span class="text-green-500">CLIENTS</span></h2>
235
+ <div class="w-20 h-1 bg-green-500 mx-auto mb-6"></div>
236
+ <p class="text-gray-600 max-w-2xl mx-auto">Ce que nos clients disent de notre service et de notre expertise.</p>
237
+ </div>
238
+
239
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
240
+ <!-- Testimonial 1 -->
241
+ <div class="testimonial-card p-6 rounded-lg">
242
+ <div class="flex items-center mb-4">
243
+ <div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4">
244
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-full h-full object-cover">
245
+ </div>
246
+ <div>
247
+ <h4 class="font-bold text-black">Jean Dupont</h4>
248
+ <div class="flex text-yellow-400">
249
+ <i class="fas fa-star"></i>
250
+ <i class="fas fa-star"></i>
251
+ <i class="fas fa-star"></i>
252
+ <i class="fas fa-star"></i>
253
+ <i class="fas fa-star"></i>
254
+ </div>
255
+ </div>
256
+ </div>
257
+ <p class="text-gray-600">"Excellent service! Mon véhicule a été réparé rapidement et à un prix très raisonnable. Je recommande vivement ce garage."</p>
258
+ </div>
259
+
260
+ <!-- Testimonial 2 -->
261
+ <div class="testimonial-card p-6 rounded-lg">
262
+ <div class="flex items-center mb-4">
263
+ <div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4">
264
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Client" class="w-full h-full object-cover">
265
+ </div>
266
+ <div>
267
+ <h4 class="font-bold text-black">Marie Lambert</h4>
268
+ <div class="flex text-yellow-400">
269
+ <i class="fas fa-star"></i>
270
+ <i class="fas fa-star"></i>
271
+ <i class="fas fa-star"></i>
272
+ <i class="fas fa-star"></i>
273
+ <i class="fas fa-star"></i>
274
+ </div>
275
+ </div>
276
+ </div>
277
+ <p class="text-gray-600">"Professionnels et honnêtes. Ils m'ont expliqué clairement le problème et les solutions possibles sans essayer de me vendre des réparations inutiles."</p>
278
+ </div>
279
+
280
+ <!-- Testimonial 3 -->
281
+ <div class="testimonial-card p-6 rounded-lg">
282
+ <div class="flex items-center mb-4">
283
+ <div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4">
284
+ <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Client" class="w-full h-full object-cover">
285
+ </div>
286
+ <div>
287
+ <h4 class="font-bold text-black">Thomas Martin</h4>
288
+ <div class="flex text-yellow-400">
289
+ <i class="fas fa-star"></i>
290
+ <i class="fas fa-star"></i>
291
+ <i class="fas fa-star"></i>
292
+ <i class="fas fa-star"></i>
293
+ <i class="fas fa-star-half-alt"></i>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ <p class="text-gray-600">"Je suis client depuis 5 ans et je n'ai jamais été déçu. Le personnel est compétent et accueillant. Mon garage de référence!"</p>
298
+ </div>
299
+ </div>
300
+
301
+ <div class="text-center mt-12">
302
+ <a href="#" class="inline-flex items-center text-green-500 font-medium hover:text-green-700 transition">
303
+ Voir plus d'avis <i class="fas fa-arrow-right ml-2"></i>
304
+ </a>
305
+ </div>
306
+ </div>
307
+ </section>
308
+
309
+ <!-- Contact Section -->
310
+ <section id="contact" class="py-20 bg-white">
311
+ <div class="container mx-auto px-4">
312
+ <div class="text-center mb-16">
313
+ <h2 class="text-3xl md:text-4xl font-bold text-black mb-4">NOUS <span class="text-green-500">CONTACTER</span></h2>
314
+ <div class="w-20 h-1 bg-green-500 mx-auto mb-6"></div>
315
+ <p class="text-gray-600 max-w-2xl mx-auto">Prenez rendez-vous ou posez-nous vos questions. Notre équipe est à votre disposition.</p>
316
+ </div>
317
+
318
+ <div class="flex flex-col lg:flex-row gap-10">
319
+ <div class="lg:w-1/2">
320
+ <form class="space-y-6">
321
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
322
+ <div>
323
+ <label for="name" class="block text-gray-700 font-medium mb-2">Nom complet</label>
324
+ <input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
325
+ </div>
326
+ <div>
327
+ <label for="email" class="block text-gray-700 font-medium mb-2">Email</label>
328
+ <input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
329
+ </div>
330
+ </div>
331
+
332
+ <div>
333
+ <label for="phone" class="block text-gray-700 font-medium mb-2">Téléphone</label>
334
+ <input type="tel" id="phone" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
335
+ </div>
336
+
337
+ <div>
338
+ <label for="service" class="block text-gray-700 font-medium mb-2">Service demandé</label>
339
+ <select id="service" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500">
340
+ <option value="">Sélectionnez un service</option>
341
+ <option value="repair">Réparation mécanique</option>
342
+ <option value="maintenance">Vidange & Entretien</option>
343
+ <option value="diagnostic">Diagnostic électronique</option>
344
+ <option value="tires">Pneus & Roues</option>
345
+ <option value="bodywork">Carrosserie</option>
346
+ <option value="inspection">Contrôle technique</option>
347
+ </select>
348
+ </div>
349
+
350
+ <div>
351
+ <label for="message" class="block text-gray-700 font-medium mb-2">Message</label>
352
+ <textarea id="message" rows="4" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-green-500"></textarea>
353
+ </div>
354
+
355
+ <button type="submit" class="w-full bg-green-500 hover:bg-green-600 text-white font-bold py-3 px-6 rounded-lg transition duration-300">
356
+ Envoyer le message
357
+ </button>
358
+ </form>
359
+ </div>
360
+
361
+ <div class="lg:w-1/2">
362
+ <div class="bg-gray-100 p-8 rounded-lg h-full">
363
+ <h3 class="text-2xl font-bold text-black mb-6">INFORMATIONS <span class="text-green-500">PRATIQUES</span></h3>
364
+
365
+ <div class="space-y-6">
366
+ <div class="flex items-start">
367
+ <i class="fas fa-map-marker-alt text-green-500 text-xl mt-1 mr-4"></i>
368
+ <div>
369
+ <h4 class="font-bold text-black mb-1">Adresse</h4>
370
+ <p class="text-gray-600">123 Rue de l'Automobile<br>91000 Évry, France</p>
371
+ </div>
372
+ </div>
373
+
374
+ <div class="flex items-start">
375
+ <i class="fas fa-phone-alt text-green-500 text-xl mt-1 mr-4"></i>
376
+ <div>
377
+ <h4 class="font-bold text-black mb-1">Téléphone</h4>
378
+ <p class="text-gray-600">01 23 45 67 89</p>
379
+ </div>
380
+ </div>
381
+
382
+ <div class="flex items-start">
383
+ <i class="fas fa-envelope text-green-500 text-xl mt-1 mr-4"></i>
384
+ <div>
385
+ <h4 class="font-bold text-black mb-1">Email</h4>
386
+ <p class="text-gray-600">[email protected]</p>
387
+ </div>
388
+ </div>
389
+
390
+ <div class="flex items-start">
391
+ <i class="fas fa-clock text-green-500 text-xl mt-1 mr-4"></i>
392
+ <div>
393
+ <h4 class="font-bold text-black mb-1">Horaires d'ouverture</h4>
394
+ <p class="text-gray-600">
395
+ Lundi - Vendredi: 8h30 - 18h30<br>
396
+ Samedi: 9h00 - 13h00<br>
397
+ Dimanche: Fermé
398
+ </p>
399
+ </div>
400
+ </div>
401
+ </div>
402
+
403
+ <div class="mt-8">
404
+ <h4 class="font-bold text-black mb-4">Nous suivre</h4>
405
+ <div class="flex space-x-4">
406
+ <a href="#" class="w-10 h-10 bg-black text-white rounded-full flex items-center justify-center hover:bg-green-500 transition">
407
+ <i class="fab fa-facebook-f"></i>
408
+ </a>
409
+ <a href="#" class="w-10 h-10 bg-black text-white rounded-full flex items-center justify-center hover:bg-green-500 transition">
410
+ <i class="fab fa-instagram"></i>
411
+ </a>
412
+ <a href="#" class="w-10 h-10 bg-black text-white rounded-full flex items-center justify-center hover:bg-green-500 transition">
413
+ <i class="fab fa-twitter"></i>
414
+ </a>
415
+ </div>
416
+ </div>
417
+ </div>
418
+ </div>
419
+ </div>
420
+ </div>
421
+ </section>
422
+
423
+ <!-- Map Section -->
424
+ <div class="h-96 bg-gray-200">
425
+ <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2627.123456789012!2d2.1234567890123456!3d48.12345678901234!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zNDjCsDA3JzI0LjQiTiAywrAwNyczNi4xIkU!5e0!3m2!1sfr!2sfr!4v1234567890123!5m2!1sfr!2sfr" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
426
+ </div>
427
+
428
+ <!-- Footer -->
429
+ <footer class="bg-black text-white py-12">
430
+ <div class="container mx-auto px-4">
431
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
432
+ <div>
433
+ <div class="flex items-center space-x-2 mb-4">
434
+ <i class="fas fa-car text-green-500 text-2xl"></i>
435
+ <h3 class="text-xl font-bold">AUTO <span class="text-green-500">KM 91</span></h3>
436
+ </div>
437
+ <p class="text-gray-400">Votre garage automobile de confiance dans l'Essonne depuis 2008. Expertise, qualité et transparence.</p>
438
+ </div>
439
+
440
+ <div>
441
+ <h4 class="text-lg font-bold mb-4">LIENS RAPIDES</h4>
442
+ <ul class="space-y-2">
443
+ <li><a href="#accueil" class="text-gray-400 hover:text-green-400 transition">Accueil</a></li>
444
+ <li><a href="#services" class="text-gray-400 hover:text-green-400 transition">Services</a></li>
445
+ <li><a href="#about" class="text-gray-400 hover:text-green-400 transition">À propos</a></li>
446
+ <li><a href="#avis" class="text-gray-400 hover:text-green-400 transition">Avis clients</a></li>
447
+ <li><a href="#contact" class="text-gray-400 hover:text-green-400 transition">Contact</a></li>
448
+ </ul>
449
+ </div>
450
+
451
+ <div>
452
+ <h4 class="text-lg font-bold mb-4">SERVICES</h4>
453
+ <ul class="space-y-2">
454
+ <li><a href="#" class="text-gray-400 hover:text-green-400 transition">Réparation mécanique</a></li>
455
+ <li><a href="#" class="text-gray-400 hover:text-green-400 transition">Vidange & entretien</a></li>
456
+ <li><a href="#" class="text-gray-400 hover:text-green-400 transition">Diagnostic électronique</a></li>
457
+ <li><a href="#" class="text-gray-400 hover:text-green-400 transition">Pneus & roues</a></li>
458
+ <li><a href="#" class="text-gray-400 hover:text-green-400 transition">Carrosserie</a></li>
459
+ </ul>
460
+ </div>
461
+
462
+ <div>
463
+ <h4 class="text-lg font-bold mb-4">NEWSLETTER</h4>
464
+ <p class="text-gray-400 mb-4">Abonnez-vous pour recevoir nos offres spéciales et conseils d'entretien.</p>
465
+ <form class="flex">
466
+ <input type="email" placeholder="Votre email" class="px-4 py-2 rounded-l-lg focus:outline-none text-black w-full">
467
+ <button type="submit" class="bg-green-500 hover:bg-green-600 text-white px-4 py-2 rounded-r-lg transition">
468
+ <i class="fas fa-paper-plane"></i>
469
+ </button>
470
+ </form>
471
+ </div>
472
+ </div>
473
+
474
+ <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
475
+ <p class="text-gray-400 mb-4 md:mb-0">© 2023 Auto KM 91. Tous droits réservés.</p>
476
+ <div class="flex space-x-6">
477
+ <a href="#" class="text-gray-400 hover:text-green-400 transition">Mentions légales</a>
478
+ <a href="#" class="text-gray-400 hover:text-green-400 transition">Politique de confidentialité</a>
479
+ <a href="#" class="text-gray-400 hover:text-green-400 transition">CGV</a>
480
+ </div>
481
+ </div>
482
+ </div>
483
+ </footer>
484
+
485
+ <!-- Back to Top Button -->
486
+ <button id="back-to-top" class="fixed bottom-8 right-8 bg-green-500 text-white w-12 h-12 rounded-full flex items-center justify-center shadow-lg transition opacity-0 invisible hover:bg-green-600">
487
+ <i class="fas fa-arrow-up"></i>
488
+ </button>
489
+
490
+ <script>
491
+ // Mobile Menu Toggle
492
+ const menuBtn = document.getElementById('menu-btn');
493
+ const mobileMenu = document.getElementById('mobile-menu');
494
+
495
+ menuBtn.addEventListener('click', () => {
496
+ mobileMenu.classList.toggle('hidden');
497
+ });
498
+
499
+ // Back to Top Button
500
+ const backToTopBtn = document.getElementById('back-to-top');
501
+
502
+ window.addEventListener('scroll', () => {
503
+ if (window.pageYOffset > 300) {
504
+ backToTopBtn.classList.remove('opacity-0', 'invisible');
505
+ backToTopBtn.classList.add('opacity-100', 'visible');
506
+ } else {
507
+ backToTopBtn.classList.remove('opacity-100', 'visible');
508
+ backToTopBtn.classList.add('opacity-0', 'invisible');
509
+ }
510
+ });
511
+
512
+ backToTopBtn.addEventListener('click', () => {
513
+ window.scrollTo({
514
+ top: 0,
515
+ behavior: 'smooth'
516
+ });
517
+ });
518
+
519
+ // Smooth scrolling for navigation links
520
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
521
+ anchor.addEventListener('click', function(e) {
522
+ e.preventDefault();
523
+
524
+ const targetId = this.getAttribute('href');
525
+ const targetElement = document.querySelector(targetId);
526
+
527
+ if (targetElement) {
528
+ window.scrollTo({
529
+ top: targetElement.offsetTop - 80,
530
+ behavior: 'smooth'
531
+ });
532
+
533
+ // Close mobile menu if open
534
+ if (!mobileMenu.classList.contains('hidden')) {
535
+ mobileMenu.classList.add('hidden');
536
+ }
537
+ }
538
+ });
539
+ });
540
+ </script>
541
+ <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=Adamchab/auto-km-91" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
542
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Site html pour garage de couleur noire et vert et blanc https://www.google.com/search?client=ms-android-samsung-ss&sca_esv=cc91aa7b516a412e&cs=0&sxsrf=AHTn8zoTn937V0CHO8VTlevqFCLV45wM2Q:1745364427198&q=auto+km+91+avis&ludocid=6229758053331306286&ibp=gwp;0,7&hl=fr-FR&sa=X&ved=2ahUKEwiXgL-V5eyMAxUNwAIHHYpTH04Q9fQKegQILhAF&biw=384&bih=722&dpr=3.75#lkt=LocalPoiReviews&lpg=cid:CgIgAQ%3D%3D