add button to submit emojis

master
Aevann 2024-08-03 23:13:14 +03:00
parent dae7ddd187
commit aa147077aa
2 changed files with 3 additions and 0 deletions

View File

@ -232,6 +232,7 @@
.fa-skull:before{content:"\f54c"}
.fa-droplet:before{content:"\f043"}
.fa-person-rifle:before{content:"\e54e"}
.fa-up:before{content:"\f357"}
/* do not remove - fixes hand, talking, marsey-love components
from breaking out of the comment box

View File

@ -2,6 +2,8 @@
{% block pagetitle %}Emojis{% endblock %}
{% block pagetype %}emojis{% endblock %}
{% block content %}
<a class="btn btn-primary btn-block mt-3" href="/submit/emojis"><i class="fas fa-up mr-2"></i>Submit Emojis</a>
<a class="btn btn-primary btn-block mt-3" href="/assets/emojis.zip?x={{emojis_hash}}"><i class="fas fa-down mr-2"></i>Download All Emojis</a>
<a class="btn btn-primary btn-block mt-3" href="/assets/emojis_original.zip?x={{emojis_hash}}"><i class="fas fa-down mr-2"></i>Download All Original Files</a>