diff --git a/Daniel Chen.typ b/Daniel Chen.typ index fb66701..1820508 100644 --- a/Daniel Chen.typ +++ b/Daniel Chen.typ @@ -21,7 +21,7 @@ ), ( service: fa[#github], - display: "potatoeggy", + display: "github.com/potatoeggy", link: "https://github.com/potatoeggy" ), ( @@ -55,7 +55,7 @@ "Software Engineering Intern", "Dropbase", start_date: "May 2023", end_date: "Aug 2023", - location: "Remote", + location: "San Francisco, CA (Remote)", tasks: ( "Automated synchronising Airtable and HubSpot APIs with Google Sheets via AWS Lambda", "Engineered a heuristic algorithm for resolving SQL aliases for database-specific editor autocompletion", @@ -66,7 +66,7 @@ #work_entry( "Backend Developer", - "Hack the North", + "Techyon", start_date: "Mar 2023", end_date: "present", location: "Waterloo, ON", tasks: ( @@ -116,7 +116,7 @@ #indent[ #education_entry( - "University of Waterloo", "Candidate for B.A.Sc. in Computer Engineering", start_date: "Sep 2022", end_date: "Apr 2027", + "University of Waterloo", "Candidate for B.A.Sc. in Computer Engineering", start_date: "Sep 2022", end_date: "Apr 2027 (expected)", location: "Waterloo, ON", details: ( [Courses: Object-oriented programming, data structures & algorithms, digital computers & circuits ], diff --git a/lib.typ b/lib.typ index 4edd174..56b9afc 100644 --- a/lib.typ +++ b/lib.typ @@ -1,10 +1,4 @@ #import "fontawesome.typ": github, fa -// Reduce space between paragraphs. -#let par_space = 0.75em -// Reduce space between headings and descriptions. -#let sep_space = par_space + 0.1em - -#let subtitle_space = par_space - 0.2em // Format start and end dates. #let format_date(start_date: none, end_date: none) = { @@ -115,12 +109,15 @@ // Set name and contact data and format headings #let template(name, contact_data, color, doc) = { + let TITLE_FONT = "Bitter" + let HEADING_FONT = "Bitter" + let BODY_FONT = "Open Sans" set page(margin: (rest: 0.5in, top: 0.4in), paper: "us-letter") set list(indent: 1.25em) - set text(font: ("Latin Modern Sans"), 11pt) + set text(font: (BODY_FONT), 10pt) set par(justify: true, leading: 0.65em) align(center)[ - #text(size: 2em, font: "Bitter", fill: color)[*#name*] + #text(size: 2em, font: TITLE_FONT, fill: color)[*#name*] #block(above: 0em, below: 1em) #{ if contact_data != none and contact_data.len() > 0 { @@ -145,7 +142,7 @@ // add line to right of heading set block(above: 1em, below: 0.75em) - set text(size: 0.9em, fill: color, font: "Bitter") + set text(size: 0.9em, fill: color, font: HEADING_FONT) stack( dir: ltr, spacing: 3mm,