Adamchab commited on
Commit
7b44402
·
verified ·
1 Parent(s): 82bd795

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +574 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Hoowa
3
- emoji: 🏢
4
- colorFrom: gray
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: hoowa
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: purple
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,574 @@
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>Hoowa - Économisez, découvrez, soutenez</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
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #f97316 0%, #22c55e 100%);
12
+ }
13
+ .qr-code {
14
+ width: 200px;
15
+ height: 200px;
16
+ background: #fff;
17
+ padding: 10px;
18
+ border-radius: 8px;
19
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
20
+ }
21
+ .how-it-works-step {
22
+ position: relative;
23
+ padding-left: 60px;
24
+ }
25
+ .how-it-works-step:before {
26
+ content: "";
27
+ position: absolute;
28
+ left: 20px;
29
+ top: 0;
30
+ bottom: 0;
31
+ width: 2px;
32
+ background: #f97316;
33
+ }
34
+ .how-it-works-step:last-child:before {
35
+ display: none;
36
+ }
37
+ .step-number {
38
+ position: absolute;
39
+ left: 0;
40
+ top: 0;
41
+ width: 40px;
42
+ height: 40px;
43
+ border-radius: 50%;
44
+ background: #f97316;
45
+ color: white;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ font-weight: bold;
50
+ }
51
+ .nav-link {
52
+ position: relative;
53
+ }
54
+ .nav-link:after {
55
+ content: "";
56
+ position: absolute;
57
+ bottom: -2px;
58
+ left: 0;
59
+ width: 0;
60
+ height: 2px;
61
+ background: #f97316;
62
+ transition: width 0.3s ease;
63
+ }
64
+ .nav-link:hover:after {
65
+ width: 100%;
66
+ }
67
+ .offer-card {
68
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
69
+ }
70
+ .offer-card:hover {
71
+ transform: translateY(-5px);
72
+ box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
73
+ }
74
+ </style>
75
+ </head>
76
+ <body class="font-sans bg-gray-50">
77
+ <!-- Navigation -->
78
+ <nav class="bg-white shadow-lg sticky top-0 z-50">
79
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
80
+ <div class="flex justify-between h-16">
81
+ <div class="flex items-center">
82
+ <div class="flex-shrink-0 flex items-center">
83
+ <i class="fas fa-hand-holding-heart text-3xl text-orange-500 mr-2"></i>
84
+ <span class="text-xl font-bold text-gray-900">Hoowa</span>
85
+ </div>
86
+ </div>
87
+ <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
88
+ <a href="#home" class="nav-link text-gray-900 px-3 py-2 text-sm font-medium">Accueil</a>
89
+ <a href="#how-it-works" class="nav-link text-gray-900 px-3 py-2 text-sm font-medium">Comment ça marche</a>
90
+ <a href="#benefits" class="nav-link text-gray-900 px-3 py-2 text-sm font-medium">Avantages</a>
91
+ <a href="#merchants" class="nav-link text-gray-900 px-3 py-2 text-sm font-medium">Commerçants</a>
92
+ <a href="#solidarity" class="nav-link text-gray-900 px-3 py-2 text-sm font-medium">Engagement solidaire</a>
93
+ <a href="#member" class="nav-link text-gray-900 px-3 py-2 text-sm font-medium">Espace membre</a>
94
+ </div>
95
+ <div class="flex items-center">
96
+ <button class="bg-orange-500 hover:bg-orange-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
97
+ Rejoindre maintenant
98
+ </button>
99
+ </div>
100
+ </div>
101
+ </div>
102
+ </nav>
103
+
104
+ <!-- Hero Banner -->
105
+ <section id="home" class="gradient-bg text-white py-20">
106
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
107
+ <div class="md:flex md:items-center md:justify-between">
108
+ <div class="md:w-1/2 mb-10 md:mb-0">
109
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">Économisez, découvrez, soutenez avec Hoowa !</h1>
110
+ <p class="text-xl mb-8">Rejoignez notre communauté et profitez d'offres exclusives tout en soutenant des associations locales.</p>
111
+ <div class="flex space-x-4">
112
+ <button class="bg-white text-orange-500 hover:bg-gray-100 px-6 py-3 rounded-md text-lg font-semibold transition duration-300">
113
+ Rejoindre maintenant
114
+ </button>
115
+ <button class="border-2 border-white text-white hover:bg-white hover:text-orange-500 px-6 py-3 rounded-md text-lg font-semibold transition duration-300">
116
+ En savoir plus
117
+ </button>
118
+ </div>
119
+ </div>
120
+ <div class="md:w-1/2 flex justify-center">
121
+ <div class="relative">
122
+ <div class="w-64 h-64 bg-white rounded-lg shadow-xl flex items-center justify-center">
123
+ <i class="fas fa-qrcode text-6xl text-orange-500"></i>
124
+ </div>
125
+ <div class="absolute -bottom-5 -right-5 bg-green-500 text-white rounded-full w-16 h-16 flex items-center justify-center shadow-lg">
126
+ <i class="fas fa-heart text-2xl"></i>
127
+ </div>
128
+ </div>
129
+ </div>
130
+ </div>
131
+ </div>
132
+ </section>
133
+
134
+ <!-- Quick Benefits -->
135
+ <section class="py-16 bg-white">
136
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
137
+ <h2 class="text-3xl font-bold text-center mb-12">Pourquoi choisir Hoowa ?</h2>
138
+ <div class="grid md:grid-cols-3 gap-8">
139
+ <div class="bg-gray-50 p-6 rounded-lg text-center">
140
+ <div class="bg-orange-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
141
+ <i class="fas fa-percentage text-2xl text-orange-500"></i>
142
+ </div>
143
+ <h3 class="text-xl font-semibold mb-2">Économies garanties</h3>
144
+ <p class="text-gray-600">Accédez à des réductions exclusives chez nos commerçants partenaires toute l'année.</p>
145
+ </div>
146
+ <div class="bg-gray-50 p-6 rounded-lg text-center">
147
+ <div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
148
+ <i class="fas fa-store text-2xl text-green-500"></i>
149
+ </div>
150
+ <h3 class="text-xl font-semibold mb-2">Découvrez local</h3>
151
+ <p class="text-gray-600">Explorez de nouveaux commerces de proximité qui partagent vos valeurs.</p>
152
+ </div>
153
+ <div class="bg-gray-50 p-6 rounded-lg text-center">
154
+ <div class="bg-orange-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
155
+ <i class="fas fa-hands-helping text-2xl text-orange-500"></i>
156
+ </div>
157
+ <h3 class="text-xl font-semibold mb-2">Impact solidaire</h3>
158
+ <p class="text-gray-600">Une partie de votre abonnement est reversée à des associations locales.</p>
159
+ </div>
160
+ </div>
161
+ </div>
162
+ </section>
163
+
164
+ <!-- How it works -->
165
+ <section id="how-it-works" class="py-16 bg-gray-50">
166
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
167
+ <h2 class="text-3xl font-bold text-center mb-12">Comment ça marche ?</h2>
168
+ <div class="max-w-3xl mx-auto">
169
+ <div class="how-it-works-step mb-10">
170
+ <div class="step-number">1</div>
171
+ <div class="bg-white p-6 rounded-lg shadow-sm">
172
+ <h3 class="text-xl font-semibold mb-3 flex items-center">
173
+ <i class="fas fa-user-plus text-orange-500 mr-3"></i> Inscription et paiement
174
+ </h3>
175
+ <p class="text-gray-600">Créez votre compte en quelques minutes et payez votre cotisation annuelle de seulement 29€.</p>
176
+ </div>
177
+ </div>
178
+ <div class="how-it-works-step mb-10">
179
+ <div class="step-number">2</div>
180
+ <div class="bg-white p-6 rounded-lg shadow-sm">
181
+ <h3 class="text-xl font-semibold mb-3 flex items-center">
182
+ <i class="fas fa-qrcode text-green-500 mr-3"></i> Accès aux offres
183
+ </h3>
184
+ <p class="text-gray-600">Recevez votre QR Code personnel dans votre espace membre. Présentez-le chez nos commerçants partenaires pour profiter des avantages.</p>
185
+ </div>
186
+ </div>
187
+ <div class="how-it-works-step">
188
+ <div class="step-number">3</div>
189
+ <div class="bg-white p-6 rounded-lg shadow-sm">
190
+ <h3 class="text-xl font-semibold mb-3 flex items-center">
191
+ <i class="fas fa-heart text-orange-500 mr-3"></i> Soutien aux associations
192
+ </h3>
193
+ <p class="text-gray-600">5€ de votre abonnement sont directement reversés à une association de votre choix parmi notre sélection.</p>
194
+ </div>
195
+ </div>
196
+ </div>
197
+ <div class="mt-16 text-center">
198
+ <img src="https://via.placeholder.com/800x400?text=Schéma+de+fonctionnement+Hoowa" alt="Schéma de fonctionnement Hoowa" class="mx-auto rounded-lg shadow-md">
199
+ </div>
200
+ </div>
201
+ </section>
202
+
203
+ <!-- Member Benefits -->
204
+ <section id="benefits" class="py-16 bg-white">
205
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
206
+ <h2 class="text-3xl font-bold text-center mb-12">Avantages membres</h2>
207
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
208
+ <!-- Offer 1 -->
209
+ <div class="offer-card bg-gray-50 rounded-lg overflow-hidden shadow-sm border border-gray-100">
210
+ <div class="h-40 bg-orange-100 flex items-center justify-center">
211
+ <i class="fas fa-utensils text-6xl text-orange-500"></i>
212
+ </div>
213
+ <div class="p-6">
214
+ <h3 class="text-xl font-semibold mb-2">Restauration</h3>
215
+ <p class="text-gray-600 mb-4">-10% sur votre addition dans plus de 50 restaurants partenaires.</p>
216
+ <div class="flex items-center text-sm text-gray-500">
217
+ <i class="fas fa-map-marker-alt mr-2"></i>
218
+ <span>Disponible dans toute la ville</span>
219
+ </div>
220
+ </div>
221
+ </div>
222
+ <!-- Offer 2 -->
223
+ <div class="offer-card bg-gray-50 rounded-lg overflow-hidden shadow-sm border border-gray-100">
224
+ <div class="h-40 bg-green-100 flex items-center justify-center">
225
+ <i class="fas fa-shopping-bag text-6xl text-green-500"></i>
226
+ </div>
227
+ <div class="p-6">
228
+ <h3 class="text-xl font-semibold mb-2">Commerces</h3>
229
+ <p class="text-gray-600 mb-4">-15% sur une sélection de produits chez nos commerçants locaux.</p>
230
+ <div class="flex items-center text-sm text-gray-500">
231
+ <i class="fas fa-map-marker-alt mr-2"></i>
232
+ <span>Plus de 100 commerces participants</span>
233
+ </div>
234
+ </div>
235
+ </div>
236
+ <!-- Offer 3 -->
237
+ <div class="offer-card bg-gray-50 rounded-lg overflow-hidden shadow-sm border border-gray-100">
238
+ <div class="h-40 bg-orange-100 flex items-center justify-center">
239
+ <i class="fas fa-spa text-6xl text-orange-500"></i>
240
+ </div>
241
+ <div class="p-6">
242
+ <h3 class="text-xl font-semibold mb-2">Bien-être</h3>
243
+ <p class="text-gray-600 mb-4">-20% sur votre première séance de massage ou soin esthétique.</p>
244
+ <div class="flex items-center text-sm text-gray-500">
245
+ <i class="fas fa-map-marker-alt mr-2"></i>
246
+ <span>Centres sélectionnés</span>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="mt-16">
253
+ <h3 class="text-2xl font-semibold mb-6 text-center">Nos partenaires</h3>
254
+ <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-6">
255
+ <div class="bg-white p-4 rounded-lg shadow-sm flex items-center justify-center h-24">
256
+ <img src="https://via.placeholder.com/120x60?text=Logo+1" alt="Partenaire 1" class="max-h-12">
257
+ </div>
258
+ <div class="bg-white p-4 rounded-lg shadow-sm flex items-center justify-center h-24">
259
+ <img src="https://via.placeholder.com/120x60?text=Logo+2" alt="Partenaire 2" class="max-h-12">
260
+ </div>
261
+ <div class="bg-white p-4 rounded-lg shadow-sm flex items-center justify-center h-24">
262
+ <img src="https://via.placeholder.com/120x60?text=Logo+3" alt="Partenaire 3" class="max-h-12">
263
+ </div>
264
+ <div class="bg-white p-4 rounded-lg shadow-sm flex items-center justify-center h-24">
265
+ <img src="https://via.placeholder.com/120x60?text=Logo+4" alt="Partenaire 4" class="max-h-12">
266
+ </div>
267
+ <div class="bg-white p-4 rounded-lg shadow-sm flex items-center justify-center h-24">
268
+ <img src="https://via.placeholder.com/120x60?text=Logo+5" alt="Partenaire 5" class="max-h-12">
269
+ </div>
270
+ <div class="bg-white p-4 rounded-lg shadow-sm flex items-center justify-center h-24">
271
+ <img src="https://via.placeholder.com/120x60?text=Logo+6" alt="Partenaire 6" class="max-h-12">
272
+ </div>
273
+ </div>
274
+ </div>
275
+ </div>
276
+ </section>
277
+
278
+ <!-- Merchants Section -->
279
+ <section id="merchants" class="py-16 bg-gray-50">
280
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
281
+ <div class="md:flex md:items-center md:space-x-12">
282
+ <div class="md:w-1/2 mb-10 md:mb-0">
283
+ <h2 class="text-3xl font-bold mb-6">Espace commerçants</h2>
284
+ <p class="text-lg mb-6">Rejoignez notre réseau de commerçants partenaires et bénéficiez d'une visibilité accrue auprès d'une clientèle engagée.</p>
285
+
286
+ <div class="space-y-6">
287
+ <div class="flex items-start">
288
+ <div class="bg-green-100 p-3 rounded-full mr-4">
289
+ <i class="fas fa-users text-green-500"></i>
290
+ </div>
291
+ <div>
292
+ <h3 class="font-semibold mb-1">Nouveaux clients</h3>
293
+ <p class="text-gray-600">Attirez une clientèle locale qui cherche à découvrir de nouveaux commerces.</p>
294
+ </div>
295
+ </div>
296
+ <div class="flex items-start">
297
+ <div class="bg-orange-100 p-3 rounded-full mr-4">
298
+ <i class="fas fa-bullhorn text-orange-500"></i>
299
+ </div>
300
+ <div>
301
+ <h3 class="font-semibold mb-1">Publicité gratuite</h3>
302
+ <p class="text-gray-600">Votre commerce est mis en avant sur notre plateforme et dans nos communications.</p>
303
+ </div>
304
+ </div>
305
+ <div class="flex items-start">
306
+ <div class="bg-green-100 p-3 rounded-full mr-4">
307
+ <i class="fas fa-hand-holding-usd text-green-500"></i>
308
+ </div>
309
+ <div>
310
+ <h3 class="font-semibold mb-1">Sans frais</h3>
311
+ <p class="text-gray-600">Aucun coût pour rejoindre notre réseau, seulement des avantages.</p>
312
+ </div>
313
+ </div>
314
+ </div>
315
+ </div>
316
+ <div class="md:w-1/2">
317
+ <div class="bg-white p-8 rounded-lg shadow-sm">
318
+ <h3 class="text-2xl font-semibold mb-6 text-center">Devenir partenaire</h3>
319
+ <form>
320
+ <div class="mb-4">
321
+ <label for="business-name" class="block text-sm font-medium text-gray-700 mb-1">Nom du commerce</label>
322
+ <input type="text" id="business-name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-orange-500">
323
+ </div>
324
+ <div class="mb-4">
325
+ <label for="contact-name" class="block text-sm font-medium text-gray-700 mb-1">Nom du contact</label>
326
+ <input type="text" id="contact-name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-orange-500">
327
+ </div>
328
+ <div class="mb-4">
329
+ <label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email</label>
330
+ <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-orange-500">
331
+ </div>
332
+ <div class="mb-4">
333
+ <label for="phone" class="block text-sm font-medium text-gray-700 mb-1">Téléphone</label>
334
+ <input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-orange-500">
335
+ </div>
336
+ <div class="mb-6">
337
+ <label for="offer" class="block text-sm font-medium text-gray-700 mb-1">Offre proposée aux membres Hoowa</label>
338
+ <textarea id="offer" rows="3" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-orange-500"></textarea>
339
+ </div>
340
+ <button type="submit" class="w-full bg-orange-500 hover:bg-orange-600 text-white py-3 rounded-md font-semibold transition duration-300">
341
+ Envoyer la demande
342
+ </button>
343
+ </form>
344
+ </div>
345
+ </div>
346
+ </div>
347
+ </div>
348
+ </section>
349
+
350
+ <!-- Solidarity Commitment -->
351
+ <section id="solidarity" class="py-16 bg-white">
352
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
353
+ <h2 class="text-3xl font-bold text-center mb-12">Engagement solidaire</h2>
354
+ <p class="text-center max-w-3xl mx-auto text-lg mb-12">Chez Hoowa, nous croyons en l'économie locale et solidaire. C'est pourquoi chaque abonnement contribue à soutenir des associations locales qui œuvrent pour notre communauté.</p>
355
+
356
+ <div class="grid md:grid-cols-3 gap-8 mb-16">
357
+ <div class="bg-gray-50 p-6 rounded-lg">
358
+ <div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mb-4">
359
+ <i class="fas fa-leaf text-2xl text-green-500"></i>
360
+ </div>
361
+ <h3 class="text-xl font-semibold mb-3">Association Verte</h3>
362
+ <p class="text-gray-600 mb-4">Soutient des initiatives écologiques locales et des jardins partagés.</p>
363
+ <div class="bg-orange-50 p-3 rounded-md">
364
+ <p class="text-sm font-medium text-orange-700">5 000€ collectés en 2023</p>
365
+ </div>
366
+ </div>
367
+ <div class="bg-gray-50 p-6 rounded-lg">
368
+ <div class="bg-orange-100 w-16 h-16 rounded-full flex items-center justify-center mb-4">
369
+ <i class="fas fa-utensils text-2xl text-orange-500"></i>
370
+ </div>
371
+ <h3 class="text-xl font-semibold mb-3">Solidarité Alimentaire</h3>
372
+ <p class="text-gray-600 mb-4">Lutte contre la précarité alimentaire en redistribuant des repas équilibrés.</p>
373
+ <div class="bg-orange-50 p-3 rounded-md">
374
+ <p class="text-sm font-medium text-orange-700">3 200€ collectés en 2023</p>
375
+ </div>
376
+ </div>
377
+ <div class="bg-gray-50 p-6 rounded-lg">
378
+ <div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mb-4">
379
+ <i class="fas fa-book text-2xl text-green-500"></i>
380
+ </div>
381
+ <h3 class="text-xl font-semibold mb-3">Lire et Grandir</h3>
382
+ <p class="text-gray-600 mb-4">Favorise l'accès à la lecture pour les enfants défavorisés.</p>
383
+ <div class="bg-orange-50 p-3 rounded-md">
384
+ <p class="text-sm font-medium text-orange-700">4 500€ collectés en 2023</p>
385
+ </div>
386
+ </div>
387
+ </div>
388
+
389
+ <div class="bg-gradient-to-r from-orange-500 to-green-500 rounded-xl p-8 text-white">
390
+ <div class="md:flex md:items-center md:justify-between">
391
+ <div class="mb-6 md:mb-0">
392
+ <h3 class="text-2xl font-bold mb-2">Notre impact en 2023</h3>
393
+ <p class="text-lg">Grâce à vous, nous avons pu reverser plus de 12 700€ à des associations locales.</p>
394
+ </div>
395
+ <div class="text-center md:text-right">
396
+ <div class="text-4xl font-bold mb-1">5€</div>
397
+ <p class="text-sm">par abonnement reversés</p>
398
+ </div>
399
+ </div>
400
+ </div>
401
+ </div>
402
+ </section>
403
+
404
+ <!-- Member Space -->
405
+ <section id="member" class="py-16 bg-gray-50">
406
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
407
+ <div class="bg-white rounded-xl shadow-md overflow-hidden md:flex">
408
+ <div class="md:w-1/2 p-8 md:p-12 flex flex-col justify-center">
409
+ <h2 class="text-3xl font-bold mb-4">Espace membre</h2>
410
+ <p class="text-gray-600 mb-6">Accédez à votre QR Code personnel et gérez votre compte Hoowa.</p>
411
+
412
+ <form class="mb-8">
413
+ <div class="mb-4">
414
+ <label for="login-email" class="block text-sm font-medium text-gray-700 mb-1">Email</label>
415
+ <input type="email" id="login-email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-orange-500">
416
+ </div>
417
+ <div class="mb-6">
418
+ <label for="login-password" class="block text-sm font-medium text-gray-700 mb-1">Mot de passe</label>
419
+ <input type="password" id="login-password" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-orange-500">
420
+ </div>
421
+ <button type="submit" class="w-full bg-orange-500 hover:bg-orange-600 text-white py-3 rounded-md font-semibold transition duration-300 mb-4">
422
+ Se connecter
423
+ </button>
424
+ <a href="#" class="text-sm text-orange-500 hover:text-orange-600 font-medium">Mot de passe oublié ?</a>
425
+ </form>
426
+
427
+ <div class="border-t pt-6">
428
+ <h3 class="text-lg font-semibold mb-3">Pas encore membre ?</h3>
429
+ <button class="w-full border-2 border-orange-500 text-orange-500 hover:bg-orange-50 py-3 rounded-md font-semibold transition duration-300">
430
+ Créer un compte
431
+ </button>
432
+ </div>
433
+ </div>
434
+ <div class="md:w-1/2 bg-orange-50 p-8 md:p-12 flex flex-col items-center justify-center">
435
+ <div class="text-center mb-8">
436
+ <i class="fas fa-qrcode text-6xl text-orange-500 mb-4"></i>
437
+ <h3 class="text-xl font-semibold">Votre QR Code personnel</h3>
438
+ <p class="text-gray-600">Présentez-le chez nos commerçants pour profiter de vos avantages.</p>
439
+ </div>
440
+ <div class="qr-code mb-6">
441
+ <img src="https://via.placeholder.com/200x200?text=QR+Code" alt="QR Code" class="w-full h-full">
442
+ </div>
443
+ <div class="flex items-center space-x-4">
444
+ <button class="bg-white text-orange-500 hover:bg-gray-100 px-4 py-2 rounded-md font-medium transition duration-300">
445
+ <i class="fas fa-download mr-2"></i> Télécharger
446
+ </button>
447
+ <button class="bg-white text-orange-500 hover:bg-gray-100 px-4 py-2 rounded-md font-medium transition duration-300">
448
+ <i class="fas fa-print mr-2"></i> Imprimer
449
+ </button>
450
+ </div>
451
+ </div>
452
+ </div>
453
+ </div>
454
+ </section>
455
+
456
+ <!-- Footer -->
457
+ <footer class="bg-gray-900 text-white pt-16 pb-8">
458
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
459
+ <div class="grid md:grid-cols-4 gap-8 mb-12">
460
+ <div>
461
+ <div class="flex items-center mb-4">
462
+ <i class="fas fa-hand-holding-heart text-2xl text-orange-500 mr-2"></i>
463
+ <span class="text-xl font-bold">Hoowa</span>
464
+ </div>
465
+ <p class="text-gray-400 mb-4">La carte de réduction solidaire qui soutient votre ville.</p>
466
+ <div class="flex space-x-4">
467
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
468
+ <i class="fab fa-facebook-f"></i>
469
+ </a>
470
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
471
+ <i class="fab fa-instagram"></i>
472
+ </a>
473
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
474
+ <i class="fab fa-twitter"></i>
475
+ </a>
476
+ </div>
477
+ </div>
478
+ <div>
479
+ <h3 class="text-lg font-semibold mb-4">Navigation</h3>
480
+ <ul class="space-y-2">
481
+ <li><a href="#home" class="text-gray-400 hover:text-white transition duration-300">Accueil</a></li>
482
+ <li><a href="#how-it-works" class="text-gray-400 hover:text-white transition duration-300">Comment ça marche</a></li>
483
+ <li><a href="#benefits" class="text-gray-400 hover:text-white transition duration-300">Avantages</a></li>
484
+ <li><a href="#merchants" class="text-gray-400 hover:text-white transition duration-300">Commerçants</a></li>
485
+ <li><a href="#solidarity" class="text-gray-400 hover:text-white transition duration-300">Engagement solidaire</a></li>
486
+ </ul>
487
+ </div>
488
+ <div>
489
+ <h3 class="text-lg font-semibold mb-4">Informations</h3>
490
+ <ul class="space-y-2">
491
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">FAQ</a></li>
492
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">CGU</a></li>
493
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Politique de confidentialité</a></li>
494
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Mentions légales</a></li>
495
+ </ul>
496
+ </div>
497
+ <div>
498
+ <h3 class="text-lg font-semibold mb-4">Contact</h3>
499
+ <ul class="space-y-2">
500
+ <li class="flex items-center">
501
+ <i class="fas fa-envelope text-orange-500 mr-2"></i>
502
+ <span class="text-gray-400">[email protected]</span>
503
+ </li>
504
+ <li class="flex items-center">
505
+ <i class="fas fa-phone text-orange-500 mr-2"></i>
506
+ <span class="text-gray-400">01 23 45 67 89</span>
507
+ </li>
508
+ <li class="flex items-center">
509
+ <i class="fas fa-map-marker-alt text-orange-500 mr-2"></i>
510
+ <span class="text-gray-400">123 Rue de la Solidarité, 75000 Paris</span>
511
+ </li>
512
+ </ul>
513
+ </div>
514
+ </div>
515
+ <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">
516
+ <p class="text-gray-400 mb-4 md:mb-0">© 2023 Hoowa. Tous droits réservés.</p>
517
+ <div class="flex space-x-6">
518
+ <img src="https://via.placeholder.com/60x40?text=Stripe" alt="Stripe" class="h-8">
519
+ <img src="https://via.placeholder.com/60x40?text=PayPal" alt="PayPal" class="h-8">
520
+ </div>
521
+ </div>
522
+ </div>
523
+ </footer>
524
+
525
+ <script>
526
+ // Smooth scrolling for navigation links
527
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
528
+ anchor.addEventListener('click', function (e) {
529
+ e.preventDefault();
530
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
531
+ behavior: 'smooth'
532
+ });
533
+ });
534
+ });
535
+
536
+ // Simple form validation for merchant form
537
+ const merchantForm = document.querySelector('#merchants form');
538
+ if (merchantForm) {
539
+ merchantForm.addEventListener('submit', function(e) {
540
+ e.preventDefault();
541
+ const businessName = document.getElementById('business-name').value;
542
+ const contactName = document.getElementById('contact-name').value;
543
+ const email = document.getElementById('email').value;
544
+
545
+ if (!businessName || !contactName || !email) {
546
+ alert('Veuillez remplir tous les champs obligatoires.');
547
+ return;
548
+ }
549
+
550
+ alert('Merci pour votre demande ! Nous vous contacterons sous peu.');
551
+ this.reset();
552
+ });
553
+ }
554
+
555
+ // Login form validation
556
+ const loginForm = document.querySelector('#member form');
557
+ if (loginForm) {
558
+ loginForm.addEventListener('submit', function(e) {
559
+ e.preventDefault();
560
+ const email = document.getElementById('login-email').value;
561
+ const password = document.getElementById('login-password').value;
562
+
563
+ if (!email || !password) {
564
+ alert('Veuillez entrer votre email et mot de passe.');
565
+ return;
566
+ }
567
+
568
+ // In a real app, you would send this to your server
569
+ alert('Connexion en cours...');
570
+ });
571
+ }
572
+ </script>
573
+ <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/hoowa" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
574
+ </html>