fix: update transtech
This commit is contained in:
parent
4485d5e88d
commit
6d4a818b49
6 changed files with 118 additions and 175 deletions
68
main_fr.typ
68
main_fr.typ
|
@ -20,7 +20,7 @@
|
|||
size: eval(settings.font.size.contacts),
|
||||
font: settings.font.minor_highlight,
|
||||
)
|
||||
|
||||
|
||||
Couriel : #link("mailto:" + config.contacts.email)\
|
||||
|
||||
#if (not settings.public) {
|
||||
|
@ -47,7 +47,7 @@
|
|||
hyphenate: false
|
||||
)
|
||||
|
||||
Je suis une développeuse ayant des capacités pertinantes en tant que
|
||||
Je suis une développeuse ayant des capacités pertinantes en tant que
|
||||
*DevOps*, et en conception de systèmes répartis.
|
||||
|
||||
]
|
||||
|
@ -63,7 +63,7 @@
|
|||
#set text(
|
||||
font: settings.font.minor_highlight,
|
||||
)
|
||||
*#skill.name*
|
||||
*#skill.name*
|
||||
#linebreak()
|
||||
#skill.items.join(" • ")
|
||||
]
|
||||
|
@ -95,12 +95,12 @@
|
|||
}
|
||||
count = count + 1
|
||||
}
|
||||
},
|
||||
},
|
||||
if (lang.at("comment") != "None"){
|
||||
par[#sym.arrow.r.curve #lang.comment]
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
]
|
||||
]
|
||||
}
|
||||
|
@ -129,7 +129,7 @@
|
|||
size: eval(settings.font.size.tags),
|
||||
font: settings.font.general
|
||||
)
|
||||
|
||||
|
||||
#config.hobbies.other.join(" • ")
|
||||
]
|
||||
|
||||
|
@ -184,9 +184,9 @@
|
|||
font: settings.font.general
|
||||
)
|
||||
#job.from – #job.to \
|
||||
|
||||
|
||||
*#job.position*
|
||||
#link(job.company.link)[#job.company.name]
|
||||
#link(job.company.link)[#job.company.name]
|
||||
]
|
||||
#par(
|
||||
justify: false,
|
||||
|
@ -271,57 +271,7 @@
|
|||
}
|
||||
|
||||
|
||||
= Projets personnels remarquables
|
||||
#{
|
||||
for project in config.projects.personnal [
|
||||
#par(
|
||||
justify: true,
|
||||
leading: eval(settings.paragraph.leading)
|
||||
)[
|
||||
#par[
|
||||
#set block(spacing: eval(settings.paragraph.spacing))
|
||||
#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 block(spacing: eval(settings.paragraph.spacing))
|
||||
#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 block(spacing: eval(settings.paragraph.spacing))
|
||||
#set text(
|
||||
size: eval(settings.font.size.tags),
|
||||
font: settings.font.minor_highlight
|
||||
)
|
||||
#{
|
||||
let tag_line = project.tags.join(" • ")
|
||||
tag_line
|
||||
}
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
]}
|
||||
]}
|
||||
|
||||
#{
|
||||
grid(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue