Switched to cdn for font, changed CV headers for accessibility
This commit is contained in:
parent
ea5e9be12b
commit
7b9ef419fa
2 changed files with 10 additions and 8 deletions
|
@ -41,14 +41,14 @@
|
|||
</nav>
|
||||
|
||||
<div class="content">
|
||||
<h4>Stages</h4>
|
||||
<h2>Stages</h2>
|
||||
<ul>
|
||||
<li>Optimization of simplified calculation methods for early age
|
||||
cracking assessement
|
||||
- Norwegian University of Science and Technology, ENS Paris-Saclay
|
||||
- 2020</li>
|
||||
</ul>
|
||||
<h4>Formation</h4>
|
||||
<h2>Formation</h2>
|
||||
<ul>
|
||||
<li>Université de Pau et des Pays de l'Adour
|
||||
- Génie Côtier
|
||||
|
@ -79,9 +79,9 @@
|
|||
- Spécialité Informatique et Sciences du Numérique
|
||||
- 2016</li>
|
||||
</ul>
|
||||
<h4>Compétences</h4>
|
||||
<h2>Compétences</h2>
|
||||
<dl>
|
||||
<dt><h5>Langues</h5></dt>
|
||||
<dt><h3>Langues</h3></dt>
|
||||
<dd><ul>
|
||||
<li>Français (Natif)</li>
|
||||
<li>Anglais
|
||||
|
@ -89,7 +89,7 @@
|
|||
<li>Allemand (Niveau B1, Deutsches Sprachdiplom 1)</li>
|
||||
<li>Espagnol (Lu)</li>
|
||||
</ul></dd>
|
||||
<dt><h5>Informatique</h5></dt>
|
||||
<dt><h3>Informatique</h3></dt>
|
||||
<dd><ul>
|
||||
<li>Développement web (HTML, CSS, JS, Django, Symfony, node.js,
|
||||
React)</li>
|
||||
|
@ -98,13 +98,13 @@
|
|||
<li>Réseau (routage)</li>
|
||||
<li>Mise en page (LaTeX, Microsoft Office, LibreOffice)</li>
|
||||
</dd></ul>
|
||||
<dt><h5>Autres</h5></dt>
|
||||
<dt><h3>Autres</h3></dt>
|
||||
<dd><ul>
|
||||
<li>Travail d'équipe</li>
|
||||
<li>Électronique (Raspberry Pi, Arduino, brasure, conception de PCB)
|
||||
</ul>
|
||||
</dl>
|
||||
<h4>Loisirs</h4>
|
||||
<h2>Loisirs</h2>
|
||||
<ul>
|
||||
<li>VTT, Randonnée</li>
|
||||
<li>Ancien membre du CR@NS (association fournissant internet au campus
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
@import url('https://rsms.me/inter/inter.css');
|
||||
|
||||
html {
|
||||
color: #ffffff;
|
||||
font-family: Inter V, sans-serif;
|
||||
font-family: Inter var, sans-serif;
|
||||
background: #161616; /* Gray 100 */
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue