From e0b82314b0041804bed00e7addad4d84598509dd Mon Sep 17 00:00:00 2001 From: juanatsap Date: Sat, 8 Nov 2025 10:23:31 +0000 Subject: [PATCH] feat: replace Behance with Domestika portfolio - Updated personal.behance to personal.domestika in both EN and ES - Changed all Behance URLs to Domestika portfolio URL - Updated footer label from "behance_" to "domestika_" - Updated JSON-LD schema to reference Domestika - Updated Go model struct field from Behance to Domestika - New portfolio URL: https://www.domestika.org/es/txeo/portfolio --- data/cv-en.json | 8 ++++---- data/cv-es.json | 8 ++++---- internal/models/cv.go | 2 +- templates/cv-content.html | 4 ++-- templates/index.html | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/data/cv-en.json b/data/cv-en.json index 5e01d48..98cb15f 100644 --- a/data/cv-en.json +++ b/data/cv-en.json @@ -10,7 +10,7 @@ "citizenship": "Spanish", "linkedin": "https://www.linkedin.com/in/juan-andres-moreno-rubio", "github": "https://github.com/juanatsap", - "behance": "https://www.behance.net/txeo", + "domestika": "https://www.domestika.org/es/txeo/portfolio", "website": "https://juan.andres.morenoyrubio.com", "photo": "/static/images/profile.jpg" }, @@ -717,11 +717,11 @@ "linkText": "Presentation Letter" }, { - "title": "Complete Portfolio. English", - "url": "http://www.behance.net/txeo", + "title": "Complete Portfolio. Domestika", + "url": "https://www.domestika.org/es/txeo/portfolio", "type": "portfolio", "textBefore": "Complete Portfolio.", - "linkText": "English" + "linkText": "Domestika" }, { "title": "LinkedIn Profile", diff --git a/data/cv-es.json b/data/cv-es.json index 4949805..87951a0 100644 --- a/data/cv-es.json +++ b/data/cv-es.json @@ -10,7 +10,7 @@ "citizenship": "Española", "linkedin": "https://www.linkedin.com/in/juan-andres-moreno-rubio", "github": "https://github.com/juanatsap", - "behance": "https://www.behance.net/txeo", + "domestika": "https://www.domestika.org/es/txeo/portfolio", "website": "https://juan.andres.morenoyrubio.com", "photo": "/static/images/profile.jpg" }, @@ -749,11 +749,11 @@ "linkText": "Carta de presentación" }, { - "title": "Portfolio Completo. Inglés", - "url": "http://www.behance.net/txeo", + "title": "Portfolio Completo. Domestika", + "url": "https://www.domestika.org/es/txeo/portfolio", "type": "portfolio", "textBefore": "Portfolio Completo.", - "linkText": "Inglés" + "linkText": "Domestika" }, { "title": "Perfil de LinkedIn", diff --git a/internal/models/cv.go b/internal/models/cv.go index 379cd14..ceacbe9 100644 --- a/internal/models/cv.go +++ b/internal/models/cv.go @@ -35,7 +35,7 @@ type Personal struct { Citizenship string `json:"citizenship"` LinkedIn string `json:"linkedin"` GitHub string `json:"github"` - Behance string `json:"behance"` + Domestika string `json:"domestika"` Website string `json:"website"` Photo string `json:"photo"` } diff --git a/templates/cv-content.html b/templates/cv-content.html index 57ac566..d1f6bb5 100644 --- a/templates/cv-content.html +++ b/templates/cv-content.html @@ -309,10 +309,10 @@
  • - +
  • diff --git a/templates/index.html b/templates/index.html index 796c00a..f403259 100644 --- a/templates/index.html +++ b/templates/index.html @@ -70,7 +70,7 @@ "sameAs": [ "{{.CV.Personal.LinkedIn}}", "{{.CV.Personal.GitHub}}", - "{{.CV.Personal.Behance}}" + "{{.CV.Personal.Domestika}}" ], "alumniOf": { "@type": "EducationalOrganization",