fix: create a new command for education
This commit is contained in:
parent
c8576a7c2e
commit
58b24669f5
1 changed files with 24 additions and 4 deletions
|
|
@ -137,6 +137,20 @@
|
||||||
\vspace{4pt}
|
\vspace{4pt}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\newcommand{\resumeEducationListStart}{
|
||||||
|
\begin{itemize}[
|
||||||
|
leftmargin=0.0in,
|
||||||
|
label={},
|
||||||
|
itemsep=0pt,
|
||||||
|
topsep=0pt,
|
||||||
|
parsep=0pt
|
||||||
|
]}
|
||||||
|
|
||||||
|
\newcommand{\resumeEducationListEnd}{
|
||||||
|
\end{itemize}
|
||||||
|
\vspace{-4pt}
|
||||||
|
}
|
||||||
|
|
||||||
\pdfstringdefDisableCommands{\def\color#1{}}
|
\pdfstringdefDisableCommands{\def\color#1{}}
|
||||||
|
|
||||||
%-------------------------------------------
|
%-------------------------------------------
|
||||||
|
|
@ -203,11 +217,17 @@
|
||||||
|
|
||||||
%-----------EDUCATION-----------
|
%-----------EDUCATION-----------
|
||||||
\section{\color{blue}EDUCATION}
|
\section{\color{blue}EDUCATION}
|
||||||
\resumeSubHeadingListStart
|
\resumeEducationListStart
|
||||||
\resumeSchoolItem{University of Guelph $|$ \color{blue} \emph{Masters of Applied Science - Semantic Communication}}{Dec 2025}
|
|
||||||
\resumeSchoolItem{University of Guelph $|$ \color{blue} \emph{Bachelors of Engineering - Computer Engineering}}{Apr 2023}
|
|
||||||
\resumeSubHeadingListEnd
|
|
||||||
|
|
||||||
|
\resumeSchoolItem
|
||||||
|
{University of Guelph $|$ \color{blue}\emph{Master of Applied Science - Semantic Communication}}
|
||||||
|
{Dec 2025}
|
||||||
|
|
||||||
|
\resumeSchoolItem
|
||||||
|
{University of Guelph $|$ \color{blue}\emph{Bachelor of Engineering - Computer Engineering}}
|
||||||
|
{Apr 2023}
|
||||||
|
|
||||||
|
\resumeEducationListEnd
|
||||||
%-----------SKILLS-----------
|
%-----------SKILLS-----------
|
||||||
\section{\color{blue}SKILLS, TECHNOLOGIES, INTERESTS}
|
\section{\color{blue}SKILLS, TECHNOLOGIES, INTERESTS}
|
||||||
\begin{tabularx}{\textwidth}{ @{} >{\bfseries}l X }
|
\begin{tabularx}{\textwidth}{ @{} >{\bfseries}l X }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue