resume: remove extra braces

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2022-12-28 23:39:07 -05:00
parent 147e4189ee
commit 10a5dcd205
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View file

@ -30,7 +30,7 @@
%%% Education %%% Education
%%% ------------------------------------------------------------ %%% ------------------------------------------------------------
\NewPart{Education}{} \NewPart{Education}
\EducationEntry \EducationEntry
{University of Waterloo} {University of Waterloo}
{Sep 2019 -- Apr 2024} {Sep 2019 -- Apr 2024}
@ -46,14 +46,14 @@
%%% Skills %%% Skills
%%% ------------------------------------------------------------ %%% ------------------------------------------------------------
\NewPart{Skills}{} \NewPart{Skills}
\SkillsEntry{Languages}{JavaScript, Go, Rust, C++, C, Python, Scala, HTML/CSS, Shell, Haskell} \SkillsEntry{Languages}{JavaScript, Go, Rust, C++, C, Python, Scala, HTML/CSS, Shell, Haskell}
\SkillsEntry{Technologies}{Git, Docker, Kubernetes, AWS EC2/S3, gRPC/Protobuf, React, SQL, MongoDB} \SkillsEntry{Technologies}{Git, Docker, Kubernetes, AWS EC2/S3, gRPC/Protobuf, React, SQL, MongoDB}
\vspace{1mm} % other sections end in list items, which have their own padding -- compensate for that here \vspace{1mm} % other sections end in list items, which have their own padding -- compensate for that here
%%% Work experience %%% Work experience
%%% ------------------------------------------------------------ %%% ------------------------------------------------------------
\NewPart{Experience}{} \NewPart{Experience}
\WorkEntry \WorkEntry
{data.world} {data.world}
{May 2022 -- Aug 2022} {May 2022 -- Aug 2022}
@ -126,7 +126,7 @@
%%% Projects %%% Projects
%%% ------------------------------------------------------------ %%% ------------------------------------------------------------
\NewPart{Projects}{} \NewPart{Projects}
\ProjectEntry \ProjectEntry
{CHIP8-rust} {CHIP8-rust}
{https://github.com/tendstofortytwo/chip8-rust} {https://github.com/tendstofortytwo/chip8-rust}