forked from Salta-Dev/landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
401 lines (385 loc) · 29.6 KB
/
index.html
File metadata and controls
401 lines (385 loc) · 29.6 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
---
---
<!DOCTYPE html>
<html class="dark" lang="es">
<head>
<title>SaltaDev - Comunidad de Desarrolladores</title>
<meta name="description" content="Comunidad de desarrolladores, diseniadores y emprendedores en Salta. Eventos, aprendizaje y colaboracion para impulsar el talento local.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
<meta property="og:title" content="SaltaDev - Comunidad de Desarrolladores">
<meta property="og:description" content="Comunidad de desarrolladores, diseniadores y emprendedores en Salta. Eventos, aprendizaje y colaboracion para impulsar el talento local.">
<meta property="og:type" content="website">
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
<meta property="og:image" content="{{ site.url }}/assets/img/seed-latam-salta.jpg">
<meta property="og:locale" content="es_AR">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SaltaDev - Comunidad de Desarrolladores">
<meta name="twitter:description" content="Comunidad de desarrolladores, diseniadores y emprendedores en Salta. Eventos, aprendizaje y colaboracion para impulsar el talento local.">
<meta name="twitter:image" content="{{ site.url }}/assets/img/seed-latam-salta.jpg">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "SaltaDev",
"url": "{{ site.url }}",
"logo": "{{ site.url }}/assets/img/logo.png",
"sameAs": [
"{{ site.github }}",
"{{ site.linkedin }}",
"{{ site.discord }}",
"{{ site.whatsapp }}"
]
}
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% include https-redirect.html %}
<link rel="shortcut icon" href="/assets/img/icons/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12.7/dist/gsap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12.7/dist/ScrollTrigger.min.js"></script>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
colors: {
"primary": "#94413d",
"background-light": "#f7f6f6",
"background-dark": "#181013",
"surface-dark": "#23181b",
"border-dark": "#3a2a2d",
},
fontFamily: {
"display": ["Space Grotesk", "sans-serif"],
"sans": ["Space Grotesk", "sans-serif"],
},
borderRadius: {
"DEFAULT": "0.5rem",
"lg": "1rem",
"xl": "1.5rem",
"full": "9999px"
},
backgroundImage: {
"poncho-pattern": "url(\"data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2394413d' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")"
}
},
},
}
</script>
<link rel="stylesheet" href="/assets/css/index.css">
</head>
<body class="bg-background-light dark:bg-background-dark text-white font-display transition-colors duration-300 antialiased overflow-x-hidden animated-bg">
{% assign sorted_events = site.events | sort: "date" | reverse %}
{% assign latest_events = sorted_events | slice: 0, 3 %}
{% include nav.html %}
<main class="pt-0" id="top">
<section class="relative min-h-[calc(100vh-80px)] flex items-center justify-center overflow-hidden">
<div class="absolute inset-0 bg-poncho-pattern opacity-30 z-0 pointer-events-none"></div>
<div class="absolute top-0 right-0 w-1/2 h-full bg-gradient-to-l from-primary/10 to-transparent z-0 pointer-events-none"></div>
<div class="layout-container max-w-[1200px] w-full px-4 sm:px-6 lg:px-8 relative z-10 grid lg:grid-cols-12 gap-12 items-center pt-6 pb-12 md:pt-10">
<div class="lg:col-span-7 flex flex-col gap-6 text-center lg:text-left">
<div class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-surface-dark border border-border-dark w-fit mx-auto lg:mx-0 hero-badge">
<span class="w-2 h-2 rounded-full bg-green-500 animate-pulse"></span>
<span class="text-xs font-medium text-white uppercase tracking-wide">Comunidad salteña</span>
</div>
<h1 class="text-5xl sm:text-6xl lg:text-7xl font-bold leading-tight tracking-tight text-white hero-title">
El Hub Tech del <br>
<span class="text-primary relative inline-block">
Norte Argentino
<svg class="absolute w-full h-3 -bottom-1 left-0 text-primary opacity-60" fill="none" viewBox="0 0 200 9" xmlns="http://www.w3.org/2000/svg">
<path d="M2.00025 6.99997C2.00025 6.99997 23.3283 2.65175 69.2435 2.12642C111.458 1.64326 142.164 4.54452 198.001 2.00002" stroke="currentColor" stroke-linecap="round" stroke-width="3"></path>
</svg>
</span>
</h1>
<p class="text-lg text-white max-w-2xl mx-auto lg:mx-0 leading-relaxed hero-subtitle">
Conectamos desarrolladores, diseñadores y emprendedores en Salta. Impulsamos el talento local a través de la colaboración, el aprendizaje y eventos.
</p>
<div class="flex flex-wrap gap-4 justify-center lg:justify-start pt-4">
<a class="hero-cta hero-cta-primary text-base px-8 py-3.5 rounded-xl transition-all" href="{{ site.whatsapp }}" target="_blank">
<span class="material-symbols-outlined">rocket_launch</span>
Unirse a la comunidad
</a>
<a class="hero-cta hero-cta-secondary text-base px-8 py-3.5 rounded-xl transition-all" href="/events">
<span class="material-symbols-outlined">calendar_month</span>
Ver Eventos
</a>
</div>
</div>
<div class="lg:col-span-5 relative hidden lg:block h-full min-h-[500px]">
<div class="absolute inset-0 flex items-center justify-center">
<div class="relative w-full aspect-[4/5] rounded-2xl overflow-hidden border border-border-dark">
<div class="absolute inset-0 bg-cover bg-center opacity-60 mix-blend-overlay" style='background-image: url("/assets/img/seed-latam-salta.jpg");'></div>
<div class="absolute bottom-0 left-0 right-0 p-6 bg-gradient-to-t from-background-dark to-transparent">
<div class="flex items-center gap-3">
<div class="flex -space-x-3">
<img alt="Member Avatar" class="w-10 h-10 rounded-full border-2 border-background-dark" src="/assets/img/people_1.jpg">
<img alt="Member Avatar" class="w-10 h-10 rounded-full border-2 border-background-dark" src="/assets/img/people_2.jpg">
<img alt="Member Avatar" class="w-10 h-10 rounded-full border-2 border-background-dark" src="/assets/img/people_3.jpg">
</div>
<span class="text-sm font-medium text-white">+1000 miembros</span>
</div>
</div>
</div>
<div class="absolute -top-6 -right-6 bg-surface-dark border border-border-dark p-4 rounded-xl shadow-2xl animate-bounce" style="animation-duration: 3s;">
<span class="material-symbols-outlined text-white text-3xl">code</span>
</div>
</div>
</div>
</div>
</section>
<section class="py-10 border-y border-border-dark bg-surface-dark/50">
<div class="max-w-[1200px] mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="flex flex-col items-center md:items-start p-4 rounded-lg hover:bg-surface-dark transition-colors">
<div class="text-4xl lg:text-5xl font-bold text-white mb-2">+1000</div>
<div class="text-sm text-white uppercase tracking-wider font-medium">Miembros activos</div>
</div>
<div class="flex flex-col items-center md:items-start p-4 rounded-lg hover:bg-surface-dark transition-colors">
<div class="flex items-center gap-2 mb-2">
<span class="material-symbols-outlined text-primary text-3xl">work</span>
<span class="text-4xl font-bold text-white text-center">EMPLEOS</span>
</div>
<div class="text-sm text-white uppercase tracking-wider font-medium text-center">Compartimos ofertas laborales</div>
</div>
<div class="flex flex-col items-center md:items-start p-4 rounded-lg hover:bg-surface-dark transition-colors">
<div class="flex items-center gap-2 mb-2">
<span class="material-symbols-outlined text-primary text-3xl">school</span>
<span class="text-4xl font-bold text-white text-center">CURSOS</span>
</div>
<div class="text-sm text-white uppercase tracking-wider font-medium text-center">Compartimos recursos educativos</div>
</div>
<div class="flex flex-col items-center md:items-start p-4 rounded-lg hover:bg-surface-dark transition-colors">
<div class="flex items-center gap-2 mb-2">
<span class="material-symbols-outlined text-primary text-3xl">event</span>
<span class="text-4xl font-bold text-white text-center">EVENTOS</span>
</div>
<div class="text-sm text-white uppercase tracking-wider font-medium text-center">Organizamos y difundimos eventos</div>
</div>
</div>
</div>
</section>
<section class="py-20 border-y border-border-dark" id="partners">
<div class="max-w-[1200px] mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col md:flex-row justify-between items-start md:items-end mb-12 gap-6">
<div class="max-w-2xl">
<h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Colaboradores</h2>
<p class="text-white text-lg">Más de {{ site.confidents | size | minus: 1 }} organizaciones confían en el talento de nuestra comunidad.</p>
</div>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-5 gap-6 partners-collapsed" id="partnersGrid">
{% for confident in site.confidents %}
{% if confident.name and confident.icon %}
{% assign partner_hidden = "" %}
{% if forloop.index0 >= 4 %}
{% assign partner_hidden = "partner-hidden" %}
{% endif %}
<a class="bg-surface-dark border border-border-dark px-4 py-4 rounded-xl flex flex-col items-center justify-center gap-3 grayscale hover:grayscale-0 transition-all duration-300 hover:border-primary/50 group cursor-pointer min-h-[140px] {{ partner_hidden }}" href="{{ confident.customURL }}" target="_blank">
<img alt="{{ confident.name }}" class="max-h-10 max-w-[120px] object-contain" src="{{ confident.icon }}">
<span class="text-sm text-white text-center">{{ confident.name }}</span>
</a>
{% endif %}
{% endfor %}
</div>
<div class="flex justify-center mt-6 md:hidden">
<button class="text-primary font-bold flex items-center gap-2" id="togglePartners" type="button" aria-expanded="false">
<span id="togglePartnersLabel">Ver todos los colaboradores</span>
<span class="material-symbols-outlined text-base">expand_more</span>
</button>
</div>
</div>
</section>
<section class="py-20 border-y border-border-dark bg-surface-dark relative overflow-hidden" id="community">
<div class="absolute right-0 top-0 bottom-0 w-1/3 bg-poncho-pattern opacity-5 pointer-events-none"></div>
<div class="max-w-[1200px] mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Sumate a la charla</h2>
<p class="text-white text-lg max-w-2xl mx-auto">Nuestra comunidad vive en diferentes plataformas. Elige tu favorita y comienza a interactuar.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
<a class="group relative flex flex-col items-center p-8 bg-background-dark border border-border-dark rounded-2xl hover:border-indigo-500 transition-all duration-300 overflow-hidden hover:shadow-2xl hover:shadow-indigo-500/10" href="{{ site.discord }}" target="_blank">
<div class="absolute inset-0 bg-gradient-to-br from-indigo-500/10 to-transparent opacity-0 group-hover:opacity-100 transition-opacity"></div>
<div class="bg-indigo-500/20 p-4 rounded-full mb-6 text-white group-hover:text-white group-hover:bg-indigo-500 transition-colors">
<svg class="w-10 h-10" viewBox="0 0 24 24" aria-hidden="true">
<path fill="currentColor" d="M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189Z"></path>
</svg>
</div>
<h3 class="text-xl font-bold text-white mb-2">Discord</h3>
<p class="text-center text-white text-sm">Chat en vivo, canales de voz y ayuda técnica.</p>
</a>
<a class="group relative flex flex-col items-center p-8 bg-background-dark border border-border-dark rounded-2xl hover:border-green-500 transition-all duration-300 overflow-hidden hover:shadow-2xl hover:shadow-green-500/10" href="{{ site.whatsapp }}" target="_blank">
<div class="absolute inset-0 bg-gradient-to-br from-green-500/10 to-transparent opacity-0 group-hover:opacity-100 transition-opacity"></div>
<div class="bg-green-500/20 p-4 rounded-full mb-6 text-white group-hover:text-white group-hover:bg-green-500 transition-colors">
<svg class="w-10 h-10" viewBox="0 0 24 24" aria-hidden="true">
<path fill="currentColor" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"></path>
</svg>
</div>
<h3 class="text-xl font-bold text-white mb-2">WhatsApp</h3>
<p class="text-center text-white text-sm">Grupos por temática y anuncios rápidos.</p>
</a>
<a class="group relative flex flex-col items-center p-8 bg-background-dark border border-border-dark rounded-2xl hover:border-blue-500 transition-all duration-300 overflow-hidden hover:shadow-2xl hover:shadow-blue-500/10" href="{{ site.linkedin }}" target="_blank">
<div class="absolute inset-0 bg-gradient-to-br from-blue-500/10 to-transparent opacity-0 group-hover:opacity-100 transition-opacity"></div>
<div class="bg-blue-500/20 p-4 rounded-full mb-6 text-white group-hover:text-white group-hover:bg-blue-500 transition-colors">
<svg class="w-10 h-10" viewBox="0 0 24 24" aria-hidden="true">
<path fill="currentColor" d="M20.447 20.452h-3.554v-5.569c0-1.328-.026-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.266 2.37 4.266 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zM6.956 20.452H3.72V9h3.236v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.727v20.545C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.273V1.727C24 .774 23.2 0 22.222 0h.003z"></path>
</svg>
</div>
<h3 class="text-xl font-bold text-white mb-2">LinkedIn</h3>
<p class="text-center text-white text-sm">Networking profesional y oportunidades.</p>
</a>
<a class="group relative flex flex-col items-center p-8 bg-background-dark border border-border-dark rounded-2xl hover:border-slate-500 transition-all duration-300 overflow-hidden hover:shadow-2xl hover:shadow-slate-500/10" href="{{ site.github }}" target="_blank">
<div class="absolute inset-0 bg-gradient-to-br from-slate-500/10 to-transparent opacity-0 group-hover:opacity-100 transition-opacity"></div>
<div class="bg-slate-500/20 p-4 rounded-full mb-6 text-white group-hover:text-white group-hover:bg-slate-500 transition-colors">
<svg class="w-10 h-10" viewBox="0 0 24 24" aria-hidden="true">
<path fill="currentColor" d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path>
</svg>
</div>
<h3 class="text-xl font-bold text-white mb-2">GitHub</h3>
<p class="text-center text-white text-sm">Proyectos open source de la comunidad.</p>
</a>
</div>
</div>
</section>
<section class="py-20 border-y border-border-dark" id="events">
<div class="max-w-[1200px] mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-white">Próximos Eventos</h2>
<a class="hidden sm:block text-white font-bold hover:underline" href="/events">Ver calendario completo</a>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
{% for event in latest_events %}
<div class="bg-surface-dark border border-border-dark rounded-xl overflow-hidden group hover:border-primary transition-colors flex flex-col h-full">
<div class="h-48 bg-cover bg-center relative" style="background-image: url('{{ event.photo }}');">
<div class="absolute top-4 left-4 bg-background-dark/90 text-white rounded-lg p-2 text-center min-w-[120px] border border-border-dark">
<span class="block text-xs uppercase font-bold text-white">{{ event.event_date_parsed }}</span>
<span class="block text-xs text-white">{{ event.event_hours_parsed }}</span>
</div>
</div>
<div class="p-6 flex flex-col h-full">
<div class="flex items-center gap-2 text-white text-xs font-bold uppercase mb-2">
<span class="material-symbols-outlined text-sm">location_on</span>
<span>{{ event.location }}</span>
</div>
<h3 class="text-xl font-bold text-white mb-3 group-hover:text-white transition-colors">{{ event.title }}</h3>
<p class="text-white text-sm mb-6 flex-1">{{ event.description }}</p>
<a class="w-full h-11 rounded-lg border border-white text-white font-bold hover:border-primary hover:text-primary transition-all inline-flex items-center justify-center mt-auto" href="{{ event.link }}" target="_blank">
Registrarme
</a>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
<section class="py-20 border-y border-border-dark bg-surface-dark" id="staff">
<div class="max-w-[1200px] mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold text-white">Quiénes Somos</h2>
<p class="text-white text-lg mt-2">El equipo detrás de la organización de SaltaDev.</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-6">
{% for member in site.staff %}
<div class="bg-background-dark border border-border-dark p-6 rounded-xl flex flex-col items-center text-center hover:-translate-y-1 transition-transform duration-300 h-full">
<div class="w-24 h-24 rounded-full overflow-hidden mb-4 border-2 border-primary/50">
{% if member.photo %}
<img alt="{{ member.name }}" class="w-full h-full object-cover" src="{{ member.photo }}">
{% else %}
<img alt="{{ member.name }}" class="w-full h-full object-cover" src="/assets/img/staff/default.jpg">
{% endif %}
</div>
<h3 class="text-lg font-bold text-white">{{ member.name }}</h3>
{% if member.role %}
{% assign role_class = "text-white" %}
{% if member.role == "Fundador" or member.role == "Administrador" or member.role == "Administradora" %}
{% assign role_class = "text-primary" %}
{% endif %}
<p class="{{ role_class }} text-sm font-medium mb-2">{{ member.role }}</p>
{% endif %}
{% if member.description %}
<p class="text-white text-sm mb-6">{{ member.description }}</p>
{% endif %}
<div class="flex gap-3 mt-auto">
{% if member.linkedin %}
<a class="text-white hover:text-white" href="{{ member.linkedin }}" target="_blank" aria-label="LinkedIn">
<svg class="w-5 h-5" viewBox="0 0 24 24" aria-hidden="true">
<path fill="currentColor" d="M20.447 20.452h-3.554v-5.569c0-1.328-.026-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.266 2.37 4.266 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zM6.956 20.452H3.72V9h3.236v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.727v20.545C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.273V1.727C24 .774 23.2 0 22.222 0h.003z"></path>
</svg>
</a>
{% endif %}
{% if member.github %}
<a class="text-white hover:text-white" href="{{ member.github }}" target="_blank" aria-label="GitHub">
<svg class="w-5 h-5" viewBox="0 0 24 24" aria-hidden="true">
<path fill="currentColor" d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path>
</svg>
</a>
{% endif %}
{% if member.twitter %}
<a class="text-white hover:text-white" href="{{ member.twitter }}" target="_blank" aria-label="X">
<svg class="w-5 h-5" viewBox="0 0 24 24" aria-hidden="true">
<path fill="currentColor" d="M14.234 10.162 22.977 0h-2.072l-7.591 8.824L7.251 0H.258l9.168 13.343L.258 24H2.33l8.016-9.318L16.749 24h6.993zm-2.837 3.299-.929-1.329L3.076 1.56h3.182l5.965 8.532.929 1.329 7.754 11.09h-3.182z"></path>
</svg>
</a>
{% endif %}
</div>
</div>
{% endfor %}
</div>
</div>
</section>
<section class="py-20 border-y border-border-dark relative overflow-hidden" id="contact">
<div class="absolute inset-0 bg-poncho-pattern opacity-10 z-0 pointer-events-none"></div>
<div class="max-w-[800px] mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="bg-surface-dark border border-border-dark rounded-2xl p-8 md:p-12 shadow-2xl">
<div class="text-center mb-8">
<h2 class="text-3xl font-bold text-white">Contáctanos</h2>
<p class="text-white mt-2">¿Tienes alguna duda o propuesta? Escríbenos.</p>
</div>
<form action="mailto:comusaltadev@gmail.com" class="space-y-6">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="flex flex-col gap-2">
<label class="text-sm font-bold text-white" for="name">Nombre</label>
<input class="bg-background-dark border border-border-dark text-white rounded-lg px-4 py-3 focus:border-primary focus:ring-1 focus:ring-primary outline-none transition-colors" id="name" name="name" placeholder="Tu nombre" type="text">
</div>
<div class="flex flex-col gap-2">
<label class="text-sm font-bold text-white" for="email">Email</label>
<input class="bg-background-dark border border-border-dark text-white rounded-lg px-4 py-3 focus:border-primary focus:ring-1 focus:ring-primary outline-none transition-colors" id="email" name="email" placeholder="tu@email.com" type="email">
</div>
</div>
<div class="flex flex-col gap-2">
<label class="text-sm font-bold text-white" for="subject">Asunto</label>
<input class="bg-background-dark border border-border-dark text-white rounded-lg px-4 py-3 focus:border-primary focus:ring-1 focus:ring-primary outline-none transition-colors" id="subject" name="subject" placeholder="Motivo de contacto" type="text" required>
</div>
<div class="flex flex-col gap-2">
<label class="text-sm font-bold text-white" for="message">Mensaje</label>
<textarea class="bg-background-dark border border-border-dark text-white rounded-lg px-4 py-3 focus:border-primary focus:ring-1 focus:ring-primary outline-none transition-colors resize-none" id="message" name="body" placeholder="Escribe tu mensaje aquí..." rows="4" required></textarea>
</div>
<button class="w-full bg-primary hover:bg-red-700 text-white font-bold py-3.5 rounded-lg shadow-lg shadow-primary/20 transition-all" type="submit">
Enviar Mensaje
</button>
</form>
</div>
</div>
</section>
</main>
{% include footer.html %}
<div class="cursor-glow" id="cursorGlow" aria-hidden="true"></div>
<div class="floating-scroll" aria-hidden="true">
<button id="scrollUp" type="button" aria-label="Scroll arriba">
<span class="material-symbols-outlined">keyboard_arrow_up</span>
</button>
<button id="scrollTop" type="button" class="floating-scroll-top" aria-label="Volver al inicio">
<span class="material-symbols-outlined">north</span>
Volver al inicio
</button>
<button id="scrollDown" type="button" aria-label="Scroll abajo">
<span class="material-symbols-outlined">keyboard_arrow_down</span>
</button>
</div>
<script src="/assets/js/index.js"></script>
</body>
</html>