switch to sans-serif
This commit is contained in:
parent
b45a59ddec
commit
a74d322948
@ -18,6 +18,7 @@
|
||||
\fancyfoot{}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
\renewcommand{\footrulewidth}{0pt}
|
||||
\renewcommand{\familydefault}{\sfdefault}
|
||||
|
||||
% Adjust margins
|
||||
\addtolength{\oddsidemargin}{-0.5in}
|
||||
@ -60,7 +61,7 @@
|
||||
\newcommand{\resumeSubheading}[4]{
|
||||
\vspace{-2pt}\item
|
||||
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
|
||||
\textbf{#1} & #2 \\
|
||||
\textbf{#1} & \textbf{\small #2} \\
|
||||
\textit{\small#3} & \textit{\small #4} \\
|
||||
\end{tabular*}\vspace{-7pt}
|
||||
}
|
||||
@ -75,7 +76,7 @@
|
||||
\newcommand{\resumeProjectHeading}[2]{
|
||||
\item
|
||||
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
|
||||
\small#1 & #2 \\
|
||||
\small#1 & \textbf{\small #2} \\
|
||||
\end{tabular*}\vspace{-7pt}
|
||||
}
|
||||
|
||||
@ -183,9 +184,9 @@
|
||||
{\underline{\textbf{\href{https://github.com/potatoeggy/mandown}{Mandown}}} $|$ \emph{MyPy, Pytest, Qt, Typer, Poetry }}{2022 -- present}
|
||||
\resumeItemListStart
|
||||
\resumeItem{Scraped a variety of sites for metadata and images to automatically download comics}
|
||||
\resumeItem{Designed a responsive and accessible CLI with Typer and GUI with Qt 6}
|
||||
\resumeItem{Sped up downloads and updates by more than 100\% by implementing image caching and multiprocessing}
|
||||
\resumeItem{Implemented conversion between ebook formats as well as image processing to optimise for e-ink screens}
|
||||
\resumeItem{Sped up downloads and updates by more than 100\% by implementing image caching and multiprocessing}
|
||||
\resumeItem{Designed a responsive and accessible CLI with Typer and GUI with Qt 6}
|
||||
\resumeItem{Wrote extensive unit tests to minimise regressions between release cycles}
|
||||
\resumeItemListEnd
|
||||
\resumeProjectHeading
|
||||
@ -197,7 +198,7 @@
|
||||
\resumeProjectHeading
|
||||
{\underline{\textbf{\href{https://github.com/potatoeggy/jeopardy}{Jeopardy}}} $|$ \emph{Vue, WebSockets, Pinia}}{2021}
|
||||
\resumeItemListStart
|
||||
\resumeItem{Mocked a video game UI using CSS to create a hyper-realistic, cross-platform game simulator}
|
||||
\resumeItem{ fluid animation design}
|
||||
\resumeItem{ Reverse-engineered an API to allow Primoprod to interoperate with a popular web service (paimon.moe) }
|
||||
\resumeItemListEnd
|
||||
\resumeProjectHeading
|
||||
@ -224,14 +225,14 @@
|
||||
\section{Education}
|
||||
\resumeSubHeadingListStart
|
||||
\resumeSubheading
|
||||
{University of Waterloo}{Waterloo, ON}
|
||||
{Candidate for B.A.Sc. in Computer Engineering}{2022 – present}
|
||||
{University of Waterloo}{2022 -- present}
|
||||
{Candidate for B.A.Sc. in Computer Engineering}{Waterloo, ON}
|
||||
\resumeItemListStart
|
||||
\resumeItem{ Secretary, Creative Writing Club }
|
||||
\resumeItemListEnd
|
||||
\resumeSubheading
|
||||
{Bayview Secondary School}{Richmond Hill, ON}
|
||||
{IB Diploma and OSSD Diploma}{2018 -- 2022}
|
||||
{Bayview Secondary School}{2018 -- 2022}
|
||||
{IB Diploma and OSSD Diploma}{Richmond Hill, ON}
|
||||
\resumeSubHeadingListEnd
|
||||
|
||||
%-------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user