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
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,2 +1,2 @@
|
||||||
.idea
|
.idea/
|
||||||
.venv
|
.venv/
|
||||||
2
.idea/portfolio.iml
generated
2
.idea/portfolio.iml
generated
|
|
@ -8,7 +8,7 @@
|
||||||
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/backend/.venv" />
|
<excludeFolder url="file://$MODULE_DIR$/backend/.venv" />
|
||||||
</content>
|
</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" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
|
|
@ -38,6 +38,10 @@ $themes: (
|
||||||
flex-flow: wrap;
|
flex-flow: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.space-around {
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
.font-bigger {
|
.font-bigger {
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<h1>Web Resume</h1>
|
<h1>Web Resume</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="margin flex">
|
<div class="margin flex space-around">
|
||||||
<div>
|
<div>
|
||||||
<h2>Coordinates</h2>
|
<h2>Coordinates</h2>
|
||||||
<p>Emi BOUCLY</p>
|
<p>Emi BOUCLY</p>
|
||||||
|
|
@ -20,6 +20,18 @@
|
||||||
<div>
|
<div>
|
||||||
<h2>Education</h2>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue