Skip to content
Snippets Groups Projects
Commit 7bcfd6ad authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Added sponsors to footer

parent b55566c5
No related branches found
No related tags found
No related merge requests found
......@@ -108,5 +108,11 @@ footer {
background-color: var(--color_bg_1);
border-top: 5px solid var(--color_bg_2);
align-items: center;
padding: 0px 40px;
padding: 10px 40px;
}
footer #sponsors img {
margin: 0;
height: 40px;
margin-right: 20px;
}
\ No newline at end of file
This diff is collapsed.
home/static/imgs/ens_psl.png

19.7 KiB

......@@ -53,7 +53,20 @@
</main>
<footer>
logos, liens...
<div id="sponsors">
<a class="external" href="https://www.ens.psl.eu/">
<img src="{% static "imgs/ens_psl.png" %}"
alt="École Normale Supérieure de Paris | Université Paris Sciences et Lettres"
title="École Normale Supérieure de Paris | Université Paris Sciences et Lettres"
/>
</a>
<a class="external" href="https://cof.ens.fr/">
<img src="{% static "imgs/cof.svg" %}"
alt="COF de l'ENS"
title="COF de l'ENS"
/>
</a>
</div>
</footer>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment