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