vi-c commited on
Commit
f924d19
·
verified ·
1 Parent(s): 3fe4d2e

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +437 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Hoppy
3
- emoji: 📊
4
- colorFrom: gray
5
  colorTo: yellow
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: hoppy
3
+ emoji: 🐳
4
+ colorFrom: red
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,437 @@
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>HOP!PY - Trouvez votre prochaine aventure</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
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ 'hop-primary': '#004CF2',
15
+ 'hop-secondary': '#FBA536',
16
+ 'hop-accent': '#FF5362',
17
+ 'hop-purple': '#6319C3',
18
+ 'hop-bg': '#FFECE5',
19
+ }
20
+ }
21
+ }
22
+ }
23
+ </script>
24
+ <style>
25
+ @import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&family=Poppins:wght@400;600;700&display=swap');
26
+
27
+ body {
28
+ font-family: 'Poppins', sans-serif;
29
+ background-color: #FFECE5;
30
+ }
31
+
32
+ .comic-font {
33
+ font-family: 'Comic Neue', cursive;
34
+ }
35
+
36
+ .bounce {
37
+ animation: bounce 2s infinite;
38
+ }
39
+
40
+ @keyframes bounce {
41
+ 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
42
+ 40% {transform: translateY(-20px);}
43
+ 60% {transform: translateY(-10px);}
44
+ }
45
+
46
+ .app-screen {
47
+ box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
48
+ border-radius: 30px;
49
+ transform: perspective(1000px) rotateY(-10deg);
50
+ transition: all 0.3s ease;
51
+ }
52
+
53
+ .app-screen:hover {
54
+ transform: perspective(1000px) rotateY(0deg);
55
+ }
56
+
57
+ .feature-card {
58
+ transition: all 0.3s ease;
59
+ }
60
+
61
+ .feature-card:hover {
62
+ transform: translateY(-10px);
63
+ }
64
+ </style>
65
+ </head>
66
+ <body class="bg-hop-bg">
67
+ <!-- Header -->
68
+ <header class="bg-white shadow-sm">
69
+ <div class="container mx-auto px-4 py-4 flex justify-between items-center">
70
+ <div class="flex items-center">
71
+ <img src="https://via.placeholder.com/50x50" alt="HOP!PY Logo" class="h-12 mr-3">
72
+ <span class="text-2xl font-bold text-hop-primary comic-font">HOP!PY</span>
73
+ </div>
74
+ <nav class="hidden md:flex space-x-8">
75
+ <a href="#how-it-works" class="text-gray-700 hover:text-hop-accent font-medium">Comment ça marche</a>
76
+ <a href="#features" class="text-gray-700 hover:text-hop-accent font-medium">Pourquoi HOP!PY?</a>
77
+ <a href="#download" class="text-gray-700 hover:text-hop-accent font-medium">Télécharger</a>
78
+ </nav>
79
+ <button class="md:hidden text-gray-700">
80
+ <i class="fas fa-bars text-2xl"></i>
81
+ </button>
82
+ </div>
83
+ </header>
84
+
85
+ <!-- Hero Section -->
86
+ <section class="py-16 md:py-24 px-4">
87
+ <div class="container mx-auto flex flex-col md:flex-row items-center">
88
+ <div class="md:w-1/2 mb-12 md:mb-0">
89
+ <h1 class="text-4xl md:text-6xl font-bold text-hop-primary mb-4 comic-font">
90
+ HOP!PY
91
+ </h1>
92
+ <h2 class="text-2xl md:text-3xl font-semibold text-gray-800 mb-6">
93
+ Trouvez votre prochaine aventure parfaite
94
+ </h2>
95
+ <p class="text-gray-600 mb-8 text-lg">
96
+ L'application qui vous aide à découvrir les meilleures activités éducatives et amusantes pour vos enfants à Genève.
97
+ </p>
98
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
99
+ <button class="bg-hop-accent hover:bg-opacity-90 text-white font-bold py-4 px-8 rounded-full text-lg shadow-lg transform transition hover:scale-105">
100
+ Télécharger maintenant
101
+ </button>
102
+ <button class="border-2 border-hop-primary text-hop-primary hover:bg-hop-primary hover:text-white font-bold py-4 px-8 rounded-full text-lg transform transition hover:scale-105">
103
+ En savoir plus
104
+ </button>
105
+ </div>
106
+ </div>
107
+ <div class="md:w-1/2 flex justify-center">
108
+ <div class="relative">
109
+ <img src="https://via.placeholder.com/300x600" alt="App Preview" class="app-screen h-96 md:h-auto">
110
+ <div class="absolute -bottom-6 -left-6 bg-hop-secondary rounded-full w-24 h-24 flex items-center justify-center shadow-xl">
111
+ <i class="fas fa-child text-white text-4xl bounce"></i>
112
+ </div>
113
+ <div class="absolute -top-6 -right-6 bg-hop-purple rounded-full w-20 h-20 flex items-center justify-center shadow-xl">
114
+ <i class="fas fa-star text-white text-3xl"></i>
115
+ </div>
116
+ </div>
117
+ </div>
118
+ </div>
119
+ </section>
120
+
121
+ <!-- How It Works -->
122
+ <section id="how-it-works" class="py-16 bg-white">
123
+ <div class="container mx-auto px-4">
124
+ <h2 class="text-3xl md:text-4xl font-bold text-center text-hop-primary mb-16 comic-font">
125
+ Comment ça marche?
126
+ </h2>
127
+ <div class="flex flex-col md:flex-row justify-center space-y-12 md:space-y-0 md:space-x-8">
128
+ <!-- Step 1 -->
129
+ <div class="flex-1 flex flex-col items-center px-4">
130
+ <div class="bg-hop-primary text-white rounded-full w-16 h-16 flex items-center justify-center text-2xl font-bold mb-6">
131
+ 1
132
+ </div>
133
+ <h3 class="text-xl font-bold text-gray-800 mb-3 text-center">Filtrez par âge et type</h3>
134
+ <p class="text-gray-600 text-center">
135
+ Sélectionnez l'âge de votre enfant et le type d'activité que vous recherchez (intérieur, extérieur, éducatif, etc.)
136
+ </p>
137
+ </div>
138
+
139
+ <!-- Step 2 -->
140
+ <div class="flex-1 flex flex-col items-center px-4">
141
+ <div class="bg-hop-secondary text-white rounded-full w-16 h-16 flex items-center justify-center text-2xl font-bold mb-6">
142
+ 2
143
+ </div>
144
+ <h3 class="text-xl font-bold text-gray-800 mb-3 text-center">Obtenez des idées</h3>
145
+ <p class="text-gray-600 text-center">
146
+ Recevez une sélection personnalisée d'activités adaptées à vos critères dans votre région
147
+ </p>
148
+ </div>
149
+
150
+ <!-- Step 3 -->
151
+ <div class="flex-1 flex flex-col items-center px-4">
152
+ <div class="bg-hop-accent text-white rounded-full w-16 h-16 flex items-center justify-center text-2xl font-bold mb-6">
153
+ 3
154
+ </div>
155
+ <h3 class="text-xl font-bold text-gray-800 mb-3 text-center">Partez à l'aventure</h3>
156
+ <p class="text-gray-600 text-center">
157
+ Planifiez et profitez d'activités amusantes avec vos enfants en toute simplicité
158
+ </p>
159
+ </div>
160
+ </div>
161
+ </div>
162
+ </section>
163
+
164
+ <!-- App Preview -->
165
+ <section class="py-20 bg-hop-bg">
166
+ <div class="container mx-auto px-4">
167
+ <h2 class="text-3xl md:text-4xl font-bold text-center text-hop-primary mb-16 comic-font">
168
+ Découvrez HOP!PY
169
+ </h2>
170
+ <div class="flex flex-col lg:flex-row items-center">
171
+ <div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12">
172
+ <h3 class="text-2xl font-bold text-gray-800 mb-4">Une interface simple et intuitive</h3>
173
+ <p class="text-gray-600 mb-6">
174
+ Naviguez facilement parmi des centaines d'activités triées sur le volet pour vos enfants. Visualisez les lieux, les horaires et les avis en un clin d'œil.
175
+ </p>
176
+ <ul class="space-y-3">
177
+ <li class="flex items-start">
178
+ <i class="fas fa-check-circle text-hop-secondary mt-1 mr-3"></i>
179
+ <span class="text-gray-700">Recherche rapide par localisation</span>
180
+ </li>
181
+ <li class="flex items-start">
182
+ <i class="fas fa-check-circle text-hop-secondary mt-1 mr-3"></i>
183
+ <span class="text-gray-700">Filtres personnalisables</span>
184
+ </li>
185
+ <li class="flex items-start">
186
+ <i class="fas fa-check-circle text-hop-secondary mt-1 mr-3"></i>
187
+ <span class="text-gray-700">Sauvegarde de vos favoris</span>
188
+ </li>
189
+ </ul>
190
+ </div>
191
+ <div class="lg:w-1/2 flex justify-center">
192
+ <img src="https://via.placeholder.com/300x600" alt="App Interface" class="app-screen h-96">
193
+ </div>
194
+ </div>
195
+ </div>
196
+ </section>
197
+
198
+ <!-- Why HOP!PY -->
199
+ <section id="features" class="py-20 bg-white">
200
+ <div class="container mx-auto px-4">
201
+ <h2 class="text-3xl md:text-4xl font-bold text-center text-hop-primary mb-16 comic-font">
202
+ Pourquoi choisir HOP!PY?
203
+ </h2>
204
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
205
+ <!-- Feature 1 -->
206
+ <div class="bg-hop-bg p-6 rounded-xl feature-card">
207
+ <div class="bg-hop-primary text-white rounded-full w-14 h-14 flex items-center justify-center mb-4">
208
+ <i class="fas fa-map-marker-alt text-2xl"></i>
209
+ </div>
210
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Toutes les activités locales</h3>
211
+ <p class="text-gray-600">
212
+ Accédez à une base de données complète des meilleures activités pour enfants à Genève et ses environs.
213
+ </p>
214
+ </div>
215
+
216
+ <!-- Feature 2 -->
217
+ <div class="bg-hop-bg p-6 rounded-xl feature-card">
218
+ <div class="bg-hop-secondary text-white rounded-full w-14 h-14 flex items-center justify-center mb-4">
219
+ <i class="fas fa-child text-2xl"></i>
220
+ </div>
221
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Adapté à l'âge de votre enfant</h3>
222
+ <p class="text-gray-600">
223
+ Des recommandations personnalisées en fonction de l'âge et du développement de votre enfant.
224
+ </p>
225
+ </div>
226
+
227
+ <!-- Feature 3 -->
228
+ <div class="bg-hop-bg p-6 rounded-xl feature-card">
229
+ <div class="bg-hop-accent text-white rounded-full w-14 h-14 flex items-center justify-center mb-4">
230
+ <i class="fas fa-home text-2xl"></i>
231
+ </div>
232
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Intérieur & extérieur</h3>
233
+ <p class="text-gray-600">
234
+ Trouvez des activités adaptées à toutes les saisons et à toutes les météos.
235
+ </p>
236
+ </div>
237
+
238
+ <!-- Feature 4 -->
239
+ <div class="bg-hop-bg p-6 rounded-xl feature-card">
240
+ <div class="bg-hop-purple text-white rounded-full w-14 h-14 flex items-center justify-center mb-4">
241
+ <i class="fas fa-filter text-2xl"></i>
242
+ </div>
243
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Filtres faciles</h3>
244
+ <p class="text-gray-600">
245
+ Trouvez exactement ce que vous cherchez grâce à notre système de filtrage intuitif.
246
+ </p>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ </section>
251
+
252
+ <!-- Testimonials -->
253
+ <section class="py-20 bg-hop-bg">
254
+ <div class="container mx-auto px-4">
255
+ <h2 class="text-3xl md:text-4xl font-bold text-center text-hop-primary mb-16 comic-font">
256
+ Ce que disent les parents
257
+ </h2>
258
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
259
+ <!-- Testimonial 1 -->
260
+ <div class="bg-white p-6 rounded-xl shadow-md">
261
+ <div class="flex items-center mb-4">
262
+ <div class="bg-hop-primary text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
263
+ <i class="fas fa-user text-xl"></i>
264
+ </div>
265
+ <div>
266
+ <h4 class="font-bold text-gray-800">Sophie M.</h4>
267
+ <div class="flex text-hop-secondary">
268
+ <i class="fas fa-star"></i>
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
+ </div>
274
+ </div>
275
+ </div>
276
+ <p class="text-gray-600">
277
+ "HOP!PY a sauvé nos weekends! Plus besoin de chercher pendant des heures quoi faire avec les enfants. Tout est là, bien organisé et adapté à leur âge."
278
+ </p>
279
+ </div>
280
+
281
+ <!-- Testimonial 2 -->
282
+ <div class="bg-white p-6 rounded-xl shadow-md">
283
+ <div class="flex items-center mb-4">
284
+ <div class="bg-hop-secondary text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
285
+ <i class="fas fa-user text-xl"></i>
286
+ </div>
287
+ <div>
288
+ <h4 class="font-bold text-gray-800">Thomas L.</h4>
289
+ <div class="flex text-hop-secondary">
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"></i>
294
+ <i class="fas fa-star"></i>
295
+ </div>
296
+ </div>
297
+ </div>
298
+ <p class="text-gray-600">
299
+ "En tant que nouveau parent à Genève, cette application m'a permis de découvrir des endroits que je ne connaissais pas. Les enfants adorent nos nouvelles aventures!"
300
+ </p>
301
+ </div>
302
+
303
+ <!-- Testimonial 3 -->
304
+ <div class="bg-white p-6 rounded-xl shadow-md">
305
+ <div class="flex items-center mb-4">
306
+ <div class="bg-hop-accent text-white rounded-full w-12 h-12 flex items-center justify-center mr-4">
307
+ <i class="fas fa-user text-xl"></i>
308
+ </div>
309
+ <div>
310
+ <h4 class="font-bold text-gray-800">Camille R.</h4>
311
+ <div class="flex text-hop-secondary">
312
+ <i class="fas fa-star"></i>
313
+ <i class="fas fa-star"></i>
314
+ <i class="fas fa-star"></i>
315
+ <i class="fas fa-star"></i>
316
+ <i class="fas fa-star-half-alt"></i>
317
+ </div>
318
+ </div>
319
+ </div>
320
+ <p class="text-gray-600">
321
+ "J'apprécie particulièrement les activités éducatives suggérées. Mon fils de 5 ans apprend tout en s'amusant. Une vraie mine d'or pour les parents occupés!"
322
+ </p>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ </section>
327
+
328
+ <!-- Download CTA -->
329
+ <section id="download" class="py-20 bg-gradient-to-r from-hop-primary to-hop-purple text-white">
330
+ <div class="container mx-auto px-4 text-center">
331
+ <h2 class="text-3xl md:text-4xl font-bold mb-6 comic-font">
332
+ Prêt pour l'aventure?
333
+ </h2>
334
+ <p class="text-xl mb-8 max-w-2xl mx-auto">
335
+ Téléchargez HOP!PY maintenant et découvrez des centaines d'activités amusantes pour vos enfants à Genève.
336
+ </p>
337
+ <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-6">
338
+ <button class="bg-white text-hop-primary hover:bg-opacity-90 font-bold py-4 px-8 rounded-full text-lg shadow-lg transform transition hover:scale-105 flex items-center justify-center">
339
+ <i class="fab fa-apple text-2xl mr-3"></i>
340
+ <span>App Store</span>
341
+ </button>
342
+ <button class="bg-white text-hop-primary hover:bg-opacity-90 font-bold py-4 px-8 rounded-full text-lg shadow-lg transform transition hover:scale-105 flex items-center justify-center">
343
+ <i class="fab fa-google-play text-2xl mr-3"></i>
344
+ <span>Google Play</span>
345
+ </button>
346
+ </div>
347
+ </div>
348
+ </section>
349
+
350
+ <!-- Footer -->
351
+ <footer class="bg-gray-900 text-white py-12">
352
+ <div class="container mx-auto px-4">
353
+ <div class="flex flex-col md:flex-row justify-between">
354
+ <div class="mb-8 md:mb-0">
355
+ <div class="flex items-center mb-4">
356
+ <img src="https://via.placeholder.com/50x50" alt="HOP!PY Logo" class="h-10 mr-3">
357
+ <span class="text-2xl font-bold text-white comic-font">HOP!PY</span>
358
+ </div>
359
+ <p class="text-gray-400 max-w-xs">
360
+ L'application qui transforme votre temps en famille en aventures inoubliables.
361
+ </p>
362
+ </div>
363
+
364
+ <div class="grid grid-cols-2 md:grid-cols-3 gap-8">
365
+ <div>
366
+ <h3 class="text-lg font-bold mb-4">Navigation</h3>
367
+ <ul class="space-y-2">
368
+ <li><a href="#" class="text-gray-400 hover:text-white">Accueil</a></li>
369
+ <li><a href="#how-it-works" class="text-gray-400 hover:text-white">Comment ça marche</a></li>
370
+ <li><a href="#features" class="text-gray-400 hover:text-white">Fonctionnalités</a></li>
371
+ <li><a href="#download" class="text-gray-400 hover:text-white">Télécharger</a></li>
372
+ </ul>
373
+ </div>
374
+
375
+ <div>
376
+ <h3 class="text-lg font-bold mb-4">Légal</h3>
377
+ <ul class="space-y-2">
378
+ <li><a href="#" class="text-gray-400 hover:text-white">Conditions d'utilisation</a></li>
379
+ <li><a href="#" class="text-gray-400 hover:text-white">Politique de confidentialité</a></li>
380
+ <li><a href="#" class="text-gray-400 hover:text-white">Mentions légales</a></li>
381
+ </ul>
382
+ </div>
383
+
384
+ <div>
385
+ <h3 class="text-lg font-bold mb-4">Contact</h3>
386
+ <ul class="space-y-2">
387
+ <li class="flex items-center">
388
+ <i class="fas fa-envelope text-gray-400 mr-2"></i>
389
+ <span class="text-gray-400">[email protected]</span>
390
+ </li>
391
+ <li class="flex items-center">
392
+ <i class="fas fa-map-marker-alt text-gray-400 mr-2"></i>
393
+ <span class="text-gray-400">Genève, Suisse</span>
394
+ </li>
395
+ </ul>
396
+ <div class="flex space-x-4 mt-4">
397
+ <a href="#" class="text-gray-400 hover:text-white text-xl">
398
+ <i class="fab fa-facebook"></i>
399
+ </a>
400
+ <a href="#" class="text-gray-400 hover:text-white text-xl">
401
+ <i class="fab fa-instagram"></i>
402
+ </a>
403
+ <a href="#" class="text-gray-400 hover:text-white text-xl">
404
+ <i class="fab fa-twitter"></i>
405
+ </a>
406
+ </div>
407
+ </div>
408
+ </div>
409
+ </div>
410
+
411
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
412
+ <p>&copy; 2023 HOP!PY. Tous droits réservés.</p>
413
+ </div>
414
+ </div>
415
+ </footer>
416
+
417
+ <script>
418
+ // Simple script for mobile menu toggle (would be expanded in a real implementation)
419
+ document.querySelector('button.md\\:hidden').addEventListener('click', function() {
420
+ // This would toggle a mobile menu in a real implementation
421
+ alert("Menu mobile s'ouvrirait ici dans une implémentation complète");
422
+ });
423
+
424
+ // Add some interactive elements
425
+ const appScreen = document.querySelector('.app-screen');
426
+ if(appScreen) {
427
+ appScreen.addEventListener('mouseenter', function() {
428
+ this.style.transform = 'perspective(1000px) rotateY(0deg)';
429
+ });
430
+
431
+ appScreen.addEventListener('mouseleave', function() {
432
+ this.style.transform = 'perspective(1000px) rotateY(-10deg)';
433
+ });
434
+ }
435
+ </script>
436
+ <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=vi-c/hoppy" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
437
+ </html>
prompts.txt ADDED
File without changes