Added purple colors <3; adjusted borders
This commit is contained in:
parent
76bdc723b0
commit
d91f00c0fd
@ -37,7 +37,7 @@
|
||||
% Sections formatting
|
||||
\titleformat{\section}{
|
||||
\vspace{-4pt}\scshape\raggedright\large
|
||||
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
|
||||
}{}{0em}{}[\titlerule \vspace{-5pt}]
|
||||
|
||||
% Ensure that generate pdf is machine readable/ATS parsable
|
||||
\pdfgentounicode=1
|
||||
@ -63,7 +63,7 @@
|
||||
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
|
||||
\textbf{#1} & #2 \\
|
||||
\textit{\small#3} & \textit{\small #4} \\
|
||||
\end{tabular*}\vspace{-5pt}
|
||||
\end{tabular*}\vspace{-8pt}
|
||||
}
|
||||
|
||||
\newcommand{\resumeSubSubheading}[2]{
|
||||
@ -72,20 +72,13 @@
|
||||
\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,
|
||||
left=-5pt,
|
||||
labelsep=0pt,
|
||||
topsep=-3pt,
|
||||
partopsep=-3pt,
|
||||
topsep=0pt,
|
||||
partopsep=0pt,
|
||||
}
|
||||
|
||||
\newcommand{\RITSECSubheading}[2]{
|
||||
@ -117,14 +110,16 @@
|
||||
|
||||
%----------HEADING-----------------
|
||||
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
|
||||
\textbf{\href{https://blog.scalz.cloud/}{\Large Michael Scalzetti}} & Email : \href{mailto:contact@scalz.cloud}{contact@scalz.cloud}\\
|
||||
\textbf{\href{https://blog.scalz.cloud/}{\color{violet}\Large Michael Scalzetti}} & Email : \href{mailto:contact@scalz.cloud}{contact@scalz.cloud}\\
|
||||
\href{https://blog.scalz.cloud/}{https://blog.scalz.cloud} & LinkedIn : \href{https://www.linkedin.com/in/mscalzet/}{mscalzet} \\
|
||||
%& Phone : \href{tel:+11234567890}{+1-123-456-7890} \\
|
||||
\end{tabular*}
|
||||
|
||||
|
||||
%-----------EDUCATION-----------------
|
||||
\color{violet}
|
||||
\section{Education}
|
||||
\color{black}
|
||||
\resumeSubHeadingListStart
|
||||
\resumeSubheading
|
||||
{Rochester Institute of Technology}{Rochester, NY}
|
||||
@ -132,8 +127,10 @@
|
||||
\resumeSubHeadingListEnd
|
||||
|
||||
|
||||
%-----------EXPERIENCE-----------------
|
||||
%-----------Employment-----------------
|
||||
\color{violet}
|
||||
\section{Employment}
|
||||
\color{black}
|
||||
\resumeSubHeadingListStart
|
||||
|
||||
\resumeSubheading
|
||||
@ -168,8 +165,10 @@
|
||||
|
||||
\resumeSubHeadingListEnd
|
||||
|
||||
%-----------EXPERIENCE-----------------
|
||||
%-----------Activities-----------------
|
||||
\color{violet}
|
||||
\section{Activities}
|
||||
\color{black}
|
||||
\resumeSubHeadingListStart
|
||||
|
||||
\resumeSubheading
|
||||
@ -181,13 +180,11 @@
|
||||
\item Runs Ops Interest group which presents weekly topics to get new club members involved in Operations.
|
||||
\end{itemize}
|
||||
\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}
|
||||
\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,
|
||||
@ -198,19 +195,23 @@ and Operations Interest Groups.
|
||||
\resumeSubHeadingListEnd
|
||||
|
||||
|
||||
%-----------PROJECTS-----------------
|
||||
%-----------Projects-----------------
|
||||
\color{violet}
|
||||
\section{Projects}
|
||||
\color{black}
|
||||
\resumeSubHeadingListStart
|
||||
\resumeSubItem{Personal Server Management}
|
||||
{Designed a scalable server infrastructure based around Proxmox. Facilitates the practice and development of networking and security skills.}
|
||||
\resumeSubItem{Docker Depot}
|
||||
{Developed a tool which gives full remote access to the docker sock. Can be used by an attacker to spin up malicious containers, and escalate to root user on host machine. }
|
||||
{Developed a tool which gives full remote access to the Docker unix socket. Can be used by an attacker to spin up malicious containers, and escalate to root user on host machine.}
|
||||
|
||||
\resumeSubHeadingListEnd
|
||||
|
||||
|
||||
%--------SKILLS------------
|
||||
%--------Skills------------
|
||||
\color{violet}
|
||||
\section{Skills}
|
||||
\color{black}
|
||||
\resumeSubHeadingListStart
|
||||
\item{\textbf{Languages: }}{Python, Bash, Java, C, SQL, Go}
|
||||
\item{\textbf{Tools: }}{Linux, BSD, Docker, Ansible, Kubernetes, SSH, Git, Networking, Firewalls, Nmap, Ncat, Nginx, Caddy, Proxmox, Openstack
|
||||
|
Loading…
Reference in New Issue
Block a user