mirror of
https://github.com/Akomry/website.git
synced 2025-12-06 08:43:53 +00:00
feat(CvView): ajout des formations
This commit is contained in:
parent
72c9dc6bb3
commit
025d389f0f
4 changed files with 21 additions and 5 deletions
|
|
@ -37,6 +37,10 @@ $themes: (
|
|||
display: flex;
|
||||
flex-flow: wrap;
|
||||
}
|
||||
|
||||
.space-around {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.font-bigger {
|
||||
font-size: x-large;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue