yaostephanekouassi1 commited on
Commit
e358167
·
verified ·
1 Parent(s): cb40b77

Presentazione del sito e della sua missione • Sezione per eventi in evidenza • Call-to-action per iscriversi o accedere 2. Sezione Eventi • Ricerca avanzata per trovare eventi per località, stile di danza, data • Eventi consigliati in base alle preferenze degli utenti • Mappa interattiva con eventi in tutto il mondo 3. Sezione Ballerini • Profilo personale con portfolio e video delle esibizioni • Spazio per inserire disponibilità e offerte di lavoro • Recensioni e collaborazioni tra ballerini e organizzatori 4. Community e Networking • Forum di discussione per esperienze e consigli • Sezione mentorship per ballerini emergenti • Eventi di networking virtuali e dal vivo 5. Area Business • Sezione per coreografi, agenti e organizzatori di eventi • Opportunità di sponsorizzazione e collaborazione • Marketplace per costumi, attrezzature e corsi di danza 6. Blog e Risorse • Articoli su tendenze, tecniche e storie di successo • Interviste con ballerini famosi • Sezione tutorial con video didattici - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +345 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Yaostephanekouassi3
3
- emoji: 📈
4
- colorFrom: pink
5
- colorTo: red
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: yaostephanekouassi3
3
+ emoji: 🐳
4
+ colorFrom: gray
5
+ colorTo: green
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,345 @@
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="it">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>DanceConnect - La comunità globale per ballerini</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-gradient {
11
+ background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
12
+ }
13
+ .event-card:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .dancer-card:hover .dancer-overlay {
18
+ opacity: 1;
19
+ }
20
+ .map-container {
21
+ height: 400px;
22
+ background-image: url('https://maps.googleapis.com/maps/api/staticmap?center=World&zoom=2&size=800x400&key=YOUR_API_KEY');
23
+ background-size: cover;
24
+ background-position: center;
25
+ }
26
+ .forum-post:hover {
27
+ background-color: #f8f9fa;
28
+ }
29
+ .animated-bg {
30
+ animation: gradientBG 15s ease infinite;
31
+ background-size: 400% 400%;
32
+ background-image: linear-gradient(-45deg, #6e48aa, #9d50bb, #4776E6, #8e54e9);
33
+ }
34
+ @keyframes gradientBG {
35
+ 0% { background-position: 0% 50% }
36
+ 50% { background-position: 100% 50% }
37
+ 100% { background-position: 0% 50% }
38
+ }
39
+ </style>
40
+ </head>
41
+ <body class="font-sans antialiased text-gray-800">
42
+ <!-- Navigation -->
43
+ <nav class="bg-white shadow-lg">
44
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
45
+ <div class="flex justify-between h-16">
46
+ <div class="flex">
47
+ <div class="flex-shrink-0 flex items-center">
48
+ <i class="fas fa-dance text-purple-600 text-2xl mr-2"></i>
49
+ <span class="text-xl font-bold text-purple-600">DanceConnect</span>
50
+ </div>
51
+ <div class="hidden sm:ml-6 sm:flex sm:space-x-8">
52
+ <a href="#home" class="border-purple-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Home</a>
53
+ <a href="#events" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Eventi</a>
54
+ <a href="#dancers" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Ballerini</a>
55
+ <a href="#community" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Community</a>
56
+ <a href="#business" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Business</a>
57
+ <a href="#blog" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Blog</a>
58
+ </div>
59
+ </div>
60
+ <div class="hidden sm:ml-6 sm:flex sm:items-center">
61
+ <button class="bg-purple-600 hover:bg-purple-700 text-white px-4 py-2 rounded-md text-sm font-medium mr-4">Accedi</button>
62
+ <button class="border border-purple-600 text-purple-600 hover:bg-purple-50 px-4 py-2 rounded-md text-sm font-medium">Registrati</button>
63
+ </div>
64
+ <div class="-mr-2 flex items-center sm:hidden">
65
+ <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-purple-500" aria-controls="mobile-menu" aria-expanded="false">
66
+ <span class="sr-only">Open main menu</span>
67
+ <i class="fas fa-bars"></i>
68
+ </button>
69
+ </div>
70
+ </div>
71
+ </div>
72
+
73
+ <!-- Mobile menu -->
74
+ <div class="sm:hidden hidden" id="mobile-menu">
75
+ <div class="pt-2 pb-3 space-y-1">
76
+ <a href="#home" class="bg-purple-50 border-purple-500 text-purple-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Home</a>
77
+ <a href="#events" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Eventi</a>
78
+ <a href="#dancers" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Ballerini</a>
79
+ <a href="#community" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Community</a>
80
+ <a href="#business" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Business</a>
81
+ <a href="#blog" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Blog</a>
82
+ <div class="pt-4 pb-3 border-t border-gray-200">
83
+ <div class="flex items-center px-4">
84
+ <button class="bg-purple-600 hover:bg-purple-700 text-white px-4 py-2 rounded-md text-sm font-medium w-full mb-2">Accedi</button>
85
+ </div>
86
+ <div class="flex items-center px-4">
87
+ <button class="border border-purple-600 text-purple-600 hover:bg-purple-50 px-4 py-2 rounded-md text-sm font-medium w-full">Registrati</button>
88
+ </div>
89
+ </div>
90
+ </div>
91
+ </div>
92
+ </nav>
93
+
94
+ <!-- Hero Section -->
95
+ <section id="home" class="hero-gradient text-white py-20">
96
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
97
+ <div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
98
+ <div class="mb-12 lg:mb-0">
99
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">Connettiti con la comunità globale della danza</h1>
100
+ <p class="text-xl mb-8">DanceConnect è la piattaforma che unisce ballerini, coreografi e organizzatori di eventi in un unico spazio creativo. Scopri opportunità, condividi la tua passione e cresci insieme a noi.</p>
101
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
102
+ <button class="bg-white text-purple-600 hover:bg-gray-100 px-6 py-3 rounded-lg font-bold text-lg">Esplora ora</button>
103
+ <button class="border-2 border-white text-white hover:bg-white hover:text-purple-600 px-6 py-3 rounded-lg font-bold text-lg">Scopri di più</button>
104
+ </div>
105
+ </div>
106
+ <div class="relative">
107
+ <img src="https://images.unsplash.com/photo-1547153760-18fc86324498?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Dancers" class="rounded-lg shadow-2xl transform rotate-2">
108
+ <div class="absolute -bottom-6 -left-6 bg-yellow-400 text-gray-900 px-4 py-2 rounded-lg shadow-lg">
109
+ <p class="font-bold">Evento in evidenza: <span class="font-normal">Festival Internazionale di Danza</span></p>
110
+ </div>
111
+ </div>
112
+ </div>
113
+ </div>
114
+ </section>
115
+
116
+ <!-- Featured Events -->
117
+ <section class="py-16 bg-gray-50">
118
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
119
+ <div class="text-center mb-12">
120
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Eventi in evidenza</h2>
121
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Scopri i prossimi eventi più attesi dalla comunità</p>
122
+ </div>
123
+
124
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
125
+ <!-- Event 1 -->
126
+ <div class="bg-white rounded-xl shadow-md overflow-hidden event-card transition duration-300">
127
+ <div class="relative h-48">
128
+ <img class="w-full h-full object-cover" src="https://images.unsplash.com/photo-1508700929621-771618466a16?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Contemporary dance event">
129
+ <div class="absolute top-4 right-4 bg-purple-600 text-white px-3 py-1 rounded-full text-sm font-medium">20% Sconto</div>
130
+ </div>
131
+ <div classp-6">
132
+ <div class="flex items-center text-sm text-gray-500 mb-2">
133
+ <span><i class="fas fa-calendar-alt mr-1"></i> 15-18 Luglio 2023</span>
134
+ <span class="mx-2">•</span>
135
+ <span><i class="fas fa-map-marker-alt mr-1"></i> Milano, Italia</span>
136
+ </div>
137
+ <h3 class="text-xl font-semibold text-gray-900 mb-2">Festival Danza Contemporanea</h3>
138
+ <p class="text-gray-600 mb-4">Workshop intensivi con i migliori coreografi internazionali di danza contemporanea.</p>
139
+ <div class="flex justify-between items-center">
140
+ <span class="text-purple-600 font-bold">€120</span>
141
+ <button class="bg-purple-600 hover:bg-purple-700 text-white px-4 py-2 rounded-md text-sm font-medium">Partecipa</button>
142
+ </div>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Event 2 -->
147
+ <div class="bg-white rounded-xl shadow-md overflow-hidden event-card transition duration-300">
148
+ <div class="relative h-48">
149
+ <img class="w-full h-full object-cover" src="https://images.unsplash.com/photo-1514525253161-7a46d19cd819?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Hip hop battle">
150
+ <div class="absolute top-4 right-4 bg-yellow-500 text-white px-3 py-1 rounded-full text-sm font-medium">Novità</div>
151
+ </div>
152
+ <div class="p-6">
153
+ <div class="flex items-center text-sm text-gray-500 mb-2">
154
+ <span><i class="fas fa-calendar-alt mr-1"></i> 22 Agosto 2023</span>
155
+ <span class="mx-2">•</span>
156
+ <span><i class="fas fa-map-marker-alt mr-1"></i> Barcellona, Spagna</span>
157
+ </div>
158
+ <h3 class="text-xl font-semibold text-gray-900 mb-2">Hip Hop International Battle</h3>
159
+ <p class="text-gray-600 mb-4">La più grande competizione di hip hop in Europa con premi in denaro e contratti.</p>
160
+ <div class="flex justify-between items-center">
161
+ <span class="text-purple-600 font-bold">€75</span>
162
+ <button class="bg-purple-600 hover:bg-purple-700 text-white px-4 py-2 rounded-md text-sm font-medium">Partecipa</button>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Event 3 -->
168
+ <div class="bg-white rounded-xl shadow-md overflow-hidden event-card transition duration-300">
169
+ <div class="relative h-48">
170
+ <img class="w-full h-full object-cover" src="https://images.unsplash.com/photo-1533856493584-0c6ca8ca9ce3?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Salsa festival">
171
+ <div class="absolute top-4 right-4 bg-red-500 text-white px-3 py-1 rounded-full text-sm font-medium">Sold Out</div>
172
+ </div>
173
+ <div class="p-6">
174
+ <div class="flex items-center text-sm text-gray-500 mb-2">
175
+ <span><i class="fas fa-calendar-alt mr-1"></i> 5-7 Settembre 2023</span>
176
+ <span class="mx-2">•</span>
177
+ <span><i class="fas fa-map-marker-alt mr-1"></i> Roma, Italia</span>
178
+ </div>
179
+ <h3 class="text-xl font-semibold text-gray-900 mb-2">Salsa & Bachata Festival</h3>
180
+ <p class="text-gray-600 mb-4">Tre giorni di workshop, party e competizioni con i migliori insegnanti mondiali.</p>
181
+ <div class="flex justify-between items-center">
182
+ <span class="text-purple-600 font-bold">€150</span>
183
+ <button class="bg-gray-400 text-white px-4 py-2 rounded-md text-sm font-medium cursor-not-allowed">Esaurito</button>
184
+ </div>
185
+ </div>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="text-center mt-12">
190
+ <button class="border-2 border-purple-600 text-purple-600 hover:bg-purple-600 hover:text-white px-6 py-3 rounded-lg font-bold text-lg transition duration-300">Vedi tutti gli eventi</button>
191
+ </div>
192
+ </div>
193
+ </section>
194
+
195
+ <!-- Events Section -->
196
+ <section id="events" class="py-16 bg-white">
197
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
198
+ <div class="text-center mb-12">
199
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Trova il tuo prossimo evento</h2>
200
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Cerca tra migliaia di eventi in tutto il mondo</p>
201
+ </div>
202
+
203
+ <!-- Search Filters -->
204
+ <div class="bg-purple-50 rounded-xl p-6 mb-12">
205
+ <h3 class="text-xl font-semibold text-gray-900 mb-4">Ricerca avanzata</h3>
206
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4">
207
+ <div>
208
+ <label for="location" class="block text-sm font-medium text-gray-700 mb-1">Località</label>
209
+ <select id="location" class="w-full rounded-md border-gray-300 shadow-sm focus:border-purple-500 focus:ring-purple-500">
210
+ <option>Tutte le località</option>
211
+ <option>Italia</option>
212
+ <option>Europa</option>
213
+ <option>Nord America</option>
214
+ <option>Sud America</option>
215
+ <option>Asia</option>
216
+ </select>
217
+ </div>
218
+ <div>
219
+ <label for="dance-style" class="block text-sm font-medium text-gray-700 mb-1">Stile di danza</label>
220
+ <select id="dance-style" class="w-full rounded-md border-gray-300 shadow-sm focus:border-purple-500 focus:ring-purple-500">
221
+ <option>Tutti gli stili</option>
222
+ <option>Contemporaneo</option>
223
+ <option>Hip Hop</option>
224
+ <option>Salsa</option>
225
+ <option>Bachata</option>
226
+ <option>Balletto</option>
227
+ <option>Jazz</option>
228
+ </select>
229
+ </div>
230
+ <div>
231
+ <label for="date" class="block text-sm font-medium text-gray-700 mb-1">Data</label>
232
+ <select id="date" class="w-full rounded-md border-gray-300 shadow-sm focus:border-purple-500 focus:ring-purple-500">
233
+ <option>Qualsiasi data</option>
234
+ <option>Questo weekend</option>
235
+ <option>Prossimo mese</option>
236
+ <option>Prossimi 3 mesi</option>
237
+ <option>Prossimi 6 mesi</option>
238
+ </select>
239
+ </div>
240
+ <div class="flex items-end">
241
+ <button class="w-full bg-purple-600 hover:bg-purple-700 text-white px-4 py-2 rounded-md text-sm font-medium">Cerca</button>
242
+ </div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Recommended Events -->
247
+ <div class="mb-12">
248
+ <h3 class="text-2xl font-semibold text-gray-900 mb-6">Eventi consigliati per te</h3>
249
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
250
+ <!-- Recommended Event 1 -->
251
+ <div class="bg-white rounded-lg shadow-md overflow-hidden event-card transition duration-300">
252
+ <img class="w-full h-40 object-cover" src="https://images.unsplash.com/photo-1519671482749-fd09be7ccebf?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Dance workshop">
253
+ <div class="p-4">
254
+ <div class="flex items-center text-xs text-gray-500 mb-1">
255
+ <span><i class="fas fa-calendar-alt mr-1"></i> 10 Luglio 2023</span>
256
+ </div>
257
+ <h4 class="font-medium text-gray-900 mb-1">Workshop di Danza Urbana</h4>
258
+ <p class="text-xs text-gray-500 mb-2">Torino, Italia</p>
259
+ <div class="flex justify-between items-center">
260
+ <span class="text-purple-600 text-sm font-bold">€45</span>
261
+ <button class="text-purple-600 hover:text-purple-800 text-sm font-medium">Dettagli</button>
262
+ </div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Recommended Event 2 -->
267
+ <div class="bg-white rounded-lg shadow-md overflow-hidden event-card transition duration-300">
268
+ <img class="w-full h-40 object-cover" src="https://images.unsplash.com/photo-1547153760-18fc86324498?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Dance performance">
269
+ <div class="p-4">
270
+ <div class="flex items-center text-xs text-gray-500 mb-1">
271
+ <span><i class="fas fa-calendar-alt mr-1"></i> 25 Agosto 2023</span>
272
+ </div>
273
+ <h4 class="font-medium text-gray-900 mb-1">Gala di Danza Classica</h4>
274
+ <p class="text-xs text-gray-500 mb-2">Venezia, Italia</p>
275
+ <div class="flex justify-between items-center">
276
+ <span class="text-purple-600 text-sm font-bold">€60</span>
277
+ <button class="text-purple-600 hover:text-purple-800 text-sm font-medium">Dettagli</button>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Recommended Event 3 -->
283
+ <div class="bg-white rounded-lg shadow-md overflow-hidden event-card transition duration-300">
284
+ <img class="w-full h-40 object-cover" src="https://images.unsplash.com/photo-1475721027785-f74eccf877e2?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Dance festival">
285
+ <div class="p-4">
286
+ <div class="flex items-center text-xs text-gray-500 mb-1">
287
+ <span><i class="fas fa-calendar-alt mr-1"></i> 15 Settembre 2023</span>
288
+ </div>
289
+ <h4 class="font-medium text-gray-900 mb-1">Festival di Danza Moderna</h4>
290
+ <p class="text-xs text-gray-500 mb-2">Firenze, Italia</p>
291
+ <div class="flex justify-between items-center">
292
+ <span class="text-purple-600 text-sm font-bold">€80</span>
293
+ <button class="text-purple-600 hover:text-purple-800 text-sm font-medium">Dettagli</button>
294
+ </div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Recommended Event 4 -->
299
+ <div class="bg-white rounded-lg shadow-md overflow-hidden event-card transition duration-300">
300
+ <img class="w-full h-40 object-cover" src="https://images.unsplash.com/photo-1533856493584-0c6ca8ca9ce3?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="Latin dance">
301
+ <div class="p-4">
302
+ <div class="flex items-center text-xs text-gray-500 mb-1">
303
+ <span><i class="fas fa-calendar-alt mr-1"></i> 30 Ottobre 2023</span>
304
+ </div>
305
+ <h4 class="font-medium text-gray-900 mb-1">Congresso di Salsa</h4>
306
+ <p class="text-xs text-gray-500 mb-2">Napoli, Italia</p>
307
+ <div class="flex justify-between items-center">
308
+ <span class="text-purple-600 text-sm font-bold">€90</span>
309
+ <button class="text-purple-600 hover:text-purple-800 text-sm font-medium">Dettagli</button>
310
+ </div>
311
+ </div>
312
+ </div>
313
+ </div>
314
+ </div>
315
+
316
+ <!-- Interactive Map -->
317
+ <div>
318
+ <h3 class="text-2xl font-semibold text-gray-900 mb-6">Mappa degli eventi globali</h3>
319
+ <div class="map-container rounded-xl shadow-lg mb-6">
320
+ <!-- This would be replaced with an actual interactive map in production -->
321
+ <div class="w-full h-full flex items-center justify-center bg-gray-200">
322
+ <p class="text-gray-500 text-lg">Mappa interattiva degli eventi in tutto il mondo</p>
323
+ </div>
324
+ </div>
325
+ <div class="text-right">
326
+ <button class="text-purple-600 hover:text-purple-800 font-medium">Visualizza mappa completa</button>
327
+ </div>
328
+ </div>
329
+ </div>
330
+ </section>
331
+
332
+ <!-- Dancers Section -->
333
+ <section id="dancers" class="py-16 bg-gray-50">
334
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
335
+ <div class="text-center mb-12">
336
+ <h2 class="text-3xl font-bold text-gray-900 mb-4">Connettiti con ballerini</h2>
337
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Scopri, collabora e cresci con professionisti da tutto il mondo</p>
338
+ </div>
339
+
340
+ <!-- Dancer Profiles -->
341
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mb-12">
342
+ <!-- Dancer 1 -->
343
+ <
344
+ <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://deepsite.hf.co/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://deepsite.hf.co" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://deepsite.hf.co?remix=yaostephanekouassi1/yaostephanekouassi3" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
345
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Presentazione del sito e della sua missione • Sezione per eventi in evidenza • Call-to-action per iscriversi o accedere 2. Sezione Eventi • Ricerca avanzata per trovare eventi per località, stile di danza, data • Eventi consigliati in base alle preferenze degli utenti • Mappa interattiva con eventi in tutto il mondo 3. Sezione Ballerini • Profilo personale con portfolio e video delle esibizioni • Spazio per inserire disponibilità e offerte di lavoro • Recensioni e collaborazioni tra ballerini e organizzatori 4. Community e Networking • Forum di discussione per esperienze e consigli • Sezione mentorship per ballerini emergenti • Eventi di networking virtuali e dal vivo 5. Area Business • Sezione per coreografi, agenti e organizzatori di eventi • Opportunità di sponsorizzazione e collaborazione • Marketplace per costumi, attrezzature e corsi di danza 6. Blog e Risorse • Articoli su tendenze, tecniche e storie di successo • Interviste con ballerini famosi • Sezione tutorial con video didattici