Skip to content

Commit 61698fb

Browse files
committed
fix: CV informations
1 parent 6260531 commit 61698fb

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

css/style.css

-4
Original file line numberDiff line numberDiff line change
@@ -521,10 +521,6 @@ p {
521521
height: 14vh;
522522
}
523523

524-
.timeline-component .logo img[alt="Logo ONERA"] {
525-
height: 8vh;
526-
}
527-
528524
.timeline-component .logo img[alt="Logo Thales"] {
529525
height: 8vh;
530526
}

en/cv.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2>Professional Experience</h2>
6868
Since October 2024
6969
</div>
7070
<div class="logo logo--right">
71-
<img src="../images/CV/logo_onera.png" alt="Logo ONERA">
71+
<img src="../images/CV/logo_cs.png" alt="Logo CentraleSupelec">
7272
</div>
7373
</div>
7474

@@ -77,8 +77,8 @@ <h2>Professional Experience</h2>
7777
</div>
7878

7979
<div class="timeline-component timeline-component--bg">
80-
<h3>PhD Researcher</h3>
81-
<h4>DEMR</h4>
80+
<h3>PhD Student</h3>
81+
<h4>SONDRA Laboratory</h4>
8282
<p class="timeline-paragraph">
8383
Self-Supervised Anomaly Detection in complex-valued SAR imaging
8484
</p>

fr/cv.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h2>Expérience Professionnelle</h2>
7070
Depuis Octobre 2024
7171
</div>
7272
<div class="logo logo--right">
73-
<img src="../images/CV/logo_onera.png" alt="Logo ONERA">
73+
<img src="../images/CV/logo_cs.png" alt="Logo ONERA">
7474
</div>
7575
</div>
7676

@@ -80,7 +80,7 @@ <h2>Expérience Professionnelle</h2>
8080

8181
<div class="timeline-component timeline-component--bg">
8282
<h3>Chercheur Doctorant</h3>
83-
<h4>DEMR</h4>
83+
<h4>Laboratoire SONDRA</h4>
8484
<p class="timeline-paragraph">
8585
Schémas de détection d'anomalies auto-supervisé dans des images SAR à valeurs complexes
8686
</p>

0 commit comments

Comments
 (0)