mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
appstore: add a propre footer
This commit is contained in:
parent
edfa399c45
commit
7c13156a26
1 changed files with 6 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
<div
|
<div
|
||||||
class="flex h-12 items-center gap-8 pt-2 px-4 sm:px-6 lg:px-8"
|
class="flex h-12 items-center gap-8 pt-2 px-4 sm:px-6 lg:px-8"
|
||||||
>
|
>
|
||||||
<a class="block text-teal-600" href="/">
|
<a class="block" href="/">
|
||||||
<span class="sr-only">{{ _("Home") }}</span>
|
<span class="sr-only">{{ _("Home") }}</span>
|
||||||
<img alt="YunoHost Logo" src="{{ url_for('static', filename='ynh_logo_roundcorner.png') }}" style="height: 3em;">
|
<img alt="YunoHost Logo" src="{{ url_for('static', filename='ynh_logo_roundcorner.png') }}" style="height: 3em;">
|
||||||
</a>
|
</a>
|
||||||
|
@ -188,7 +188,11 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="h-5 mt-5"></footer>
|
<footer class="h-5 my-5 text-center">
|
||||||
|
<p>
|
||||||
|
{{ _("Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> using <a class='text-blue-800' href='https://flask.palletsprojects.com'>Flask</a> and <a class='text-blue-800' href='https://tailwindcss.com/'>TailwindCSS</a> - <a class='text-blue-800' href='https://github.com/YunoHost/apps/tree/master/store'><i class='fa fa-code fa-fw' aria-hidden='true'></i> Source</a>") }}
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
Loading…
Add table
Reference in a new issue