Skip to content

Commit

Permalink
add projects to cv
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-gg-dev committed Nov 27, 2023
1 parent 66576d6 commit 75f3c11
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
9 changes: 9 additions & 0 deletions layouts/CurriculumVitaeLayout/CurriculumVitaeLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<div class="curriculum-vitae-layout__experience">
<slot name="experience" />
</div>
<div class="curriculum-vitae-layout__projects">
<slot name="projects" />
</div>
<div class="curriculum-vitae-layout__education">
<slot name="education" />
</div>
Expand Down Expand Up @@ -49,6 +52,9 @@
<div class="curriculum-vitae-layout__experience">
<slot name="experience" />
</div>
<div class="curriculum-vitae-layout__projects">
<slot name="projects" />
</div>
<div class="curriculum-vitae-layout__education">
<slot name="education" />
</div>
Expand Down Expand Up @@ -124,6 +130,9 @@ export default defineComponent({})
&__experience {
}
&__projects {
}
&__education {
}
Expand Down
40 changes: 39 additions & 1 deletion pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,43 @@ Marzo 2014 - Mayo 2015 _(1 año)_

- Migración de varias webs para el cumplimiento de las Web Content Accessibility Guidelines.

</template>
<template #projects>

## Proyectos

### bashunit

bashunit es un framework de testing para scripts de Bash.
Contribuyo activamente en la planificación, documentación y desarrollo del proyecto.

- [bashunit.typeddevs.com][bashunit] _(documentación)_
- [github.com/TypedDevs/bashunit](https://github.com/TypedDevs/bashunit) _(código fuente)_
- [twitter.com/bashunit](https://twitter.com/bashunit) _(cuenta oficial de X)_

### Huezzle

Juego de rompecabezas que son generados de forma procedural
para que cada día todos los jugadores se enfrenten al mismo reto.

Proyecto realizado en solitario desde la concepción de la idea hasta la publicación.
Cuenta con una media de 100 jugadores diarios.

- [huezzle.antonio.gg][huezzle] _(juega ahora)_
- [github.com/Tito-Kati/Huezzle](https://github.com/Tito-Kati/Huezzle) _(código fuente)_
- [twitter.com/huezzle](https://twitter.com/huezzle) _(cuenta oficial de X)_

### Gacela

Framework para crear aplicaciones PHP modulares, facilitando la comunicación entre módulos y permitiendo su integración
con otros frameworks como Laravel o Symfony.

Contribuyo activamente en Gacela, especialmente en el desarrollo de su módulo de rutas.

- [gacela-project.com][gacela] _(documentación)_
- [github.com/gacela-project](https://github.com/gacela-project) _(código fuente)_
- [twitter.com/gacela_project](https://twitter.com/gacela_project) _(cuenta oficial de X)_

</template>
<template #education>

Expand Down Expand Up @@ -138,7 +175,7 @@ Marzo 2014 - Mayo 2015 _(1 año)_
- Python
- React.js
- RESTful
- SASS
- Sass
- Scrum
- SCSS
- Software Architecture
Expand All @@ -150,6 +187,7 @@ Marzo 2014 - Mayo 2015 _(1 año)_
- TDD
- TypeScript
- Ubuntu
- VitePress
- Vue.js

</template>
Expand Down

0 comments on commit 75f3c11

Please sign in to comment.