25 lines
642 B
TeX
25 lines
642 B
TeX
\documentclass{custom-cv}
|
|
|
|
\usepackage{fontawesome6} % for icons
|
|
|
|
% \cvdebugtrue
|
|
|
|
\setcvtitle{Pedro Miguel \textbf{Pessoa Cabral}}
|
|
\setcvauthor{\faMobile\quad +49-(0)-176-57909188 \quad \faEnvelope\quad \href{mailto:pmpcabral@gmail.com}{pmpcabral@posteo.de}}
|
|
\setcvphoto{me_m_8x8_4x.jpg} % Try commenting this out to see layout adapt
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\section{Languages}
|
|
\cvitem{Portuguese}{First Language}{}
|
|
\cvitem{German}{Fluent}{}
|
|
\cvitem{English}{Fluent}{}
|
|
\cvitem{Spanish}{Good}{}
|
|
\cvitem{French}{Basic}{}
|
|
|
|
\section{Experience}
|
|
\cventry{2017 -- Present}{Software Developer}{HR4YOU AG}{PHP, JavaScript, SQL}
|
|
|
|
\end{document}
|