Update CV
This commit is contained in:
parent
fc558784ef
commit
16a41c0420
2 changed files with 9 additions and 5 deletions
|
@ -71,12 +71,17 @@ header .img-and-title {
|
|||
justify-content: space-between;
|
||||
}
|
||||
header .title, header .contact {
|
||||
margin-top: 5mm;
|
||||
margin-left: var(--outside-margin);
|
||||
}
|
||||
header .title {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
margin-top: 5mm;
|
||||
}
|
||||
header .contact {
|
||||
width: auto;
|
||||
text-align: right;
|
||||
margin-top: 2mm;
|
||||
}
|
||||
header .contact p, header a {
|
||||
font-size: 10pt;
|
||||
|
@ -85,14 +90,12 @@ header .contact p, header a {
|
|||
}
|
||||
header h1 {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
font-size: 19pt;
|
||||
margin-top: 0;
|
||||
margin-bottom: 7mm;
|
||||
}
|
||||
header h2 {
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
font-size: 14pt;
|
||||
margin-top: 4;
|
||||
margin-bottom: 4mm;
|
||||
|
|
|
@ -13,12 +13,13 @@
|
|||
<img src="data/cv-photo" alt="CV photo" width="160" height="170">
|
||||
<div class="title">
|
||||
<h1>TUNUI FRANKEN</h1>
|
||||
<h2>ADMINISTRATEUR SYSTÈMES ET RÉSEAUX</h2>
|
||||
<h2>CANDIDATURE <BR/> POUR UNE ALTERNANCE <BR/> EN SÉCURITÉ INFORMATIQUE</h2>
|
||||
</div>
|
||||
<div class="contact">
|
||||
<p>Né le 10/11/1991</p>
|
||||
<p>+33 6 10 59 32 22</p>
|
||||
<p>15 rue Michel Lecomte, 75003 Paris</p>
|
||||
<p>15 rue Michel Lecomte</p>
|
||||
<p>75003 Paris</p>
|
||||
<p>tfranken(at)protonmail.com</p>
|
||||
<a href="https://git.tunuifranken.info/">https://git.tunuifranken.info/</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue