QwanYin commited on
Commit
3149aa8
·
verified ·
1 Parent(s): fd0cb40

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +415 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Vilanet 3 11
3
- emoji: 🏆
4
- colorFrom: green
5
- colorTo: pink
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: vilanet-3-11
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
+ colorTo: gray
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,415 @@
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="es">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Vilanet - Red Comunitaria Autónoma</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
11
+
12
+ body {
13
+ font-family: 'Inter', sans-serif;
14
+ background-color: #f8fafc;
15
+ color: #1e293b;
16
+ }
17
+
18
+ .gradient-bg {
19
+ background: linear-gradient(135deg, #1e3a8a 0%, #7c3aed 100%);
20
+ }
21
+
22
+ .hero-image {
23
+ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
24
+ border-radius: 1.5rem;
25
+ transform: perspective(1000px) rotateY(-5deg);
26
+ border: 1px solid rgba(255, 255, 255, 0.2);
27
+ }
28
+
29
+ .highlight-text {
30
+ background: linear-gradient(90deg, #3b82f6, #8b5cf6);
31
+ -webkit-background-clip: text;
32
+ background-clip: text;
33
+ color: transparent;
34
+ display: inline;
35
+ }
36
+ </style>
37
+ </head>
38
+ <body>
39
+ <!-- Hero Section -->
40
+ <header class="gradient-bg text-white min-h-screen flex items-center">
41
+ <div class="container mx-auto px-6 py-24">
42
+ <div class="flex flex-col lg:flex-row items-center gap-16">
43
+ <div class="lg:w-1/2">
44
+ <div class="mb-8">
45
+ <span class="bg-white/10 text-sm px-4 py-2 rounded-full font-medium">Tecnología comunitaria v3.0</span>
46
+ </div>
47
+
48
+ <h1 class="text-5xl md:text-6xl font-bold mb-6 leading-tight">
49
+ <span class="highlight-text">Vilanet</span>: Comunicación <br>sin intermediarios
50
+ </h1>
51
+
52
+ <div class="prose prose-lg text-white/90 max-w-3xl mb-12">
53
+ <p class="text-xl leading-relaxed">
54
+ Sistema de comunicación autónomo que combina redes mesh, IA local y criptografía avanzada para mantener a las comunidades conectadas <strong>incluso cuando falla internet</strong>.
55
+ </p>
56
+
57
+ <div class="mt-8 space-y-4">
58
+ <div class="flex items-start gap-4">
59
+ <div class="flex-shrink-0 mt-1">
60
+ <div class="w-6 h-6 bg-blue-500 rounded-full flex items-center justify-center">
61
+ <i class="fas fa-check text-white text-xs"></i>
62
+ </div>
63
+ </div>
64
+ <div>
65
+ <h3 class="font-semibold">Infraestructura comunitaria</h3>
66
+ <p class="text-white/80 text-sm">Red propiedad de los usuarios sin dependencia de operadoras</p>
67
+ </div>
68
+ </div>
69
+
70
+ <div class="flex items-start gap-4">
71
+ <div class="flex-shrink-0 mt-1">
72
+ <div class="w-6 h-6 bg-blue-500 rounded-full flex items-center justify-center">
73
+ <i class="fas fa-check text-white text-xs"></i>
74
+ </div>
75
+ </div>
76
+ <div>
77
+ <h3 class="font-semibold">Resistente a censuras</h3>
78
+ <p class="text-white/80 text-sm">Topología de malla sin puntos centrales vulnerables</p>
79
+ </div>
80
+ </div>
81
+
82
+ <div class="flex items-start gap-4">
83
+ <div class="flex-shrink-0 mt-1">
84
+ <div class="w-6 h-6 bg-blue-500 rounded-full flex items-center justify-center">
85
+ <i class="fas fa-check text-white text-xs"></i>
86
+ </div>
87
+ </div>
88
+ <div>
89
+ <h3 class="font-semibold">IA local avanzada</h3>
90
+ <p class="text-white/80 text-sm">Modelos como LLaMA 3 para asistencia offline</p>
91
+ </div>
92
+ </div>
93
+ </div>
94
+ </div>
95
+ </div>
96
+
97
+ <div class="lg:w-1/2">
98
+ <img src="https://images.unsplash.com/photo-1563986768609-322da13575f3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
99
+ alt="Red comunitaria mesh"
100
+ class="hero-image w-full object-cover">
101
+ </div>
102
+ </div>
103
+ </div>
104
+ </header>
105
+
106
+ <!-- Explanation Section -->
107
+ <section class="py-20 bg-white">
108
+ <div class="container mx-auto px-6 max-w-5xl">
109
+ <div class="text-center mb-16">
110
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">¿Cómo funciona Vilanet?</h2>
111
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Una arquitectura revolucionaria que redefine la comunicación comunitaria</p>
112
+ </div>
113
+
114
+ <div class="grid md:grid-cols-3 gap-8 mb-20">
115
+ <div class="bg-gray-50 p-8 rounded-xl border border-gray-200">
116
+ <div class="w-14 h-14 bg-blue-100 rounded-xl flex items-center justify-center text-blue-600 mb-6">
117
+ <i class="fas fa-network-wired text-2xl"></i>
118
+ </div>
119
+ <h3 class="text-xl font-semibold mb-3">1. Red Mesh</h3>
120
+ <p class="text-gray-600">Cada dispositivo (teléfono, computadora, nodo dedicado) se convierte en un repetidor que extiende la red, creando una malla auto-organizada.</p>
121
+ </div>
122
+
123
+ <div class="bg-gray-50 p-8 rounded-xl border border-gray-200">
124
+ <div class="w-14 h-14 bg-purple-100 rounded-xl flex items-center justify-center text-purple-600 mb-6">
125
+ <i class="fas fa-shield-alt text-2xl"></i>
126
+ </div>
127
+ <h3 class="text-xl font-semibold mb-3">2. Criptografía E2E</h3>
128
+ <p class="text-gray-600">Comunicaciones encriptadas con algoritmos AES-256 y Curve25519, igual que bancos y gobiernos, pero controladas por la comunidad.</p>
129
+ </div>
130
+
131
+ <div class="bg-gray-50 p-8 rounded-xl border border-gray-200">
132
+ <div class="w-14 h-14 bg-green-100 rounded-xl flex items-center justify-center text-green-600 mb-6">
133
+ <i class="fas fa-brain text-2xl"></i>
134
+ </div>
135
+ <h3 class="text-xl font-semibold mb-3">3. IA Local</h3>
136
+ <p class="text-gray-600">Modelos de lenguaje ejecutándose en hardware comunitario para traducción, búsqueda y asistencia sin necesidad de internet.</p>
137
+ </div>
138
+ </div>
139
+
140
+ <div class="prose prose-lg max-w-none">
141
+ <h3 class="text-2xl font-semibold mb-6">Explicación técnica detallada</h3>
142
+
143
+ <p>Vilanet opera mediante una <strong>arquitectura de tres capas</strong> que combina lo mejor de las tecnologías descentralizadas:</p>
144
+
145
+ <div class="my-8 p-6 bg-gray-50 rounded-xl border border-gray-200">
146
+ <h4 class="font-semibold text-lg mb-3">Capa 1: Conectividad física</h4>
147
+ <ul class="list-disc pl-5 space-y-2">
148
+ <li><strong>WiFi Mesh (2.4GHz/5GHz):</strong> Para alta velocidad en áreas urbanas (hasta 100Mbps)</li>
149
+ <li><strong>LoRa (868MHz/915MHz):</strong> Para larga distancia (hasta 50km) con bajo consumo</li>
150
+ <li><strong>Radio HF (3-30MHz):</strong> Comunicación global en emergencias</li>
151
+ </ul>
152
+ </div>
153
+
154
+ <div class="my-8 p-6 bg-gray-50 rounded-xl border border-gray-200">
155
+ <h4 class="font-semibold text-lg mb-3">Capa 2: Protocolos de red</h4>
156
+ <ul class="list-disc pl-5 space-y-2">
157
+ <li><strong>B.A.T.M.A.N. Advanced:</strong> Protocolo de enrutamiento dinámico para redes mesh</li>
158
+ <li><strong>Matrix Protocol:</strong> Mensajería federada con historial completo</li>
159
+ <li><strong>IPFS:</strong> Sistema de archivos distribuido para compartir recursos</li>
160
+ </ul>
161
+ </div>
162
+
163
+ <div class="my-8 p-6 bg-gray-50 rounded-xl border border-gray-200">
164
+ <h4 class="font-semibold text-lg mb-3">Capa 3: Servicios comunitarios</h4>
165
+ <ul class="list-disc pl-5 space-y-2">
166
+ <li><strong>Telegram X Mod:</strong> Cliente de mensajería que alterna entre internet y Vilanet</li>
167
+ <li><strong>LLaMA 3 Local:</strong> Modelo de IA para asistencia offline (8B parámetros)</li>
168
+ <li><strong>Servicios esenciales:</strong> Mapas offline, wikis locales, alertas de emergencia</li>
169
+ </ul>
170
+ </div>
171
+
172
+ <h3 class="text-2xl font-semibold mb-6 mt-12">Flujo de datos en la red</h3>
173
+
174
+ <div class="relative my-12">
175
+ <div class="absolute inset-0 flex items-center justify-center">
176
+ <div class="w-full border-t border-gray-300"></div>
177
+ </div>
178
+ <div class="relative flex justify-center">
179
+ <span class="bg-white px-4 text-gray-500">Ejemplo: Envío de mensaje</span>
180
+ </div>
181
+ </div>
182
+
183
+ <div class="grid grid-cols-1 md:grid-cols-5 gap-4 text-center">
184
+ <div class="bg-blue-50 p-4 rounded-lg">
185
+ <div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center text-blue-600 mx-auto mb-3">
186
+ <span class="font-bold">1</span>
187
+ </div>
188
+ <h4 class="font-medium">Usuario envía mensaje</h4>
189
+ <p class="text-sm text-gray-600 mt-1">Desde su aplicación habitual</p>
190
+ </div>
191
+
192
+ <div class="flex items-center justify-center">
193
+ <i class="fas fa-arrow-right text-gray-400"></i>
194
+ </div>
195
+
196
+ <div class="bg-purple-50 p-4 rounded-lg">
197
+ <div class="w-12 h-12 bg-purple-100 rounded-full flex items-center justify-center text-purple-600 mx-auto mb-3">
198
+ <span class="font-bold">2</span>
199
+ </div>
200
+ <h4 class="font-medium">Encriptación E2E</h4>
201
+ <p class="text-sm text-gray-600 mt-1">Claves criptográficas únicas</p>
202
+ </div>
203
+
204
+ <div class="flex items-center justify-center">
205
+ <i class="fas fa-arrow-right text-gray-400"></i>
206
+ </div>
207
+
208
+ <div class="bg-green-50 p-4 rounded-lg">
209
+ <div class="w-12 h-12 bg-green-100 rounded-full flex items-center justify-center text-green-600 mx-auto mb-3">
210
+ <span class="font-bold">3</span>
211
+ </div>
212
+ <h4 class="font-medium">Red Mesh distribuye</h4>
213
+ <p class="text-sm text-gray-600 mt-1">Usando la ruta más eficiente</p>
214
+ </div>
215
+
216
+ <div class="flex items-center justify-center">
217
+ <i class="fas fa-arrow-right text-gray-400"></i>
218
+ </div>
219
+
220
+ <div class="bg-amber-50 p-4 rounded-lg">
221
+ <div class="w-12 h-12 bg-amber-100 rounded-full flex items-center justify-center text-amber-600 mx-auto mb-3">
222
+ <span class="font-bold">4</span>
223
+ </div>
224
+ <h4 class="font-medium">Destinatario recibe</h4>
225
+ <p class="text-sm text-gray-600 mt-1">Desencriptado localmente</p>
226
+ </div>
227
+ </div>
228
+
229
+ <div class="mt-16 bg-gray-900 text-white p-8 rounded-xl">
230
+ <h3 class="text-xl font-semibold mb-4 text-blue-300">Caso de uso real</h3>
231
+ <p class="mb-4">Durante el huracán María en Puerto Rico (2017), redes mesh construidas por comunidades mantuvieron la comunicación cuando las infraestructuras tradicionales fallaron por semanas.</p>
232
+ <p>Vilanet lleva este concepto al siguiente nivel integrando:</p>
233
+ <ul class="list-disc pl-5 mt-2 space-y-1">
234
+ <li>Encriptación moderna</li>
235
+ <li>Interfaces familiares (Telegram, WhatsApp-like)</li>
236
+ <li>Capacidad de IA local</li>
237
+ <li>Integración con redes globales (radio, satélite)</li>
238
+ </ul>
239
+ </div>
240
+ </div>
241
+ </div>
242
+ </section>
243
+
244
+ <!-- Hardware Showcase -->
245
+ <section class="py-20 bg-gray-50">
246
+ <div class="container mx-auto px-6 max-w-5xl">
247
+ <div class="text-center mb-16">
248
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Hardware de la Red</h2>
249
+ <p class="text-xl text-gray-600 max-w-3xl mx-auto">Combinación accesible de dispositivos estándar y soluciones especializadas</p>
250
+ </div>
251
+
252
+ <div class="grid md:grid-cols-2 gap-8">
253
+ <div class="bg-white p-8 rounded-xl border border-gray-200 shadow-sm">
254
+ <h3 class="text-xl font-semibold mb-6 flex items-center">
255
+ <div class="w-10 h-10 bg-blue-100 rounded-lg flex items-center justify-center text-blue-600 mr-4">
256
+ <i class="fas fa-microchip"></i>
257
+ </div>
258
+ Nodo Básico (€200-400)
259
+ </h3>
260
+ <ul class="list-disc pl-5 space-y-3 text-gray-600">
261
+ <li><strong>Raspberry Pi 5</strong> (4GB RAM, 64GB almacenamiento)</li>
262
+ <li><strong>Tarjeta WiFi Alfa</strong> (hasta 15km en línea de vista)</li>
263
+ <li><strong>Antena omnidireccional</strong> (5-8dBi ganancia)</li>
264
+ <li><strong>Batería 20,000mAh</strong> + panel solar 20W</li>
265
+ <li><strong>Caja resistente</strong> IP65 para exterior</li>
266
+ </ul>
267
+ <div class="mt-6 p-4 bg-blue-50 rounded-lg">
268
+ <p class="text-sm text-blue-700"><strong>Cobertura:</strong> ~5-15km, 50-100 usuarios simultáneos</p>
269
+ </div>
270
+ </div>
271
+
272
+ <div class="bg-white p-8 rounded-xl border border-gray-200 shadow-sm">
273
+ <h3 class="text-xl font-semibold mb-6 flex items-center">
274
+ <div class="w-10 h-10 bg-purple-100 rounded-lg flex items-center justify-center text-purple-600 mr-4">
275
+ <i class="fas fa-server"></i>
276
+ </div>
277
+ Nodo Avanzado (€800-1,500)
278
+ </h3>
279
+ <ul class="list-disc pl-5 space-y-3 text-gray-600">
280
+ <li><strong>Mini PC con GPU</strong> (NVIDIA RTX 3060, 32GB RAM)</li>
281
+ <li><strong>Combo WiFi/LoRa/Radio HF</strong> (multibanda)</li>
282
+ <li><strong>Antena direccional</strong> + omnidireccional</li>
283
+ <li><strong>Batería 100Ah</strong> + panel solar 200W</li>
284
+ <li><strong>Jaula Faraday</strong> integrada</li>
285
+ </ul>
286
+ <div class="mt-6 p-4 bg-purple-50 rounded-lg">
287
+ <p class="text-sm text-purple-700"><strong>Cobertura:</strong> ~50km, IA local (LLaMA 3), 500+ usuarios</p>
288
+ </div>
289
+ </div>
290
+ </div>
291
+
292
+ <div class="mt-12 bg-white p-8 rounded-xl border border-gray-200 shadow-sm">
293
+ <h3 class="text-xl font-semibold mb-6 text-center">Comparativa de Tecnologías</h3>
294
+
295
+ <div class="overflow-x-auto">
296
+ <table class="min-w-full divide-y divide-gray-200">
297
+ <thead class="bg-gray-50">
298
+ <tr>
299
+ <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Tecnología</th>
300
+ <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Alcance</th>
301
+ <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Velocidad</th>
302
+ <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Consumo</th>
303
+ <th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Costo</th>
304
+ </tr>
305
+ </thead>
306
+ <tbody class="bg-white divide-y divide-gray-200">
307
+ <tr>
308
+ <td class="px-6 py-4 whitespace-nowrap font-medium">WiFi Mesh (5GHz)</td>
309
+ <td class="px-6 py-4 whitespace-nowrap">5-15km</td>
310
+ <td class="px-6 py-4 whitespace-nowrap">100Mbps</td>
311
+ <td class="px-6 py-4 whitespace-nowrap">10-20W</td>
312
+ <td class="px-6 py-4 whitespace-nowrap">€200-500</td>
313
+ </tr>
314
+ <tr class="bg-gray-50">
315
+ <td class="px-6 py-4 whitespace-nowrap font-medium">LoRa (868MHz)</td>
316
+ <td class="px-6 py-4 whitespace-nowrap">50km</td>
317
+ <td class="px-6 py-4 whitespace-nowrap">300bps</td>
318
+ <td class="px-6 py-4 whitespace-nowrap">0.5-2W</td>
319
+ <td class="px-6 py-4 whitespace-nowrap">€100-300</td>
320
+ </tr>
321
+ <tr>
322
+ <td class="px-6 py-4 whitespace-nowrap font-medium">Radio HF (20m)</td>
323
+ <td class="px-6 py-4 whitespace-nowrap">Global</td>
324
+ <td class="px-6 py-4 whitespace-nowrap">1200bps</td>
325
+ <td class="px-6 py-4 whitespace-nowrap">20-50W</td>
326
+ <td class="px-6 py-4 whitespace-nowrap">€800-1,500</td>
327
+ </tr>
328
+ </tbody>
329
+ </table>
330
+ </div>
331
+
332
+ <div class="mt-8 p-6 bg-blue-50 rounded-lg">
333
+ <h4 class="font-semibold text-lg mb-3">Configuración recomendada para comunidades</h4>
334
+ <p class="text-gray-700 mb-4">Para una población de ~5,000 personas en 10km²:</p>
335
+ <ul class="list-disc pl-5 space-y-2">
336
+ <li><strong>3-5 nodos avanzados</strong> (con GPU para IA y enrutamiento)</li>
337
+ <li><strong>20-30 nodos básicos</strong> (distribuidos en puntos estratégicos)</li>
338
+ <li><strong>1 estación HF</strong> para conexión global de emergencia</li>
339
+ <li><strong>Infraestructura energética</strong> compartida (paneles solares comunitarios)</li>
340
+ </ul>
341
+ </div>
342
+ </div>
343
+ </div>
344
+ </section>
345
+
346
+ <!-- CTA Section -->
347
+ <section class="py-20 gradient-bg text-white">
348
+ <div class="container mx-auto px-6 text-center max-w-3xl">
349
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">¿Listo para implementar Vilanet en tu comunidad?</h2>
350
+ <p class="text-xl mb-8 opacity-90">Descarga nuestra guía completa de implementación con planos, listas de materiales y configuraciones predefinidas.</p>
351
+
352
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
353
+ <a href="#" class="bg-white text-blue-600 px-8 py-4 rounded-lg font-semibold hover:bg-gray-100 transition flex items-center justify-center gap-2">
354
+ <i class="fas fa-file-pdf"></i> Guía Técnica (PDF)
355
+ </a>
356
+ <a href="#" class="border-2 border-white text-white px-8 py-4 rounded-lg font-semibold hover:bg-white hover:bg-opacity-10 transition flex items-center justify-center gap-2">
357
+ <i class="fas fa-list-alt"></i> Lista de Materiales
358
+ </a>
359
+ </div>
360
+ </div>
361
+ </section>
362
+
363
+ <!-- Footer -->
364
+ <footer class="bg-gray-900 text-white py-12">
365
+ <div class="container mx-auto px-6">
366
+ <div class="grid md:grid-cols-4 gap-8">
367
+ <div>
368
+ <h3 class="text-xl font-bold mb-4">Vilanet</h3>
369
+ <p class="text-gray-400">Red Comunitaria Autónoma v3.0</p>
370
+ <div class="flex space-x-4 mt-6">
371
+ <a href="#" class="text-gray-400 hover:text-white transition">
372
+ <i class="fab fa-github text-xl"></i>
373
+ </a>
374
+ <a href="#" class="text-gray-400 hover:text-white transition">
375
+ <i class="fab fa-telegram text-xl"></i>
376
+ </a>
377
+ </div>
378
+ </div>
379
+
380
+ <div>
381
+ <h4 class="font-semibold mb-4">Documentación</h4>
382
+ <ul class="space-y-2">
383
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Guía de Implementación</a></li>
384
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Protocolos Técnicos</a></li>
385
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Modelos de IA</a></li>
386
+ </ul>
387
+ </div>
388
+
389
+ <div>
390
+ <h4 class="font-semibold mb-4">Comunidad</h4>
391
+ <ul class="space-y-2">
392
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Foro de Discusión</a></li>
393
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Mapa de Redes</a></li>
394
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Eventos</a></li>
395
+ </ul>
396
+ </div>
397
+
398
+ <div>
399
+ <h4 class="font-semibold mb-4">Legal</h4>
400
+ <ul class="space-y-2">
401
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Licencias</a></li>
402
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Privacidad</a></li>
403
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Seguridad</a></li>
404
+ </ul>
405
+ </div>
406
+ </div>
407
+
408
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
409
+ <p>© 2023 Vilanet. Todos los derechos reservados.</p>
410
+ <p class="mt-2 text-sm">Código abierto bajo licencia AGPL v3.0</p>
411
+ </div>
412
+ </div>
413
+ </footer>
414
+ <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=QwanYin/vilanet-3-11" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
415
+ </html>
prompts.txt ADDED
File without changes