diff --git a/data/cv-en.json b/data/cv-en.json index 17243a9..2a1d443 100644 --- a/data/cv-en.json +++ b/data/cv-en.json @@ -594,6 +594,34 @@ ], "projectID": "cmux-resurrect" }, + { + "title": "Gotify Commander - Bidirectional Server Control Plugin", + "projectName": "Gotify Commander", + "projectDesc": "Bidirectional Server Control Plugin", + "url": "https://github.com/drolosoft/gotify-commander", + "gitRepoUrl": "https://github.com/drolosoft/gotify-commander", + "projectLogo": "gotify-commander.png", + "location": "Online", + "startDate": "2026", + "current": true, + "technologies": [ + "Go", + "Gotify Plugin System", + "CGO", + "SSH", + "Pico CSS", + "Self-hosted" + ], + "shortDescription": "The first bidirectional Gotify plugin. Transforms your phone into a server control center with 23 commands for service management, system diagnostics, Nginx analytics, SSL monitoring, and GPS location — all from the Gotify mobile app.", + "responsibilities": [ + "Designed and built bidirectional Gotify plugin in Go enabling remote server management via mobile notifications", + "Implemented 23 curated commands for service control (systemd/launchctl), diagnostics, and monitoring", + "Built multi-machine support through SSH for managing VPS and Mac servers from a single interface", + "Created web-based control panel with Pico CSS and optional password authentication", + "Integrated Nginx traffic analysis (rhit), SSL certificate monitoring, and GPS reverse geocoding via OpenStreetMap" + ], + "projectID": "gotify-commander" + }, { "title": "SoundInbox - Native macOS Email Sound Alerts", "projectName": "SoundInbox", diff --git a/data/cv-es.json b/data/cv-es.json index 7a7f57b..415bde2 100644 --- a/data/cv-es.json +++ b/data/cv-es.json @@ -594,6 +594,34 @@ ], "projectID": "cmux-resurrect" }, + { + "title": "Gotify Commander - Plugin Bidireccional de Control de Servidores", + "projectName": "Gotify Commander", + "projectDesc": "Plugin Bidireccional de Control de Servidores", + "url": "https://github.com/drolosoft/gotify-commander", + "gitRepoUrl": "https://github.com/drolosoft/gotify-commander", + "projectLogo": "gotify-commander.png", + "location": "Online", + "startDate": "2026", + "current": true, + "technologies": [ + "Go", + "Sistema de Plugins Gotify", + "CGO", + "SSH", + "Pico CSS", + "Autoalojado" + ], + "shortDescription": "El primer plugin bidireccional para Gotify. Transforma tu teléfono en un centro de control de servidores con 23 comandos para gestión de servicios, diagnósticos de sistema, analíticas Nginx, monitorización SSL y localización GPS — todo desde la app móvil de Gotify.", + "responsibilities": [ + "Diseñé y desarrollé plugin bidireccional para Gotify en Go que permite gestión remota de servidores vía notificaciones móviles", + "Implementé 23 comandos curados para control de servicios (systemd/launchctl), diagnósticos y monitorización", + "Desarrollé soporte multi-máquina mediante SSH para gestionar servidores VPS y Mac desde una única interfaz", + "Creé panel de control web con Pico CSS y autenticación opcional por contraseña", + "Integré análisis de tráfico Nginx (rhit), monitorización de certificados SSL y geocodificación inversa GPS vía OpenStreetMap" + ], + "projectID": "gotify-commander" + }, { "title": "SoundInbox - Alertas Sonoras de Email para macOS", "projectName": "SoundInbox", diff --git a/static/css/03-components/_experience.css b/static/css/03-components/_experience.css index 723d94b..9e8aff4 100644 --- a/static/css/03-components/_experience.css +++ b/static/css/03-components/_experience.css @@ -453,6 +453,7 @@ footer { padding: 2rem; color: rgba(255,255,255,0.95); font-size: 0.85rem; + font-weight: 700; text-shadow: 0 1px 4px rgba(0,0,0,0.6); } diff --git a/static/css/03-components/_projects.css b/static/css/03-components/_projects.css index 85a1dc5..4894fa0 100644 --- a/static/css/03-components/_projects.css +++ b/static/css/03-components/_projects.css @@ -150,6 +150,7 @@ footer { padding: 2rem; color: rgba(255,255,255,0.95); font-size: 0.85rem; + font-weight: 700; text-shadow: 0 1px 4px rgba(0,0,0,0.6); } diff --git a/static/images/profile/dni-thumb.jpeg b/static/images/profile/dni-thumb.jpeg index 5d7ceaa..caef5ad 100644 Binary files a/static/images/profile/dni-thumb.jpeg and b/static/images/profile/dni-thumb.jpeg differ