21 lines
659 B
TeX
21 lines
659 B
TeX
\documentclass{template/faangpath}
|
|
|
|
% Document margins
|
|
\usepackage[left=0.4 in,top=0.4in,right=0.4 in,bottom=0.4in]{geometry}
|
|
\newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
|
|
\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
|
|
|
|
\name{Leonardo Murça}
|
|
\address{+55(31) 99246-1009 \\ Belo Horizonte, Brazil}
|
|
\address{
|
|
\href{mailto:leo@leomurca.xyz}{leo@leomurca.xyz} \\
|
|
\href{https://linkedin.com/in/leonardoamurca}{linkedin.com/in/leonardoamurca} \\
|
|
\href{www.faangpath.com}{www.leomurca.xyz}
|
|
}
|
|
|
|
\begin{document}
|
|
\input{sections/summary.tex}
|
|
\input{sections/experience.tex}
|
|
\input{sections/skills.tex}
|
|
\input{sections/education.tex}
|
|
\end{document}
|