feat: finalise web

This commit is contained in:
eggy
2024-05-14 00:58:41 -04:00
parent 4d7215700a
commit 1fdfe05eea
2 changed files with 65 additions and 63 deletions

11
lib.typ
View File

@@ -12,10 +12,10 @@
#let TITLE_FONT_SIZE = 2em
#let HEADING_LINE_GAP = 3mm
#let BODY_LINE_HEIGHT = 0.85em
#let BODY_LINE_HEIGHT = 0.8em
// rest = not top
#let PAGE_MARGINS = (rest: 0.5in, top: 0.4in, left: 0.4in)
#let PAGE_MARGINS = (rest: 0.5in, top: 0.4in, left: 0.4in, bottom: 0.4in)
// Format locations.
#let format_location(location) = {
@@ -72,13 +72,12 @@
text(1.1em)[*#role*]
if tools != none {
text[ | _ #tools _]
text[ | _ #tools _ ]
}
"\n"
set strong(delta: SMALL_STRONG)
text[*#company*]
}, right_content: {
[*#start_date -- #end_date*]
@@ -98,11 +97,11 @@
}
if demo_link != none {
link(demo_link)[#text(1.1em)[ #fa(link-icon)]]
link(demo_link)[#text(1.1em)[ #fa(link-icon) ]]
}
if repo_link != none {
link(repo_link)[#text(1.1em)[ #fa(github)]]
link(repo_link)[#text(1.1em)[ #fa(github) ]]
}
[ | _ #tools _ ]
}