Add freelance section to work experience

This commit is contained in:
coolneng 2021-02-20 17:10:14 +01:00
parent de1d3e0a4f
commit 8aeb671606
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
5 changed files with 27 additions and 1 deletions

Binary file not shown.

View File

@ -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.

View File

@ -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"

View File

@ -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}}