Affichage Footer
Ajout de balises div à index.html
This commit is contained in:
parent
cb2aedc7ff
commit
6257d8a592
5 changed files with 56 additions and 22 deletions
|
@ -1,10 +1,10 @@
|
|||
{{ define "footer-html" }}
|
||||
<footer class="pageFooter">
|
||||
<small>
|
||||
<ul>
|
||||
<li><a href="/public/images/header_agecem.png">en-tête de documents</a></li>
|
||||
<li><a href="/admin">panneau d'administration</a></li>
|
||||
</ul>
|
||||
</small>
|
||||
</footer>
|
||||
{{ end }}
|
||||
<footer class="pageFooter">
|
||||
<div class="wrapper">
|
||||
<ul class="footerElementList">
|
||||
<li><a class="footerElement" href="/public/images/header_agecem.png">En-tête de documents</a></li>
|
||||
<li><a class="footerElement" href="/admin">Panneau d'administration</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
{{ end }}
|
|
@ -1,11 +1,12 @@
|
|||
{{ define "general-html" }}
|
||||
<link rel="stylesheet" href="/public/css/general.css">
|
||||
<link rel="stylesheet" href="/public/css/fonts.css">
|
||||
<link rel="stylesheet" href="/public/css/header.css">
|
||||
<script>
|
||||
function onToggleNav() {
|
||||
var menu = document.querySelector(".headerMenuMobile");
|
||||
menu.classList.toggle('nav-is-active');
|
||||
}
|
||||
</script>
|
||||
{{ end }}
|
||||
<link rel="stylesheet" href="/public/css/general.css">
|
||||
<link rel="stylesheet" href="/public/css/fonts.css">
|
||||
<link rel="stylesheet" href="/public/css/header.css">
|
||||
<link rel="stylesheet" href="/public/css/footer.css">
|
||||
<script>
|
||||
function onToggleNav() {
|
||||
var menu = document.querySelector(".headerMenuMobile");
|
||||
menu.classList.toggle('nav-is-active');
|
||||
}
|
||||
</script>
|
||||
{{ end }}
|
|
@ -39,9 +39,10 @@
|
|||
src="/public/icones/instagram-icon.svg"></img></a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- {{ template "snackbar-html" }} -->
|
||||
{{ template "footer-html" }}
|
||||
</div>
|
||||
<!-- {{ template "snackbar-html" }} -->
|
||||
{{ template "footer-html" }}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
{{ end }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue