2025-11-04 19:07:34 +00:00
<!-- PAGE 1 -->
< div class = "cv-page page-1" >
<!-- Professional Title Badges - Full Width Top Bar -->
< div class = "cv-title-badges-header" >
2025-11-10 19:01:29 +00:00
< span class = "title-badge" > {{if eq .Lang "es"}}CONSULTOR TÉCNICO{{else}}TECHNICAL CONSULTANT{{end}}< / span >
2025-11-06 09:11:17 +00:00
< span class = "badge-separator" > |< / span >
2025-11-10 18:54:50 +00:00
< span class = "title-badge" > {{if eq .Lang "es"}}INGENIERO FULL-STACK{{else}}FULL-STACK ENGINEER{{end}}< / span >
2025-11-04 19:07:34 +00:00
< span class = "badge-separator" > |< / span >
2025-11-10 18:54:50 +00:00
< span class = "title-badge" > {{if eq .Lang "es"}}ESPECIALISTA EN AUTENTICACIÓN{{else}}AUTHENTICATION SPECIALIST{{end}}< / span >
2025-11-04 19:07:34 +00:00
< span class = "badge-separator" > |< / span >
2025-11-10 18:54:50 +00:00
< span class = "title-badge" > {{if eq .Lang "es"}}ARQUITECTO DE SOLUCIONES{{else}}SOLUTION ARCHITECT{{end}}< / span >
2025-11-04 19:07:34 +00:00
< / div >
2025-10-31 11:06:38 +00:00
2025-11-04 19:07:34 +00:00
<!-- Page 1 Content Grid: Left Sidebar + Main Content -->
< div class = "page-content" >
<!-- Left Sidebar - Skills (first half) -->
< aside class = "cv-sidebar cv-sidebar-left" >
2025-11-10 18:16:54 +00:00
< div class = "sidebar-accordion-header" onclick = "toggleSidebar(this)" >
< iconify-icon icon = "mdi:brain" width = "20" height = "20" > < / iconify-icon >
< span > {{if eq .Lang "es"}}Competencias Técnicas{{else}}Technical Skills{{end}}< / span >
< iconify-icon icon = "mdi:chevron-down" width = "20" height = "20" class = "chevron" > < / iconify-icon >
< / div >
< div class = "sidebar-accordion-content" >
{{range $index, $category := .SkillsLeft}}
< section class = "sidebar-section" >
< details open >
< summary >
< h3 class = "sidebar-title" > {{$category.Category}}< / h3 >
< / summary >
< div class = "sidebar-content" >
{{range $category.Items}}< div class = "skill-item" > {{.}}< / div > {{end}}
< / div >
< / details >
< / section >
{{end}}
< / div >
2025-11-04 19:07:34 +00:00
< / aside >
<!-- Main Content Area - Page 1 -->
< main class = "cv-main" >
<!-- Header with Name and Photo -->
< div class = "cv-header" >
< div class = "cv-header-content" >
< div class = "cv-header-left" >
2025-11-07 11:49:47 +00:00
< h1 class = "cv-name" > Moreno Rubio, Juan Andrés< / h1 >
2025-11-06 09:11:17 +00:00
< p class = "years-experience" > {{.YearsOfExperience}} {{if eq .Lang "es"}}años de experiencia{{else}}years of experience{{end}}< / p >
2025-11-10 15:45:55 +00:00
<!-- Photo positioned for mobile (centered between name and intro) -->
< div class = "cv-photo" >
< img src = "/static/images/profile/dni.jpeg" alt = "{{.CV.Personal.Name}}" onerror = "this.src='/static/images/profile/placeholder.svg'" >
< / div >
2025-11-04 19:07:34 +00:00
<!-- Intro/Excerpt Text - No section heading, just the text -->
< div class = "intro-text" > {{.CV.Summary}}< / div >
< / div >
< / div >
2025-10-31 11:06:38 +00:00
< / div >
2025-11-04 19:07:34 +00:00
<!-- Education -->
2025-11-07 19:11:21 +00:00
< section id = "education" class = "cv-section" >
2025-11-09 13:43:29 +00:00
< details open >
< summary >
< h3 class = "section-title" >
< iconify-icon icon = "mdi:school" width = "24" height = "24" class = "section-icon" > < / iconify-icon >
{{if eq .Lang "es"}}Formación{{else}}Training{{end}}
< / h3 >
< / summary >
2025-11-04 19:07:34 +00:00
{{range .CV.Education}}
< div class = "education-item" >
< strong > {{.Degree}}< / strong > ({{.StartDate}}-{{.EndDate}}) {{if eq $.Lang "es"}}obtenido de{{else}}obtained from the{{end}} < strong > {{.Institution}}< / strong > ({{.Location}})
< / div >
{{end}}
2025-11-09 13:43:29 +00:00
< / details >
2025-11-04 19:07:34 +00:00
< / section >
<!-- Skills Summary -->
2025-11-07 19:11:21 +00:00
< section id = "skills" class = "cv-section" >
2025-11-09 13:43:29 +00:00
< details open >
< summary >
< h3 class = "section-title" >
< iconify-icon icon = "mdi:brain" width = "24" height = "24" class = "section-icon" > < / iconify-icon >
{{if eq .Lang "es"}}Competencias{{else}}Skills{{end}}
< / h3 >
< / summary >
2025-11-04 19:07:34 +00:00
< p class = "summary-text" >
{{if eq .Lang "es"}}
2025-11-10 18:54:50 +00:00
Desarrollador < strong > full-stack< / strong > con experiencia en < strong > Go< / strong > , < strong > Node.js< / strong > , < strong > React< / strong > y < strong > HTMX< / strong > para < strong > aplicaciones modernas< / strong > , además de conocimientos en Java y PHP para proyectos legacy. He trabajado en < strong > unos 20 sitios web< / strong > y realizado < strong > consultoría para 35-40 clientes internacionales< / strong > , desde e-commerce y plataformas empresariales hasta < strong > sistemas de autenticación< / strong > que gestionan < strong > millones de usuarios< / strong > . Familiarizado con flujos de trabajo asistidos por < strong > IA< / strong > y gestión de infraestructura (< strong > Linux< / strong > , < strong > Docker< / strong > , < strong > CI/CD< / strong > ). Me adapto bien tanto al trabajo independiente como colaborativo en equipos internacionales.
2025-11-04 19:07:34 +00:00
{{else}}
2025-11-10 18:54:50 +00:00
< strong > Full-stack< / strong > developer with experience in < strong > Go< / strong > , < strong > Node.js< / strong > , < strong > React< / strong > , and < strong > HTMX< / strong > for < strong > modern applications< / strong > , plus Java and PHP knowledge for legacy projects. I've worked on < strong > around 20 websites< / strong > and provided < strong > consulting for 35-40 international clients< / strong > , from e-commerce and enterprise platforms to < strong > authentication systems< / strong > managing < strong > millions of users< / strong > . Familiar with < strong > AI-assisted development< / strong > workflows and infrastructure management (< strong > Linux< / strong > , < strong > Docker< / strong > , < strong > CI/CD< / strong > ). I adapt well to both independent work and collaborative teams across different countries.
2025-11-04 19:07:34 +00:00
{{end}}
< / p >
2025-11-09 13:43:29 +00:00
< / details >
2025-11-04 19:07:34 +00:00
< / section >
<!-- Experience -->
2025-11-07 19:11:21 +00:00
< section id = "experience" class = "cv-section" >
2025-11-09 13:43:29 +00:00
< details open >
< summary >
< h3 class = "section-title" >
< iconify-icon icon = "mdi:office-building" width = "24" height = "24" class = "section-icon" > < / iconify-icon >
{{if eq .Lang "es"}}Experiencia{{else}}Experience{{end}}
< / h3 >
< / summary >
2025-11-04 19:07:34 +00:00
{{range .CV.Experience}}
< div class = "experience-item" >
2025-11-05 12:15:43 +00:00
< div class = "company-logo" >
2025-11-06 10:36:00 +00:00
{{if .CompanyLogo}}
2025-11-07 11:49:47 +00:00
< img src = "/static/images/companies/{{.CompanyLogo}}" alt = "{{.Company}} logo" onerror = "this.parentElement.innerHTML='<iconify-icon icon=\'mdi:office-building\' width=\'60\' height=\'60\' class=\'default-company-icon\'></iconify-icon>'" >
2025-11-06 10:36:00 +00:00
{{else}}
2025-11-07 11:49:47 +00:00
< iconify-icon icon = "mdi:office-building" width = "60" height = "60" class = "default-company-icon" > < / iconify-icon >
2025-11-06 10:36:00 +00:00
{{end}}
2025-11-05 12:15:43 +00:00
< / div >
< div class = "experience-content" >
2025-11-09 14:41:03 +00:00
< strong > {{.Position}}{{if .Company}} - {{if .CompanyURL}}< a href = "{{.CompanyURL}}" target = "_blank" rel = "noopener noreferrer" > {{.Company}}< / a > {{else}}{{.Company}}{{end}}{{if .Duration}} - < span class = "duration-text" > {{.Duration}}< / span > {{end}}{{end}}< / strong >
{{if .Current}}< span class = "current-badge" > {{if eq $.Lang "es"}}ACTUAL{{else}}CURRENT{{end}}< / span > {{end}}
{{if .Expired}}< span class = "expired-badge" > {{if eq $.Lang "es"}}EXPIRADO{{else}}EXPIRED{{end}}< / span > {{end}}
< br >
2025-11-09 03:36:28 +00:00
< small > {{.StartDate}} / {{if .Current}}{{if eq $.Lang "es"}}presente{{else}}now{{end}}{{else}}{{.EndDate}}{{end}} - ({{.Location}})< / small >
2025-11-04 19:07:34 +00:00
2025-11-05 12:15:43 +00:00
{{if .ShortDescription}}
2025-11-11 13:53:14 +00:00
< p class = "experience-desc short-desc" > {{.ShortDescription}}< / p >
2025-11-05 12:15:43 +00:00
{{end}}
2025-11-04 19:07:34 +00:00
2025-11-09 03:36:28 +00:00
{{if .Responsibilities}}
< ul class = "responsibilities long-only" >
{{range .Responsibilities}}
2025-11-11 13:53:14 +00:00
< li > {{.}}< / li >
2025-11-09 03:36:28 +00:00
{{end}}
< / ul >
{{end}}
2025-11-04 19:07:34 +00:00
< / div >
< / div >
{{end}}
2025-11-09 13:43:29 +00:00
< / details >
2025-11-04 19:07:34 +00:00
< / section >
< / main >
2025-10-20 08:54:21 +01:00
< / div >
2025-11-04 19:07:34 +00:00
< / div >
<!-- PAGE 2 -->
< div class = "cv-page page-2" >
<!-- Professional Title Badges - Same as Page 1 -->
< div class = "cv-title-badges-header" >
2025-11-10 19:01:29 +00:00
< span class = "title-badge" > {{if eq .Lang "es"}}CONSULTOR TÉCNICO{{else}}TECHNICAL CONSULTANT{{end}}< / span >
2025-11-04 19:07:34 +00:00
< span class = "badge-separator" > |< / span >
2025-11-10 18:54:50 +00:00
< span class = "title-badge" > {{if eq .Lang "es"}}INGENIERO FULL-STACK{{else}}FULL-STACK ENGINEER{{end}}< / span >
2025-11-04 19:07:34 +00:00
< span class = "badge-separator" > |< / span >
2025-11-10 18:54:50 +00:00
< span class = "title-badge" > {{if eq .Lang "es"}}ESPECIALISTA EN AUTENTICACIÓN{{else}}AUTHENTICATION SPECIALIST{{end}}< / span >
2025-11-04 19:07:34 +00:00
< span class = "badge-separator" > |< / span >
2025-11-10 18:54:50 +00:00
< span class = "title-badge" > {{if eq .Lang "es"}}ARQUITECTO DE SOLUCIONES{{else}}SOLUTION ARCHITECT{{end}}< / span >
2025-11-04 19:07:34 +00:00
< / div >
<!-- Page 2 Content Grid: Main Content + Right Sidebar -->
< div class = "page-content" >
<!-- Main Content Area - Page 2 -->
< main class = "cv-main" >
2025-11-08 11:43:57 +00:00
<!-- Awards Section -->
{{if .CV.Awards}}
< section id = "awards" class = "cv-section" >
2025-11-09 13:43:29 +00:00
< details open >
< summary >
< h3 class = "section-title" >
< iconify-icon icon = "mdi:trophy" width = "24" height = "24" class = "section-icon" > < / iconify-icon >
{{if eq .Lang "es"}}Premios y Reconocimientos{{else}}Awards{{end}}
< / h3 >
< / summary >
2025-11-08 11:43:57 +00:00
{{range .CV.Awards}}
< div class = "award-item" >
{{if .AwardLogo}}
< div class = "award-logo" >
< img src = "/static/images/companies/{{.AwardLogo}}" alt = "{{.Title}} logo" onerror = "this.parentElement.innerHTML='<iconify-icon icon=\'mdi:trophy\' width=\'60\' height=\'60\' class=\'default-award-icon\'></iconify-icon>'" >
2025-11-07 18:51:02 +00:00
< / div >
2025-11-08 11:43:57 +00:00
{{end}}
< div class = "award-content" >
< strong > {{.Title}}< / strong > < br >
< small > {{.Issuer}} - {{.Date}}< / small >
2025-11-07 18:52:30 +00:00
{{if .ShortDescription}}
2025-11-11 13:53:14 +00:00
< p class = "award-desc short-desc" > {{.ShortDescription}}< / p >
2025-11-07 18:52:30 +00:00
{{end}}
{{if .Responsibilities}}
< ul class = "responsibilities long-only" >
{{range .Responsibilities}}
2025-11-11 13:53:14 +00:00
< li > {{.}}< / li >
2025-11-07 18:52:30 +00:00
{{end}}
< / ul >
{{end}}
2025-11-07 18:51:02 +00:00
< / div >
2025-11-04 19:07:34 +00:00
< / div >
{{end}}
2025-11-09 13:43:29 +00:00
< / details >
2025-11-04 19:07:34 +00:00
< / section >
2025-10-29 14:04:24 +00:00
{{end}}
2025-11-04 19:07:34 +00:00
2025-11-08 10:52:06 +00:00
<!-- Projects Section -->
{{if .CV.Projects}}
< section id = "projects" class = "cv-section" >
2025-11-09 13:43:29 +00:00
< details open >
< summary >
< h3 class = "section-title" >
< iconify-icon icon = "mdi:web" width = "24" height = "24" class = "section-icon" > < / iconify-icon >
{{if eq .Lang "es"}}Proyectos Personales / Freelance{{else}}Personal / Freelance Projects{{end}}
< / h3 >
< / summary >
2025-11-08 10:52:06 +00:00
{{range .CV.Projects}}
< div class = "project-item" >
2025-11-08 11:36:11 +00:00
{{if .ProjectLogo}}
< div class = "project-icon" >
< img src = "/static/images/projects/{{.ProjectLogo}}" alt = "{{.Title}} logo" onerror = "this.parentElement.innerHTML='<iconify-icon icon=\'mdi:web\' width=\'80\' height=\'80\' class=\'default-project-icon\'></iconify-icon>'" >
< / div >
{{else}}
2025-11-08 10:52:06 +00:00
< div class = "project-icon" >
< iconify-icon icon = "mdi:web" width = "80" height = "80" class = "default-project-icon" > < / iconify-icon >
< / div >
2025-11-08 11:36:11 +00:00
{{end}}
2025-11-08 10:52:06 +00:00
< div class = "project-content" >
2025-11-09 11:42:52 +00:00
< strong >
{{if .ProjectName}}
{{if .URL}}< a href = "{{.URL}}" target = "_blank" rel = "noopener noreferrer" > {{.ProjectName}}< / a > {{else}}{{.ProjectName}}{{end}}{{if .ProjectDesc}} - {{.ProjectDesc}}{{end}}
{{else}}
{{if .URL}}< a href = "{{.URL}}" target = "_blank" rel = "noopener noreferrer" > {{.Title}}< / a > {{else}}{{.Title}}{{end}}
{{end}}
2025-11-09 14:41:03 +00:00
< / strong >
2025-11-10 18:54:50 +00:00
{{if .Current}}< span class = "live-badge" > < iconify-icon icon = "mdi:wifi" width = "14" height = "14" > < / iconify-icon > LIVE< / span > {{end}}
2025-11-09 14:41:03 +00:00
{{if .MaintainedBy}}< span class = "maintained-badge" > {{if eq $.Lang "es"}}MANTENIDO POR{{else}}MAINTAINED BY{{end}} {{.MaintainedBy}}< / span > {{end}}
< br >
2025-11-10 17:03:00 +00:00
< small > {{if .StartDate}}{{.StartDate}}{{if .Current}}{{if .DynamicDate}} / {{.DynamicDate}}{{else}} / {{if eq $.Lang "es"}}presente{{else}}ahora{{end}}{{end}}{{end}}{{end}} - ({{.Location}})< / small >
2025-11-08 10:52:06 +00:00
{{if .ShortDescription}}
2025-11-11 13:53:14 +00:00
< p class = "project-desc short-desc" > {{.ShortDescription}}< / p >
2025-11-08 10:52:06 +00:00
{{end}}
{{if .Responsibilities}}
< ul class = "responsibilities long-only" >
{{range .Responsibilities}}
2025-11-11 13:53:14 +00:00
< li > {{.}}< / li >
2025-11-08 10:52:06 +00:00
{{end}}
< / ul >
{{end}}
{{if .Technologies}}
< div class = "project-technologies long-only" >
< strong > {{if eq $.Lang "es"}}Tecnologías:{{else}}Technologies:{{end}}< / strong >
{{range $index, $tech := .Technologies}}{{if $index}}, {{end}}{{$tech}}{{end}}
< / div >
{{end}}
< / div >
< / div >
{{end}}
<!-- Link to full portfolio -->
< div class = "projects-footer" >
< p > {{if eq .Lang "es"}}Ver todos los proyectos en mi{{else}}See all projects on my{{end}}
< a href = "{{.CV.Personal.Domestika}}" target = "_blank" rel = "noopener noreferrer" > < strong > {{if eq .Lang "es"}}portfolio de Domestika{{else}}Domestika portfolio{{end}}< / strong > < / a > < / p >
< / div >
2025-11-09 13:43:29 +00:00
< / details >
2025-11-08 10:52:06 +00:00
< / section >
{{end}}
2025-11-08 11:43:57 +00:00
<!-- Courses Section -->
{{if .CV.Courses}}
< section id = "courses" class = "cv-section" >
2025-11-09 13:43:29 +00:00
< details open >
< summary >
< h3 class = "section-title" >
< iconify-icon icon = "mdi:school" width = "24" height = "24" class = "section-icon" > < / iconify-icon >
{{if eq .Lang "es"}}Cursos Realizados{{else}}Courses{{end}}
< / h3 >
< / summary >
2025-11-08 11:43:57 +00:00
{{range .CV.Courses}}
< div class = "course-item" >
2025-11-09 03:21:48 +00:00
{{if .CourseLogo}}
< div class = "course-icon" >
< img src = "/static/images/courses/{{.CourseLogo}}" alt = "{{.Title}} logo" onerror = "this.parentElement.innerHTML='<iconify-icon icon=\'mdi:school\' width=\'80\' height=\'80\' class=\'default-course-icon\'></iconify-icon>'" >
< / div >
{{else}}
2025-11-08 11:43:57 +00:00
< div class = "course-icon" >
< iconify-icon icon = "mdi:school" width = "80" height = "80" class = "default-course-icon" > < / iconify-icon >
2025-11-08 10:52:06 +00:00
< / div >
2025-11-09 03:21:48 +00:00
{{end}}
2025-11-08 11:43:57 +00:00
< div class = "course-content" >
2025-11-09 03:36:28 +00:00
< strong > {{.Title}}< / strong > < br >
< small > {{.Institution}} - {{.Date}} - ({{.Location}})< / small >
2025-11-08 10:52:06 +00:00
{{if .ShortDescription}}
2025-11-11 13:53:14 +00:00
< p class = "course-desc short-desc" > {{.ShortDescription}}< / p >
2025-11-08 10:52:06 +00:00
{{end}}
{{if .Responsibilities}}
< ul class = "responsibilities long-only" >
{{range .Responsibilities}}
2025-11-11 13:53:14 +00:00
< li > {{.}}< / li >
2025-11-08 10:52:06 +00:00
{{end}}
< / ul >
{{end}}
< / div >
< / div >
{{end}}
2025-11-09 13:43:29 +00:00
< / details >
2025-11-08 10:52:06 +00:00
< / section >
{{end}}
2025-11-04 19:07:34 +00:00
<!-- Languages Section -->
2025-11-07 19:11:21 +00:00
< section id = "languages" class = "cv-section" >
2025-11-09 13:43:29 +00:00
< details open >
< summary >
< h3 class = "section-title" >
< iconify-icon icon = "mdi:translate" width = "24" height = "24" class = "section-icon" > < / iconify-icon >
{{if eq .Lang "es"}}Idiomas{{else}}Languages{{end}}
< / h3 >
< / summary >
2025-11-04 19:07:34 +00:00
{{range .CV.Languages}}
< div class = "language-item" >
2025-11-07 18:23:56 +00:00
< strong > {{.Language}}:< / strong > {{.Proficiency}}{{if .Detail}} {{.Detail}}{{end}}
2025-10-29 14:04:24 +00:00
< / div >
2025-11-04 19:07:34 +00:00
{{end}}
2025-11-09 13:43:29 +00:00
< / details >
2025-11-04 19:07:34 +00:00
< / section >
<!-- References Section -->
{{if .CV.References}}
2025-11-07 19:11:21 +00:00
< section id = "references" class = "cv-section" >
2025-11-09 13:43:29 +00:00
< details open >
< summary >
< h3 class = "section-title" >
< iconify-icon icon = "mdi:link-variant" width = "24" height = "24" class = "section-icon" > < / iconify-icon >
{{if eq .Lang "es"}}Referencias{{else}}References{{end}}
< / h3 >
< / summary >
2025-11-04 19:07:34 +00:00
{{range .CV.References}}
< div class = "reference-item" >
2025-11-10 17:03:00 +00:00
{{if .TextBefore}}{{.TextBefore}} {{end}}{{if eq .Action "downloadPDF"}}< a href = "{{.URL}}" onclick = "event.preventDefault(); openPdfModal(); return false;" > < strong > {{if .LinkText}}{{.LinkText}}{{else}}{{.Title}}{{end}}< / strong > < / a > {{else}}< a href = "{{.URL}}" { { if and ( eq . Type " cv " ) ( ne . URL " / ? lang = en") ( ne . URL " / ? lang = es")}}download{{else}}target="_blank" rel = "noopener noreferrer" { { end } } > < strong > {{if .LinkText}}{{.LinkText}}{{else}}{{.Title}}{{end}}< / strong > < / a > {{end}}{{if .TextAfter}} {{.TextAfter}}{{end}}
2025-11-04 19:07:34 +00:00
< / div >
{{end}}
2025-11-09 13:43:29 +00:00
< / details >
2025-11-04 19:07:34 +00:00
< / section >
{{end}}
2025-10-20 08:54:21 +01:00
2025-11-04 19:07:34 +00:00
<!-- Other Section (Driver's License) -->
{{if .CV.Other.DriverLicense}}
2025-11-07 19:11:21 +00:00
< section id = "other" class = "cv-section" >
2025-11-09 13:43:29 +00:00
< details open >
< summary >
< h3 class = "section-title" >
< iconify-icon icon = "mdi:information" width = "24" height = "24" class = "section-icon" > < / iconify-icon >
{{if eq .Lang "es"}}Otros{{else}}Other{{end}}
< / h3 >
< / summary >
2025-11-04 19:07:34 +00:00
< div class = "other-content" >
2025-11-12 09:36:03 +00:00
{{if eq .Lang "es"}}Carnet de conducir tipo < strong > {{.CV.Other.DriverLicense}}< / strong > {{else}}Driving License type < strong > {{.CV.Other.DriverLicense}}< / strong > {{end}}
2025-11-04 19:07:34 +00:00
< / div >
2025-11-09 13:43:29 +00:00
< / details >
2025-11-04 19:07:34 +00:00
< / section >
2025-10-29 14:04:24 +00:00
{{end}}
2025-11-04 19:07:34 +00:00
< / main >
2025-10-20 08:54:21 +01:00
2025-11-04 19:07:34 +00:00
<!-- Right Sidebar - Skills (second half) -->
< aside class = "cv-sidebar cv-sidebar-right" >
2025-11-10 18:16:54 +00:00
< div class = "sidebar-accordion-header" onclick = "toggleSidebar(this)" >
< iconify-icon icon = "mdi:brain" width = "20" height = "20" > < / iconify-icon >
< span > {{if eq .Lang "es"}}Más Competencias{{else}}More Skills{{end}}< / span >
< iconify-icon icon = "mdi:chevron-down" width = "20" height = "20" class = "chevron" > < / iconify-icon >
< / div >
< div class = "sidebar-accordion-content" >
{{range $index, $category := .SkillsRight}}
< section class = "sidebar-section" >
< details open >
< summary >
< h3 class = "sidebar-title" > {{$category.Category}}< / h3 >
< / summary >
< div class = "sidebar-content" >
{{range $category.Items}}< div class = "skill-item" > {{.}}< / div > {{end}}
< / div >
< / details >
< / section >
{{end}}
< / div >
2025-11-04 19:07:34 +00:00
< / aside >
< / div >
2025-10-29 14:04:24 +00:00
2025-11-04 19:07:34 +00:00
<!-- Footer - Only on Page 2 -->
< footer class = "cv-footer" >
< ul class = "footer-content" >
< li >
2025-11-05 12:15:43 +00:00
< div class = "footer-label" > linkedin_< / div >
< div class = "footer-separator" > < i class = "fa fa-circle" > < / i > < / div >
< div class = "footer-value" >
< a href = "{{.CV.Personal.LinkedIn}}" target = "_blank" rel = "noopener noreferrer" > {{.CV.Personal.LinkedIn}}< / a >
< / div >
< / li >
< li >
< div class = "footer-label" > github_< / div >
2025-11-04 19:07:34 +00:00
< div class = "footer-separator" > < i class = "fa fa-circle" > < / i > < / div >
2025-11-05 12:15:43 +00:00
< div class = "footer-value" >
< a href = "{{.CV.Personal.GitHub}}" target = "_blank" rel = "noopener noreferrer" > {{.CV.Personal.GitHub}}< / a >
< / div >
2025-11-04 19:07:34 +00:00
< / li >
< li >
2025-11-08 10:23:31 +00:00
< div class = "footer-label" > domestika_< / div >
2025-11-04 19:07:34 +00:00
< div class = "footer-separator" > < i class = "fa fa-circle" > < / i > < / div >
2025-11-05 12:15:43 +00:00
< div class = "footer-value" >
2025-11-08 10:23:31 +00:00
< a href = "{{.CV.Personal.Domestika}}" target = "_blank" rel = "noopener noreferrer" > {{.CV.Personal.Domestika}}< / a >
2025-11-05 12:15:43 +00:00
< / div >
2025-11-04 19:07:34 +00:00
< / li >
< li >
< div class = "footer-label" > email@< / div >
< div class = "footer-separator" > < i class = "fa fa-circle" > < / i > < / div >
< div class = "footer-value" >
2025-11-05 12:15:43 +00:00
< a href = "mailto:{{.CV.Personal.Email}}" target = "_blank" rel = "noopener noreferrer" > {{.CV.Personal.Email}}< / a >
2025-11-04 19:07:34 +00:00
< / div >
< / li >
2025-11-06 09:11:17 +00:00
< li >
< div class = "footer-label" > phone#< / div >
< div class = "footer-separator" > < i class = "fa fa-circle" > < / i > < / div >
< div class = "footer-value" >
< a href = "tel:+34676875420" target = "_blank" rel = "noopener noreferrer" > +34 676 875 420< / a >
< / div >
< / li >
2025-11-04 19:07:34 +00:00
< / ul >
< / footer >
< / div >