Compare commits
2 Commits
c6365b5c03
...
75ac3fb5a4
Author | SHA1 | Date | |
---|---|---|---|
|
75ac3fb5a4 | ||
|
eb112f5b0d |
@ -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*],
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
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 = 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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user