This commit is contained in:
Romain de Laage 2020-01-30 22:07:29 +01:00
parent 98a74ca463
commit c84750d2ee
3 changed files with 228 additions and 2 deletions

187
cv.html Normal file
View File

@ -0,0 +1,187 @@
<!DOCTYPE html>
<html>
<head>
<title>Curriculum vitae - Romain de Laage</title>
<meta charset="utf8" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="logo2.svg" />
</head>
<body>
<header>
<h1><img src="logo2.svg" alt="logo" />Romain de Laage</h1>
</header><nav>
<ul>
<a href="https://cloud.rdelaage.ovh"><li>Cloud</li></a>
<a href="https://dev.rdelaage.ovh"><li>Développement</li></a>
<a href="https://rdelaage.ovh/cv"><li>CV</li></a>
</ul>
<div class="logo"><img src="logo2.svg" alt="logo" /></div>
</nav><section>
<h1>Curriculum vitae</h1>
<table>
<tr>
<td>Nom</td>
<td>de Laage</td>
</tr>
<tr>
<td>Prénom</td>
<td>Romain</td>
</tr>
<tr>
<td>Date de naissace</td>
<td>21 novembre 2000</td>
</tr>
<tr>
<td>Adresse mail</td>
<td><a href="mailto:romain.delaage@rdelaage.ovh">romain.delaage@rdelaage.ovh</a></td>
</tr>
</table>
<h2>Formation</h2>
<table>
<tr>
<th>Etablissement</th>
<th>Description</th>
<th>Période</th>
</tr>
<tr>
<td>LGT Gay-Lussac de Chauny</td>
<td>Baccalauréat scientifique SVT et spécialité ISN</td>
<td>2015-2018</td>
</tr>
<tr>
<td>PSL - Henri IV</td>
<td>Cycle Pluridisciplinaire d'Etudes Supérieures - Sciences - arrêt avant obtention du diplôme (1 semestre)</td>
<td>2018-2019</td>
</tr>
<tr>
<td>Université de Technologie de Compiègne</td>
<td>Tronc commun - période d'appronfondissement et d'élargissement des connaissances générales</td>
<td>2019-ajd</td>
</tr>
</table>
<h2>Experience professionnelle</h2>
<table>
<tr>
<th>Organisation</th>
<th>Description</th>
<th>Période</th>
</tr>
<tr>
<td>Châssis-France</td>
<td>Stage ouvrier - employé polyvalent sur une chaîne de production (menuiserie, logistique, finition, ...)</td>
<td>Juillet 2019</td>
</tr>
<tr>
<td>Université de Technologie de Compiègne</td>
<td>Activités de promotion ponctuelles (salons, forums, lycées)</td>
<td>17 et 18 janvier 2020</td>
</tr>
</table>
<h2>Experience bénévole</h2>
<table>
<tr>
<th>Organisation</th>
<th>Description</th>
<th>Période</th>
</tr>
<tr>
<td>AMVCC</td>
<td>Figurant lors du spectacle son et lumière et des fêtes médiévales</td>
<td>2015</td>
</tr>
<tr>
<td>Picasoft</td>
<td>Bénévole puis représentant administratif - activités de sensibilisation (radio, conférences, ateliers) - technique (docker)</td>
<td>2019-ajd</td>
</tr>
</table>
<h2>Projets personnels</h2>
<table>
<tr>
<th>Nom</th>
<th>Description</th>
</tr>
<tr>
<td>Borne d'arcade</td>
<td>Projet de borne d'arcade et émulation de consoles retro avec un ami - utilisation du raspberry pi 3 et de recalbox - informatique, linux, électronique</td>
</tr>
<tr>
<td>Hébergement et développement personnel</td>
<td>Développement de sites dynamiques personnels et administration d'un hébergement à la maison sur Ubuntu Server pour Raspberry pi 4</td>
</tr>
</table>
<h2>Langues</h2>
<table>
<tr>
<th>Langue</th>
<th>Niveau</th>
</tr>
<tr>
<td>Français</td>
<td>Langue maternelle</td>
</tr>
<tr>
<td>Anglais</td>
<td>B1 UTC - Bon niveau, je suis capable de me débouiller à l'étranger et de tenir un conversation</td>
</tr>
<tr>
<td>Espagnol</td>
<td>B2 UTC - Bon niveau, je suis capable de me débouiller à l'étranger et de tenir un conversation</td>
</tr>
</table>
<h2>Autres compétences</h2>
<table>
<tr>
<th>Compétence</th>
<th>Niveau</th>
</tr>
<tr>
<td>Linux</td>
<td>3</td>
</tr>
<tr>
<td>HTML5/CSS3</td>
<td>4</td>
</tr>
<tr>
<td>PHP</td>
<td>3</td>
</tr>
<tr>
<td>JS</td>
<td>1</td>
</tr>
<tr>
<td>C/C++</td>
<td>3</td>
</tr>
<tr>
<td>Git</td>
<td>3</td>
</tr>
<tr>
<td>XML/JSON</td>
<td>3</td>
</tr>
<tr>
<td>SQL</td>
<td>3</td>
</tr>
<tr>
<td>LaTeX/Beamer</td>
<td>3</td>
</tr>
<tr>
<td>Python</td>
<td>4</td>
</tr>
<tr>
<td>Pascal</td>
<td>3</td>
</tr>
</table>
</section><footer>
Made with ❤ by <a href="#">Romain de Laage</a>
</footer>
</body>
</html>

View File

@ -11,9 +11,10 @@
<h1><img src="logo2.svg" alt="logo" />Romain de Laage</h1>
</header><nav>
<ul>
<a href="https://rdelaage.ovh"><li>Home</li></a>
<a href="https://cloud.rdelaage.ovh"><li>Cloud</li></a>
<a href="https://dev.rdelaage.ovh"><li>Développement</li></a>
<a href="https://rdelaage.ovh/cv"><li>CV</li></a>
<a href="https://rdelaage.ovh/cv.html"><li>CV</li></a>
</ul>
<div class="logo"><img src="logo2.svg" alt="logo" /></div>
</nav><section>
@ -27,7 +28,7 @@
</svg>
</div>
<p>Bienvenue sur mon espace personnel.</p>
<p>Vous pouvez retrouver mes hébérgements perso sur <a href="#">https://pi.rdelaage.ovh</a> et mon CV <a href="https://rdelaage.ovh/cv">ici</a></p>
<p>Vous pouvez retrouver mes hébérgements perso sur <a href="#">https://rdelaage.ovh</a> et mon CV <a href="https://rdelaage.ovh/cv.html">ici</a></p>
</section><footer>
Made with ❤ by <a href="#">Romain de Laage</a>
</footer>

View File

@ -80,3 +80,41 @@ section rect, section circle{
a{
color: #C0C0C0;
}
table{
border-collapse: separate;
border-spacing: 0;
}
table td, table th{
border: solid #C0C0C0 1px;
border-bottom: none;
border-right: none;
padding: 10px;
transition: 0.3s;
}
tr:last-child td, tr:last-child th{
border-bottom: solid #C0C0C0 1px;
}
td:last-child, th:last-child{
border-right: solid #C0C0C0 1px;
}
tr:first-child td:first-child, tr:first-child th:first-child{
border-radius: 15px 0 0 0;
}
tr:first-child td:last-child, tr:first-child th:last-child{
border-radius: 0 15px 0 0;
}
tr:last-child td:last-child, tr:last-child th:last-child{
border-radius: 0 0 15px 0;
}
tr:last-child td:first-child, tr:last-child th:first-child{
border-radius: 0 0 0 15px;
}
tr:nth-child(2n) td, tr:nth-child(2n) th{
background-color: rgba(255, 255, 255, 0.05);
}
tr:hover td, tr:hover th{
background-color: rgba(255, 255, 255, 0.2);
}
tr:hover td:hover, tr:hover th:hover{
background-color: rgba(255, 255, 255, 0.4);
}