feat: add courses

This commit is contained in:
eggy 2025-01-27 09:44:38 -05:00
parent 85fccd3cab
commit 55394490e0
3 changed files with 21 additions and 18 deletions

View File

@ -4,15 +4,17 @@
#let education = indent[ #let education = indent[
#work_entry( #work_entry(
"University of Waterloo", "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", start_date: "2022",
end_date: "2026", end_date: "2026",
location: "Waterloo, ON", location: "Waterloo, ON",
tasks: ( tasks: (
// [Courses: Object-oriented programming, data structures & algorithms, concurrency, // [Courses: Object-oriented programming, data structures & algorithms, concurrency,
// operating systems], // operating systems],
[*Courses*: Object-oriented programming, data structures & algorithms,
concurrency, operating systems],
[*Involvements*: Hack the North (Organiser), UW Orbital Satellite Design Team, [*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]), [*Awards*: StormHacks 2022 (#link("https://devpost.com/software/perdiem")[EdTech Winner]),
YRHacks 2022 (#link("https://devpost.com/software/resketch")[IBM Open Source Winner])], YRHacks 2022 (#link("https://devpost.com/software/resketch")[IBM Open Source Winner])],
), ),
@ -20,11 +22,12 @@
] ]
#let skills = indent[ #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 // Dart
*Frameworks:* Node, React, Vue, GraphQL, Spring Boot, Express, Redis, Terraform, *Frameworks:* Node, React, Vue, GraphQL, Spring Boot, Express, Redis, Terraform,
Prisma, Apollo, Axum \ 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) #show: doc => template_common(education, skills, doc)

View File

@ -19,7 +19,7 @@
#let HEADING_DETAILS_LIST_SPACING = 0.9em #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 DETAILS_LIST_INDENT = 1.25em
#let JOB_TITLE_FONT_SIZE = 1.05em #let JOB_TITLE_FONT_SIZE = 1.05em

View File

@ -8,22 +8,22 @@
#let name = "Daniel Chen" #let name = "Daniel Chen"
#let contact_data = (( #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], service: fa[#envelope],
display: "d7chen@uwaterloo.ca", display: "d7chen@uwaterloo.ca",
link: "mailto://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) #show: doc => template(name, color, doc)