From b29cae15497eb18e6b065d9534a27d8f966f214e Mon Sep 17 00:00:00 2001 From: juanatsap Date: Fri, 7 Nov 2025 22:06:51 +0000 Subject: [PATCH] feat: add pentamsi.png logo to Penta MSI experience - Added companyLogo field to Penta MSI entry in both EN and ES versions - Logo file pentamsi.png already exists in static/images/companies/ --- data/cv-en.json | 1 + data/cv-es.json | 1 + 2 files changed, 2 insertions(+) diff --git a/data/cv-en.json b/data/cv-en.json index 4563f03..ee78e98 100644 --- a/data/cv-en.json +++ b/data/cv-en.json @@ -234,6 +234,7 @@ "position": "Analyst Programmer / Expert Technician", "company": "Penta MSI", "companyURL": "http://pentamsi.com/", + "companyLogo": "pentamsi.png", "expired": true, "location": "Barcelona, Spain", "startDate": "2010-10", diff --git a/data/cv-es.json b/data/cv-es.json index 21cbe84..b190238 100644 --- a/data/cv-es.json +++ b/data/cv-es.json @@ -234,6 +234,7 @@ "position": "Analista Programador / Técnico Experto", "company": "Penta MSI", "companyURL": "http://pentamsi.com/", + "companyLogo": "pentamsi.png", "expired": true, "location": "Barcelona, España", "startDate": "2010-10",