resume: remove extra braces
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
147e4189ee
commit
10a5dcd205
2 changed files with 4 additions and 4 deletions
BIN
resume.pdf
BIN
resume.pdf
Binary file not shown.
|
@ -30,7 +30,7 @@
|
|||
|
||||
%%% Education
|
||||
%%% ------------------------------------------------------------
|
||||
\NewPart{Education}{}
|
||||
\NewPart{Education}
|
||||
\EducationEntry
|
||||
{University of Waterloo}
|
||||
{Sep 2019 -- Apr 2024}
|
||||
|
@ -46,14 +46,14 @@
|
|||
|
||||
%%% Skills
|
||||
%%% ------------------------------------------------------------
|
||||
\NewPart{Skills}{}
|
||||
\NewPart{Skills}
|
||||
\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}
|
||||
\vspace{1mm} % other sections end in list items, which have their own padding -- compensate for that here
|
||||
|
||||
%%% Work experience
|
||||
%%% ------------------------------------------------------------
|
||||
\NewPart{Experience}{}
|
||||
\NewPart{Experience}
|
||||
\WorkEntry
|
||||
{data.world}
|
||||
{May 2022 -- Aug 2022}
|
||||
|
@ -126,7 +126,7 @@
|
|||
|
||||
%%% Projects
|
||||
%%% ------------------------------------------------------------
|
||||
\NewPart{Projects}{}
|
||||
\NewPart{Projects}
|
||||
\ProjectEntry
|
||||
{CHIP8-rust}
|
||||
{https://github.com/tendstofortytwo/chip8-rust}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue