cv/left-column.typ

51 lines
1.6 KiB
Plaintext

#import "template.typ"
= Contact
#align(left + top, [
#grid(columns: (auto, auto), row-gutter: 0.5cm, column-gutter: 0.2cm,
[ #image("assets/icons/location.svg", height: 10pt) ],
[ 9 bd de la Gare, appt 83 \
31500 Toulouse France
],
[ #image("assets/icons/phone.svg", height: 10pt) ], [ 06.71.22.05.84 ],
[ #image("assets/icons/mail.svg", height: 10pt) ], [ #link("mailto:thomas@forgione.fr")[thomas\@forgione.fr] ],
[ #image("assets/icons/world.svg", height: 10pt) ], [ #link("https://tforgione.fr")[https://tforgione.fr] ],
[ #image("assets/icons/github.svg", height: 10pt) ], [ #link("https://github.com/tforgione")[\@tforgione] ]
)
])
= Programmation
#align(left + top, [
#grid(columns: (2cm, auto), row-gutter: 0.5cm, column-gutter: 0.5cm,
[ Rust ], [ #template.score(level: 4) ],
[ Elm ], [ #template.score(level: 4) ],
[ JavaScript ], [ #template.score(level: 4) ],
[ C++ ], [ #template.score(level: 3) ],
[ Python ], [ #template.score(level: 3) ],
[ Java ], [ #template.score(level: 3) ],
[ Shell ], [ #template.score(level: 4) ],
)
])
= DevOps
#align(left + top, [
#grid(columns: (2cm, auto), row-gutter: 0.5cm, column-gutter: 0.5cm,
[ Docker ], [ #template.score(level: 3) ],
[ Kubernetes ], [ #template.score(level: 3) ],
[ RabbitMQ ], [ #template.score(level: 2) ],
[ S3 ], [ #template.score(level: 3) ],
)
])
= Langues
#align(left + top, [
#grid(columns: (auto, auto), row-gutter: 0.5cm, column-gutter: 0.3cm,
[ *Français* ], [ _Langue maternelle_ ],
[ *Anglais* ], [ _Niveau C1_ ]
)
])