Files
semestralka-latex/main.tex
Filipriec 36a1fe0a6b sk + rust
2026-04-27 11:19:34 +02:00

50 lines
1.4 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% 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}