chore: move contact out of template

This commit is contained in:
eggy
2024-05-26 15:51:40 -04:00
parent 23fc909827
commit 0f0d498326
2 changed files with 17 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
#import "fontawesome.typ": fa, globe, github, linkedin, envelope
#import "lib.typ": template, work_entry, project, indent, SMALL_STRONG, DEFAULT_STRONG
#import "lib.typ": template, work_entry, project, indent, SMALL_STRONG, DEFAULT_STRONG, render_contact_data
// orange!!
#let color = blue // rgb("#ff983e")
@@ -23,10 +23,15 @@
link: "mailto://d7chen@uwaterloo.ca",
),)
#show: doc => template(name, contact_data, color, doc)
#show: doc => template(name, color, doc)
#render_contact_data(contact_data)
// MAIN CONTENT STARTS here
// *_Do you know the muffin man? / The muffin man, the muffin man / Do you know the
// muffin man? / Who lives on Drury Lane?_*
= Skills
#indent[
@@ -116,8 +121,6 @@
rate limiting as a stopgap],
[Reduced event check-in times by *80%* for *1900+ attendees* by generating
digital wallet passes over Express],
[*Led and mentored a team of 6* to ideate, scope, and deliver features for
*Canada's largest hackathon*],
),
)
]