chore: abstract size
This commit is contained in:
parent
a2e924418a
commit
d45c34c82e
12
lib/lib.typ
12
lib/lib.typ
@ -22,6 +22,8 @@
|
|||||||
#let DETAILS_LIST_SPACING = 0.8em
|
#let DETAILS_LIST_SPACING = 0.8em
|
||||||
#let DETAILS_LIST_INDENT = 1.5em
|
#let DETAILS_LIST_INDENT = 1.5em
|
||||||
|
|
||||||
|
#let JOB_TITLE_FONT_SIZE = 1.05em
|
||||||
|
|
||||||
// rest = not top
|
// rest = not top
|
||||||
#let PAGE_MARGINS = (right: 0.4in, top: 0.3in, left: 0.3in, bottom: 0.4in)
|
#let PAGE_MARGINS = (right: 0.4in, top: 0.3in, left: 0.3in, bottom: 0.4in)
|
||||||
|
|
||||||
@ -68,7 +70,7 @@
|
|||||||
company_link: none,
|
company_link: none,
|
||||||
) = {
|
) = {
|
||||||
cv_entry(left_content: {
|
cv_entry(left_content: {
|
||||||
text(1.05em)[*#role*]
|
text(JOB_TITLE_FONT_SIZE)[*#role*]
|
||||||
|
|
||||||
if tools != none {
|
if tools != none {
|
||||||
// text[ | _ #tools _ ]
|
// text[ | _ #tools _ ]
|
||||||
@ -97,17 +99,17 @@
|
|||||||
|
|
||||||
let content_title = {
|
let content_title = {
|
||||||
if text_link != none {
|
if text_link != none {
|
||||||
link(text_link)[#text(1.1em)[*#title*]]
|
link(text_link)[#text(JOB_TITLE_FONT_SIZE)[*#title*]]
|
||||||
} else {
|
} else {
|
||||||
text(1.1em)[*#title*]
|
text(JOB_TITLE_FONT_SIZE)[*#title*]
|
||||||
}
|
}
|
||||||
|
|
||||||
if demo_link != none {
|
if demo_link != none {
|
||||||
link(demo_link)[#text(1.1em)[ #fa(link-icon) ]]
|
link(demo_link)[#text(JOB_TITLE_FONT_SIZE)[ #fa(link-icon) ]]
|
||||||
}
|
}
|
||||||
|
|
||||||
if repo_link != none {
|
if repo_link != none {
|
||||||
link(repo_link)[#text(1.1em)[ #fa(github) ]]
|
link(repo_link)[#text(JOB_TITLE_FONT_SIZE)[ #fa(github) ]]
|
||||||
}
|
}
|
||||||
[ | _ #tools _ ]
|
[ | _ #tools _ ]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user