Compare commits
No commits in common. "75ac3fb5a4b1825ec4f0a790ea38d5466b9c5192" and "c6365b5c03de2daf704facaaf9c2e9383100d437" have entirely different histories.
75ac3fb5a4
...
c6365b5c03
@ -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
|
[Developed a new React frontend for users to browse and search works with *Ruby
|
||||||
*Ruby on Rails*],
|
on Rails*],
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
5
lib.typ
5
lib.typ
@ -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 = 1.05em
|
#let DETAILS_TITLE_FONT_SIZE = 1em
|
||||||
|
|
||||||
#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[ | *#tools* ]
|
text(DETAILS_TITLE_FONT_SIZE)[ | *#tools* ]
|
||||||
}
|
}
|
||||||
}, right_content: {
|
}, right_content: {
|
||||||
[_#start_date -- #end_date _]
|
[_#start_date -- #end_date _]
|
||||||
@ -82,7 +82,6 @@
|
|||||||
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user