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:
@@ -205,7 +205,7 @@
|
||||
{{if .CV.Projects}}
|
||||
<section id="projects" class="cv-section">
|
||||
<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}}
|
||||
</h3>
|
||||
{{range .CV.Projects}}
|
||||
|
||||
Reference in New Issue
Block a user