feat(CvView): ajout des formations

This commit is contained in:
Emi Boucly 2025-06-02 17:53:44 +02:00
parent 72c9dc6bb3
commit 025d389f0f
4 changed files with 21 additions and 5 deletions

View file

@ -37,6 +37,10 @@ $themes: (
display: flex;
flex-flow: wrap;
}
.space-around {
justify-content: space-between;
}
.font-bigger {
font-size: x-large;

View file

@ -7,7 +7,7 @@
<h1>Web Resume</h1>
</div>
<div class="margin flex">
<div class="margin flex space-around">
<div>
<h2>Coordinates</h2>
<p>Emi BOUCLY</p>
@ -19,7 +19,19 @@
<div>
<h2>Education</h2>
<p>2024/2025 - 2nd year of Networking and Telecommunications </p>
<p>2024/2025 - 2nd year of Networking and Telecommunications</p>
<em style="font-size: smaller">IUT1 from Grenoble - Saint-Martin-d'Hères</em>
<br><br>
<p>2022/2023 - High school diploma</p>
<em style="font-size: smaller">Charles-Gabriel Pravaz High School - Pont de Beauvoisin</em> <br>
<em style="font-size: smaller">Math, English Literature, Expert Maths, with high honours</em>
</div>
<div>
<h2></h2>
</div>
</div>
</template>