87 lines
1.7 KiB
TeX
87 lines
1.7 KiB
TeX
|
|
\documentclass[11pt, a4paper]{awesome-cv}
|
|
|
|
% Configure page margins
|
|
\geometry{left=1.4cm, top=1.4cm, right=1.4cm, bottom=1.4cm, footskip=.5cm}
|
|
|
|
% Specify the location of the included fonts
|
|
\fontdir[fonts/]
|
|
|
|
% Color for highlights
|
|
\colorlet{awesome}{awesome-blue}
|
|
|
|
% Personal Information
|
|
\name{Pedro Miguel Pessoa}{Cabral}
|
|
\mobile{+49-(0)-17657-909188}
|
|
\email{pmpcabral@gmail.com}
|
|
\address{Rittmeisterkoppel 14-C, 22359 Hamburg, Germany}
|
|
% \github{}
|
|
% \linkedin{}
|
|
% \photo{pics/myphoto} % Optional
|
|
|
|
\begin{document}
|
|
|
|
% Make the header
|
|
\makecvheader
|
|
|
|
% Profile
|
|
\section{Profile}
|
|
|
|
\begin{cvparagraph}
|
|
Date of Birth: January 17th, 1988 | Place of Birth: Setúbal, Portugal | Nationality: Portuguese
|
|
|
|
Languages: Portuguese (First language), German (Fluent), English (Fluent), Spanish (Good), French (Basic)
|
|
\end{cvparagraph}
|
|
|
|
% Experience
|
|
\cvsection{Experience}
|
|
\cventry
|
|
{Feb 2017 -- Present}
|
|
{Software Developer}
|
|
{HR4YOU AG}
|
|
{Großefehn, Germany}
|
|
{
|
|
\begin{cvitems}
|
|
\item {PHP, JavaScript, SQL}
|
|
\end{cvitems}
|
|
}
|
|
|
|
\cventry
|
|
{Sep 2014 -- Apr 2016}
|
|
{Support \& Operations}
|
|
{SAFIRA/KPMG}
|
|
{Carnaxide, Portugal}
|
|
{
|
|
\begin{cvitems}
|
|
\item {IBM Business Process Management, Forefront Identity Manager (FIM)}
|
|
\end{cvitems}
|
|
}
|
|
|
|
\cventry
|
|
{Apr 2013 -- Sep 2014}
|
|
{Software Developer}
|
|
{SAFIRA}
|
|
{Carnaxide, Portugal}
|
|
{
|
|
\begin{cvitems}
|
|
\item {IBM Business Process Management, IBM WebSphere Message Broker, SQL}
|
|
\end{cvitems}
|
|
}
|
|
|
|
% Education
|
|
\cvsection{Education}
|
|
\cventry
|
|
{2013}
|
|
{Bachelor of Science}
|
|
{Faculdade de Ciências e Tecnologia, Universidade Nova de Lisboa}
|
|
{Caparica, Portugal}
|
|
{}
|
|
|
|
% Skills
|
|
\cvsection{Skills}
|
|
\begin{cvskills}
|
|
\cvskill{Programming}{PHP, OOP, JavaScript, jQuery, CSS, SQL, SOAP, REST, PL/SQL, XML}
|
|
\end{cvskills}
|
|
|
|
\end{document}
|