Skip to content

Commit 9e20e70

Browse files
committed
cv: update
1 parent fb8ef8a commit 9e20e70

File tree

2 files changed

+58
-33
lines changed

2 files changed

+58
-33
lines changed

src/cv/common/lib.typ

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@
6363
tags: (),
6464
body,
6565
) = {
66+
set text(size: font-defaults.footnotesize)
6667
grid(
67-
columns: (auto, 1fr),
68+
columns: (5fr, 35fr),
6869
row-gutter: 0.5em,
6970
column-gutter: 1em,
7071
align: (left, left),
@@ -123,7 +124,7 @@
123124
body,
124125
title: "",
125126
) = {
126-
grid(rows: 2, row-gutter: 0.25em)[
127+
grid(rows: 2, row-gutter: .5em)[
127128
#{
128129
block(fill: black, inset: .3em)[
129130
#text(fill: white, size: font.large)[#upper(title)]
@@ -151,17 +152,34 @@
151152
}
152153

153154
#let LaTeX = {
154-
[L];box(move(
155-
dx: -4.2pt, dy: -1.2pt,
156-
box(scale(65%)[A])
157-
));box(move(
158-
dx: -5.7pt, dy: 0pt,
159-
[T]
160-
));box(move(
161-
dx: -7.0pt, dy: 2.7pt,
162-
box(scale(100%)[E])
163-
));box(move(
164-
dx: -8.0pt, dy: 0pt,
165-
[X]
166-
));h(-8.0pt)
155+
[L]
156+
box(
157+
move(
158+
dx: -4.2pt,
159+
dy: -1.2pt,
160+
box(scale(65%)[A]),
161+
),
162+
)
163+
box(
164+
move(
165+
dx: -5.7pt,
166+
dy: 0pt,
167+
[T],
168+
),
169+
)
170+
box(
171+
move(
172+
dx: -7.0pt,
173+
dy: 2.7pt,
174+
box(scale(100%)[E]),
175+
),
176+
)
177+
box(
178+
move(
179+
dx: -8.0pt,
180+
dy: 0pt,
181+
[X],
182+
),
183+
)
184+
h(-8.0pt)
167185
}

src/cv/cv-theme.typ

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
paper: "a4",
3434
footer: [
3535
#{
36+
set align(right)
3637
set text(size: font-defaults.tiny, fill: black.lighten(75%))
3738
[
3839
#link("https://github.com/drupol/cv/commit/" + shortRev)[
@@ -91,28 +92,34 @@
9192
columns: (5fr, 4fr),
9293
column-gutter: 1em,
9394
)[
94-
Since beginning my web development journey in 2010, I have acquired a wealth
95-
of experience across diverse environments, including innovative start-ups
96-
and established consultancies.
97-
A highly motivated, self-taught professional, I am passionate about solving
98-
intricate problems by implementing elegant, streamlined solutions.
95+
Since beginning my web development journey in 2010, I have acquired a
96+
wealth of experience across diverse environments, including innovative
97+
start-ups and established consultancies.
98+
A highly motivated professional, I am passionate about solving intricate
99+
problems by implementing elegant, streamlined and long-term reliable
100+
solutions. I often take inspiration from cutting-edge software
101+
engineering research, continually seeking ways to adapt these insights
102+
to real-world applications.
99103

100104
My insatiable curiosity and meticulous nature have made me a perpetual
101-
learner, constantly striving to expand my knowledge.
105+
learner, constantly striving to expand my skillset where innovation is
106+
key in this ever-evolving field.
102107

103-
I take great satisfaction in creating simple, natural, and efficient
104-
solutions that harmoniously balance aesthetics and functionality.
108+
Above all, I derive great satisfaction in creating simple, natural, and
109+
efficient solutions that harmoniously balance aesthetics and
110+
functionality.
105111
][
106-
#box()[
107-
#featureBar(title: "Linux / NixOS / FreeBSD", value: 95%)
108-
#featureBar(title: "Object Oriented Programming", value: 90%)
109-
#featureBar(title: "PHP / Python", value: 87%)
110-
#featureBar(title: "Functional Programming", value: 85%)
111-
#featureBar(title: "Git / Jujutsu", value: 85%)
112-
#featureBar(title: "Algorithm", value: 85%)
113-
#featureBar(title: "Docker", value: 75%)
114-
#featureBar(title: [Typst / #LaTeX], value: 70%)
115-
]
112+
#featureBar(title: "Linux / NixOS / FreeBSD", value: 95%)
113+
#featureBar(title: "Object Oriented Programming", value: 90%)
114+
#featureBar(title: "Continuous Integrations", value: 90%)
115+
#featureBar(title: "Infrastructure As Code", value: 90%)
116+
#featureBar(title: "PHP / Python", value: 87%)
117+
#featureBar(title: "Functional Programming", value: 85%)
118+
#featureBar(title: "Git / Jujutsu", value: 85%)
119+
#featureBar(title: "Algorithm", value: 85%)
120+
#featureBar(title: "Docker", value: 75%)
121+
#featureBar(title: [Typst / #LaTeX], value: 70%)
122+
#featureBar(title: [Word / Excel / Powerpoint], value: 5%)
116123
]
117124
]
118125

0 commit comments

Comments
 (0)