-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
503 lines (444 loc) · 29.3 KB
/
index.html
File metadata and controls
503 lines (444 loc) · 29.3 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
500
501
502
503
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Carlos Fernández San Millán - Head of ICT & Acting CIO. Technology Executive specializing in Digital Transformation, Research Computing, Cybersecurity, and Board Advisory.">
<meta name="keywords" content="Head of ICT, Acting CIO, IT Strategy, Digital Transformation, Cybersecurity, Research Computing, Board Advisory, Technology Executive">
<meta name="author" content="Carlos Fernández San Millán">
<title>Carlos Fernández San Millán | Head of ICT & Acting CIO</title>
<!-- Preload critical resources -->
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" as="style">
<link rel="preload" href="photo.jpg" as="image">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Tailwind CSS Play CDN (Production Ready) -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Tailwind Config -->
<script src="assets/js/tailwind.config.js?v=20260220a11y"></script>
<!-- FontAwesome 6 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<!-- AOS Animation Library -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/styles.css?v=20260220a11y">
</head>
<body class="font-sans antialiased text-slate-800 bg-light-bg">
<a href="#main-content" class="skip-link">
Skip to main content
</a>
<!-- Navigation -->
<nav id="navbar" aria-label="Primary" class="fixed w-full z-50 transition-all duration-300 bg-transparent">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-20">
<div class="flex-shrink-0">
<a href="#home" class="text-2xl font-bold text-white tracking-tight">
CF<span class="text-accent">.</span>
</a>
</div>
<!-- Desktop Menu -->
<div class="hidden md:block">
<div id="nav-links-desktop" class="ml-10 flex items-baseline space-x-8"></div>
</div>
<!-- Mobile Menu Button -->
<div class="md:hidden">
<button id="mobile-menu-btn" type="button" aria-label="Open navigation menu" aria-expanded="false" aria-controls="mobile-menu" class="text-white hover:text-accent p-2">
<i class="fas fa-bars text-2xl" aria-hidden="true"></i>
</button>
</div>
</div>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu" role="dialog" aria-modal="true" aria-label="Mobile navigation" aria-hidden="true" class="mobile-menu fixed top-0 right-0 h-full w-64 bg-primary shadow-2xl md:hidden z-50">
<div class="p-6">
<button id="close-menu" type="button" aria-label="Close navigation menu" class="absolute top-4 right-4 text-white hover:text-accent">
<i class="fas fa-times text-2xl" aria-hidden="true"></i>
</button>
<div id="nav-links-mobile" class="mt-12 space-y-4"></div>
</div>
</div>
</nav>
<main id="main-content" tabindex="-1">
<!-- Hero Section -->
<section id="home" aria-labelledby="hero-title" class="relative min-h-screen flex items-center justify-center bg-primary overflow-hidden">
<!-- Animated Background -->
<div class="absolute inset-0">
<div class="absolute inset-0 bg-gradient-to-br from-primary via-secondary to-primary opacity-90"></div>
<div class="absolute top-20 left-10 w-72 h-72 bg-accent/10 rounded-full blur-3xl animate-float"></div>
<div class="absolute bottom-20 right-10 w-96 h-96 bg-secondary/20 rounded-full blur-3xl animate-float" style="animation-delay: 2s;"></div>
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-[800px] h-[800px] bg-accent/5 rounded-full blur-3xl animate-pulse-slow"></div>
</div>
<!-- Grid Pattern Overlay -->
<div class="absolute inset-0 opacity-10" style="background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0); background-size: 40px 40px;"></div>
<div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20">
<div class="grid lg:grid-cols-2 gap-12 items-center">
<!-- Content -->
<div data-aos="fade-right" data-aos-duration="1000">
<div class="inline-flex items-center px-4 py-2 rounded-full bg-white/10 border border-white/20 mb-6">
<span class="w-2 h-2 rounded-full bg-green-400 animate-pulse mr-2"></span>
<span id="availability-text" class="text-white/90 text-sm font-medium">Available for Executive & Advisory Opportunities</span>
</div>
<h1 class="text-5xl md:text-7xl font-bold text-white mb-4 tracking-tight">
Carlos<br>
<span class="gradient-text">Fernández</span><br>
San Millán
</h1>
<h2 id="hero-title" class="text-2xl md:text-3xl text-accent font-semibold mb-6">
Head of ICT & Acting CIO | Board Advisor
</h2>
<p id="hero-summary" class="text-lg text-white/80 mb-8 max-w-xl leading-relaxed">
Technology Executive with 15+ years leading enterprise IT, digital transformation,
and research computing in mission-driven international organizations.
</p>
<div class="flex flex-wrap gap-4 mb-8">
<div class="flex items-center text-white/70">
<i class="fas fa-map-marker-alt text-accent mr-2" aria-hidden="true"></i>
<span id="hero-location">Milan, Italy</span>
</div>
<div class="flex items-center text-white/70">
<i class="fas fa-euro-sign text-accent mr-2" aria-hidden="true"></i>
<span id="hero-budget">14M € Budget Managed</span>
</div>
<div class="flex items-center text-white/70">
<i class="fas fa-users text-accent mr-2" aria-hidden="true"></i>
<span id="hero-team-size">25+ Team Size</span>
</div>
</div>
<div class="flex flex-wrap gap-4">
<a href="mailto:carlos.fernandez.san.millan@gmail.com"
class="inline-flex items-center px-8 py-4 bg-accent hover:bg-accent-light text-white font-semibold rounded-full transition-all transform hover:scale-105 shadow-lg hover:shadow-accent/50">
<i class="fas fa-envelope mr-2" aria-hidden="true"></i>
Get In Touch
</a>
<a href="carlos-fernandez-san-millan-en.pdf"
class="inline-flex items-center px-8 py-4 bg-white/10 hover:bg-white/20 text-white font-semibold rounded-full transition-all border border-white/30 backdrop-blur-sm">
<i class="fas fa-download mr-2" aria-hidden="true"></i>
Download CV
</a>
</div>
<!-- Social Links -->
<div id="social-links-hero" aria-label="Social links" class="flex gap-4 mt-8"></div>
</div>
<!-- Photo with Non-Overlapping Badges -->
<div class="relative flex justify-center lg:justify-end" data-aos="fade-left" data-aos-duration="1000" data-aos-delay="200">
<div class="relative">
<!-- Decorative Ring -->
<div class="absolute inset-0 rounded-full border-4 border-accent/30 animate-pulse-slow"></div>
<div class="absolute -inset-4 rounded-full border-2 border-accent/20 animate-spin" style="animation-duration: 20s;"></div>
<!-- Photo Container -->
<div class="photo-ring relative w-80 h-80 rounded-full overflow-hidden border-4 border-accent shadow-2xl">
<img src="photo.jpg" alt="Carlos Fernández San Millán"
class="w-full h-full object-cover">
</div>
<!-- Badge Grid System - Positioned Around Photo -->
<!-- Top Left -->
<div class="absolute -top-2 -left-16 bg-white rounded-full px-4 py-2 shadow-lg animate-float" style="animation-delay: 0s;">
<div class="flex items-center gap-2">
<i class="fas fa-shield-alt text-accent"></i>
<span class="text-sm font-bold text-primary">Acting CIO</span>
</div>
</div>
<!-- Top Right -->
<div class="absolute -top-2 -right-16 bg-white rounded-full px-4 py-2 shadow-lg animate-float" style="animation-delay: 0.5s;">
<div class="flex items-center gap-2">
<i class="fas fa-award text-accent"></i>
<span class="text-sm font-bold text-primary">Head of IT</span>
</div>
</div>
<!-- Middle Left (lower) -->
<div class="absolute top-24 -left-20 bg-white rounded-full px-4 py-2 shadow-lg animate-float" style="animation-delay: 1s;">
<div class="flex items-center gap-2">
<i class="fas fa-crown text-accent"></i>
<span class="text-sm font-bold text-primary">SMART, PRINCE2, ITILv4</span>
</div>
</div>
<!-- Middle Right (lower) -->
<div class="absolute top-24 -right-20 bg-white rounded-full px-4 py-2 shadow-lg animate-float" style="animation-delay: 1.5s;">
<div class="flex items-center gap-2">
<i class="fas fa-cloud text-accent"></i>
<span class="text-sm font-bold text-primary">Business continuity</span>
</div>
</div>
<!-- Bottom Left -->
<div class="absolute bottom-20 -left-16 bg-white rounded-full px-4 py-2 shadow-lg animate-float" style="animation-delay: 2s;">
<div class="flex items-center gap-2">
<i class="fas fa-server text-accent"></i>
<span class="text-sm font-bold text-primary">Data Center </br> HPC </br> Hybrid-Cloud</span>
</div>
</div>
<!-- Bottom Right -->
<div class="absolute bottom-20 -right-16 bg-white rounded-full px-4 py-2 shadow-lg animate-float" style="animation-delay: 2.5s;">
<div class="flex items-center gap-2">
<i class="fas fa-lock text-accent"></i>
<span class="text-sm font-bold text-primary">Cybersecurity </br> NIS2 </br> GDPR </br> Compliance</span>
</div>
</div>
<!-- Bottom Center -->
<div class="absolute -bottom-4 left-1/2 transform -translate-x-1/2 bg-accent text-white rounded-full px-6 py-2 shadow-lg animate-float" style="animation-delay: 3s;">
<div class="flex items-center gap-2">
<i class="fas fa-star text-white"></i>
<span id="hero-years" class="text-sm font-bold">15+ Years Experience</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- To Add More Badges:
Simply copy a badge div and adjust:
Position: Change top-24 to top-32 or bottom-32
Horizontal: Change -left-16 to -left-24 (farther) or -left-12 (closer)
Delay: Use a unique delay like 3.5s or 4s
Example:
<div class="absolute top-32 -left-24 bg-white rounded-full px-4 py-2 shadow-lg animate-float" style="animation-delay: 3.5s;">
<div class="flex items-center gap-2">
<i class="fas fa-certificate text-accent"></i>
<span class="text-sm font-bold text-primary">New Badge</span>
</div>
</div> -->
<!-- Scroll Indicator -->
<div class="absolute bottom-8 left-1/2 transform -translate-x-1/2 animate-bounce">
<a href="#about" aria-label="Scroll to About section" class="text-white/50 hover:text-accent transition-colors">
<i class="fas fa-chevron-down text-2xl" aria-hidden="true"></i>
</a>
</div>
</section>
<!-- About Section -->
<section id="about" aria-labelledby="about-heading" class="py-24 bg-light-bg">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid lg:grid-cols-2 gap-16 items-center">
<!-- FIXED: Replaced missing about-us.png with photo.jpg -->
<div data-aos="fade-right">
<div class="relative">
<img src="photo.jpg" alt="About Carlos" class="rounded-2xl shadow-2xl w-full object-cover h-[500px]">
<div class="absolute -bottom-6 -right-6 bg-primary text-white p-6 rounded-2xl shadow-xl">
<div id="about-years-value" class="text-4xl font-bold text-accent">15+</div>
<div class="text-sm text-white/80">Years Experience</div>
</div>
</div>
</div>
<div data-aos="fade-left">
<h2 id="about-heading" class="text-4xl font-bold text-primary mb-6">
Let Me <span class="text-accent">Introduce</span> Myself
</h2>
<p id="about-summary-1" class="text-lg text-soft-text mb-6 leading-relaxed">
Senior technology executive with 15+ years leading enterprise IT, research computing,
cybersecurity, and digital transformation in complex, mission-driven international organizations.
</p>
<p id="about-summary-2" class="text-lg text-soft-text mb-8 leading-relaxed">
Proven track record of aligning technology strategy with institutional objectives,
delivering measurable business outcomes, and building high-performing teams. Expertise
spans IT governance, digital transformation, HPC/data center operations, cybersecurity
frameworks, and research technology enablement.
</p>
<div class="grid grid-cols-2 gap-6 mb-8">
<div class="flex items-start">
<div class="w-12 h-12 rounded-lg bg-accent/10 flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-server text-accent text-xl"></i>
</div>
<div>
<h4 class="font-bold text-primary">Data Centers</h4>
<p class="text-sm text-soft-text">HPC & Enterprise</p>
</div>
</div>
<div class="flex items-start">
<div class="w-12 h-12 rounded-lg bg-accent/10 flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-shield-alt text-accent text-xl"></i>
</div>
<div>
<h4 class="font-bold text-primary">Cybersecurity</h4>
<p class="text-sm text-soft-text">GDPR & Compliance</p>
</div>
</div>
<div class="flex items-start">
<div class="w-12 h-12 rounded-lg bg-accent/10 flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-cloud text-accent text-xl"></i>
</div>
<div>
<h4 class="font-bold text-primary">Cloud</h4>
<p class="text-sm text-soft-text">Hybrid Architecture</p>
</div>
</div>
<div class="flex items-start">
<div class="w-12 h-12 rounded-lg bg-accent/10 flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-users-cog text-accent text-xl"></i>
</div>
<div>
<h4 class="font-bold text-primary">Leadership</h4>
<p class="text-sm text-soft-text">25+ FTEs Managed</p>
</div>
</div>
</div>
<a href="carlos-fernandez-san-millan-en.pdf"
class="inline-flex items-center px-6 py-3 bg-primary hover:bg-secondary text-white font-semibold rounded-lg transition-all">
<i class="fas fa-download mr-2"></i>
Download CV
</a>
</div>
</div>
</div>
</section>
<!-- Experience Timeline -->
<section id="experience" aria-labelledby="experience-heading" class="py-24 bg-white relative overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-b from-light-bg to-white"></div>
<div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16" data-aos="fade-up">
<h2 id="experience-heading" class="text-4xl font-bold text-primary mb-4">Professional <span class="text-accent">Experience</span></h2>
<p class="text-lg text-soft-text max-w-2xl mx-auto">
A track record of leadership in world-class research institutions and enterprise environments.
</p>
</div>
<div class="relative">
<!-- Timeline Line -->
<div class="hidden lg:block timeline-line"></div>
<!-- Experience Items -->
<div id="experience-timeline" role="list" class="space-y-12"></div>
</div>
</div>
</section>
<!-- Key Achievements -->
<section id="achievements" aria-labelledby="achievements-heading" class="py-24 bg-primary relative overflow-hidden">
<!-- Background Elements -->
<div class="absolute inset-0">
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-br from-primary via-secondary to-primary"></div>
<div class="absolute top-20 right-20 w-64 h-64 bg-accent/10 rounded-full blur-3xl"></div>
<div class="absolute bottom-20 left-20 w-96 h-96 bg-white/5 rounded-full blur-3xl"></div>
</div>
<div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16" data-aos="fade-up">
<h2 id="achievements-heading" class="text-4xl font-bold text-white mb-4">Key Strategic <span class="text-accent">Achievements</span></h2>
<p class="text-lg text-white/70 max-w-2xl mx-auto">
Measurable impact across digital transformation, cybersecurity, and financial optimization.
</p>
</div>
<div id="achievements-grid" role="list" class="grid md:grid-cols-2 gap-8"></div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" aria-labelledby="skills-heading" class="py-24 bg-light-bg">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16" data-aos="fade-up">
<h2 id="skills-heading" class="text-4xl font-bold text-primary mb-4">Technology <span class="text-accent">Landscape</span></h2>
<p class="text-lg text-soft-text max-w-2xl mx-auto">
Expertise across infrastructure, cloud, storage, security, and operations.
</p>
</div>
<div id="skills-grid" role="list" class="grid md:grid-cols-3 gap-8"></div>
<!-- Core Competencies Tags -->
<div class="mt-16" data-aos="fade-up">
<h3 class="text-2xl font-bold text-primary text-center mb-8">Core Competencies</h3>
<div id="competencies-tags" role="list" class="flex flex-wrap justify-center gap-3"></div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" aria-labelledby="contact-heading" class="py-24 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid lg:grid-cols-2 gap-16">
<div data-aos="fade-right">
<h2 id="contact-heading" class="text-4xl font-bold text-primary mb-6">Let's <span class="text-accent">Connect</span></h2>
<p class="text-lg text-soft-text mb-8 leading-relaxed">
I'm always interested in hearing about new projects, opportunities, and challenges in the technology leadership space.
</p>
<div class="space-y-6">
<div class="flex items-center group">
<div class="w-14 h-14 rounded-full bg-primary/10 flex items-center justify-center mr-4 group-hover:bg-accent transition-colors">
<i class="fas fa-envelope text-xl text-primary group-hover:text-white transition-colors" aria-hidden="true"></i>
</div>
<div>
<p class="text-sm text-soft-text">Email</p>
<a href="mailto:carlos.fernandez.san.millan@gmail.com" class="text-primary font-semibold hover:text-accent transition-colors">
carlos.fernandez.san.millan@gmail.com
</a>
</div>
</div>
<!-- <div class="flex items-center group">
<div class="w-14 h-14 rounded-full bg-primary/10 flex items-center justify-center mr-4 group-hover:bg-accent transition-colors">
<i class="fas fa-phone text-xl text-primary group-hover:text-white transition-colors"></i>
</div>
<div>
<p class="text-sm text-soft-text">Phone</p>
<a href="tel:+393516500859" class="text-primary font-semibold hover:text-accent transition-colors">
+39 351 650 0859
</a>
</div>
</div> -->
<div class="flex items-center group">
<div class="w-14 h-14 rounded-full bg-primary/10 flex items-center justify-center mr-4 group-hover:bg-accent transition-colors">
<i class="fas fa-map-marker-alt text-xl text-primary group-hover:text-white transition-colors" aria-hidden="true"></i>
</div>
<div>
<p class="text-sm text-soft-text">Location</p>
<p class="text-primary font-semibold">Milan, Italy</p>
</div>
</div>
</div>
<div class="mt-10">
<p class="text-sm text-soft-text mb-4">Connect on social media:</p>
<div id="social-links-contact" aria-label="Social links" class="flex gap-4"></div>
</div>
</div>
<div class="bg-light-bg rounded-2xl p-8" data-aos="fade-left">
<h3 class="text-2xl font-bold text-primary mb-6">Send a Message</h3>
<form id="contact-form" novalidate class="space-y-6">
<div>
<label for="contact-name" class="block text-sm font-medium text-soft-text mb-2">Name</label>
<input id="contact-name" name="name" autocomplete="name" type="text" required
class="w-full px-4 py-3 rounded-lg border border-medium-gray focus:border-accent focus:ring-2 focus:ring-accent/20 outline-none transition-all bg-white"
placeholder="Your name">
</div>
<div>
<label for="contact-email" class="block text-sm font-medium text-soft-text mb-2">Email</label>
<input id="contact-email" name="email" autocomplete="email" type="email" required
class="w-full px-4 py-3 rounded-lg border border-medium-gray focus:border-accent focus:ring-2 focus:ring-accent/20 outline-none transition-all bg-white"
placeholder="your@email.com">
</div>
<div>
<label for="contact-message" class="block text-sm font-medium text-soft-text mb-2">Message</label>
<textarea id="contact-message" name="message" rows="4" required
class="w-full px-4 py-3 rounded-lg border border-medium-gray focus:border-accent focus:ring-2 focus:ring-accent/20 outline-none transition-all bg-white resize-none"
placeholder="Your message..."></textarea>
</div>
<button type="submit"
class="w-full py-4 bg-accent hover:bg-accent-light text-white font-semibold rounded-lg transition-all transform hover:scale-[1.02] shadow-lg hover:shadow-accent/50">
<i class="fas fa-paper-plane mr-2" aria-hidden="true"></i>
Open Email Draft
</button>
</form>
<!-- Success Message (Hidden by default) -->
<div id="form-success" role="status" aria-live="polite" class="hidden mt-4 p-4 bg-amber-100 text-amber-800 rounded-lg">
<i class="fas fa-info-circle mr-2" aria-hidden="true"></i>
This website does not send messages directly. Your email client will open with a prefilled draft to send.
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-primary py-12 border-t border-white/10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col items-center text-center gap-6">
<div>
<span class="text-2xl font-bold text-white tracking-tight">
CF<span class="text-accent">.</span>
</span>
<p id="footer-role" class="text-white/80 text-sm mt-2">Technology Executive & Digital Transformation Leader</p>
</div>
<div class="flex flex-col items-center text-center gap-2 text-white/80 text-sm max-w-4xl">
<span id="footer-references" class="leading-tight"><i class="fas fa-info-circle mr-2" aria-hidden="true"></i>References available upon request</span>
<span id="footer-opportunity" class="leading-tight"><i class="fas fa-user-tie mr-2" aria-hidden="true"></i>Open to on-prem and/or remote Executive roles</span>
<span id="footer-updated-line" class="leading-tight whitespace-nowrap"><i class="fas fa-calendar-alt mr-2" aria-hidden="true"></i><span id="footer-updated-label">Updated:</span> <span id="current-date"></span></span>
</div>
</div>
<div class="mt-8 pt-8 border-t border-white/10 text-center text-white/80 text-sm">
<p>© <span id="current-year"></span> Carlos Fernández San Millán. All rights reserved.</p>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="assets/js/main.js?v=20260220footer1" defer></script>
</body>
</html>