50 lines
1.4 KiB
TeX
50 lines
1.4 KiB
TeX
% 90 × 50 mm
|
||
\documentclass{article}
|
||
\usepackage[papersize={90mm,50mm}, hmargin=8mm, tmargin=8mm, bmargin=8mm]{geometry}
|
||
\usepackage[slovak]{babel}
|
||
\usepackage{fontspec}
|
||
\usepackage{tikz}
|
||
\usepackage{graphicx}
|
||
\usepackage{xcolor}
|
||
\usepackage{marvosym} % ikony
|
||
\usepackage{fontawesome7} % ikony
|
||
\usetikzlibrary{babel}
|
||
|
||
\definecolor{cardDark}{HTML}{1B2A4A}
|
||
\definecolor{cardGold}{HTML}{D4A843}
|
||
\definecolor{rustOrange}{HTML}{F06719}
|
||
|
||
\pagestyle{empty}
|
||
\setlength{\parindent}{0pt}
|
||
|
||
\begin{document}
|
||
|
||
\begin{flushright}
|
||
{\color{cardDark}\Large\textbf{Filip Priečinský}} \\
|
||
{\color{gray}\large Študent} \\
|
||
{\color{rustOrange}\small \faRust \ \color{gray}\small Embedded Rust}
|
||
\end{flushright}
|
||
|
||
\begin{tikzpicture}[overlay, remember picture]
|
||
% vertikalna tycka
|
||
\fill[cardDark] (current page.north west) rectangle ([xshift=18mm]current page.south west);
|
||
% logo
|
||
\begin{scope}[shift={([xshift=22mm, yshift=-18mm]current page.north west)}]
|
||
\clip (0,0) circle (12mm);
|
||
\node at (0,0) {\includegraphics[width=24mm]{1.png}};
|
||
\draw[cardGold, line width = 2.5pt] (0,0) circle (12mm);
|
||
\end{scope}
|
||
\end{tikzpicture}
|
||
|
||
\vfill
|
||
\hfill
|
||
\begin{tabular}{rc}
|
||
{\color{gray}\normalsize +421 944 212 857} & {\color{blue}\Telefon} \\
|
||
{\color{gray}\normalsize filippriec@tutanota.com} & {\color{blue}\Letter} \\
|
||
\normalsize UNIZA & {\color{blue}\faBuildingColumns}
|
||
\end{tabular}
|
||
|
||
|
||
|
||
\end{document}
|