-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
128 lines (124 loc) · 4.37 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
\documentclass{cv}
\begin{document}
\noindent
\begingroup
\renewcommand{\tabularxcolumn}[1]{m{#1}}
\begin{tabularx}{\linewidth}{@{} m{0.8\textwidth} X @{}}
{
\huge{Kay Doe}
\small{
\newline
Curriculum Vitae
}
} &
{
\hfill
{%
\setlength{\fboxsep}{0pt}%
\fbox{\includegraphics[width=2.8cm]{images/profile.jpg}}%
}%
}
\end{tabularx}
\endgroup
\begin{center}
\begin{tabularx}{\linewidth}{@{} *{2}{X} @{}}
% left side %
{
\csection{Personal}{\small
\begin{itemize}[label={},leftmargin=0pt]
\item
\begingroup
\renewcommand{\arraystretch}{1.3}
\begin{tabularx}{\linewidth}{@{} l l X}
\icon{calendar} \textbf{Date of birth} & & 1st of January 1970 \\
\icon{heart} \textbf{Civil status} & & married \\
\icon{globe-europe} \textbf{Nationality} & & Earth \\
\icon{home} \textbf{Address} & & Example 10 \par 1000 Earth \\
\icon{phone} \textbf{Phone} & & \href{tel:+001234567890}{123 456 78 90} \\
\icon{envelope} \textbf{E-Mail} & & \href{mailto:kaydoe@example.org}{kaydoe@example.org} \\
\icon{globe} \textbf{Website} & & \href{https://example.org}{example.org} \\
\icon{github} \textbf{GitHub} & & \href{https://github.com/example}{github.com/example}
\end{tabularx}
\endgroup
\end{itemize}
}
\csection{Languages}{\small
\begin{itemize}[label={},leftmargin=0pt]
\item
\begingroup
\renewcommand{\arraystretch}{1.3}
\begin{tabularx}{\linewidth}{@{} l l X | X}
\textbf{English} & & \rate{5} & \footnotesize Native \\
\textbf{French} & & \rate{4} & \footnotesize B2 \\
\textbf{Spanish} & & \rate{3} & \footnotesize School
\end{tabularx}
\endgroup
\end{itemize}
}
\csection{Expertise}{\small
\begin{itemize}[label={},leftmargin=0pt]
\item
\badgelist{Some,Interesting,Keywords,Worth,Mentioning}
\end{itemize}
}
\csection{Interests}{\small
\begin{itemize}[label={},leftmargin=0pt]
\item
\begin{tabularx}{\linewidth}{@{} *{4}{>{\centering\arraybackslash}X} @{}}
{\centering
\Large\icon{table-tennis}
} &
{\centering
\Large\icon{tree}
} &
{\centering
\Large\icon{laptop}
} &
{\centering
\Large\icon{car}
} \\
{\footnotesize Sport} & {\footnotesize Nature} & {\footnotesize Computer} & {\footnotesize Cars}
\end{tabularx}
\vskip 2mm
\begin{tabularx}{\linewidth}{@{} *{4}{>{\centering\arraybackslash}X} @{}}
{\centering
\Large\icon{map}
} &
{\centering
\Large\icon{camera}
} &
{\centering
\Large\icon{book}
} &
{\centering
\Large\icon{caravan}
} \\
{\footnotesize Geotagging} & {\footnotesize Photography} & {\footnotesize Reading} & {\footnotesize Glamping}
\end{tabularx}
\end{itemize}
}
\csection{References}{\small
\begin{itemize}[label={},leftmargin=0pt]
\item Upon request
\end{itemize}
}
}
% end left side %
&
% right side %
{
\csection{Experience}{\small
\begin{itemize}
\item \listing{Engineer in Something}{Acme Corporation, Earth}{Since January 2020}{Some,Highlights,From,This,Great,Job}
\end{itemize}
}
\csection{Education}{\small
\begin{itemize}
\item \listing{Master's Degree}{University X, Earth}{Since 2018}{}
\item \listing{Bachelor's Degree}{University Y, Earth}{2014 - 2018}{}
\end{itemize}
}
}
\end{tabularx}
\end{center}
\end{document}