diff --git a/build/main.pdf b/build/main.pdf index 0921950..b6f939e 100644 Binary files a/build/main.pdf and b/build/main.pdf differ diff --git a/left-column.typ b/left-column.typ index 8fbe9e0..f767a15 100644 --- a/left-column.typ +++ b/left-column.typ @@ -19,10 +19,10 @@ #align(left + top, [ #grid(columns: (2cm, auto), row-gutter: 0.5cm, column-gutter: 0.5cm, - [ Rust ], [ #template.score(level: 4) ], - [ Elm ], [ #template.score(level: 4) ], + [ Rust ], [ #template.score(level: 5) ], + [ Elm ], [ #template.score(level: 5) ], [ JavaScript ], [ #template.score(level: 4) ], - [ C++ ], [ #template.score(level: 3) ], + [ C++ ], [ #template.score(level: 4) ], [ Python ], [ #template.score(level: 3) ], [ Java ], [ #template.score(level: 3) ], [ Shell ], [ #template.score(level: 4) ], @@ -33,9 +33,9 @@ #align(left + top, [ #grid(columns: (2cm, auto), row-gutter: 0.5cm, column-gutter: 0.5cm, - [ Docker ], [ #template.score(level: 3) ], - [ Kubernetes ], [ #template.score(level: 3) ], - [ RabbitMQ ], [ #template.score(level: 2) ], + [ Docker ], [ #template.score(level: 4) ], + [ Kubernetes ], [ #template.score(level: 4) ], + [ RabbitMQ ], [ #template.score(level: 3) ], [ S3 ], [ #template.score(level: 3) ], ) ])