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

4
.gitignore vendored
View file

@ -1,2 +1,2 @@
.idea
.venv
.idea/
.venv/

2
.idea/portfolio.iml generated
View file

@ -8,7 +8,7 @@
<excludeFolder url="file://$MODULE_DIR$/.venv" />
<excludeFolder url="file://$MODULE_DIR$/backend/.venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.12 (portfolio)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.12" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View file

@ -38,6 +38,10 @@ $themes: (
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>