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}
|
||||
}
|
||||
|
||||
\newcommand{\resumeEducationListStart}{
|
||||
\begin{itemize}[
|
||||
leftmargin=0.0in,
|
||||
label={},
|
||||
itemsep=0pt,
|
||||
topsep=0pt,
|
||||
parsep=0pt
|
||||
]}
|
||||
|
||||
\newcommand{\resumeEducationListEnd}{
|
||||
\end{itemize}
|
||||
\vspace{-4pt}
|
||||
}
|
||||
|
||||
\pdfstringdefDisableCommands{\def\color#1{}}
|
||||
|
||||
%-------------------------------------------
|
||||
|
|
@ -203,11 +217,17 @@
|
|||
|
||||
%-----------EDUCATION-----------
|
||||
\section{\color{blue}EDUCATION}
|
||||
\resumeSubHeadingListStart
|
||||
\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
|
||||
\resumeEducationListStart
|
||||
|
||||
\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-----------
|
||||
\section{\color{blue}SKILLS, TECHNOLOGIES, INTERESTS}
|
||||
\begin{tabularx}{\textwidth}{ @{} >{\bfseries}l X }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue