chore: refactor 2
This commit is contained in:
@@ -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],
|
||||
))
|
||||
)
|
||||
)
|
||||
]
|
||||
|
Reference in New Issue
Block a user