feat: update References section with formatted text, bold links, and dynamic CV links
This commit is contained in:
+26
-17
@@ -710,42 +710,51 @@
|
||||
{
|
||||
"title": "Recommendations Letter from TwenTIC",
|
||||
"url": "http://www.drolosoft.com/2010/downloads/recomendacion.pdf",
|
||||
"type": "recommendation"
|
||||
"type": "recommendation",
|
||||
"linkText": "Recommendations Letter",
|
||||
"textAfter": "from TwenTIC"
|
||||
},
|
||||
{
|
||||
"title": "Presentation Letter",
|
||||
"url": "http://www.domestika.org/empleo/demanda/txeo",
|
||||
"type": "presentation"
|
||||
"type": "presentation",
|
||||
"linkText": "Presentation Letter"
|
||||
},
|
||||
{
|
||||
"title": "Complete Portfolio (English)",
|
||||
"title": "Complete Portfolio. English",
|
||||
"url": "http://www.behance.net/txeo",
|
||||
"type": "portfolio"
|
||||
},
|
||||
{
|
||||
"title": "Complete Portfolio (Spanish)",
|
||||
"url": "http://www.domestika.org/portfolios/txeo",
|
||||
"type": "portfolio"
|
||||
"type": "portfolio",
|
||||
"textBefore": "Complete Portfolio.",
|
||||
"linkText": "English"
|
||||
},
|
||||
{
|
||||
"title": "LinkedIn Profile",
|
||||
"url": "https://www.linkedin.com/in/juan-andr%C3%A9s-moreno-rubio-3277729/",
|
||||
"type": "profile"
|
||||
"type": "profile",
|
||||
"linkText": "LinkedIn",
|
||||
"textAfter": "Profile"
|
||||
},
|
||||
{
|
||||
"title": "Tecnoempleo Profile",
|
||||
"url": "https://www.tecnoempleo.com/juan-andres-moreno-rubio.mpt",
|
||||
"type": "profile"
|
||||
"type": "profile",
|
||||
"linkText": "Tecnoempleo",
|
||||
"textAfter": "Profile"
|
||||
},
|
||||
{
|
||||
"title": "Currículum Vitae in PDF (Spanish)",
|
||||
"url": "http://www.morenoyrubio.com/cv/cv_jamr_2021_es.pdf",
|
||||
"type": "cv"
|
||||
"title": "Curriculum Vitae in PDF in Spanish",
|
||||
"url": "/?lang=es",
|
||||
"type": "cv",
|
||||
"textBefore": "Curriculum Vitae in PDF in",
|
||||
"linkText": "Spanish"
|
||||
},
|
||||
{
|
||||
"title": "Currículum Vitae chronological (7 pages)",
|
||||
"url": "http://morenoyrubio.com/cv/cv_cronologico_jamr_2021_en.pdf",
|
||||
"type": "cv"
|
||||
"title": "Curriculum Vitae chronological (7 pages)",
|
||||
"url": "javascript:window.print();document.getElementById('lengthToggle').checked=true;toggleCVLength();document.getElementById('themeToggle').checked=true;toggleTheme();setTimeout(()=>window.print(),100);",
|
||||
"type": "cv",
|
||||
"textBefore": "Curriculum Vitae",
|
||||
"linkText": "chronological",
|
||||
"textAfter": "(7 pages)"
|
||||
}
|
||||
],
|
||||
"other": {
|
||||
|
||||
Reference in New Issue
Block a user