update and bullet list

This commit is contained in:
violette 2024-05-09 14:41:39 -04:00
parent d24661f93d
commit 046a52feff
4 changed files with 362 additions and 152 deletions

View file

@ -22,15 +22,15 @@
)
Email: #link("mailto:" + config.contacts.email)\
Couriel : #link("mailto:" + config.contacts.email)\
#if (settings.public) {
[Phone: #link("tel:" + personnal.contacts.phone)\ ]
[Cellulaire : #link("tel:" + personnal.contacts.phone)\ ]
}
#if (config.contacts.at("linkedin", default:false)) {
[LinkedIn: #link(config.contacts.linkedin)[mikhail-liamets]\ ]
[LinkedIn : #link(config.contacts.linkedin)[mikhail-liamets]\ ]
}
GitHub: #link(config.contacts.github)[thebigblase] \
Website: #link(config.contacts.website)[bigblase.xyz] \
GitHub : #link(config.contacts.github)[thebigblase] \
Website : #link(config.contacts.website)[bigblase.xyz] \
#if (settings.public) {
@ -40,14 +40,17 @@
#line(length: 100%, stroke: blue + 0.5pt)
]
= Pour faire simple
= Simplement :
#par[
#par(justify: true)[
#set text(
eval(settings.font.size.education_description),
font: settings.font.minor_highlight,
eval(settings.font.size.education_description),
font: settings.font.minor_highlight,
hyphenate: false
)
Je suis une développeuse ayant des capacités pertinantes en tant que
*DevOps*, et en conception de systèmes répartis.
]
@ -69,9 +72,44 @@
]
}
= Langues
#{
for lang in config.languages [
#par(leading: 0pt)[
#set text(
size: eval(settings.font.size.description),
font: settings.font.minor_highlight,
)
#grid(
columns: (1fr, 2fr),
column-gutter: 3em,
[*#lang.name*],
{
let count = 0
while count < 5 {
if (count < lang.proficiency) {
text(blue, size: 15pt)[#sym.circle.filled]
}
else {
text(blue, size: 15pt)[#sym.circle]
}
count = count + 1
}
},
if (lang.at("comment") != "None"){
par[#sym.arrow.r.curve #lang.comment]
}
)
]
]
}
#line(length: 100%, stroke: blue + 0.5pt)
= Hobbies
= Loisirs
#{
par(
justify: true,
@ -128,7 +166,7 @@
]
= Etudes
= Études
#{
for place in config.education [
@ -145,7 +183,7 @@
eval(settings.font.size.education_description),
font: settings.font.minor_highlight,
)
#place.degree #place.major \
*#place.degree #place.major* \
#if (place.at("track") != "None"){
[#place.track]
}
@ -165,7 +203,7 @@
#job.from #job.to \
*#job.position*
#link(job.company.link)[\@ #job.company.name]
#link(job.company.link)[#job.company.name]
]
#par(
justify: false,
@ -197,6 +235,52 @@
]
}
= Projets Scolaires
#{
for project in config.projects.school [
#par(
justify: true,
leading: eval(settings.paragraph.leading)
)[
#par[
#set text(
size: eval(settings.font.size.heading),
font: settings.font.general
)
#project.year --
#if (project.at("from", default: "") != "" and project.at("to", default: "") != "") {
[ #project.from #project.to]
}
#link(project.main.link)[#project.main.name]
]
#par[
#set text(
size: eval(settings.font.size.description),
font: settings.font.general
)
#{
for point in project.description [
#h(0.5cm) #point \
]
}
]
#par(
justify: true,
leading: eval(settings.paragraph.leading),
)[
#set text(
size: eval(settings.font.size.tags),
font: settings.font.minor_highlight
)
#{
let tag_line = project.tags.join(" ")
tag_line
}
]
]
]
}
= Projets personnels remarquables
@ -222,41 +306,30 @@
size: eval(settings.font.size.description),
font: settings.font.general
)
#project.description
#{
for point in project.description [
#h(0.5cm) #point \
]
}
]
#par(
justify: true,
leading: eval(settings.paragraph.leading),
)[
#set text(
size: eval(settings.font.size.tags),
font: settings.font.minor_highlight
)
#{
let tag_line = project.tags.join(" ")
tag_line
}
]
]
]
}
= School related Projects
#{
for project in config.projects.school [
#par(
justify: true,
leading: eval(settings.paragraph.leading)
)[
#par[
#set text(
size: eval(settings.font.size.heading),
font: settings.font.general
)
#project.year --
#if (project.at("from", default: "") != "" and project.at("to", default: "") != "") {
[ #project.from #project.to]
}
#link(project.main.link)[#project.main.name]
]
#par[
#set text(
size: eval(settings.font.size.description),
font: settings.font.general
)
#project.description
]
]
]
}
]}
#{