From 1d12101e54f7939c251c1cfed1329cc23a367201 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Sat, 8 Nov 2025 11:11:43 +0000 Subject: [PATCH] fix: update Projects section icon and remove footer separator Changes: - Changed section icon from folders (mdi:folder-multiple) to globe (mdi:earth) - Removed border-top separator above "See all projects" footer text This creates a cleaner visual appearance for the Projects section. --- static/css/main.css | 1 - templates/cv-content.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index b9cc0e4..45a1bf4 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1026,7 +1026,6 @@ iconify-icon { .projects-footer { margin-top: 1.5rem; padding-top: 1rem; - border-top: 2px solid #ddd; text-align: center; font-size: 0.95em; color: var(--text-gray); diff --git a/templates/cv-content.html b/templates/cv-content.html index a4c2a02..06f4e5f 100644 --- a/templates/cv-content.html +++ b/templates/cv-content.html @@ -205,7 +205,7 @@ {{if .CV.Projects}}

- + {{if eq .Lang "es"}}Proyectos{{else}}Projects{{end}}

{{range .CV.Projects}}