From 8b5a085447ba2af719f3afbd7cdd0b5aad1b7baf Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 4 Dec 2023 21:53:07 -0500 Subject: [PATCH] feat: move education to top --- Daniel Chen.typ | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Daniel Chen.typ b/Daniel Chen.typ index a0ade71..39da982 100644 --- a/Daniel Chen.typ +++ b/Daniel Chen.typ @@ -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", + location: "Waterloo, ON", + tasks: ( + [Courses: Object-oriented programming, data structures & algorithms, digital + computers & circuits], + ), + ) +] + = Skills #indent[ @@ -143,19 +159,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", - location: "Waterloo, ON", - tasks: ( - [Courses: Object-oriented programming, data structures & algorithms, digital - computers & circuits], - ), - ) -] \ No newline at end of file