Skip to content

Commit

Permalink
cv: update
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 29, 2024
1 parent fb8ef8a commit 9e20e70
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 33 deletions.
48 changes: 33 additions & 15 deletions src/cv/common/lib.typ
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
tags: (),
body,
) = {
set text(size: font-defaults.footnotesize)
grid(
columns: (auto, 1fr),
columns: (5fr, 35fr),
row-gutter: 0.5em,
column-gutter: 1em,
align: (left, left),
Expand Down Expand Up @@ -123,7 +124,7 @@
body,
title: "",
) = {
grid(rows: 2, row-gutter: 0.25em)[
grid(rows: 2, row-gutter: .5em)[
#{
block(fill: black, inset: .3em)[
#text(fill: white, size: font.large)[#upper(title)]
Expand Down Expand Up @@ -151,17 +152,34 @@
}

#let LaTeX = {
[L];box(move(
dx: -4.2pt, dy: -1.2pt,
box(scale(65%)[A])
));box(move(
dx: -5.7pt, dy: 0pt,
[T]
));box(move(
dx: -7.0pt, dy: 2.7pt,
box(scale(100%)[E])
));box(move(
dx: -8.0pt, dy: 0pt,
[X]
));h(-8.0pt)
[L]
box(
move(
dx: -4.2pt,
dy: -1.2pt,
box(scale(65%)[A]),
),
)
box(
move(
dx: -5.7pt,
dy: 0pt,
[T],
),
)
box(
move(
dx: -7.0pt,
dy: 2.7pt,
box(scale(100%)[E]),
),
)
box(
move(
dx: -8.0pt,
dy: 0pt,
[X],
),
)
h(-8.0pt)
}
43 changes: 25 additions & 18 deletions src/cv/cv-theme.typ
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
paper: "a4",
footer: [
#{
set align(right)
set text(size: font-defaults.tiny, fill: black.lighten(75%))
[
#link("https://github.com/drupol/cv/commit/" + shortRev)[
Expand Down Expand Up @@ -91,28 +92,34 @@
columns: (5fr, 4fr),
column-gutter: 1em,
)[
Since beginning my web development journey in 2010, I have acquired a wealth
of experience across diverse environments, including innovative start-ups
and established consultancies.
A highly motivated, self-taught professional, I am passionate about solving
intricate problems by implementing elegant, streamlined solutions.
Since beginning my web development journey in 2010, I have acquired a
wealth of experience across diverse environments, including innovative
start-ups and established consultancies.
A highly motivated professional, I am passionate about solving intricate
problems by implementing elegant, streamlined and long-term reliable
solutions. I often take inspiration from cutting-edge software
engineering research, continually seeking ways to adapt these insights
to real-world applications.

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

I take great satisfaction in creating simple, natural, and efficient
solutions that harmoniously balance aesthetics and functionality.
Above all, I derive great satisfaction in creating simple, natural, and
efficient solutions that harmoniously balance aesthetics and
functionality.
][
#box()[
#featureBar(title: "Linux / NixOS / FreeBSD", value: 95%)
#featureBar(title: "Object Oriented Programming", value: 90%)
#featureBar(title: "PHP / Python", value: 87%)
#featureBar(title: "Functional Programming", value: 85%)
#featureBar(title: "Git / Jujutsu", value: 85%)
#featureBar(title: "Algorithm", value: 85%)
#featureBar(title: "Docker", value: 75%)
#featureBar(title: [Typst / #LaTeX], value: 70%)
]
#featureBar(title: "Linux / NixOS / FreeBSD", value: 95%)
#featureBar(title: "Object Oriented Programming", value: 90%)
#featureBar(title: "Continuous Integrations", value: 90%)
#featureBar(title: "Infrastructure As Code", value: 90%)
#featureBar(title: "PHP / Python", value: 87%)
#featureBar(title: "Functional Programming", value: 85%)
#featureBar(title: "Git / Jujutsu", value: 85%)
#featureBar(title: "Algorithm", value: 85%)
#featureBar(title: "Docker", value: 75%)
#featureBar(title: [Typst / #LaTeX], value: 70%)
#featureBar(title: [Word / Excel / Powerpoint], value: 5%)
]
]

Expand Down

0 comments on commit 9e20e70

Please sign in to comment.