ArmaGenesis commited on
Commit
38092db
·
verified ·
1 Parent(s): a03cec2

Create a professional website for a company of survey. The name of the company is TOPODRON. Language: spanish - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +524 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Topodron
3
- emoji: 📊
4
- colorFrom: purple
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: topodron
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,524 @@
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>TOPODRON - Servicios de Topografía con Drones</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 {
11
+ background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1507582028019-c572e9d3c988?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
12
+ background-size: cover;
13
+ background-position: center;
14
+ height: 80vh;
15
+ }
16
+
17
+ .service-card:hover {
18
+ transform: translateY(-10px);
19
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
20
+ }
21
+
22
+ .map-container {
23
+ height: 400px;
24
+ width: 100%;
25
+ }
26
+ </style>
27
+ </head>
28
+ <body class="font-sans antialiased text-gray-800">
29
+ <!-- Header -->
30
+ <header class="bg-white shadow-md sticky top-0 z-50">
31
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
32
+ <div class="flex items-center">
33
+ <div class="bg-blue-600 text-white p-2 rounded-lg mr-3">
34
+ <i class="fas fa-drone-alt text-2xl"></i>
35
+ </div>
36
+ <h1 class="text-2xl font-bold text-blue-800">TOPODRON</h1>
37
+ </div>
38
+
39
+ <nav class="hidden md:flex space-x-8">
40
+ <a href="#inicio" class="text-blue-800 font-medium hover:text-blue-600">Inicio</a>
41
+ <a href="#servicios" class="text-gray-600 hover:text-blue-600">Servicios</a>
42
+ <a href="#nosotros" class="text-gray-600 hover:text-blue-600">Nosotros</a>
43
+ <a href="#proyectos" class="text-gray-600 hover:text-blue-600">Proyectos</a>
44
+ <a href="#contacto" class="text-gray-600 hover:text-blue-600">Contacto</a>
45
+ </nav>
46
+
47
+ <button class="md:hidden text-gray-600">
48
+ <i class="fas fa-bars text-2xl"></i>
49
+ </button>
50
+ </div>
51
+ </header>
52
+
53
+ <!-- Hero Section -->
54
+ <section id="inicio" class="hero flex items-center justify-center text-white">
55
+ <div class="text-center px-4">
56
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">Tecnología de vanguardia en topografía</h1>
57
+ <p class="text-xl md:text-2xl mb-8">Soluciones precisas con drones para proyectos de ingeniería, construcción y más</p>
58
+ <a href="#contacto" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-lg text-lg transition duration-300 inline-block">
59
+ Contáctenos
60
+ </a>
61
+ </div>
62
+ </section>
63
+
64
+ <!-- Services Section -->
65
+ <section id="servicios" class="py-16 bg-gray-50">
66
+ <div class="container mx-auto px-4">
67
+ <div class="text-center mb-12">
68
+ <h2 class="text-3xl font-bold text-blue-800 mb-4">Nuestros Servicios</h2>
69
+ <p class="text-gray-600 max-w-2xl mx-auto">Utilizamos tecnología de drones de última generación para ofrecer resultados precisos y eficientes</p>
70
+ </div>
71
+
72
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
73
+ <!-- Service 1 -->
74
+ <div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300">
75
+ <div class="text-blue-600 mb-4">
76
+ <i class="fas fa-map-marked-alt text-4xl"></i>
77
+ </div>
78
+ <h3 class="text-xl font-bold mb-3">Topografía con Drones</h3>
79
+ <p class="text-gray-600">Levantamientos topográficos precisos con tecnología LiDAR y fotogrametría para obtener modelos digitales del terreno.</p>
80
+ </div>
81
+
82
+ <!-- Service 2 -->
83
+ <div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300">
84
+ <div class="text-blue-600 mb-4">
85
+ <i class="fas fa-cubes text-4xl"></i>
86
+ </div>
87
+ <h3 class="text-xl font-bold mb-3">Modelado 3D</h3>
88
+ <p class="text-gray-600">Creación de modelos 3D detallados para visualización de proyectos, cálculos volumétricos y planificación.</p>
89
+ </div>
90
+
91
+ <!-- Service 3 -->
92
+ <div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300">
93
+ <div class="text-blue-600 mb-4">
94
+ <i class="fas fa-road text-4xl"></i>
95
+ </div>
96
+ <h3 class="text-xl font-bold mb-3">Monitoreo de Obras</h3>
97
+ <p class="text-gray-600">Seguimiento periódico de avance de obras con informes comparativos y detección de desviaciones.</p>
98
+ </div>
99
+
100
+ <!-- Service 4 -->
101
+ <div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300">
102
+ <div class="text-blue-600 mb-4">
103
+ <i class="fas fa-industry text-4xl"></i>
104
+ </div>
105
+ <h3 class="text-xl font-bold mb-3">Inspecciones Industriales</h3>
106
+ <p class="text-gray-600">Inspección segura de infraestructuras críticas como torres, chimeneas y líneas de alta tensión.</p>
107
+ </div>
108
+
109
+ <!-- Service 5 -->
110
+ <div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300">
111
+ <div class="text-blue-600 mb-4">
112
+ <i class="fas fa-tint text-4xl"></i>
113
+ </div>
114
+ <h3 class="text-xl font-bold mb-3">Estudios Hidrológicos</h3>
115
+ <p class="text-gray-600">Análisis de cuencas hidrográficas, monitoreo de ríos y evaluación de riesgos de inundación.</p>
116
+ </div>
117
+
118
+ <!-- Service 6 -->
119
+ <div class="service-card bg-white p-8 rounded-lg shadow-md transition duration-300">
120
+ <div class="text-blue-600 mb-4">
121
+ <i class="fas fa-tree text-4xl"></i>
122
+ </div>
123
+ <h3 class="text-xl font-bold mb-3">Estudios Ambientales</h3>
124
+ <p class="text-gray-600">Evaluación de impacto ambiental, monitoreo de vegetación y seguimiento de proyectos de reforestación.</p>
125
+ </div>
126
+ </div>
127
+ </div>
128
+ </section>
129
+
130
+ <!-- About Us Section -->
131
+ <section id="nosotros" class="py-16 bg-white">
132
+ <div class="container mx-auto px-4">
133
+ <div class="flex flex-col lg:flex-row items-center">
134
+ <div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-12">
135
+ <img src="https://images.unsplash.com/photo-1508700115892-45ecd05ae2ad?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80" alt="Equipo TOPODRON" class="rounded-lg shadow-lg w-full">
136
+ </div>
137
+ <div class="lg:w-1/2">
138
+ <h2 class="text-3xl font-bold text-blue-800 mb-6">Sobre TOPODRON</h2>
139
+ <p class="text-gray-600 mb-6">Somos una empresa especializada en levantamientos topográficos mediante tecnología de drones, combinando precisión, eficiencia y seguridad en cada proyecto.</p>
140
+ <p class="text-gray-600 mb-6">Nuestro equipo está formado por topógrafos certificados y pilotos de drones profesionales con amplia experiencia en el sector de la ingeniería y construcción.</p>
141
+ <div class="space-y-4">
142
+ <div class="flex items-start">
143
+ <div class="text-blue-600 mr-3 mt-1">
144
+ <i class="fas fa-check-circle"></i>
145
+ </div>
146
+ <p class="text-gray-600">Equipos de última generación con tecnología RTK para máxima precisión</p>
147
+ </div>
148
+ <div class="flex items-start">
149
+ <div class="text-blue-600 mr-3 mt-1">
150
+ <i class="fas fa-check-circle"></i>
151
+ </div>
152
+ <p class="text-gray-600">Software especializado para procesamiento de datos topográficos</p>
153
+ </div>
154
+ <div class="flex items-start">
155
+ <div class="text-blue-600 mr-3 mt-1">
156
+ <i class="fas fa-check-circle"></i>
157
+ </div>
158
+ <p class="text-gray-600">Certificaciones y seguros requeridos para operaciones con drones</p>
159
+ </div>
160
+ </div>
161
+ </div>
162
+ </div>
163
+ </div>
164
+ </section>
165
+
166
+ <!-- Projects Section -->
167
+ <section id="proyectos" class="py-16 bg-gray-50">
168
+ <div class="container mx-auto px-4">
169
+ <div class="text-center mb-12">
170
+ <h2 class="text-3xl font-bold text-blue-800 mb-4">Proyectos Destacados</h2>
171
+ <p class="text-gray-600 max-w-2xl mx-auto">Algunos de nuestros trabajos recientes que demuestran nuestra capacidad y experiencia</p>
172
+ </div>
173
+
174
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
175
+ <!-- Project 1 -->
176
+ <div class="bg-white rounded-lg overflow-hidden shadow-md">
177
+ <img src="https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1544&q=80" alt="Proyecto urbanización" class="w-full h-48 object-cover">
178
+ <div class="p-6">
179
+ <h3 class="text-xl font-bold mb-2">Urbanización Las Colinas</h3>
180
+ <p class="text-gray-600 mb-4">Levantamiento topográfico de 50 hectáreas para proyecto de urbanización en Toledo</p>
181
+ <div class="flex justify-between text-sm text-gray-500">
182
+ <span><i class="fas fa-calendar-alt mr-1"></i> Enero 2023</span>
183
+ <span><i class="fas fa-map-marker-alt mr-1"></i> Toledo, España</span>
184
+ </div>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Project 2 -->
189
+ <div class="bg-white rounded-lg overflow-hidden shadow-md">
190
+ <img src="https://images.unsplash.com/photo-1500380804539-4e1e8c1e7118?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Proyecto autopista" class="w-full h-48 object-cover">
191
+ <div class="p-6">
192
+ <h3 class="text-xl font-bold mb-2">Autopista A-42</h3>
193
+ <p class="text-gray-600 mb-4">Monitoreo semanal de avance de obra para proyecto de ampliación de autopista</p>
194
+ <div class="flex justify-between text-sm text-gray-500">
195
+ <span><i class="fas fa-calendar-alt mr-1"></i> Marzo 2023</span>
196
+ <span><i class="fas fa-map-marker-alt mr-1"></i> Madrid, España</span>
197
+ </div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Project 3 -->
202
+ <div class="bg-white rounded-lg overflow-hidden shadow-md">
203
+ <img src="https://images.unsplash.com/photo-1581093450021-4a7360e9b9e7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Proyecto mina" class="w-full h-48 object-cover">
204
+ <div class="p-6">
205
+ <h3 class="text-xl font-bold mb-2">Mina de Cobre Las Cruces</h3>
206
+ <p class="text-gray-600 mb-4">Cálculos volumétricos mensuales para control de producción en mina a cielo abierto</p>
207
+ <div class="flex justify-between text-sm text-gray-500">
208
+ <span><i class="fas fa-calendar-alt mr-1"></i> Mayo 2023</span>
209
+ <span><i class="fas fa-map-marker-alt mr-1"></i> Sevilla, España</span>
210
+ </div>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <div class="text-center mt-12">
216
+ <a href="#" class="inline-block border-2 border-blue-600 text-blue-600 hover:bg-blue-600 hover:text-white font-medium py-2 px-6 rounded-lg transition duration-300">
217
+ Ver todos los proyectos
218
+ </a>
219
+ </div>
220
+ </div>
221
+ </section>
222
+
223
+ <!-- Testimonials Section -->
224
+ <section class="py-16 bg-blue-800 text-white">
225
+ <div class="container mx-auto px-4">
226
+ <div class="text-center mb-12">
227
+ <h2 class="text-3xl font-bold mb-4">Lo que dicen nuestros clientes</h2>
228
+ <p class="max-w-2xl mx-auto opacity-80">Testimonios de empresas que han confiado en nuestros servicios</p>
229
+ </div>
230
+
231
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
232
+ <!-- Testimonial 1 -->
233
+ <div class="bg-blue-700 p-6 rounded-lg">
234
+ <div class="flex items-center mb-4">
235
+ <div class="text-yellow-400 mr-2">
236
+ <i class="fas fa-star"></i>
237
+ <i class="fas fa-star"></i>
238
+ <i class="fas fa-star"></i>
239
+ <i class="fas fa-star"></i>
240
+ <i class="fas fa-star"></i>
241
+ </div>
242
+ </div>
243
+ <p class="mb-6">"TOPODRON realizó un trabajo excepcional en nuestro proyecto de urbanización. Los datos entregados fueron precisos y el informe muy completo. Recomendados 100%."</p>
244
+ <div class="flex items-center">
245
+ <div class="bg-white text-blue-800 rounded-full w-12 h-12 flex items-center justify-center font-bold mr-3">JC</div>
246
+ <div>
247
+ <h4 class="font-bold">Juan Carlos Martínez</h4>
248
+ <p class="text-sm opacity-80">Director de Proyectos, Constructora Hispana</p>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Testimonial 2 -->
254
+ <div class="bg-blue-700 p-6 rounded-lg">
255
+ <div class="flex items-center mb-4">
256
+ <div class="text-yellow-400 mr-2">
257
+ <i class="fas fa-star"></i>
258
+ <i class="fas fa-star"></i>
259
+ <i class="fas fa-star"></i>
260
+ <i class="fas fa-star"></i>
261
+ <i class="fas fa-star"></i>
262
+ </div>
263
+ </div>
264
+ <p class="mb-6">"La eficiencia de TOPODRON nos permitió ahorrar tiempo y costos en el levantamiento de nuestra planta industrial. Profesionales altamente capacitados."</p>
265
+ <div class="flex items-center">
266
+ <div class="bg-white text-blue-800 rounded-full w-12 h-12 flex items-center justify-center font-bold mr-3">MG</div>
267
+ <div>
268
+ <h4 class="font-bold">María González</h4>
269
+ <p class="text-sm opacity-80">Gerente de Ingeniería, Industrias Alba</p>
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Testimonial 3 -->
275
+ <div class="bg-blue-700 p-6 rounded-lg">
276
+ <div class="flex items-center mb-4">
277
+ <div class="text-yellow-400 mr-2">
278
+ <i class="fas fa-star"></i>
279
+ <i class="fas fa-star"></i>
280
+ <i class="fas fa-star"></i>
281
+ <i class="fas fa-star"></i>
282
+ <i class="fas fa-star-half-alt"></i>
283
+ </div>
284
+ </div>
285
+ <p class="mb-6">"Excelente servicio de monitoreo de obras. Los informes periódicos nos permitieron mantener el control del proyecto y detectar desviaciones a tiempo."</p>
286
+ <div class="flex items-center">
287
+ <div class="bg-white text-blue-800 rounded-full w-12 h-12 flex items-center justify-center font-bold mr-3">AP</div>
288
+ <div>
289
+ <h4 class="font-bold">Antonio Pérez</h4>
290
+ <p class="text-sm opacity-80">Jefe de Obra, Vías y Construcciones</p>
291
+ </div>
292
+ </div>
293
+ </div>
294
+ </div>
295
+ </div>
296
+ </section>
297
+
298
+ <!-- Contact Section -->
299
+ <section id="contacto" class="py-16 bg-white">
300
+ <div class="container mx-auto px-4">
301
+ <div class="text-center mb-12">
302
+ <h2 class="text-3xl font-bold text-blue-800 mb-4">Contáctenos</h2>
303
+ <p class="text-gray-600 max-w-2xl mx-auto">Estamos listos para ayudarte con tu próximo proyecto. Completa el formulario y nos pondremos en contacto contigo.</p>
304
+ </div>
305
+
306
+ <div class="flex flex-col lg:flex-row">
307
+ <div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-12">
308
+ <form class="space-y-6">
309
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
310
+ <div>
311
+ <label for="nombre" class="block text-gray-700 font-medium mb-2">Nombre</label>
312
+ <input type="text" id="nombre" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600">
313
+ </div>
314
+ <div>
315
+ <label for="empresa" class="block text-gray-700 font-medium mb-2">Empresa</label>
316
+ <input type="text" id="empresa" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600">
317
+ </div>
318
+ </div>
319
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
320
+ <div>
321
+ <label for="email" class="block text-gray-700 font-medium mb-2">Email</label>
322
+ <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600">
323
+ </div>
324
+ <div>
325
+ <label for="telefono" class="block text-gray-700 font-medium mb-2">Teléfono</label>
326
+ <input type="tel" id="telefono" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600">
327
+ </div>
328
+ </div>
329
+ <div>
330
+ <label for="servicio" class="block text-gray-700 font-medium mb-2">Servicio de interés</label>
331
+ <select id="servicio" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600">
332
+ <option value="">Seleccione un servicio</option>
333
+ <option value="topografia">Topografía con Drones</option>
334
+ <option value="modelado">Modelado 3D</option>
335
+ <option value="monitoreo">Monitoreo de Obras</option>
336
+ <option value="inspecciones">Inspecciones Industriales</option>
337
+ <option value="hidrologicos">Estudios Hidrológicos</option>
338
+ <option value="ambientales">Estudios Ambientales</option>
339
+ </select>
340
+ </div>
341
+ <div>
342
+ <label for="mensaje" class="block text-gray-700 font-medium mb-2">Mensaje</label>
343
+ <textarea id="mensaje" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600"></textarea>
344
+ </div>
345
+ <button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300">
346
+ Enviar Mensaje
347
+ </button>
348
+ </form>
349
+ </div>
350
+
351
+ <div class="lg:w-1/2">
352
+ <div class="bg-gray-50 p-8 rounded-lg h-full">
353
+ <h3 class="text-xl font-bold text-blue-800 mb-6">Información de contacto</h3>
354
+
355
+ <div class="space-y-6">
356
+ <div class="flex items-start">
357
+ <div class="text-blue-600 mr-4 mt-1">
358
+ <i class="fas fa-map-marker-alt text-xl"></i>
359
+ </div>
360
+ <div>
361
+ <h4 class="font-bold text-gray-800">Oficina Central</h4>
362
+ <p class="text-gray-600">Calle Tecnología 123, Edificio Innovación, Planta 4<br>28010 Madrid, España</p>
363
+ </div>
364
+ </div>
365
+
366
+ <div class="flex items-start">
367
+ <div class="text-blue-600 mr-4 mt-1">
368
+ <i class="fas fa-phone-alt text-xl"></i>
369
+ </div>
370
+ <div>
371
+ <h4 class="font-bold text-gray-800">Teléfonos</h4>
372
+ <p class="text-gray-600">+34 91 123 45 67<br>+34 600 123 456</p>
373
+ </div>
374
+ </div>
375
+
376
+ <div class="flex items-start">
377
+ <div class="text-blue-600 mr-4 mt-1">
378
+ <i class="fas fa-envelope text-xl"></i>
379
+ </div>
380
+ <div>
381
+ <h4 class="font-bold text-gray-800">Email</h4>
382
+ <p class="text-gray-600">info@topodron.com<br>comercial@topodron.com</p>
383
+ </div>
384
+ </div>
385
+
386
+ <div class="flex items-start">
387
+ <div class="text-blue-600 mr-4 mt-1">
388
+ <i class="fas fa-clock text-xl"></i>
389
+ </div>
390
+ <div>
391
+ <h4 class="font-bold text-gray-800">Horario</h4>
392
+ <p class="text-gray-600">Lunes a Viernes: 8:00 - 18:00<br>Sábados: 9:00 - 14:00</p>
393
+ </div>
394
+ </div>
395
+ </div>
396
+
397
+ <div class="mt-8">
398
+ <h4 class="font-bold text-gray-800 mb-4">Síguenos en redes sociales</h4>
399
+ <div class="flex space-x-4">
400
+ <a href="#" class="bg-blue-600 text-white p-3 rounded-full hover:bg-blue-700 transition duration-300">
401
+ <i class="fab fa-linkedin-in"></i>
402
+ </a>
403
+ <a href="#" class="bg-blue-400 text-white p-3 rounded-full hover:bg-blue-500 transition duration-300">
404
+ <i class="fab fa-twitter"></i>
405
+ </a>
406
+ <a href="#" class="bg-blue-800 text-white p-3 rounded-full hover:bg-blue-900 transition duration-300">
407
+ <i class="fab fa-facebook-f"></i>
408
+ </a>
409
+ <a href="#" class="bg-pink-600 text-white p-3 rounded-full hover:bg-pink-700 transition duration-300">
410
+ <i class="fab fa-instagram"></i>
411
+ </a>
412
+ <a href="#" class="bg-gray-800 text-white p-3 rounded-full hover:bg-gray-900 transition duration-300">
413
+ <i class="fab fa-youtube"></i>
414
+ </a>
415
+ </div>
416
+ </div>
417
+ </div>
418
+ </div>
419
+ </div>
420
+ </div>
421
+ </section>
422
+
423
+ <!-- Map Section -->
424
+ <div class="map-container">
425
+ <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3037.430493487342!2d-3.703790424025225!3d40.4199963714389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd42287f0a1abae5%3A0x6c8f6e3b3f6b3b1f!2sCalle%20de%20la%20Tecnolog%C3%ADa%2C%20123%2C%2028010%20Madrid!5e0!3m2!1ses!2ses!4v1623256789012!5m2!1ses!2ses" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
426
+ </div>
427
+
428
+ <!-- Footer -->
429
+ <footer class="bg-gray-900 text-white py-12">
430
+ <div class="container mx-auto px-4">
431
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
432
+ <div>
433
+ <h3 class="text-xl font-bold mb-4">TOPODRON</h3>
434
+ <p class="text-gray-400">Líderes en servicios de topografía con drones en España. Tecnología de vanguardia al servicio de la ingeniería y construcción.</p>
435
+ </div>
436
+
437
+ <div>
438
+ <h4 class="font-bold mb-4">Servicios</h4>
439
+ <ul class="space-y-2">
440
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Topografía con Drones</a></li>
441
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Modelado 3D</a></li>
442
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Monitoreo de Obras</a></li>
443
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Inspecciones Industriales</a></li>
444
+ </ul>
445
+ </div>
446
+
447
+ <div>
448
+ <h4 class="font-bold mb-4">Enlaces útiles</h4>
449
+ <ul class="space-y-2">
450
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Blog</a></li>
451
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Preguntas frecuentes</a></li>
452
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Política de privacidad</a></li>
453
+ <li><a href="#" class="text-gray-400 hover:text-white transition duration-300">Aviso legal</a></li>
454
+ </ul>
455
+ </div>
456
+
457
+ <div>
458
+ <h4 class="font-bold mb-4">Suscríbete</h4>
459
+ <p class="text-gray-400 mb-4">Recibe nuestras últimas noticias y ofertas especiales.</p>
460
+ <div class="flex">
461
+ <input type="email" placeholder="Tu email" class="px-4 py-2 rounded-l-lg text-gray-800 w-full focus:outline-none">
462
+ <button class="bg-blue-600 hover:bg-blue-700 px-4 rounded-r-lg transition duration-300">
463
+ <i class="fas fa-paper-plane"></i>
464
+ </button>
465
+ </div>
466
+ </div>
467
+ </div>
468
+
469
+ <div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center">
470
+ <p class="text-gray-400 mb-4 md:mb-0">© 2023 TOPODRON. Todos los derechos reservados.</p>
471
+ <div class="flex space-x-6">
472
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
473
+ <i class="fab fa-cc-visa text-2xl"></i>
474
+ </a>
475
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
476
+ <i class="fab fa-cc-mastercard text-2xl"></i>
477
+ </a>
478
+ <a href="#" class="text-gray-400 hover:text-white transition duration-300">
479
+ <i class="fab fa-cc-paypal text-2xl"></i>
480
+ </a>
481
+ </div>
482
+ </div>
483
+ </div>
484
+ </footer>
485
+
486
+ <!-- Back to Top Button -->
487
+ <button id="back-to-top" class="fixed bottom-8 right-8 bg-blue-600 text-white p-3 rounded-full shadow-lg hidden">
488
+ <i class="fas fa-arrow-up"></i>
489
+ </button>
490
+
491
+ <script>
492
+ // Back to top button
493
+ const backToTopButton = document.getElementById('back-to-top');
494
+
495
+ window.addEventListener('scroll', () => {
496
+ if (window.pageYOffset > 300) {
497
+ backToTopButton.classList.remove('hidden');
498
+ } else {
499
+ backToTopButton.classList.add('hidden');
500
+ }
501
+ });
502
+
503
+ backToTopButton.addEventListener('click', () => {
504
+ window.scrollTo({ top: 0, behavior: 'smooth' });
505
+ });
506
+
507
+ // Mobile menu toggle (would need implementation)
508
+ const mobileMenuButton = document.querySelector('header button');
509
+ mobileMenuButton.addEventListener('click', () => {
510
+ alert('Menú móvil se abriría aquí en una implementación completa');
511
+ });
512
+
513
+ // Form submission
514
+ const contactForm = document.querySelector('form');
515
+ if (contactForm) {
516
+ contactForm.addEventListener('submit', (e) => {
517
+ e.preventDefault();
518
+ alert('Formulario enviado. Gracias por contactarnos!');
519
+ contactForm.reset();
520
+ });
521
+ }
522
+ </script>
523
+ <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=ArmaGenesis/topodron" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
524
+ </html>