-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
53 lines (41 loc) · 1.21 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
53
\documentclass[a4paper]{article}
\usepackage{cv-template}
\usepackage{geometry}[a4paper,portrait]
\usepackage{blindtext}
\begin{document}
\cvheader{\profilepic{profile.jpg}}{
\begin{cvheadername}
\cvname{Denys}
\hspace{2em}
\cvsurname{Vitali}
\end{cvheadername}
\begin{center}
\begin{tabular}{ll}
\cvlocation{Zurich, Switzerland} & \cvmobile{+41 79 366 43 60} \\
\cvbirthday{September 29, 1996} & \cvflag{Swiss Citizen}{CH} \\
\\\hline\\
\cvemail{[email protected]} & \cvweb{denv.it} \\
\cvgithub{denysvitali} & \cvlinkedin{denysvitali} \\
\cvtelegram{denvit} & \cvtwitter{denysvitali} \\
\cvkeybase{denvit} &
\end{tabular}
\end{center}
}
\section{Introduction}
\input{include/introduction.tex}
%\section{Personal Data}
%\input{include/personal-data.tex}
\section{Experience}
\input{include/experience.tex}
\section{Personal}
\input{include/personal.tex}
\section{Education}
\input{include/education.tex}
\section{Projects}
\input{include/projects.tex}
\pagebreak
\section{Languages}
\input{include/languages.tex}
\section{Driving Licenses}
\input{include/licenses.tex}
\end{document}