Skip to content

Commit f368643

Browse files
committed
feat: Update publications page
1 parent 675a2c2 commit f368643

File tree

4 files changed

+73
-19
lines changed

4 files changed

+73
-19
lines changed

css/style.css

Lines changed: 57 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -631,31 +631,57 @@ p {
631631
}
632632

633633
/* || PUBLICATIONS */
634-
.publications-and-conferences {
634+
.publications-conferences-communications {
635635
flex-flow: column nowrap;
636636
height: 100vh;
637637
margin: var(--MAIN-GAP) var(--MAIN-LRMARGIN);
638638
gap: var(--MAIN-GAP)
639639
}
640640

641-
.publications,
642-
.conferences {
643-
display: flex;
644-
flex-flow: column nowrap;
645-
gap: var(--MAIN-GAP);
646-
justify-content: center;
647-
align-items: center;
641+
.publications-conferences-communications div,
642+
.publications-conferences-communications ul {
643+
text-align: left;
644+
width: 80%;
645+
margin: 0 auto;
648646
}
649647

650-
.publications-and-conferences h2 {
648+
.publications-conferences-communications section {
649+
width: 100%;
650+
margin: 0 auto var(--MAIN-GAP);
651+
}
652+
653+
.publications-conferences-communications h2 {
654+
text-align: center;
651655
font-size: 2rem;
656+
margin-bottom: var(--MAIN-GAP);
652657
}
653658

654-
.publications-and-conferences hr {
659+
.publications-conferences-communications hr {
655660
width: 80%;
656-
align-self: center;
657661
border: none;
658662
border-top: var(--HR-RULE-HEIGHT) solid var(--NAVY-BLUE);
663+
margin: 0 auto var(--MAIN-GAP)
664+
}
665+
666+
.publications-conferences-communications li {
667+
margin-bottom: .25em;
668+
list-style-type: disc;
669+
}
670+
671+
.publications-conferences-communications a[href$=".pdf"] {
672+
display: inline-block;
673+
padding: .2em .5em;
674+
margin-left: .5em;
675+
background-color: var(--NAVY-BLUE);
676+
color: var(--WSM);
677+
text-decoration: none;
678+
border-radius: .25em;
679+
font-size: calc(1.125rem - .2em);
680+
}
681+
682+
.publications-conferences-communications a[href$=".pdf"]:hover {
683+
background-color: var(--NAVY-BLUE-FD);
684+
transition: background-color 0.1s ease;
659685
}
660686

661687
/* || PHOTOGRAPHY */
@@ -1167,7 +1193,7 @@ pre {
11671193

11681194
.nav-bar-active .intro-fig,
11691195
.nav-bar-active .cv,
1170-
.nav-bar-active .publications-and-conferences,
1196+
.nav-bar-active .publications-conferences-communications,
11711197
.nav-bar-active .photography,
11721198
.nav-bar-active .blog {
11731199
margin-top: calc(var(--HEADER-TBPADDING) * 2 + 2.5rem - 7px + 5.75rem);
@@ -1219,7 +1245,7 @@ pre {
12191245
.exp h2,
12201246
.edu h2,
12211247
.gallery-header h2,
1222-
.publications-and-conferences h2,
1248+
.publications-conferences-communications h2,
12231249
.ai-cv-blog h2 {
12241250
font-size: 1.75rem;
12251251
}
@@ -1304,6 +1330,14 @@ pre {
13041330
font-size: 1.25rem;
13051331
}
13061332

1333+
.publications-conferences-communications li {
1334+
margin-bottom: .2em;
1335+
}
1336+
1337+
.publications-conferences-communications a[href$=".pdf"] {
1338+
font-size: calc(1rem - .2em);
1339+
}
1340+
13071341
.gallery-header ul {
13081342
font-size: 1rem;
13091343
}
@@ -1406,7 +1440,7 @@ pre {
14061440
.exp h2,
14071441
.edu h2,
14081442
.gallery-header h2,
1409-
.publications-and-conferences h2,
1443+
.publications-conferences-communications h2,
14101444
.ai-cv-blog h2 {
14111445
font-size: 1.5rem;
14121446
}
@@ -1485,6 +1519,14 @@ pre {
14851519
font-size: 1rem;
14861520
}
14871521

1522+
.publications-conferences-communications li {
1523+
margin-bottom: .2em;
1524+
}
1525+
1526+
.publications-conferences-communications a[href$=".pdf"] {
1527+
font-size: calc(0.875rem - .2em);
1528+
}
1529+
14881530
.gallery-header ul {
14891531
font-size: 0.875rem;
14901532
}
@@ -1582,7 +1624,7 @@ pre {
15821624
.exp h2,
15831625
.edu h2,
15841626
.gallery-header h2,
1585-
.publications-and-conferences h2,
1627+
.publications-conferences-communications h2,
15861628
.ai-cv-blog h2 {
15871629
font-size: 1.5rem;
15881630
}

documents/2025_1A_Poster_2.pdf

15.4 MB
Binary file not shown.

en/publications.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</header>
3131

3232
<main class="main">
33-
<article class="main-article publications-and-conferences">
33+
<article class="main-article publications-conferences-communications">
3434
<section class="publications">
3535
<h2>Publications</h2>
3636
<hr>
@@ -43,7 +43,13 @@ <h2>Conferences</h2>
4343
<div>Coming soon!</div>
4444
</section>
4545

46-
<br>
46+
<section class="communications">
47+
<h2>Communications</h2>
48+
<hr>
49+
<ul>
50+
<li>PhD day at ONERA and LORIA: Poster <a href="../documents/2025_1A_Poster_2.pdf">PDF</a></li>
51+
</ul>
52+
</section>
4753
</article>
4854
</main>
4955

fr/publications.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</header>
3333

3434
<main class="main">
35-
<article class="main-article publications-and-conferences">
35+
<article class="main-article publications-conferences-communications">
3636
<section class="publications">
3737
<h2>Publications</h2>
3838
<hr>
@@ -45,7 +45,13 @@ <h2>Conférences</h2>
4545
<div>À venir!</div>
4646
</section>
4747

48-
<br>
48+
<section class="communications">
49+
<h2>Communications</h2>
50+
<hr>
51+
<ul>
52+
<li>Journée des doctorants à l'ONERA et à LORIA: Poster <a href="../documents/2025_1A_Poster_2.pdf">PDF</a></li>
53+
</ul>
54+
</section>
4955
</article>
5056
</main>
5157

0 commit comments

Comments
 (0)