diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 22:21:47 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 22:21:47 +0100 |
| commit | 54dab1e00b38693e96c801d0c5a020693a35bbda (patch) | |
| tree | e0c61e6b694a1e8c8a6618671a9f5c738e6e621f /src/pages/trajectory.astro | |
| parent | 847294bbf1b4bfa213b7ac03757aa2cf444c31bd (diff) | |
Refactor SCSS imports to use @use syntax, update portfolio entries, and add new projects
Diffstat (limited to 'src/pages/trajectory.astro')
| -rw-r--r-- | src/pages/trajectory.astro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pages/trajectory.astro b/src/pages/trajectory.astro index 8bb5da5..87557de 100644 --- a/src/pages/trajectory.astro +++ b/src/pages/trajectory.astro @@ -44,6 +44,14 @@ const schema = { <h2>Educación y credenciales</h2> <ul> + <li> + <strong>Certificado oficial EF SET C2 Proficient</strong>: + acredita mi nivel de inglés C2, el más alto según el Marco Común + Europeo de Referencia para las Lenguas. <a + href="https://cert.efset.org/es/Yxzc9L" + >Ver certificado</a> + </li> + <li> <strong>Microsoft Certified: Azure Developer Associate</strong>: acredita mis conocimientos en el desarrollo de aplicaciones en |
