-
Notifications
You must be signed in to change notification settings - Fork 0
/
witekbobrowski-cv.tex
56 lines (46 loc) · 1.35 KB
/
witekbobrowski-cv.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
\documentclass[10pt,a4paper]{moderncv}
% moderncv style
\moderncvstyle{fancy}
% packages
\usepackage{geometry}
\usepackage{fontawesome}
\usepackage{fontspec}
% Fonts
\newfontfamily\light{Source Sans Pro Light}
\newcommand\lightfont[1]{{\light#1}}
\newfontfamily\lightitalic{Source Sans Pro Italic}
\newcommand\lightitalicfont[1]{{\lightitalic#1}}
\newfontfamily\extralight{Source Sans Pro ExtraLight}
\newcommand\extralightfont[1]{{\extralight#1}}
\setmainfont{Source Sans Pro}[
ItalicFont = {Source Sans Pro Italic},
BoldFont = {Source Sans Pro Bold},
]
% Colors
\definecolor{color0}{RGB}{46, 52, 64} % Nord Polar Night nord0
\definecolor{color1}{RGB}{67, 76, 94} % Nord Polar Night nord2
\definecolor{color2}{RGB}{59, 66, 82} % Nord Polar Night nord1
% Margin options
\geometry{top=1.5cm}
\geometry{bottom=1.5cm}
\geometry{left=1.5cm}
\geometry{right=1.5cm}
% Personal info
\name{\extralightfont{Witek}}{\lightfont{Bobrowski}}
\title{\lightitalicfont{Software Engineer}}
\address{Gdańsk, Poland.}
\homepage{bobrowski.co}
\email{w@bobrowski.co}
\social[github]{witekbobrowski}
\social[twitter]{witekbobrowski}
\social[linkedin]{witekbobrowski}
% Document
\begin{document}
\makecvtitle{}
\input{sections/education}
\input{sections/experience}
\input{sections/scholarships}
\input{sections/projects}
\input{sections/skills}
\input{sections/languages}
\end{document}