feat: move education to top
This commit is contained in:
parent
2694b2e9eb
commit
dd3d479a92
@ -2,7 +2,7 @@
|
||||
#import "lib.typ": template, work_entry, project, indent, SMALL_STRONG, DEFAULT_STRONG
|
||||
|
||||
// orange!!
|
||||
#let color = rgb("#ff983e")
|
||||
#let color = blue // rgb("#ff983e")
|
||||
#let name = "Daniel Chen"
|
||||
|
||||
#let contact_data = ((
|
||||
@ -27,6 +27,22 @@
|
||||
|
||||
// MAIN CONTENT STARTS here
|
||||
|
||||
= Education
|
||||
|
||||
#indent[
|
||||
#work_entry(
|
||||
"University of Waterloo",
|
||||
"B.A.Sc. in Computer Engineering",
|
||||
start_date: "Sep 2022",
|
||||
end_date: "Apr 2027 (expected)",
|
||||
location: "Waterloo, ON",
|
||||
tasks: (
|
||||
[Courses: Object-oriented programming, data structures & algorithms, digital
|
||||
computers & circuits],
|
||||
),
|
||||
)
|
||||
]
|
||||
|
||||
= Skills
|
||||
|
||||
#indent[
|
||||
@ -141,19 +157,3 @@
|
||||
StormHacks 2022 from 350+ participants
|
||||
- Winner of the #link("https://github.com/anyuan-chen/perdiem")[IBM Open Source] prize
|
||||
at YRHacks 2022 from 90+ participants
|
||||
|
||||
= Education
|
||||
|
||||
#indent[
|
||||
#work_entry(
|
||||
"University of Waterloo",
|
||||
"B.A.Sc. in Computer Engineering",
|
||||
start_date: "Sep 2022",
|
||||
end_date: "Apr 2027 (expected)",
|
||||
location: "Waterloo, ON",
|
||||
tasks: (
|
||||
[Courses: Object-oriented programming, data structures & algorithms, digital
|
||||
computers & circuits],
|
||||
),
|
||||
)
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user