fixed RITSEC stuff :)
This commit is contained in:
parent
d655d27633
commit
0a38335c2b
@ -12,6 +12,7 @@
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{xcolor}
|
||||
\input{glyphtounicode}
|
||||
|
||||
\pagestyle{fancy}
|
||||
@ -68,9 +69,37 @@
|
||||
\newcommand{\resumeSubSubheading}[2]{
|
||||
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
|
||||
\textit{\small#1} & \textit{\small #2} \\
|
||||
\end{tabular*}\vspace{-5pt}
|
||||
\end{tabular*}\vspace{-10pt}
|
||||
}
|
||||
|
||||
%\newcommand{\RITSECSubheading}[2]{
|
||||
% \vspace{-1pt}\item
|
||||
% \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
|
||||
% \textit{\small#1} & \textit{\small #2} \\
|
||||
% \end{tabular*}\vspace{-5pt}
|
||||
%}
|
||||
|
||||
\newlist{myitemize}{itemize}{1}
|
||||
\setlist[myitemize,1]{
|
||||
label=\textcolor{white}{\textbullet},
|
||||
left=0pt,
|
||||
labelsep=0pt,
|
||||
topsep=-3pt,
|
||||
partopsep=-3pt,
|
||||
}
|
||||
|
||||
\newcommand{\RITSECSubheading}[2]{
|
||||
\vspace{-10pt}
|
||||
\begin{myitemize}
|
||||
\item
|
||||
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
|
||||
\textit{\small#1} & \textit{\small #2} \\
|
||||
\end{tabular*}
|
||||
\end{myitemize}
|
||||
\vspace{-5pt}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
|
||||
|
||||
\renewcommand{\labelitemii}{$\circ$}
|
||||
@ -147,18 +176,18 @@
|
||||
{RITSEC}{Rochester, NY}
|
||||
{Operations Lead}{Oct 2023 - Current}
|
||||
\begin{itemize}
|
||||
\item Manages RITSEC’s server infrastructure, including an Openstack Hypervisor, enterprise switch and enterprise server hardware.
|
||||
\item Manages RITSEC’s server infrastructure, including an Openstack Hypervisor, switch and server hardware.
|
||||
\item Manages RITSEC's service deployments including Gitlab, SSO, Zammad helpdesk, and many others.
|
||||
\item Runs Ops Interest group which presents weekly topics to get new club members involved in Operations.
|
||||
\end{itemize}
|
||||
\resumeSubheading
|
||||
{RITSEC}{Rochester, NY}
|
||||
\RITSECSubheading
|
||||
%{RITSEC}{Rochester, NY}
|
||||
{Red Team}{Jan 2023 - Current}
|
||||
\begin{itemize}
|
||||
\item Develops and deploys offensive tooling to attack other teams at competitions.
|
||||
\end{itemize}
|
||||
\resumeSubheading
|
||||
{RITSEC}{Rochester, NY}
|
||||
\RITSECSubheading
|
||||
%{RITSEC}{Rochester, NY}
|
||||
{Member}{Jan 2022 - Current}
|
||||
\begin{itemize}
|
||||
\item Active in the clubroom, weekly meetings, Red Team, Physical Security Remote Vulnerability and Penetration Testing, Wireless,
|
||||
|
Loading…
Reference in New Issue
Block a user