add titles
This commit is contained in:
parent
2de261eae0
commit
609adaa55a
2 changed files with 27 additions and 7 deletions
|
|
@ -13,6 +13,8 @@ html {
|
||||||
|
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
@ -20,20 +22,20 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: max-content;
|
height: max-content;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
|
|
||||||
&>* {}
|
|
||||||
|
|
||||||
& h1 {
|
& h1 {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-top: solid 1px white;
|
border-top: solid 1px white;
|
||||||
font-size: 10rem;
|
font-size: 8rem;
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
letter-spacing: 0.6rem;
|
letter-spacing: 0.6rem;
|
||||||
|
line-height: 7rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -70,6 +72,9 @@ section {
|
||||||
& h2 {
|
& h2 {
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
position: relative;
|
||||||
|
left: -2rem;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -85,6 +90,10 @@ article h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
article+article {
|
article+article {
|
||||||
|
margin-top: 5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
article+h2 {
|
||||||
margin-top: 6rem;
|
margin-top: 6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,19 +9,30 @@
|
||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#events">Événements</a></li>
|
<li><a href="#evenements">Événements</a></li>
|
||||||
<li><a href="#archives">Archives</a></li>
|
<li><a href="#archives">Archives</a></li>
|
||||||
<li><a href="#">Déclaration de principes</a></li>
|
<li><a href="#principes">Déclaration de principes</a></li>
|
||||||
<li><a href="#">bibliographie sélective</a></li>
|
<li><a href="#bibliographie">bibliographie sélective</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Alliances Transcoloniales</h1>
|
<h1>Alliances Transcoloniales</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2 id="events">Événements</h2>
|
<h2 id="evenements">Événements</h2>
|
||||||
{#each data.documents as d}
|
{#each data.documents as d}
|
||||||
<Article document={d} />
|
<Article document={d} />
|
||||||
{/each}
|
{/each}
|
||||||
<h2 id="archives">Archives</h2>
|
<h2 id="archives">Archives</h2>
|
||||||
|
<h2 id="principes">Déclaration de principes</h2>
|
||||||
|
<h2 id="bibliographie">Bibliographie sélective</h2>
|
||||||
|
<article>
|
||||||
|
<p>
|
||||||
|
Retrouvez ressources bibliographiques partagées par les intervenants de nos différents
|
||||||
|
événements sur le <a
|
||||||
|
href="https://www.zotero.org/groups/5871768/alliances-transcoloniales/library">Zotero</a
|
||||||
|
>
|
||||||
|
des <i>Alliances Transcoloniales</i>
|
||||||
|
</p>
|
||||||
|
</article>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue