improve design
This commit is contained in:
parent
26047fb0e1
commit
266765fa75
26 changed files with 99 additions and 180 deletions
|
|
@ -1,13 +1,26 @@
|
|||
<footer id="main-footer">
|
||||
<ul id="links">
|
||||
<li>
|
||||
<button class="plus open-nav" title="ouvrir la navigation">textes</button>
|
||||
</li>
|
||||
<li
|
||||
id="subscribe-btn-wrapper"
|
||||
>
|
||||
<button id="subscribe-btn" class="plus">
|
||||
s'inscrire
|
||||
</button>
|
||||
<form id="subscribe-form" class="hidden">
|
||||
<label for="email">
|
||||
<input type="email" name="email" id="email" placeholder="votre e-mail">
|
||||
<button type="submit" onclick="subscribe(event)">→</button>
|
||||
</label>
|
||||
</form>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= $site->find('a-propos')->url() ?>">
|
||||
à propos
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">s'abonner</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue