Compare commits

..

2 Commits

Author SHA1 Message Date
eggy
75ac3fb5a4 feat: adjust sizing 2 2024-06-18 00:05:04 -04:00
eggy
eb112f5b0d feat: adjust sizing 2024-06-18 00:03:43 -04:00
2 changed files with 5 additions and 4 deletions

View File

@ -124,8 +124,8 @@
tasks: ( tasks: (
[Upgraded archive import pipelines in Python to make *4000+* user works [Upgraded archive import pipelines in Python to make *4000+* user works
accessible to *7000000+* registered users], accessible to *7000000+* registered users],
[Developed a new React frontend for users to browse and search works with *Ruby [?? Developed a new React frontend for users to browse and search works with
on Rails*], *Ruby on Rails*],
), ),
) )
] ]

View File

@ -15,7 +15,7 @@
#let BODY_LINE_HEIGHT = 0.65em #let BODY_LINE_HEIGHT = 0.65em
#let HEADING_DETAILS_LIST_SPACING = 0.8em #let HEADING_DETAILS_LIST_SPACING = 0.8em
#let DETAILS_TITLE_FONT_SIZE = 1em #let DETAILS_TITLE_FONT_SIZE = 1.05em
#let DETAILS_LIST_SPACING = 0.75em #let DETAILS_LIST_SPACING = 0.75em
@ -67,7 +67,7 @@
text(DETAILS_TITLE_FONT_SIZE)[*#company* | _#role _] text(DETAILS_TITLE_FONT_SIZE)[*#company* | _#role _]
if tools != none { if tools != none {
text(DETAILS_TITLE_FONT_SIZE)[ | *#tools* ] text[ | *#tools* ]
} }
}, right_content: { }, right_content: {
[_#start_date -- #end_date _] [_#start_date -- #end_date _]
@ -82,6 +82,7 @@
let text_link = if demo_link != none { demo_link } else { repo_link } let text_link = if demo_link != none { demo_link } else { repo_link }
let content_title = { let content_title = {
set text(size: DETAILS_TITLE_FONT_SIZE)
if text_link != none { if text_link != none {
link(text_link)[#text[*#title*]] link(text_link)[#text[*#title*]]
} else { } else {