Fix languages layout

This commit is contained in:
Lillian Violet 2025-06-18 14:54:06 +02:00
parent 22d390104a
commit 3b2801b06f

24
cv.typ
View file

@ -154,6 +154,8 @@
table.cell( table.cell(
colspan: 2, colspan: 2,
[ [
=== Languages
#grid( #grid(
columns: (50%, 50%), columns: (50%, 50%),
column-gutter: 2em, column-gutter: 2em,
@ -161,47 +163,39 @@
row-gutter: 2em, row-gutter: 2em,
align: auto, align: auto,
table( table(
columns: (75%, 15%, 15%), columns: (5%, 75%, 10%),
rows: auto, rows: auto,
stroke: none, stroke: none,
inset: 0pt, inset: 0pt,
column-gutter: 6pt, column-gutter: 6pt,
row-gutter: 1em, row-gutter: 1em,
[
#set text(fill: main_colour)
=== Languages],
[],
[],
[], [], [], [], [], [],
[*English*], [#circle_full#circle_full#circle_full], fa-comment(main_colour), fa-comment(main_colour), [*English*], [#circle_full#circle_full#circle_full],
fa-comment(main_colour),
[ [
*Dutch* *Dutch*
], ],
[#circle_full#circle_full#circle_full], [#circle_full#circle_full#circle_full],
fa-comment(main_colour),
), ),
table( table(
columns: (75%, 15%, 15%), columns: (5%, 75%, 10%),
rows: auto, rows: auto,
stroke: none, stroke: none,
inset: 0pt, inset: 0pt,
column-gutter: 6pt, column-gutter: 6pt,
row-gutter: 1em, row-gutter: 1em,
[], [], [], fa-comment(main_colour),
[], [], [],
[ [
*German* \ *German* \
], ],
[#circle_full#circle_full#circle_empty], [#circle_full#circle_full#circle_empty],
fa-comment(main_colour),
[*French*], [#circle_full#circle_empty#circle_empty], fa-comment(main_colour), fa-comment(main_colour), [*French*], [#circle_full#circle_empty#circle_empty],
fa-comment(main_colour),
[ [
*Spanish* *Spanish*
], ],
[#circle_full#circle_empty#circle_empty], [#circle_full#circle_empty#circle_empty],
fa-comment(main_colour),
), ),
)], )],
), ),