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
This commit is contained in:
juanatsap
2025-11-08 10:23:31 +00:00
parent c4e8f3d3b5
commit e0b82314b0
5 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -10,7 +10,7 @@
"citizenship": "Spanish", "citizenship": "Spanish",
"linkedin": "https://www.linkedin.com/in/juan-andres-moreno-rubio", "linkedin": "https://www.linkedin.com/in/juan-andres-moreno-rubio",
"github": "https://github.com/juanatsap", "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", "website": "https://juan.andres.morenoyrubio.com",
"photo": "/static/images/profile.jpg" "photo": "/static/images/profile.jpg"
}, },
@@ -717,11 +717,11 @@
"linkText": "Presentation Letter" "linkText": "Presentation Letter"
}, },
{ {
"title": "Complete Portfolio. English", "title": "Complete Portfolio. Domestika",
"url": "http://www.behance.net/txeo", "url": "https://www.domestika.org/es/txeo/portfolio",
"type": "portfolio", "type": "portfolio",
"textBefore": "Complete Portfolio.", "textBefore": "Complete Portfolio.",
"linkText": "English" "linkText": "Domestika"
}, },
{ {
"title": "LinkedIn Profile", "title": "LinkedIn Profile",
+4 -4
View File
@@ -10,7 +10,7 @@
"citizenship": "Española", "citizenship": "Española",
"linkedin": "https://www.linkedin.com/in/juan-andres-moreno-rubio", "linkedin": "https://www.linkedin.com/in/juan-andres-moreno-rubio",
"github": "https://github.com/juanatsap", "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", "website": "https://juan.andres.morenoyrubio.com",
"photo": "/static/images/profile.jpg" "photo": "/static/images/profile.jpg"
}, },
@@ -749,11 +749,11 @@
"linkText": "Carta de presentación" "linkText": "Carta de presentación"
}, },
{ {
"title": "Portfolio Completo. Inglés", "title": "Portfolio Completo. Domestika",
"url": "http://www.behance.net/txeo", "url": "https://www.domestika.org/es/txeo/portfolio",
"type": "portfolio", "type": "portfolio",
"textBefore": "Portfolio Completo.", "textBefore": "Portfolio Completo.",
"linkText": "Inglés" "linkText": "Domestika"
}, },
{ {
"title": "Perfil de LinkedIn", "title": "Perfil de LinkedIn",
+1 -1
View File
@@ -35,7 +35,7 @@ type Personal struct {
Citizenship string `json:"citizenship"` Citizenship string `json:"citizenship"`
LinkedIn string `json:"linkedin"` LinkedIn string `json:"linkedin"`
GitHub string `json:"github"` GitHub string `json:"github"`
Behance string `json:"behance"` Domestika string `json:"domestika"`
Website string `json:"website"` Website string `json:"website"`
Photo string `json:"photo"` Photo string `json:"photo"`
} }
+2 -2
View File
@@ -309,10 +309,10 @@
</div> </div>
</li> </li>
<li> <li>
<div class="footer-label">behance_</div> <div class="footer-label">domestika_</div>
<div class="footer-separator"><i class="fa fa-circle"></i></div> <div class="footer-separator"><i class="fa fa-circle"></i></div>
<div class="footer-value"> <div class="footer-value">
<a href="{{.CV.Personal.Behance}}" target="_blank" rel="noopener noreferrer">{{.CV.Personal.Behance}}</a> <a href="{{.CV.Personal.Domestika}}" target="_blank" rel="noopener noreferrer">{{.CV.Personal.Domestika}}</a>
</div> </div>
</li> </li>
<li> <li>
+1 -1
View File
@@ -70,7 +70,7 @@
"sameAs": [ "sameAs": [
"{{.CV.Personal.LinkedIn}}", "{{.CV.Personal.LinkedIn}}",
"{{.CV.Personal.GitHub}}", "{{.CV.Personal.GitHub}}",
"{{.CV.Personal.Behance}}" "{{.CV.Personal.Domestika}}"
], ],
"alumniOf": { "alumniOf": {
"@type": "EducationalOrganization", "@type": "EducationalOrganization",