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]