From 1e6174e0149f855523419b9e9196b1550deb8bcf Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 15 Jan 2025 00:03:08 -0800 Subject: [PATCH] fix: correct date for awards --- cv.typ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cv.typ b/cv.typ index 88bdb7d..8e770c4 100644 --- a/cv.typ +++ b/cv.typ @@ -103,9 +103,9 @@ = Awards -#let award = (name, description) => { +#let award = (name, description, date) => { cv-line( - [2/2024], + date, [*#name* #linebreak() #text( @@ -116,5 +116,5 @@ ) } -#award[SB Hacks XI Winning Project][1st place at hackathon with 300+ participants from University of California campuses for building an AI powered apartment finder.] -#award[National Merit Semifinalist][Issued by #link("https://www.nationalmerit.org/s/1758/start.aspx?gid=2&pgid=61")[National Merit Scholarship Corporation].] +#award[SB Hacks XI Winning Project][1st place at hackathon with 300+ participants from University of California campuses for building an AI powered apartment finder.][1/2025] +#award[National Merit Semifinalist][Issued by #link("https://www.nationalmerit.org/s/1758/start.aspx?gid=2&pgid=61")[National Merit Scholarship Corporation].][2/2024]