24 lines
No EOL
1.1 KiB
HTML
24 lines
No EOL
1.1 KiB
HTML
{% load i18n %}
|
|
|
|
<footer class="uk-padding-remove-bottom">
|
|
<div class="uk-text-center uk-padding uk-padding-remove-bottom uk-flex">
|
|
<div class="uk-align-center">
|
|
<span class="uk-text-small uk-text-muted">© {% now "Y" %} GnousEU | {% trans "Designé par" %} </span>
|
|
<a class="uk-text-small uk-button-link" href="https://git.gnous.eu/mael">Mael G.</a>
|
|
|
|
<span class="uk-text-small uk-text-muted"> - {% trans "Crée par" %} </span>
|
|
<a class="uk-text-small uk-button-link" href="https://git.gnous.eu/Romain">Romain J.</a>
|
|
|
|
<span class="uk-text-small uk-text-muted"> | {% trans "Fait avec" %} </span>
|
|
<a href="http://getuikit.com" target="_blank" class="uk-text-small uk-button-link">
|
|
<span data-uk-icon="uikit" class="uk-icon"></span>
|
|
</a>
|
|
</div>
|
|
<div class="uk-float-right">
|
|
<label class="uk-switch" for="themeSwitcher">
|
|
<input type="checkbox" id="themeSwitcher" name="theme">
|
|
<div class="uk-switch-slider"></div>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</footer> |