Skip to content

Commit c2e100a

Browse files
committed
Commit 14 cambio el hero y el sobre mi
1 parent fe539d6 commit c2e100a

3 files changed

Lines changed: 49 additions & 10 deletions

File tree

assets/css/styles.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,30 @@ p{color:var(--muted); line-height:1.7}
188188
margin: 12px auto 28px;
189189
}
190190

191+
192+
.hero {
193+
position: relative;
194+
overflow: hidden;
195+
}
196+
197+
.hero::before,
198+
.hero::after {
199+
content: "";
200+
position: absolute;
201+
inset: 0;
202+
opacity: 0.18;
203+
mix-blend-mode: screen;
204+
pointer-events: none;
205+
}
206+
207+
.hero::before {
208+
background:
209+
radial-gradient(circle at 0% 0%, rgba(124,58,237,0.7), transparent 55%),
210+
radial-gradient(circle at 100% 100%, rgba(34,211,238,0.6), transparent 55%);
211+
}
212+
213+
.hero::after {
214+
background:
215+
radial-gradient(circle at 20% 80%, rgba(56,189,248,0.5), transparent 55%);
216+
}
217+

assets/i18n/en.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"nav": { "about":"About", "skills":"Skills", "projects":"Projects", "xp":"Experience & Certs", "services":"Services", "contact":"Contact" },
3-
"hero": { "title":"I build, automate and design web experiences.", "subtitle":"DAM · Salesforce APEX · WordPress · Frontend", "cta":"See projects" },
3+
4+
"hero": {
5+
"title": "Junior developer focused on building complete solutions, not just code.",
6+
"subtitle": "DAM · Salesforce APEX · PowerApps · WordPress · Automation",
7+
"cta": "See projects"
8+
},
9+
410
"skills": {
511
"title": "Skills",
612
"dev_title": "Development & automation",
@@ -82,10 +88,10 @@
8288
"cta_button": "Send email",
8389
"linkedin_button": "View LinkedIn"
8490
},
85-
91+
8692
"about": {
87-
"title": "About me",
88-
"body": "I’m a developer trained in DAM with hands-on specialization in Salesforce (APEX 2025). I build clean, fast solutions—from WordPress sites to time-saving automations. I’m seeking my first junior role to deliver real impact while learning fast."
89-
}
93+
"title": "About me",
94+
"body": "I’m a junior developer with a bilingual DAM background and experience building internal tools that connect data, automate workflows and make users’ lives easier. I’ve worked with PowerApps, SharePoint, Access, Excel, Kotlin, C#, Python and SQL. I’m looking for a team where I can keep learning while delivering real value from day one."
95+
}
9096

9197
}

assets/i18n/es.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"nav": { "about":"Sobre mí", "skills":"Skills", "projects":"Proyectos", "xp":"Experiencia & Certs", "services":"Servicios", "contact":"Contacto" },
3-
"hero": { "title":"Desarrollo, automatizo y diseño experiencias web.", "subtitle":"DAM · Salesforce APEX · WordPress · Frontend", "cta":"Ver proyectos" },
3+
4+
"hero": {
5+
"title": "Desarrollador junior que construye soluciones completas, no solo código.",
6+
"subtitle": "DAM · Salesforce APEX · PowerApps · WordPress · Automatización",
7+
"cta": "Ver proyectos"
8+
},
9+
410
"skills": {
511
"title": "Skills",
612
"dev_title": "Desarrollo y automatización",
@@ -82,10 +88,10 @@
8288
"cta_button": "Enviar correo",
8389
"linkedin_button": "Ver LinkedIn"
8490
},
85-
91+
8692
"about": {
87-
"title": "Sobre mí",
88-
"body": "Soy desarrollador con formación DAM y especialización práctica en Salesforce (APEX 2025). Me gusta construir soluciones claras y rápidas: desde webs con WordPress hasta automatizaciones que ahorran tiempo. Busco mi primera oportunidad como junior para aportar impacto real mientras sigo aprendiendo."
89-
}
93+
"title": "Sobre mí",
94+
"body": "Soy desarrollador junior con formación DAM bilingüe y experiencia creando soluciones internas que conectan datos, automatizan tareas y facilitan la vida a los usuarios. He trabajado con PowerApps, SharePoint, Access, Excel, Kotlin, C#, Python y SQL. Busco un equipo donde pueda seguir aprendiendo mientras aporto valor real desde el primer día."
95+
}
9096

9197
}

0 commit comments

Comments
 (0)