fix: correct date for awards
This commit is contained in:
parent
571ac7f61f
commit
1e6174e014
1 changed files with 4 additions and 4 deletions
8
cv.typ
8
cv.typ
|
@ -103,9 +103,9 @@
|
||||||
|
|
||||||
= Awards
|
= Awards
|
||||||
|
|
||||||
#let award = (name, description) => {
|
#let award = (name, description, date) => {
|
||||||
cv-line(
|
cv-line(
|
||||||
[2/2024],
|
date,
|
||||||
[*#name*
|
[*#name*
|
||||||
#linebreak()
|
#linebreak()
|
||||||
#text(
|
#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[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].]
|
#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]
|
||||||
|
|
Loading…
Reference in a new issue