-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
499 lines (452 loc) · 28.7 KB
/
index.html
File metadata and controls
499 lines (452 loc) · 28.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
<!DOCTYPE html>
<html lang="es" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portafolio - Armando Virto</title>
<link rel="icon" href="./images/portfolio.png" type="image/png">
<link href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css" rel="stylesheet" />
<!-- Meta Open Graph -->
<meta property="og:title" content="Portafolio de Armando Virto" />
<meta property="og:description"
content="Soy un diseñador instruccional apasionado por transformar el aprendizaje en una experiencia significativa y motivadora." />
<meta property="og:image" content="https://armandovirto.github.io/portfolio/images/armandoPreview.png" />
<meta property="og:url" content="https://armandovirto.github.io/portfolio/" />
<meta property="og:type" content="website" />
<script src="https://cdn.tailwindcss.com"></script>
<script src="./tailwind.config.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
AOS.init({
duration: 800,
once: true
});
});
</script>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Ovo&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/line-awesome/css/line-awesome.min.css">
<style>
.font-Outfit {
font-family: 'Outfit', sans-serif;
}
.font-Ovo {
font-family: 'Ovo', serif;
}
/* Mejoras para mejor experiencia móvil */
@media (max-width: 640px) {
.text-responsive-xl {
font-size: clamp(2rem, 8vw, 3rem);
line-height: 1.1;
}
.text-responsive-lg {
font-size: clamp(1.5rem, 5vw, 2rem);
}
.mobile-padding {
padding-left: 5%;
padding-right: 5%;
}
}
/* Smooth scroll behavior */
html {
scroll-behavior: smooth;
}
/* Mejora para tooltips en móvil */
@media (hover: none) {
.group:hover .group-hover\:opacity-100 {
opacity: 0 !important;
}
}
</style>
</head>
<body class="overflow-x-hidden font-Outfit bg-[#1F1F1F] text-white">
<nav class="w-full fixed px-4 sm:px-5 lg:px-8 xl:px-[8%] py-4 flex items-center justify-center z-50"
data-aos="fade-down" data-aos-delay="200">
<!-- Enhanced mobile hamburger button -->
<div class="md:hidden absolute right-4 top-4 z-60">
<button onclick="openMenu()" aria-label="Open menu"
class="p-2 hover:bg-white/10 rounded-lg transition-colors duration-200">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
</div>
<!-- Menú desktop con animación AOS -->
<ul
class="hidden md:flex items-center justify-center gap-4 lg:gap-6 xl:gap-8 rounded-full px-8 lg:px-12 py-3 bg-white shadow-sm bg-opacity-30 font-Ovo text-sm lg:text-base">
<li><a href="#top" class="hover:text-[#4ADE80] transition-colors duration-200">Inicio</a></li>
<li><a href="#services" class="hover:text-[#4ADE80] transition-colors duration-200">Servicios</a></li>
<li><a href="#about" class="hover:text-[#4ADE80] transition-colors duration-200">Sobre mí</a></li>
<li><a href="#contact" class="hover:text-[#4ADE80] transition-colors duration-200">Contacto</a></li>
<li><a href="EN.html" class="hover:text-[#4ADE80] transition-colors duration-200">English</a></li>
</ul>
<!-- Menú móvil con animación slide-in -->
<ul id="sideMenu"
class="flex md:hidden flex-col gap-6 py-16 px-8 fixed top-0 bottom-0 right-[-18rem] w-72 z-50 h-screen bg-stone-900/95 backdrop-blur-sm transition-all duration-300 ease-in-out font-Ovo">
<div class="absolute right-6 top-6" onclick="closeMenu()">
<button class="p-2 hover:bg-white/10 rounded-lg transition-colors duration-200">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M6 18L18 6M6 6l12 12" />
</svg>
</button>
</div>
<li><a href="#top" onclick="closeMenu()"
class="block py-2 text-lg hover:text-[#4ADE80] transition-colors duration-200">Inicio</a></li>
<li><a href="#services" onclick="closeMenu()"
class="block py-2 text-lg hover:text-[#4ADE80] transition-colors duration-200">Servicios</a></li>
<li><a href="#about" onclick="closeMenu()"
class="block py-2 text-lg hover:text-[#4ADE80] transition-colors duration-200">Sobre mí</a></li>
<li><a href="#contact" onclick="closeMenu()"
class="block py-2 text-lg hover:text-[#4ADE80] transition-colors duration-200">Contacto</a></li>
<li><a href="EN.html" onclick="closeMenu()"
class="block py-2 text-lg hover:text-[#4ADE80] transition-colors duration-200">English</a></li>
</ul>
</nav>
<!-- Header mejorado para móviles -->
<div id="top"
class="w-full px-4 sm:px-6 max-w-4xl text-center mx-auto min-h-screen flex flex-col items-center justify-center gap-4 py-20">
<img src="./images/armandoProfile.jpg" alt="Armando Virto" class="rounded-full w-32 sm:w-40 mb-4"
data-aos="zoom-in" data-aos-delay="100">
<h3 class="flex items-end gap-2 text-lg sm:text-xl md:text-2xl mb-3 font-Ovo" data-aos="fade-up"
data-aos-delay="200">
Hola, soy Armando<span style="color: #4ADE80;">González</span>Virto
</h3>
<h1 class="text-responsive-xl sm:text-4xl md:text-5xl lg:text-[66px] font-Ovo leading-tight" data-aos="fade-up"
data-aos-delay="300">
Diseñador Instruccional
</h1>
<p class="max-w-xl sm:max-w-2xl mx-auto font-Ovo text-sm sm:text-base px-4" data-aos="fade-up"
data-aos-delay="400">
Creo experiencias de aprendizaje únicas, combinando
<span style="color: #4ADE80;">creatividad</span>,
<span style="color: #4ADE80;">tecnología</span> y
<span style="color: #4ADE80;">pasión</span>.
</p>
<!-- Social links mejorados -->
<ul class="flex flex-wrap justify-center items-center gap-3 sm:gap-4 mt-6 px-4">
<li data-aos="fade-up" data-aos-delay="500">
<a href="https://pk.linkedin.com/in/armandovirto" target="_blank"
class="w-12 h-12 sm:w-14 sm:h-14 flex items-center justify-center rounded-full border-2 border-white text-white hover:border-[#0A66C2] hover:text-[#0A66C2] transition duration-500">
<i class="lab la-linkedin-in text-xl sm:text-2xl"></i>
</a>
</li>
<li data-aos="fade-up" data-aos-delay="600">
<a href="https://github.com/armandovirto" target="_blank"
class="w-12 h-12 sm:w-14 sm:h-14 flex items-center justify-center rounded-full border-2 border-white text-white hover:border-[#6e40c9] hover:text-[#6e40c9] transition duration-500">
<i class="lab la-github text-xl sm:text-2xl"></i>
</a>
</li>
<li data-aos="fade-up" data-aos-delay="700">
<a href="https://wa.link/gv7ofw" target="_blank"
class="w-12 h-12 sm:w-14 sm:h-14 flex items-center justify-center rounded-full border-2 border-white text-white hover:border-green-500 hover:text-green-500 transition duration-500">
<i class="lab la-whatsapp text-xl sm:text-2xl"></i>
</a>
</li>
<li data-aos="fade-up" data-aos-delay="800">
<a href="mailto:armando.gonzalez@cybolt.com"
class="w-12 h-12 sm:w-14 sm:h-14 flex items-center justify-center rounded-full border-2 border-white text-white hover:border-rose-500 hover:text-rose-500 transition duration-500">
<i class="lab las la-envelope text-xl sm:text-2xl"></i>
</a>
</li>
</ul>
</div>
<div id="services" class="w-full px-10 sm:px-6 md:px-8 lg:px-[12%] py-16 scroll-mt-20">
<h4 class="text-center mb-2 text-base sm:text-lg font-Ovo" data-aos="fade-up">Mis servicios</h4>
<h2 class="text-center text-3xl sm:text-4xl lg:text-5xl font-Ovo mb-4" data-aos="fade-up" data-aos-delay="100">
Cómo puedo ayudarte</h2>
<p class="text-center max-w-2xl mx-auto mt-5 mb-12 font-Ovo text-sm sm:text-base px-4" data-aos="fade-up"
data-aos-delay="200">
Combino diseño instruccional, programación y diseño visual para crear soluciones de aprendizaje que
conectan, funcionan y se disfrutan.
</p>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4 sm:gap-6 my-10">
<!-- Contenedor AOS para Consultoría -->
<div data-aos="fade-up" data-aos-delay="300" class="h-full">
<div class="group border border-green-400 rounded-lg p-8 sm:px-8 sm:py-12 h-full flex flex-col
hover:shadow-[4px_4px_0_#4ADE80] cursor-pointer hover:bg-[#FFFFFF] hover:-translate-y-1 duration-500">
<img src="./images/mindmeister.png" alt="" class="w-8 sm:w-10 mb-4">
<h3 class="text-base sm:text-lg mb-4 text-gray-300 group-hover:text-gray-700 font-medium">
Consultoría
</h3>
<p class="text-sm sm:text-sm text-gray-200 leading-5 group-hover:text-gray-600 flex-grow">
Juntos identificamos las necesidades de tu organización y
trazamos acciones estratégicas que orienten una experiencia formativa de alto impacto.
</p>
</div>
</div>
<!-- Contenedor AOS para Storyboarding -->
<div data-aos="fade-up" data-aos-delay="400" class="h-full">
<div class="group border border-green-400 rounded-lg p-6 sm:px-8 sm:py-12 h-full flex flex-col
hover:shadow-[4px_4px_0_#4ADE80] cursor-pointer hover:bg-[#FFFFFF] hover:-translate-y-1 duration-500">
<img src="./images/canva.png" alt="" class="w-8 sm:w-10 mb-4">
<h3 class="text-base sm:text-lg mb-4 text-gray-300 group-hover:text-gray-700 font-medium">
Storyboarding
</h3>
<p class="text-sm sm:text-sm text-gray-200 leading-5 group-hover:text-gray-600 flex-grow">
Tras definir los objetivos y necesidades del proyecto,
desarrollaré un storyboard detallado que guíe la narrativa, interacciones y recursos del curso.
</p>
</div>
</div>
<!-- Contenedor AOS para Desarrollo de e-Learning -->
<div data-aos="fade-up" data-aos-delay="500" class="h-full">
<div class="group border border-green-400 rounded-lg p-6 sm:px-8 sm:py-12 h-full flex flex-col
hover:shadow-[4px_4px_0_#4ADE80] cursor-pointer hover:bg-[#FFFFFF] hover:-translate-y-1 duration-500">
<img src="./images/storyline.png" alt="" class="w-8 sm:w-10 mb-4">
<h3 class="text-base sm:text-lg mb-4 text-gray-300 group-hover:text-gray-700 font-medium">Desarrollo
de
e-Learning</h3>
<p class="text-sm sm:text-sm text-gray-200 leading-5 group-hover:text-gray-600 flex-grow">
Exploraremos opciones de desarrollo y elegirás el diseño
visual que mejor se adapte a tu organización, alineados con tu presupuesto y tus tiempos.
</p>
</div>
</div>
<!-- Contenedor AOS para Creación de multimedia -->
<div data-aos="fade-up" data-aos-delay="600" class="h-full">
<div class="group border border-green-400 rounded-lg p-6 sm:px-8 sm:py-12 h-full flex flex-col
hover:shadow-[4px_4px_0_#4ADE80] cursor-pointer hover:bg-[#FFFFFF] hover:-translate-y-1 duration-500">
<img src="./images/media-icon.png" alt="" class="w-8 sm:w-10 mb-4">
<h3 class="text-base sm:text-lg mb-4 text-gray-300 group-hover:text-gray-700 font-medium">Creación
de
multimedia</h3>
<p class="text-sm sm:text-sm text-gray-200 leading-5 group-hover:text-gray-600 flex-grow">
Crearé contenido multimedia único y personalizado, integrando
videos e ilustraciones para enriquecer la experiencia de aprendizaje.
</p>
</div>
</div>
</div>
</div>
<div id="about" class="w-full px-10 sm:px-6 md:px-8 lg:px-[12%] py-16 scroll-mt-20">
<h4 class="text-center mb-2 text-base font-Ovo sm:text-lg" data-aos="fade-up">Sobre mí</h4>
<h2 class="text-center text-3xl sm:text-4xl lg:text-5xl font-Ovo mb-8" data-aos="fade-up" data-aos-delay="100">
Perfil profesional
</h2>
<div class="flex w-full flex-col lg:flex-row items-center gap-8 lg:gap-10 my-10">
<div class="w-full lg:w-auto flex justify-center lg:justify-start" data-aos="fade-right"
data-aos-delay="200">
<img src="./images/armandoAboutMe.png" alt="Armando González Virto"
class="w-56 sm:w-64 lg:w-80 rounded-3xl max-w-none" />
</div>
<div class="flex-1 w-full">
<p class="mb-8 lg:mb-10 text-sm sm:text-base lg:text-lg text-gray-300 font-Ovo leading-relaxed"
data-aos="fade-up" data-aos-delay="300">
Soy un diseñador instruccional con formación en Filosofía por la UNAM, apasionado por transformar
el aprendizaje en una experiencia significativa y motivadora. Mi objetivo es crear soluciones que
no solo capten la atención, sino que también impulsen resultados concretos para las organizaciones.
Cuento con sólida experiencia en el uso de herramientas como Articulate Storyline, Rise 360 y Canva.
</p>
<ul class="grid grid-cols-1 sm:grid-cols-2 gap-4 sm:gap-6 mb-8">
<!-- Contenedor AOS para Experiencia -->
<li data-aos="fade-up" data-aos-delay="400" class="h-full">
<div
class="border-[0.5px] border-green-400 rounded-xl p-8 sm:p-6 cursor-pointer hover:bg-[#F43E5C] hover:-translate-y-1 duration-500 hover:shadow-[4px_4px_0_#CCCCCC] h-full">
<a href="https://cybolt.com/latam/" target="_blank" rel="noopener noreferrer"
class="block h-full flex flex-col">
<img src="./images/project-icon.png" alt="Experiencia"
class="w-6 sm:w-7 mb-3 max-w-full" />
<h3 class="mb-3 font-semibold text-green-400 text-base sm:text-base">Experiencia</h3>
<p class="text-white text-sm sm:text-sm flex-grow">Programa de Concientización en
Ciberseguridad de Cybolt</p>
</a>
</div>
</li>
<!-- Contenedor AOS para Formación -->
<li data-aos="fade-up" data-aos-delay="500" class="h-full">
<div
class="border-[0.5px] border-green-400 rounded-xl p-8 sm:p-6 cursor-pointer hover:bg-[#0A66C2] hover:-translate-y-1 duration-500 hover:shadow-[4px_4px_0_#CCCCCC] h-full">
<a href="https://online.lifelonglearning.jhu.edu/jhu-certificate-program-applied-generative-ai"
target="_blank" rel="noopener noreferrer" class="block h-full flex flex-col">
<img src="./images/edu-icon.png" alt="Formación" class="w-6 sm:w-7 mb-3 max-w-full" />
<h3 class="mb-3 font-semibold text-green-400 text-base sm:text-base">Formación</h3>
<p class="text-white text-sm sm:text-sm flex-grow">Certificado en Inteligencia
Artificial Generativa Aplicada de la Universidad Johns Hopkins</p>
</a>
</div>
</li>
<!-- Contenedor AOS para Habilidades -->
<li data-aos="fade-up" data-aos-delay="300" class="h-full">
<div
class="border-[0.5px] border-green-400 rounded-xl p-8 sm:p-6 cursor-pointer hover:bg-[#00a3a8] hover:-translate-y-1 duration-500 hover:shadow-[4px_4px_0_#CCCCCC] h-full flex flex-col">
<img src="./images/foco.png" alt="Habilidades" class="w-6 sm:w-7 mb-3 max-w-full" />
<h3 class="mb-3 font-semibold text-green-400 text-base sm:text-base">Habilidades</h3>
<p class="text-white text-sm sm:text-sm flex-grow">Articulate Storyline, Rise 360, Moodle
LMS</p>
</div>
</li>
<!-- Contenedor AOS para Lenguajes -->
<li data-aos="fade-up" data-aos-delay="400" class="h-full">
<div
class="border-[0.5px] border-green-400 rounded-xl p-8 sm:p-6 cursor-pointer hover:bg-[#6e40c9] hover:-translate-y-1 duration-500 hover:shadow-[4px_4px_0_#CCCCCC] h-full flex flex-col">
<img src="./images/code-icon.png" alt="Lenguajes" class="w-6 sm:w-7 mb-3 max-w-full" />
<h3 class="mb-3 font-semibold text-green-400 text-base sm:text-base">Lenguajes</h3>
<p class="text-white text-sm sm:text-sm flex-grow">HTML, CSS, R, Python</p>
</div>
</li>
</ul>
<!-- Tools section mejorada -->
<h4 class="mb-4 sm:mb-6 text-gray-200 font-Ovo text-sm sm:text-base" data-aos="fade-up"
data-aos-delay="100">
Herramientas que utilizo
</h4>
<ul class="flex flex-wrap items-center gap-3 sm:gap-5">
<!-- Contenedor AOS para Visual Studio -->
<li data-aos="zoom-in" data-aos-delay="200">
<div
class="relative group flex items-center justify-center w-12 sm:w-14 aspect-square border border-gray-400 rounded-lg cursor-pointer hover:-translate-y-1 hover:border-[#4ADE80] duration-500">
<img src="./images/vscode.png" alt="" class="w-5 sm:w-7" />
<span
class="absolute bottom-full mb-2 px-2 py-1 text-xs sm:text-sm text-white bg-gray-800 rounded-lg opacity-0 group-hover:opacity-100 transition-opacity duration-300 pointer-events-none text-center whitespace-nowrap">
Visual Studio
</span>
</div>
</li>
<!-- Contenedor AOS para Storyline -->
<li data-aos="zoom-in" data-aos-delay="300">
<div
class="relative group flex items-center justify-center w-12 sm:w-14 aspect-square border border-gray-400 rounded-lg cursor-pointer hover:-translate-y-1 hover:border-[#4ADE80] duration-500">
<img src="./images/storyline.png" alt="" class="w-5 sm:w-7" />
<span
class="absolute bottom-full mb-2 px-2 py-1 text-xs sm:text-sm text-white bg-gray-800 rounded-lg opacity-0 group-hover:opacity-100 transition-opacity duration-300 pointer-events-none text-center whitespace-nowrap">
Articulate Storyline
</span>
</div>
</li>
<!-- Contenedor AOS para Rise 360 -->
<li data-aos="zoom-in" data-aos-delay="400">
<div
class="relative group flex items-center justify-center w-12 sm:w-14 aspect-square border border-gray-400 rounded-lg cursor-pointer hover:-translate-y-1 hover:border-[#4ADE80] duration-500">
<img src="./images/rise.png" alt="" class="w-5 sm:w-7" />
<span
class="absolute bottom-full mb-2 px-2 py-1 text-xs sm:text-sm text-white bg-gray-800 rounded-lg opacity-0 group-hover:opacity-100 transition-opacity duration-300 pointer-events-none text-center whitespace-nowrap">
Rise 360
</span>
</div>
</li>
<!-- Contenedor AOS para ChatGPT -->
<li data-aos="zoom-in" data-aos-delay="500">
<div
class="relative group flex items-center justify-center w-12 sm:w-14 aspect-square border border-gray-400 rounded-lg cursor-pointer hover:-translate-y-1 hover:border-[#4ADE80] duration-500">
<img src="./images/chatgpt.jpg" alt="" class="w-5 sm:w-7" />
<span
class="absolute bottom-full mb-2 px-2 py-1 text-xs sm:text-sm text-white bg-gray-800 rounded-lg opacity-0 group-hover:opacity-100 transition-opacity duration-300 pointer-events-none text-center whitespace-nowrap">
ChatGPT
</span>
</div>
</li>
<!-- Contenedor AOS para Canva -->
<li data-aos="zoom-in" data-aos-delay="600">
<div
class="relative group flex items-center justify-center w-12 sm:w-14 aspect-square border border-gray-400 rounded-lg cursor-pointer hover:-translate-y-1 hover:border-[#4ADE80] duration-500">
<img src="./images/canva.png" alt="" class="w-5 sm:w-7" />
<span
class="absolute bottom-full mb-2 px-2 py-1 text-xs sm:text-sm text-white bg-gray-800 rounded-lg opacity-0 group-hover:opacity-100 transition-opacity duration-300 pointer-events-none text-center whitespace-nowrap">
Canva
</span>
</div>
</li>
<!-- Contenedor AOS para CapCut -->
<li data-aos="zoom-in" data-aos-delay="700">
<div
class="relative group flex items-center justify-center w-12 sm:w-14 aspect-square border border-gray-400 rounded-lg cursor-pointer hover:-translate-y-1 hover:border-[#4ADE80] duration-500">
<img src="./images/capcut.png" alt="" class="w-5 sm:w-7" />
<span
class="absolute bottom-full mb-2 px-2 py-1 text-xs sm:text-sm text-white bg-gray-800 rounded-lg opacity-0 group-hover:opacity-100 transition-opacity duration-300 pointer-events-none text-center whitespace-nowrap">
CapCut
</span>
</div>
</li>
<!-- Contenedor AOS para Moodle -->
<li data-aos="zoom-in" data-aos-delay="800">
<div
class="relative group flex items-center justify-center w-12 sm:w-14 aspect-square border border-gray-400 rounded-lg cursor-pointer hover:-translate-y-1 hover:border-[#4ADE80] duration-500">
<img src="./images/moddle.png" alt="" class="w-5 sm:w-7" />
<span
class="absolute bottom-full mb-2 px-2 py-1 text-xs sm:text-sm text-white bg-gray-800 rounded-lg opacity-0 group-hover:opacity-100 transition-opacity duration-300 pointer-events-none text-center whitespace-nowrap">
Moodle
</span>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Contact section mejorada -->
<div id="contact" class="w-full px-4 sm:px-6 md:px-8 lg:px-[12%] py-16 scroll-mt-20">
<div class="text-center">
<h4 class="text-center mb-2 text-base sm:text-lg font-Ovo" data-aos="fade-up">Contáctame</h4>
<h2 class="text-center text-3xl sm:text-4xl lg:text-5xl font-Ovo mb-8" data-aos="fade-up"
data-aos-delay="100">
¡Trabajemos <span style="color: #4ADE80;">juntos!</span>
</h2>
<!-- Contact icons mejorados -->
<div class="w-max flex items-center gap-2 mx-auto" data-aos="zoom-in" data-aos-delay="200">
<ul class="flex flex-wrap justify-center items-center gap-6 sm:gap-8 mt-6">
<li data-aos="zoom-in" data-aos-delay="300">
<a href="https://wa.link/gv7ofw" target="_blank"
class="w-14 h-14 sm:w-16 sm:h-16 flex items-center justify-center rounded-full border-2 border-white text-white hover:border-green-500 hover:text-green-500 transition duration-500">
<i class="lab la-whatsapp text-3xl sm:text-4xl"></i>
</a>
</li>
<li data-aos="zoom-in" data-aos-delay="400">
<a href="mailto:armando.gonzalez@cybolt.com"
class="w-14 h-14 sm:w-16 sm:h-16 flex items-center justify-center rounded-full border-2 border-white text-white hover:border-rose-500 hover:text-rose-500 transition duration-500">
<i class="lab las la-envelope text-3xl sm:text-4xl"></i>
</a>
</li>
</ul>
</div>
<!-- Footer mejorado -->
<div
class="text-center sm:flex items-center justify-center border-t border-gray-400 mx-4 sm:mx-[10%] mt-16 sm:mt-20 py-6">
<p class="text-xs sm:text-sm text-gray-300">
© 2025 Armando González Virto. Todos los derechos reservados.
</p>
</div>
</div>
</div>
<script>
function openMenu() {
const menu = document.getElementById("sideMenu");
menu.style.right = "0";
// Prevent body scroll when menu is open
document.body.style.overflow = 'hidden';
}
function closeMenu() {
const menu = document.getElementById("sideMenu");
menu.style.right = "-18rem";
// Restore body scroll
document.body.style.overflow = 'auto';
}
// Close menu when clicking outside
document.addEventListener('click', function (event) {
const menu = document.getElementById("sideMenu");
const menuButton = event.target.closest('button[onclick="openMenu()"]');
const menuContent = event.target.closest('#sideMenu');
if (!menuButton && !menuContent && menu.style.right === "0px") {
closeMenu();
}
});
// Close menu when resizing window
window.addEventListener('resize', function () {
if (window.innerWidth >= 768) {
closeMenu();
}
});
// Inicializar AOS (animaciones)
document.addEventListener('DOMContentLoaded', function () {
AOS.init({
duration: 800,
once: true
});
});
</script>
</body>
</html>