Styling changes
parent
5574875429
commit
6e33aa661c
BIN
resume.pdf
BIN
resume.pdf
Binary file not shown.
36
resume.tex
36
resume.tex
|
@ -17,24 +17,29 @@
|
|||
|
||||
%Typesetting packages
|
||||
\usepackage{parskip}
|
||||
\usepackage{microtype} %microtype because we're insane
|
||||
\usepackage[protrusion=true]{microtype} %microtype because we're insane
|
||||
\usepackage{fontawesome} %The font awesome icon set - if we need it
|
||||
|
||||
|
||||
%% LAYOUT AND PACKAGE OPTIONS %%
|
||||
\definecolor{MediumSecondary}{HTML}{C83257}
|
||||
\definecolor{MediumSecondary}{HTML}{C33551}
|
||||
\definecolor{MediumTertiary}{HTML}{855A9D}
|
||||
\definecolor{DarkPrimary}{HTML}{1A2B3C}
|
||||
\definecolor{MediumPrimary}{HTML}{315272}
|
||||
\definecolor{DarkPrimary}{HTML}{282E35}
|
||||
\definecolor{MediumPrimary}{HTML}{3D4552}
|
||||
|
||||
% \titleformat{\subsubsection}
|
||||
% {\color{MediumTertiary}\large\bf}{\thesubsection.}{1em}{}
|
||||
\titleformat{\subsubsection}
|
||||
{\color{MediumSecondary}\large\bf}{\thesubsection.}{1em}{}
|
||||
|
||||
\titleformat{\subsection}
|
||||
{\color{MediumPrimary}\Large\bf}{\thesubsection.}{1em}{}
|
||||
|
||||
|
||||
\geometry{
|
||||
a4paper,
|
||||
top=15mm,
|
||||
bottom=10mm
|
||||
top=10mm,
|
||||
bottom=10mm,
|
||||
left=20mm,
|
||||
right=20mm
|
||||
}
|
||||
|
||||
\hypersetup{
|
||||
|
@ -43,6 +48,12 @@
|
|||
urlcolor=MediumSecondary
|
||||
}
|
||||
|
||||
%% FONT STUFF %%
|
||||
\setmainfont{Questa Slab}[
|
||||
Numbers=Lining,
|
||||
]
|
||||
|
||||
|
||||
%% CUSTOM COMMANDS %%
|
||||
\newcommand{\jobformat}[1]{
|
||||
{\fontsize{10pt}{12pt}\raggedleft\color{MediumTertiary}\textbf{\textit{#1}}\quad\par}
|
||||
|
@ -62,7 +73,7 @@
|
|||
%% DOCUMENT %%
|
||||
\begin{document}
|
||||
|
||||
\section*{\color{DarkPrimary}Rin (Tamara Vassileva)}
|
||||
\section*{\color{MediumPrimary}Rin (Tamara Vassileva)}
|
||||
\begin{multicols}{2}
|
||||
REDACTED FOR STREAMING\newline
|
||||
REDACTED FOR STREAMING\newline
|
||||
|
@ -118,16 +129,19 @@
|
|||
|
||||
\subsection*{Community}
|
||||
|
||||
\subsubsection*{2020: AnsibleFest}
|
||||
\subsubsection*{AnsibleFest}
|
||||
|
||||
\jobrule
|
||||
|
||||
\jobformat{2022}
|
||||
|
||||
Gave a talk on Automation Mindset vs. Methodology at AnsibleFest 2020.
|
||||
|
||||
\subsubsection*{2022~\textendash{}~Ongoing: Tech Blog}
|
||||
\subsubsection*{Tech Blog}
|
||||
|
||||
\jobrule
|
||||
|
||||
\jobformat{2022~\textendash{}~Ongoing}
|
||||
We maintain an ongoing tech blog at \href{https://rin.systems}{https://rin.systems} with our various adventures and misadventures in tech.
|
||||
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in New Issue