|
18 | 18 | set text(size: font-defaults.tiny, fill: black.lighten(75%))
|
19 | 19 | [
|
20 | 20 | #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]. |
22 | 22 | ]
|
23 | 23 | ]
|
24 | 24 | }
|
|
28 | 28 | // --- Typography ---
|
29 | 29 | set text(
|
30 | 30 | font: body-font,
|
31 |
| - size: font.small, |
| 31 | + size: font.normal, |
32 | 32 | lang: "en",
|
33 | 33 | hyphenate: true,
|
34 | 34 | )
|
|
44 | 44 |
|
45 | 45 | {
|
46 | 46 | grid(
|
47 |
| - columns: (2fr, 4fr), |
| 47 | + columns: (auto, 1fr), |
| 48 | + column-gutter: 2em, |
48 | 49 | align: (left, right),
|
49 | 50 | )[
|
50 | 51 | #text(size: 3em, weight: "bold")[#firstname]\
|
|
86 | 87 |
|
87 | 88 | customBox(title: [About])[
|
88 | 89 | #grid(
|
89 |
| - columns: (1fr, 1fr) |
| 90 | + columns: (auto, auto) |
90 | 91 | )[
|
91 | 92 | Since beginning my web development journey in 2010, I have acquired a wealth
|
92 | 93 | of experience across diverse environments, including innovative start-ups
|
|
100 | 101 | I take great satisfaction in creating simple, natural, and efficient
|
101 | 102 | solutions that harmoniously balance aesthetics and functionality.
|
102 | 103 | ][
|
103 |
| - #box(inset: (left: 2em))[ |
| 104 | + #box()[ |
104 | 105 | #featureBar(title: "Linux/NixOS/FreeBSD", value: 95%)
|
105 | 106 | #featureBar(title: "Object Oriented Programming", value: 90%)
|
106 | 107 | #featureBar(title: "PHP/Python", value: 87%)
|
|
164 | 165 | solutions and the necessary development infrastructure for multiple teams, with
|
165 | 166 | a focus on creating reproducible and ephemeral development environments based on Nix.
|
166 | 167 | ]
|
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 |
| - ] |
180 | 168 | ]
|
181 | 169 |
|
182 | 170 | grid(
|
|
243 | 231 | ]
|
244 | 232 |
|
245 | 233 | grid(
|
246 |
| - columns: (1fr, 2fr, 1fr), |
| 234 | + columns: (3fr, 8fr, 4fr), |
247 | 235 | column-gutter: 1em,
|
248 | 236 | )[
|
249 | 237 | #customBox(title: [Languages])[
|
|
267 | 255 | ]
|
268 | 256 |
|
269 | 257 | customBox(title: [Favorite quotes])[
|
| 258 | + - Ex falso sequitur. - #link("https://en.wikipedia.org/wiki/Principle_of_explosion")[Wikipedia] |
270 | 259 | - Simplicity is the ultimate sophistication. - Leonardo da Vinci
|
271 | 260 | - 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
|
272 | 261 | - 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
|
|
0 commit comments