Add freelance section to work experience
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user