Add freelance section to work experience

This commit is contained in:
2021-02-20 17:10:14 +01:00
parent de1d3e0a4f
commit 8aeb671606
5 changed files with 27 additions and 1 deletions

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