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.
This commit is contained in:
juanatsap
2025-11-08 11:11:43 +00:00
parent fa4996709d
commit 1d12101e54
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1026,7 +1026,6 @@ iconify-icon {
.projects-footer { .projects-footer {
margin-top: 1.5rem; margin-top: 1.5rem;
padding-top: 1rem; padding-top: 1rem;
border-top: 2px solid #ddd;
text-align: center; text-align: center;
font-size: 0.95em; font-size: 0.95em;
color: var(--text-gray); color: var(--text-gray);
+1 -1
View File
@@ -205,7 +205,7 @@
{{if .CV.Projects}} {{if .CV.Projects}}
<section id="projects" class="cv-section"> <section id="projects" class="cv-section">
<h3 class="section-title"> <h3 class="section-title">
<iconify-icon icon="mdi:folder-multiple" width="24" height="24" class="section-icon"></iconify-icon> <iconify-icon icon="mdi:earth" width="24" height="24" class="section-icon"></iconify-icon>
{{if eq .Lang "es"}}Proyectos{{else}}Projects{{end}} {{if eq .Lang "es"}}Proyectos{{else}}Projects{{end}}
</h3> </h3>
{{range .CV.Projects}} {{range .CV.Projects}}