-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.tex
52 lines (38 loc) · 1.31 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
\documentclass[11pt, a4paper]{awesome-cv}
% Configure page margins with geometry
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
\fontdir[assets/fonts/]
\colorlet{awesome}{awesome-skyblue}
\definecolor{awesome}{HTML}{634D90}
\setbool{acvSectionColorHighlight}{true}
%-------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%-------------------------------------------------------------------------------
% Available options: circle|rectangle,edge/noedge,left/right
\photo[rectangle,noedge,right]{assets/profile.png}
\name{Henrique M. Miranda}{}
\position{Full Stack Developer \& Designer}
\address{Montadas - PB}
\mobile{(83) 98623-9312}
\email{[email protected]}
\homepage{thehenry.dev}
\github{henry-ns}
\linkedin{henry-ns}
\begin{document}
% Print the header with above personal informations
% Give optional argument to change alignment(C: center, L: left, R: right)
\makecvheader[L]
\makecvfooter
{\today}
{Henrique M. Miranda~~~·~~~Currículo}
{\thepage}
\input{sections/summary.tex}
\input{sections/skills.tex}
\input{sections/education.tex}
\input{sections/experience.tex}
\newpage
\input{sections/projects.tex}
\input{sections/alwards.tex}
\input{sections/languages.tex}
\end{document}