feat: add Projects section between Courses and Awards
Added new Projects section with two initial projects: - Somos Una Ola - Beach cleaning initiative website (Node.js/Express/HTMX) - Herrumbre Vivo Arte - Artist portfolio for recycled art Changes: - Added projects data to cv-en.json and cv-es.json - Updated Project struct in models/cv.go with all required fields - Added Projects section CSS matching Awards/Courses styling (80×80px icons) - Added Projects template with icons, current badges, and Domestika link - Reordered sections: Courses → Projects → Awards (as requested) Features: - Clickable project titles linking to websites - Current badge for ongoing projects - Period and location display - Short descriptions (always visible) - Responsibilities list (long version only) - Technologies list (long version only) - Footer with link to Domestika portfolio
This commit is contained in:
@@ -734,6 +734,36 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"projects": [
|
||||
{
|
||||
"title": "Somos Una Ola - Iniciativa de Limpieza de Playas",
|
||||
"url": "https://somosunaola.org",
|
||||
"location": "La Palma, Islas Canarias",
|
||||
"startDate": "2023-07",
|
||||
"current": true,
|
||||
"technologies": ["Node.js", "Express.js", "HTMX"],
|
||||
"shortDescription": "Proyecto de voluntariado que promueve la limpieza de playas en la isla de La Palma. Creación de su sitio web para publicar limpiezas realizadas y programar eventos futuros.",
|
||||
"responsibilities": [
|
||||
"Diseñé y desarrollé sitio web full-stack usando Node.js Express y HTMX",
|
||||
"Implementé sistema de publicación de eventos para limpiezas realizadas y futuras",
|
||||
"Apoyé iniciativa ambiental que ha completado 18 limpiezas en 12 playas diferentes"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Herrumbre Vivo Arte - Sitio Web Portfolio de Artista",
|
||||
"url": "https://herrumbrevivoarte.com",
|
||||
"location": "Fuencaliente, La Palma",
|
||||
"startDate": "2024",
|
||||
"current": true,
|
||||
"technologies": ["Desarrollo Web", "Diseño de Portfolio"],
|
||||
"shortDescription": "Sitio web portfolio para Gustavo Díaz, artesano que transforma materiales reciclados en esculturas. Promueve arte ambiental y creatividad sostenible.",
|
||||
"responsibilities": [
|
||||
"Creé presencia online para proyecto de arte reciclado enfocado en sostenibilidad",
|
||||
"Mostré esculturas hechas de desechos metálicos, plásticos, vidrio y madera",
|
||||
"Destaqué talleres ambientales y misión educativa alineada con Objetivos de Desarrollo Sostenible"
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"title": "Cartas de recomendación de TwenTiC",
|
||||
|
||||
Reference in New Issue
Block a user