feat: adjust text styling
This commit is contained in:
parent
dd3d479a92
commit
08201c3406
@ -86,8 +86,7 @@
|
|||||||
Server to streamline check-in],
|
Server to streamline check-in],
|
||||||
[Horizontally scaled the *Node.js* server to handle *1000+ concurrent users* with
|
[Horizontally scaled the *Node.js* server to handle *1000+ concurrent users* with
|
||||||
*Redis* and *Kubernetes*],
|
*Redis* and *Kubernetes*],
|
||||||
[Automated judge-to-hacker matching and scheduling with a custom algorithm based
|
[Designed a *greedy algorithm* in Python to automate the matching of *20+ judges* to *240+ hacker teams*],
|
||||||
on their preferences],
|
|
||||||
[Integrated *OpenTelemetry* and Grafana in a *Kubernetes* cluster to collect
|
[Integrated *OpenTelemetry* and Grafana in a *Kubernetes* cluster to collect
|
||||||
traces and improve observability],
|
traces and improve observability],
|
||||||
),
|
),
|
||||||
|
6
lib.typ
6
lib.typ
@ -67,7 +67,11 @@
|
|||||||
none
|
none
|
||||||
}
|
}
|
||||||
cv_entry(left_content: {
|
cv_entry(left_content: {
|
||||||
text(1.1em)[*#role*] + "\n" + text[#emph[#company]]
|
set par(leading: 0.75em)
|
||||||
|
text(1.1em)[*#role*]
|
||||||
|
"\n"
|
||||||
|
set strong(delta: SMALL_STRONG)
|
||||||
|
text[*#company*]
|
||||||
}, right_content: {
|
}, right_content: {
|
||||||
[*#start_date -- #end_date*]
|
[*#start_date -- #end_date*]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user