chore: refactor 2

This commit is contained in:
eggy
2023-10-21 22:36:52 -04:00
parent 19a5af8798
commit 987f255a87
2 changed files with 12 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
#import "fontawesome.typ": fa, globe, github, linkedin, envelope
#import "lib.typ": template, education_entry, work_entry, project, indent, SMALL_STRONG, DEFAULT_STRONG
#import "lib.typ": template, work_entry, project, indent, SMALL_STRONG, DEFAULT_STRONG
// orange!!
#let color = rgb("#ff983e")
@@ -108,10 +108,13 @@
= Education
#indent[
#education_entry(
"University of Waterloo", "B.A.Sc. in Computer Engineering", start_date: "Sep 2022", end_date: "Apr 2027 (expected)",
#work_entry(
"University of Waterloo",
"B.A.Sc. in Computer Engineering",
start_date: "Sep 2022", end_date: "Apr 2027 (expected)",
location: "Waterloo, ON",
details: (
tasks: (
[Courses: Object-oriented programming, data structures & algorithms, digital computers & circuits],
))
)
)
]