bens1985 commited on
Commit
f9155fe
·
verified ·
1 Parent(s): ea61cbb

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +514 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Ma Cr Che
3
- emoji: 📚
4
  colorFrom: red
5
- colorTo: blue
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: ma-cr-che
3
+ emoji: 🐳
4
  colorFrom: red
5
+ colorTo: red
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,514 @@
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>Les Petits Éclairs - Garderie Éducative</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
+ .hero-pattern {
11
+ background-image: url('https://images.unsplash.com/photo-1541692641319-981d797b5cee?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
12
+ background-size: cover;
13
+ background-position: center;
14
+ }
15
+
16
+ .transition-slow {
17
+ transition: all 0.5s ease;
18
+ }
19
+
20
+ .playroom-bg {
21
+ background-image: url('https://images.unsplash.com/photo-1604018614516-19120f8a22f9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
22
+ background-size: cover;
23
+ background-position: center;
24
+ }
25
+ </style>
26
+ </head>
27
+ <body class="font-sans bg-gray-50">
28
+ <!-- Header -->
29
+ <header class="bg-white shadow-md">
30
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
31
+ <div class="flex items-center">
32
+ <i class="fas fa-child-reaching text-3xl text-yellow-400 mr-3"></i>
33
+ <h1 class="text-2xl font-bold text-gray-800">Les Petits Éclairs</h1>
34
+ </div>
35
+
36
+ <nav class="hidden md:flex space-x-8">
37
+ <a href="#accueil" class="text-gray-700 hover:text-yellow-500 font-medium transition-slow">Accueil</a>
38
+ <a href="#apropos" class="text-gray-700 hover:text-yellow-500 font-medium transition-slow">À propos</a>
39
+ <a href="#programme" class="text-gray-700 hover:text-yellow-500 font-medium transition-slow">Programme</a>
40
+ <a href="#equipe" class="text-gray-700 hover:text-yellow-500 font-medium transition-slow">Équipe</a>
41
+ <a href="#contact" class="text-gray-700 hover:text-yellow-500 font-medium transition-slow">Contact</a>
42
+ </nav>
43
+
44
+ <button class="md:hidden text-gray-700">
45
+ <i class="fas fa-bars text-2xl"></i>
46
+ </button>
47
+ </div>
48
+ </header>
49
+
50
+ <!-- Hero Section -->
51
+ <section id="accueil" class="hero-pattern bg-gray-800 bg-opacity-50 py-20 md:py-32">
52
+ <div class="container mx-auto px-4 text-center text-white">
53
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">Un environnement chaleureux pour vos petits</h1>
54
+ <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Nous offrons un cadre sécurisé et stimulant pour l'épanouissement de votre enfant.</p>
55
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
56
+ <a href="#contact" class="bg-yellow-400 hover:bg-yellow-500 text-gray-900 font-bold py-3 px-8 rounded-full transition-slow">Inscription</a>
57
+ <a href="#programme" class="bg-transparent hover:bg-white hover:bg-opacity-20 border-2 border-white text-white font-bold py-3 px-8 rounded-full transition-slow">Découvrir</a>
58
+ </div>
59
+ </div>
60
+ </section>
61
+
62
+ <!-- Features Section -->
63
+ <section class="py-16 bg-white">
64
+ <div class="container mx-auto px-4">
65
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
66
+ <div class="text-center p-6 rounded-lg bg-gray-50 hover:shadow-lg transition-slow">
67
+ <div class="text-yellow-400 mb-4">
68
+ <i class="fas fa-shield-alt text-4xl"></i>
69
+ </div>
70
+ <h3 class="text-xl font-bold mb-3">Sécurité optimale</h3>
71
+ <p class="text-gray-600">Locaux sécurisés, personnel qualifié et protocoles stricts pour la sécurité de vos enfants.</p>
72
+ </div>
73
+
74
+ <div class="text-center p-6 rounded-lg bg-gray-50 hover:shadow-lg transition-slow">
75
+ <div class="text-yellow-400 mb-4">
76
+ <i class="fas fa-brain text-4xl"></i>
77
+ </div>
78
+ <h3 class="text-xl font-bold mb-3">Développement global</h3>
79
+ <p class="text-gray-600">Activités éducatives adaptées pour stimuler le développement cognitif, social et physique.</p>
80
+ </div>
81
+
82
+ <div class="text-center p-6 rounded-lg bg-gray-50 hover:shadow-lg transition-slow">
83
+ <div class="text-yellow-400 mb-4">
84
+ <i class="fas fa-heart text-4xl"></i>
85
+ </div>
86
+ <h3 class="text-xl font-bold mb-3">Approche bienveillante</h3>
87
+ <p class="text-gray-600">Encadrement personnalisé dans une atmosphère chaleureuse et respectueuse de chaque enfant.</p>
88
+ </div>
89
+ </div>
90
+ </div>
91
+ </section>
92
+
93
+ <!-- About Section -->
94
+ <section id="apropos" class="py-16 bg-gray-50">
95
+ <div class="container mx-auto px-4">
96
+ <div class="flex flex-col md:flex-row items-center">
97
+ <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
98
+ <h2 class="text-3xl font-bold mb-6 text-gray-800">Notre philosophie éducative</h2>
99
+ <p class="text-gray-600 mb-4">Fondée en 2010, notre garderie Les Petits Éclairs s'engage à offrir un environnement où chaque enfant peut s'épanouir à son rythme.</p>
100
+ <p class="text-gray-600 mb-6">Nous combinons les meilleures pratiques pédagogiques avec une approche individualisée pour répondre aux besoins spécifiques de chaque enfant.</p>
101
+ <ul class="space-y-3">
102
+ <li class="flex items-start">
103
+ <i class="fas fa-check-circle text-yellow-400 mt-1 mr-2"></i>
104
+ <span class="text-gray-700">Respect du rythme de développement de chaque enfant</span>
105
+ </li>
106
+ <li class="flex items-start">
107
+ <i class="fas fa-check-circle text-yellow-400 mt-1 mr-2"></i>
108
+ <span class="text-gray-700">Alimentation saine et équilibrée</span>
109
+ </li>
110
+ <li class="flex items-start">
111
+ <i class="fas fa-check-circle text-yellow-400 mt-1 mr-2"></i>
112
+ <span class="text-gray-700">Communication transparente avec les parents</span>
113
+ </li>
114
+ </ul>
115
+ </div>
116
+ <div class="md:w-1/2">
117
+ <div class="playroom-bg rounded-xl overflow-hidden shadow-lg h-96 md:h-[450px]"></div>
118
+ </div>
119
+ </div>
120
+ </div>
121
+ </section>
122
+
123
+ <!-- Program Section -->
124
+ <section id="programme" class="py-16 bg-white">
125
+ <div class="container mx-auto px-4">
126
+ <h2 class="text-3xl font-bold mb-12 text-center text-gray-800">Notre programme éducatif</h2>
127
+
128
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
129
+ <!-- Card 1 -->
130
+ <div class="bg-yellow-50 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition-slow">
131
+ <div class="bg-yellow-400 p-4 text-center">
132
+ <i class="fas fa-music text-3xl text-white"></i>
133
+ </div>
134
+ <div class="p-6">
135
+ <h3 class="font-bold text-xl mb-3 text-gray-800">Éveil musical</h3>
136
+ <p class="text-gray-600">Découverte des sons, rythmes et instruments pour développer l'écoute et la créativité.</p>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Card 2 -->
141
+ <div class="bg-blue-50 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition-slow">
142
+ <div class="bg-blue-400 p-4 text-center">
143
+ <i class="fas fa-paint-brush text-3xl text-white"></i>
144
+ </div>
145
+ <div class="p-6">
146
+ <h3 class="font-bold text-xl mb-3 text-gray-800">Activités créatives</h3>
147
+ <p class="text-gray-600">Peinture, modelage et bricolage pour stimuler l'imagination et la motricité fine.</p>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Card 3 -->
152
+ <div class="bg-green-50 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition-slow">
153
+ <div class="bg-green-400 p-4 text-center">
154
+ <i class="fas fa-book text-3xl text-white"></i>
155
+ </div>
156
+ <div class="p-6">
157
+ <h3 class="font-bold text-xl mb-3 text-gray-800">Heure du conte</h3>
158
+ <p class="text-gray-600">Histoires interactives pour développer le langage et l'amour de la lecture.</p>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Card 4 -->
163
+ <div class="bg-purple-50 rounded-lg overflow-hidden shadow-md hover:shadow-xl transition-slow">
164
+ <div class="bg-purple-400 p-4 text-center">
165
+ <i class="fas fa-running text-3xl text-white"></i>
166
+ </div>
167
+ <div class="p-6">
168
+ <h3 class="font-bold text-xl mb-3 text-gray-800">Psychomotricité</h3>
169
+ <p class="text-gray-600">Parcours moteurs et jeux extérieurs pour développer la coordination et la confiance en soi.</p>
170
+ </div>
171
+ </div>
172
+ </div>
173
+
174
+ <div class="mt-12 bg-gray-50 rounded-xl p-8">
175
+ <h3 class="text-2xl font-bold mb-4 text-gray-800">Une journée type</h3>
176
+ <div class="overflow-x-auto">
177
+ <table class="w-full text-left">
178
+ <thead class="bg-yellow-100">
179
+ <tr>
180
+ <th class="p-3">Heure</th>
181
+ <th class="p-3">Activité</th>
182
+ </tr>
183
+ </thead>
184
+ <tbody class="divide-y divide-gray-200">
185
+ <tr>
186
+ <td class="p-3 font-medium">7h30 - 9h00</td>
187
+ <td class="p-3">Accueil échelonné et jeux libres</td>
188
+ </tr>
189
+ <tr>
190
+ <td class="p-3 font-medium">9h00 - 9h30</td>
191
+ <td class="p-3">Rituel du matin (chansons, météo)</td>
192
+ </tr>
193
+ <tr>
194
+ <td class="p-3 font-medium">9h30 - 10h15</td>
195
+ <td class="p-3">Ateliers éducatifs</td>
196
+ </tr>
197
+ <tr>
198
+ <td class="p-3 font-medium">10h15 - 10h45</td>
199
+ <td class="p-3">Collation santé</td>
200
+ </tr>
201
+ <tr>
202
+ <td class="p-3 font-medium">10h45 - 11h30</td>
203
+ <td class="p-3">Jeux extérieurs</td>
204
+ </tr>
205
+ <tr>
206
+ <td class="p-3 font-medium">11h30 - 12h30</td>
207
+ <td class="p-3">Repas et hygiène</td>
208
+ </tr>
209
+ <tr>
210
+ <td class="p-3 font-medium">12h30 - 14h30</td>
211
+ <td class="p-3">Temps calme et sieste</td>
212
+ </tr>
213
+ <tr>
214
+ <td class="p-3 font-medium">14h30 - 16h00</td>
215
+ <td class="p-3">Activités libres et départ échelonné</td>
216
+ </tr>
217
+ </tbody>
218
+ </table>
219
+ </div>
220
+ </div>
221
+ </div>
222
+ </section>
223
+
224
+ <!-- Team Section -->
225
+ <section id="equipe" class="py-16 bg-gray-50">
226
+ <div class="container mx-auto px-4">
227
+ <h2 class="text-3xl font-bold mb-12 text-center text-gray-800">Notre équipe dévouée</h2>
228
+
229
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
230
+ <!-- Team Member 1 -->
231
+ <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition-slow">
232
+ <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1573496359142-b8d87734a5cd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=688&q=80');"></div>
233
+ <div class="p-6">
234
+ <h3 class="font-bold text-xl mb-1 text-gray-800">Marie Dubois</h3>
235
+ <p class="text-yellow-500 font-medium mb-3">Directrice éducative</p>
236
+ <p class="text-gray-600">15 ans d'expérience en petite enfance, spécialisée en pédagogie Montessori.</p>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Team Member 2 -->
241
+ <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition-slow">
242
+ <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1551836022-d5d88e9218df?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80');"></div>
243
+ <div class="p-6">
244
+ <h3 class="font-bold text-xl mb-1 text-gray-800">Sophie Lambert</h3>
245
+ <p class="text-yellow-500 font-medium mb-3">Éducatrice</p>
246
+ <p class="text-gray-600">Formée en psychomotricité et développement du langage chez les tout-petits.</p>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Team Member 3 -->
251
+ <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition-slow">
252
+ <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1562788869-4ed611483f18?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80');"></div>
253
+ <div class="p-6">
254
+ <h3 class="font-bold text-xl mb-1 text-gray-800">Thomas Martin</h3>
255
+ <p class="text-yellow-500 font-medium mb-3">Éducateur</p>
256
+ <p class="text-gray-600">Spécialiste des activités physiques et des jeux éducatifs en plein air.</p>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Team Member 4 -->
261
+ <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition-slow">
262
+ <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1580489944761-15a19d654956?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=761&q=80');"></div>
263
+ <div class="p-6">
264
+ <h3 class="font-bold text-xl mb-1 text-gray-800">Élodie Petit</h3>
265
+ <p class="text-yellow-500 font-medium mb-3">Auxiliaire</p>
266
+ <p class="text-gray-600">Formée aux premiers soins et à l'alimentation des jeunes enfants.</p>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="mt-12 bg-white rounded-xl p-8 shadow-md">
272
+ <h3 class="text-2xl font-bold mb-4 text-gray-800">Nos engagements</h3>
273
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
274
+ <div class="flex items-start">
275
+ <div class="bg-yellow-100 p-3 rounded-full mr-4">
276
+ <i class="fas fa-graduation-cap text-yellow-500"></i>
277
+ </div>
278
+ <div>
279
+ <h4 class="font-bold text-lg mb-2 text-gray-800">Formation continue</h4>
280
+ <p class="text-gray-600">Notre équipe participe régulièrement à des formations pour rester à jour sur les meilleures pratiques éducatives.</p>
281
+ </div>
282
+ </div>
283
+ <div class="flex items-start">
284
+ <div class="bg-yellow-100 p-3 rounded-full mr-4">
285
+ <i class="fas fa-heart text-yellow-500"></i>
286
+ </div>
287
+ <div>
288
+ <h4 class="font-bold text-lg mb-2 text-gray-800">Ratio encadrement/enfants</h4>
289
+ <p class="text-gray-600">Nous maintenons un ratio de 1 adulte pour 5 enfants pour assurer une attention optimale à chacun.</p>
290
+ </div>
291
+ </div>
292
+ </div>
293
+ </div>
294
+ </div>
295
+ </section>
296
+
297
+ <!-- Testimonials -->
298
+ <section class="py-16 bg-white">
299
+ <div class="container mx-auto px-4">
300
+ <h2 class="text-3xl font-bold mb-12 text-center text-gray-800">Témoignages de parents</h2>
301
+
302
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
303
+ <!-- Testimonial 1 -->
304
+ <div class="bg-gray-50 p-8 rounded-lg">
305
+ <div class="flex items-center mb-4">
306
+ <div class="text-yellow-400 mr-3">
307
+ <i class="fas fa-star"></i>
308
+ <i class="fas fa-star"></i>
309
+ <i class="fas fa-star"></i>
310
+ <i class="fas fa-star"></i>
311
+ <i class="fas fa-star"></i>
312
+ </div>
313
+ </div>
314
+ <p class="text-gray-600 italic mb-6">"Notre fils a fait des progrès incroyables depuis qu'il fréquente Les Petits Éclairs. Il est plus sociable et curieux du monde qui l'entoure."</p>
315
+ <div class="flex items-center">
316
+ <div class="w-12 h-12 rounded-full bg-gray-300 mr-4 bg-cover bg-center" style="background-image: url('https://randomuser.me/api/portraits/women/43.jpg');"></div>
317
+ <div>
318
+ <h4 class="font-bold text-gray-800">Amélie R.</h4>
319
+ <p class="text-sm text-gray-500">Maman de Lucas, 3 ans</p>
320
+ </div>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- Testimonial 2 -->
325
+ <div class="bg-gray-50 p-8 rounded-lg">
326
+ <div class="flex items-center mb-4">
327
+ <div class="text-yellow-400 mr-3">
328
+ <i class="fas fa-star"></i>
329
+ <i class="fas fa-star"></i>
330
+ <i class="fas fa-star"></i>
331
+ <i class="fas fa-star"></i>
332
+ <i class="fas fa-star"></i>
333
+ </div>
334
+ </div>
335
+ <p class="text-gray-600 italic mb-6">"L'équipe est exceptionnellement attentionnée. Je pars travailler l'esprit tranquille en sachant ma fille entre de bonnes mains."</p>
336
+ <div class="flex items-center">
337
+ <div class="w-12 h-12 rounded-full bg-gray-300 mr-4 bg-cover bg-center" style="background-image: url('https://randomuser.me/api/portraits/men/32.jpg');"></div>
338
+ <div>
339
+ <h4 class="font-bold text-gray-800">Pierre L.</h4>
340
+ <p class="text-sm text-gray-500">Papa de Emma, 2 ans</p>
341
+ </div>
342
+ </div>
343
+ </div>
344
+
345
+ <!-- Testimonial 3 -->
346
+ <div class="bg-gray-50 p-8 rounded-lg">
347
+ <div class="flex items-center mb-4">
348
+ <div class="text-yellow-400 mr-3">
349
+ <i class="fas fa-star"></i>
350
+ <i class="fas fa-star"></i>
351
+ <i class="fas fa-star"></i>
352
+ <i class="fas fa-star"></i>
353
+ <i class="fas fa-star-half-alt"></i>
354
+ </div>
355
+ </div>
356
+ <p class="text-gray-600 italic mb-6">"Les activités proposées sont variées et adaptées. Mon enfant revient chaque jour avec de nouvelles choses à nous raconter!"</p>
357
+ <div class="flex items-center">
358
+ <div class="w-12 h-12 rounded-full bg-gray-300 mr-4 bg-cover bg-center" style="background-image: url('https://randomuser.me/api/portraits/women/65.jpg');"></div>
359
+ <div>
360
+ <h4 class="font-bold text-gray-800">Sarah T.</h4>
361
+ <p class="text-sm text-gray-500">Maman de Noah, 4 ans</p>
362
+ </div>
363
+ </div>
364
+ </div>
365
+ </div>
366
+ </div>
367
+ </section>
368
+
369
+ <!-- Contact Section -->
370
+ <section id="contact" class="py-16 bg-gray-800 text-white">
371
+ <div class="container mx-auto px-4">
372
+ <div class="flex flex-col md:flex-row">
373
+ <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
374
+ <h2 class="text-3xl font-bold mb-6">Nous contacter</h2>
375
+ <p class="mb-6">Vous souhaitez en savoir plus sur notre garderie ou inscrire votre enfant? Remplissez le formulaire ou contactez-nous directement.</p>
376
+
377
+ <div class="space-y-4">
378
+ <div class="flex items-start">
379
+ <i class="fas fa-map-marker-alt text-yellow-400 mt-1 mr-4"></i>
380
+ <div>
381
+ <h4 class="font-bold">Adresse</h4>
382
+ <p>123 Rue des Écoles, 75000 Paris</p>
383
+ </div>
384
+ </div>
385
+
386
+ <div class="flex items-start">
387
+ <i class="fas fa-phone-alt text-yellow-400 mt-1 mr-4"></i>
388
+ <div>
389
+ <h4 class="font-bold">Téléphone</h4>
390
+ <p>01 23 45 67 89</p>
391
+ </div>
392
+ </div>
393
+
394
+ <div class="flex items-start">
395
+ <i class="fas fa-envelope text-yellow-400 mt-1 mr-4"></i>
396
+ <div>
397
+ <h4 class="font-bold">Email</h4>
398
+ <p>contact@petitseclairs.com</p>
399
+ </div>
400
+ </div>
401
+
402
+ <div class="flex items-start">
403
+ <i class="fas fa-clock text-yellow-400 mt-1 mr-4"></i>
404
+ <div>
405
+ <h4 class="font-bold">Horaires</h4>
406
+ <p>Lundi au vendredi<br>7h30 - 18h30</p>
407
+ </div>
408
+ </div>
409
+ </div>
410
+
411
+ <div class="mt-8">
412
+ <h4 class="font-bold text-xl mb-4">Suivez-nous</h4>
413
+ <div class="flex space-x-4">
414
+ <a href="#" class="bg-white bg-opacity-10 hover:bg-opacity-20 w-10 h-10 rounded-full flex items-center justify-center transition-slow">
415
+ <i class="fab fa-facebook-f"></i>
416
+ </a>
417
+ <a href="#" class="bg-white bg-opacity-10 hover:bg-opacity-20 w-10 h-10 rounded-full flex items-center justify-center transition-slow">
418
+ <i class="fab fa-instagram"></i>
419
+ </a>
420
+ <a href="#" class="bg-white bg-opacity-10 hover:bg-opacity-20 w-10 h-10 rounded-full flex items-center justify-center transition-slow">
421
+ <i class="fab fa-pinterest-p"></i>
422
+ </a>
423
+ </div>
424
+ </div>
425
+ </div>
426
+
427
+ <div class="md:w-1/2">
428
+ <form class="bg-white bg-opacity-10 p-6 rounded-lg">
429
+ <div class="mb-4">
430
+ <label for="name" class="block mb-2 font-medium">Votre nom</label>
431
+ <input type="text" id="name" class="w-full px-4 py-2 bg-white bg-opacity-20 border border-white border-opacity-30 rounded focus:outline-none focus:ring-2 focus:ring-yellow-400">
432
+ </div>
433
+
434
+ <div class="mb-4">
435
+ <label for="email" class="block mb-2 font-medium">Votre email</label>
436
+ <input type="email" id="email" class="w-full px-4 py-2 bg-white bg-opacity-20 border border-white border-opacity-30 rounded focus:outline-none focus:ring-2 focus:ring-yellow-400">
437
+ </div>
438
+
439
+ <div class="mb-4">
440
+ <label for="phone" class="block mb-2 font-medium">Téléphone</label>
441
+ <input type="tel" id="phone" class="w-full px-4 py-2 bg-white bg-opacity-20 border border-white border-opacity-30 rounded focus:outline-none focus:ring-2 focus:ring-yellow-400">
442
+ </div>
443
+
444
+ <div class="mb-4">
445
+ <label for="message" class="block mb-2 font-medium">Votre message</label>
446
+ <textarea id="message" rows="4" class="w-full px-4 py-2 bg-white bg-opacity-20 border border-white border-opacity-30 rounded focus:outline-none focus:ring-2 focus:ring-yellow-400"></textarea>
447
+ </div>
448
+
449
+ <button type="submit" class="bg-yellow-400 hover:bg-yellow-500 text-gray-900 font-bold py-3 px-6 rounded transition-slow">Envoyer le message</button>
450
+ </form>
451
+ </div>
452
+ </div>
453
+ </div>
454
+ </section>
455
+
456
+ <!-- Map -->
457
+ <div class="h-96 bg-gray-200">
458
+ <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2624.991440608209!2d2.292292615674389!3d48.85837360866185!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66e2964e34e2d%3A0x8ddca9ee380ef7e0!2sTour%20Eiffel!5e0!3m2!1sfr!2sfr!4v1628687450788!5m2!1sfr!2sfr" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
459
+ </div>
460
+
461
+ <!-- Footer -->
462
+ <footer class="bg-gray-900 text-white py-8">
463
+ <div class="container mx-auto px-4">
464
+ <div class="flex flex-col md:flex-row justify-between items-center">
465
+ <div class="mb-4 md:mb-0">
466
+ <div class="flex items-center">
467
+ <i class="fas fa-child-reaching text-2xl text-yellow-400 mr-3"></i>
468
+ <h3 class="text-xl font-bold">Les Petits Éclairs</h3>
469
+ </div>
470
+ <p class="text-gray-400 mt-2">Garderie éducative depuis 2010</p>
471
+ </div>
472
+
473
+ <div class="flex flex-col items-center md:items-end">
474
+ <p class="text-gray-400 mb-2">© 2023 Les Petits Éclairs. Tous droits réservés.</p>
475
+ <div class="flex space-x-4">
476
+ <a href="#" class="text-gray-400 hover:text-white transition-slow">Mentions légales</a>
477
+ <a href="#" class="text-gray-400 hover:text-white transition-slow">Politique de confidentialité</a>
478
+ </div>
479
+ </div>
480
+ </div>
481
+ </div>
482
+ </footer>
483
+
484
+ <script>
485
+ // Mobile menu toggle
486
+ document.querySelector('button').addEventListener('click', function() {
487
+ const nav = document.querySelector('nav');
488
+ nav.classList.toggle('hidden');
489
+ nav.classList.toggle('flex');
490
+ nav.classList.toggle('flex-col');
491
+ nav.classList.toggle('absolute');
492
+ nav.classList.toggle('top-16');
493
+ nav.classList.toggle('right-4');
494
+ nav.classList.toggle('bg-white');
495
+ nav.classList.toggle('p-4');
496
+ nav.classList.toggle('rounded-lg');
497
+ nav.classList.toggle('shadow-lg');
498
+ nav.classList.toggle('space-y-4');
499
+ nav.classList.toggle('space-x-8');
500
+ });
501
+
502
+ // Smooth scrolling for anchor links
503
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
504
+ anchor.addEventListener('click', function (e) {
505
+ e.preventDefault();
506
+
507
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
508
+ behavior: 'smooth'
509
+ });
510
+ });
511
+ });
512
+ </script>
513
+ <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=bens1985/ma-cr-che" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
514
+ </html>