diff --git a/backend_infra.typ b/backend_infra.typ index 0408f68..d40f36b 100644 --- a/backend_infra.typ +++ b/backend_infra.typ @@ -4,15 +4,17 @@ #let education = indent[ #work_entry( "University of Waterloo", - "B.A.Sc. in Computer Engineering — 3.7/4.0 GPA", + "B.A.Sc. in Computer Engineering, Honours — 3.7/4.0 GPA", start_date: "2022", end_date: "2026", location: "Waterloo, ON", tasks: ( // [Courses: Object-oriented programming, data structures & algorithms, concurrency, // operating systems], + [*Courses*: Object-oriented programming, data structures & algorithms, + concurrency, operating systems], [*Involvements*: Hack the North (Organiser), UW Orbital Satellite Design Team, - Creative Writing Club (Secretary)], + Intramurals (Beach Volleyball)], [*Awards*: StormHacks 2022 (#link("https://devpost.com/software/perdiem")[EdTech Winner]), YRHacks 2022 (#link("https://devpost.com/software/resketch")[IBM Open Source Winner])], ), @@ -20,11 +22,12 @@ ] #let skills = indent[ - *Languages:* Python, TypeScript/JavaScript, Rust, Java, C++, SQL, HTML/CSS \ + *Languages:* Python, TypeScript/JavaScript, Rust, Java, C/C++, SQL, HTML/CSS \ // Dart *Frameworks:* Node, React, Vue, GraphQL, Spring Boot, Express, Redis, Terraform, Prisma, Apollo, Axum \ - *Tools:* Linux, Postgres, Git, Docker, AWS, GCP, Kubernetes, Figma, Jenkins, nginx // Jenkins, systemd, Jira + *Tools:* Linux, Postgres, Git, Docker, AWS, GCP, Kubernetes, Figma, Jenkins, + nginx // Jenkins, systemd, Jira ] #show: doc => template_common(education, skills, doc) diff --git a/lib/lib.typ b/lib/lib.typ index 06baefb..9564cc3 100644 --- a/lib/lib.typ +++ b/lib/lib.typ @@ -19,7 +19,7 @@ #let HEADING_DETAILS_LIST_SPACING = 0.9em -#let DETAILS_LIST_SPACING = 0.8em +#let DETAILS_LIST_SPACING = 0.7em #let DETAILS_LIST_INDENT = 1.25em #let JOB_TITLE_FONT_SIZE = 1.05em diff --git a/lib/template_common.typ b/lib/template_common.typ index 10ac6ee..1f1cebe 100644 --- a/lib/template_common.typ +++ b/lib/template_common.typ @@ -8,22 +8,22 @@ #let name = "Daniel Chen" #let contact_data = (( - service: fa[#globe], - display: "eggworld.me", - link: "https://eggworld.me", -), ( - service: fa[#github], - display: "github.com/potatoeggy", - link: "https://github.com/potatoeggy", -), ( - service: fa[#linkedin], - display: "linkedin.com/in/potatoeggy", - link: "https://www.linkedin.com/in/potatoeggy/", -), ( service: fa[#envelope], display: "d7chen@uwaterloo.ca", link: "mailto://d7chen@uwaterloo.ca", -),) +), ( + service: fa[#github], + display: "potatoeggy", + link: "https://github.com/potatoeggy", +), ( + service: fa[#linkedin], + display: "potatoeggy", + link: "https://www.linkedin.com/in/potatoeggy/", +), ( + service: fa[#globe], + display: "eggworld.me", + link: "https://eggworld.me", +)) #show: doc => template(name, color, doc)