feat: polish styling

This commit is contained in:
Youwen Wu 2024-12-31 22:52:44 -08:00
parent 1799b5aeab
commit b61ced5a00
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 54 additions and 39 deletions

67
cv.typ
View file

@ -92,42 +92,47 @@
Nix and NixOS, Docker, Linux, and NixOS based service deployment and system administration. Nix and NixOS, Docker, Linux, and NixOS based service deployment and system administration.
] ]
// = Papers = Papers
//
// == Preprints == Pre-prints
//
// #cv-paper-item( #cv-paper-item(
// name: "The DeepBozo Report", name: "The DeepBozo Report",
// date: [1/2024], date: [1/2024],
// journal: [ journal: [
// #link("https://www.eexiv.org/document/view/deepbozo-report")[eeXiv:10j4yyvp4so9.] #link("https://www.eexiv.org/document/view/deepbozo-report")[eeXiv:10j4yyvp4so9]
// ], ],
// ) )
//
// #cv-paper-item( #cv-paper-item(
// name: "eeXiv Whitepaper", name: "eeXiv Whitepaper",
// date: [3/2024], date: [3/2024],
// journal: [ journal: [
// #link("https://www.eexiv.org/document/view/eexiv-white-paper")[eeXiv:gc3lso8s9tyb] #link("https://www.eexiv.org/document/view/eexiv-white-paper")[eeXiv:gc3lso8s9tyb]
// ], ],
// ) )
//
// #cv-paper-item( #cv-paper-item(
// name: "The LiDAR Whitepaper", name: "The LiDAR Whitepaper",
// date: [2/2024], date: [2/2024],
// journal: [ journal: [
// #link("https://www.eexiv.org/document/view/lidar-whitepaper")[eeXiv:my8nruhlzjsq] #link("https://www.eexiv.org/document/view/lidar-whitepaper")[eeXiv:my8nruhlzjsq]
// ], ],
// ) )
= Awards = Awards
#cv-line( #let award = (name, description) => {
cv-line(
[2/2024], [2/2024],
[*National Merit Semifinalist* [*#name*
#linebreak() #linebreak()
#text( #text(
size: 0.85em, size: 0.85em,
)[Issued by #link("https://www.nationalmerit.org/s/1758/start.aspx?gid=2&pgid=61")[National Merit Scholarship Corporation].] description,
)
], ],
) )
}
#award[National Merit Semifinalist][Issued by #link("https://www.nationalmerit.org/s/1758/start.aspx?gid=2&pgid=61")[National Merit Scholarship Corporation].]

View file

@ -141,7 +141,11 @@
#show heading.where(level: 2): it => { #show heading.where(level: 2): it => {
set text(weight: "regular", size: 13pt) set text(weight: "regular", size: 13pt)
pad(left: 6.9em, [#it.body]) _cv-line(
align: horizon,
[#box(fill: gray, width: 20mm, height: 0.2em)],
[#it.body],
)
} }
#_header(title: name, subtitle: subtitle, socials: social) #_header(title: name, subtitle: subtitle, socials: social)
@ -150,9 +154,15 @@
#if show-footer [ #if show-footer [
#v(1fr, weak: false) #v(1fr, weak: false)
#datetime.today().display("[month repr:long] [day], [year]") #align(
bottom,
stack(
dir: ltr,
datetime.today().display("[month repr:long] [day], [year]"),
align(right, text(size: 8pt)[Built from Git revision #git_rev]),
),
)
#text(size: 8pt)[Built from Git revision #git_rev]
] ]
] ]