Add freelance section to work experience
This commit is contained in:
parent
de1d3e0a4f
commit
8aeb671606
Binary file not shown.
|
@ -52,6 +52,13 @@ technologies:
|
|||
- DragonFlyBSD
|
||||
- Android
|
||||
|
||||
freelance:
|
||||
- client: Odyfo
|
||||
summary: Development of a REST API
|
||||
description:
|
||||
- "Reimplementación de una API CRUD para apps móviles usando Python (FastAPI)"
|
||||
- "Migración de MySQL a PostgreSQL"
|
||||
|
||||
projects:
|
||||
- "COVID-19 Telegram Bot"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -53,6 +53,13 @@ technologies:
|
|||
- DragonFlyBSD
|
||||
- Android
|
||||
|
||||
freelance:
|
||||
- client: Odyfo
|
||||
summary: Desarrollo de una API REST
|
||||
description:
|
||||
- "Rewrite of a CRUD API that serves mobile apps using Python (FastAPI)"
|
||||
- "Migration from MySQL to PostgreSQL"
|
||||
|
||||
projects:
|
||||
- "Bot de Telegram COVID-19"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\documentclass[12pt,letterpaper]{moderncv}
|
||||
\documentclass[11pt,letterpaper]{moderncv}
|
||||
|
||||
\usepackage{fontspec}
|
||||
\usepackage{fontawesome5}
|
||||
|
@ -88,6 +88,18 @@ $for(experience)$
|
|||
\end{tightitems}}
|
||||
$endfor$
|
||||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\subsection{Freelance projects}}
|
||||
{\subsection{Proyectos freelance}}
|
||||
$for(freelance)$
|
||||
\cventry{}{$freelance.summary$}{$freelance.client$}{}{}{
|
||||
\begin{tightitems}
|
||||
$for(freelance.description)$
|
||||
\item{$freelance.description$}
|
||||
$endfor$
|
||||
\end{tightitems}}
|
||||
$endfor$
|
||||
|
||||
|
||||
\ifthenelse{\equal{$lang$}{en}}
|
||||
{\section{Personal Projects}}
|
||||
|
|
Loading…
Reference in New Issue