chore: revert
This commit is contained in:
parent
164d8d28d7
commit
083f2667a7
14
lib.typ
14
lib.typ
@ -63,27 +63,29 @@
|
||||
location: none,
|
||||
company_link: none,
|
||||
) = {
|
||||
cv_entry(left_content: {
|
||||
cv_entry(
|
||||
left_content: {
|
||||
set par(justify: true)
|
||||
if company_link == none {
|
||||
text(DETAILS_TITLE_FONT_SIZE)[*#company* | _#role _]
|
||||
} else {
|
||||
// size is DETAILS_TITLE_FONT_SIZE
|
||||
text(
|
||||
DETAILS_TITLE_FONT_SIZE,
|
||||
)[#link(company_link)[*#company* #fa(link-icon)] | _#role _]
|
||||
text(DETAILS_TITLE_FONT_SIZE)[#link(company_link)[*#company*] | _#role _]
|
||||
}
|
||||
|
||||
if tools != none {
|
||||
set strong(delta: SMALL_STRONG)
|
||||
text[ | *#tools* ]
|
||||
}
|
||||
}, right_content: {
|
||||
},
|
||||
right_content: {
|
||||
[_#start_date -- #end_date _]
|
||||
// if location != none {
|
||||
// format_location(location)
|
||||
// }
|
||||
}, details: tasks)
|
||||
},
|
||||
details: tasks,
|
||||
)
|
||||
}
|
||||
|
||||
#let project(
|
||||
|
Loading…
Reference in New Issue
Block a user