Skip to content

Commit 56407e0

Browse files
committed
cv: update
1 parent e7b574d commit 56407e0

File tree

3 files changed

+17
-29
lines changed

3 files changed

+17
-29
lines changed

src/cv/common/lib.typ

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
body,
123123
title: "",
124124
) = {
125-
grid(rows: 2, row-gutter: 0em)[
125+
grid(rows: 2, row-gutter: 0.25em)[
126126
#{
127127
block(fill: black, inset: .3em)[
128128
#text(fill: white, size: font.large)[#upper(title)]
@@ -139,14 +139,12 @@
139139
value: 100%,
140140
) = {
141141
{
142-
block()[
143-
#grid(
144-
columns: (1fr, 1fr),
145-
column-gutter: 1em,
146-
align: horizon,
147-
align(right)[#title],
148-
line(stroke: .75em + blue.darken(30%), length: value),
149-
)
150-
]
142+
grid(
143+
columns: (1fr, 1fr),
144+
column-gutter: 1em,
145+
align: horizon,
146+
align(right)[#title],
147+
line(stroke: .75em + blue.darken(30%), length: value),
148+
)
151149
}
152150
}

src/cv/cv-theme.typ

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
set text(size: font-defaults.tiny, fill: black.lighten(75%))
1919
[
2020
#link("https://github.com/drupol/cv/commit/" + shortRev)[
21-
Build date: #builddate - Revision: #shortRev
21+
Build date: #builddate - Revision: #shortRev - This is the public and short version of my CV. Please ask for the full version by sending me an #link("mailto:pol.dellaiera@protonmail.com")[email].
2222
]
2323
]
2424
}
@@ -28,7 +28,7 @@
2828
// --- Typography ---
2929
set text(
3030
font: body-font,
31-
size: font.small,
31+
size: font.normal,
3232
lang: "en",
3333
hyphenate: true,
3434
)
@@ -44,7 +44,8 @@
4444

4545
{
4646
grid(
47-
columns: (2fr, 4fr),
47+
columns: (auto, 1fr),
48+
column-gutter: 2em,
4849
align: (left, right),
4950
)[
5051
#text(size: 3em, weight: "bold")[#firstname]\
@@ -86,7 +87,7 @@
8687

8788
customBox(title: [About])[
8889
#grid(
89-
columns: (1fr, 1fr)
90+
columns: (auto, auto)
9091
)[
9192
Since beginning my web development journey in 2010, I have acquired a wealth
9293
of experience across diverse environments, including innovative start-ups
@@ -100,7 +101,7 @@
100101
I take great satisfaction in creating simple, natural, and efficient
101102
solutions that harmoniously balance aesthetics and functionality.
102103
][
103-
#box(inset: (left: 2em))[
104+
#box()[
104105
#featureBar(title: "Linux/NixOS/FreeBSD", value: 95%)
105106
#featureBar(title: "Object Oriented Programming", value: 90%)
106107
#featureBar(title: "PHP/Python", value: 87%)
@@ -164,19 +165,6 @@
164165
solutions and the necessary development infrastructure for multiple teams, with
165166
a focus on creating reproducible and ephemeral development environments based on Nix.
166167
]
167-
168-
#jobEntry(
169-
type: [#text(
170-
size: font-defaults.footnotesize,
171-
fill: black.lighten(75%),
172-
)[Before 2019]],
173-
)[
174-
#{
175-
set text(size: font-defaults.footnotesize, fill: black.lighten(75%))
176-
[This is the public and short version of my CV. Please ask for the full
177-
version by sending me an #link("mailto:pol.dellaiera@protonmail.com")[email].]
178-
}
179-
]
180168
]
181169

182170
grid(
@@ -243,7 +231,7 @@
243231
]
244232

245233
grid(
246-
columns: (1fr, 2fr, 1fr),
234+
columns: (3fr, 8fr, 4fr),
247235
column-gutter: 1em,
248236
)[
249237
#customBox(title: [Languages])[
@@ -267,6 +255,7 @@
267255
]
268256

269257
customBox(title: [Favorite quotes])[
258+
- Ex falso sequitur. - #link("https://en.wikipedia.org/wiki/Principle_of_explosion")[Wikipedia]
270259
- Simplicity is the ultimate sophistication. - Leonardo da Vinci
271260
- Only when the last tree has died and the last river been poisoned and the last fish been caught will we realize we cannot eat money. - Indian author
272261
- We may regard the present state of the universe as the effect of its past and the cause of its future. An intellect which at a certain moment would know all forces that set nature in motion, and all positions of all items of which nature is composed, if this intellect were also vast enough to submit these data to analysis, it would embrace in a single formula the movements of the greatest bodies of the universe and those of the tiniest atom; for such an intellect nothing would be uncertain and the future just like the past would be present before its eyes. - Pierre Simon Laplace

src/cv/main.typ

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#set document(
44
title: "Pol Dellaiera",
55
author: "Pol Dellaiera",
6+
date: none,
67
)
78

89
#show: resume.with(

0 commit comments

Comments
 (0)