Skip to content

Commit 271cdbb

Browse files
committed
new footer
1 parent 9bf9cfe commit 271cdbb

File tree

1 file changed

+31
-23
lines changed

1 file changed

+31
-23
lines changed

_layouts/default.html

+31-23
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,36 @@ <h2>Nantes Software Modeling Group</h2>
3232
{{ content }}
3333
</main>
3434

35-
<footer>
36-
<a href="https://www.ls2n.fr/equipe/naomod/">
37-
<img class="logo" src="img/logo-ls2n.svg" style="height: 9rem" alt="LS2N logo">
38-
</a>
39-
40-
<br/>
41-
42-
<a href="https://www.imt-atlantique.fr/">
43-
<img class="logo" src="img/logo-imta.svg" alt="IMT Atlantique logo">
44-
</a>
45-
<a href="https://www.univ-nantes.fr/">
46-
<img class="logo" src="img/logo-univnantes.png" style="height: 3rem" alt="Nantes University logo">
47-
</a>
48-
49-
<br/>
50-
51-
<p style="margin-top:1cm;">
52-
<p style="color:#ac39a6; font-weight: bolder;">Contact</p>
53-
[email] <a href="mailto:naomod-per@univ-nantes.fr">naomod-per@univ-nantes.fr</a>
54-
<br/>
55-
[matrix] <a href="https://matrix.to/#/#naomodpublic:tedomum.net"> #naomodpublic:tedomum.net</a>
56-
</p>
57-
</footer>
35+
<footer style="max-width: 40rem;">
36+
<div style="display: flex;flex-direction: row;">
37+
<div style="flex: fit-content;align-content: center;">
38+
<a href="https://www.ls2n.fr/equipe/naomod/">
39+
<img class="logo" src="img/logo-ls2n.svg" style="height: 9rem" alt="LS2N logo">
40+
</a>
41+
</div>
42+
43+
44+
<div style="flex: fit-content;align-content: center;">
45+
<a href="https://www.imt-atlantique.fr/" style="">
46+
<img class="logo" src="img/logo-imta.svg" alt="IMT Atlantique logo">
47+
</a>
48+
</div>
49+
<div style="flex: fit-content;align-content: center;">
50+
<a href="https://www.univ-nantes.fr/">
51+
<img class="logo" src="img/logo-univnantes.png" alt="Nantes University logo" style="height3rem;height: 3rem;">
52+
</a>
53+
</div>
54+
</div>
55+
56+
57+
58+
59+
<p style="margin-top:1cm;">
60+
</p><p style="color:#ac39a6; font-weight: bolder;">Contact</p>
61+
[email] <a href="mailto:naomod-per@univ-nantes.fr">naomod-per@univ-nantes.fr</a>
62+
<br>
63+
[matrix] <a href="https://matrix.to/#/#naomodpublic:tedomum.net"> #naomodpublic:tedomum.net</a>
64+
<p></p>
65+
<div></div><div></div></footer>
5866
</body>
5967
</html>

0 commit comments

Comments
 (0)