replaced some more icons with svg

some more improvements
This commit is contained in:
Samuel Philipp 2021-06-09 00:58:35 +02:00
parent d3ec7b9852
commit 848289cdc0
Signed by untrusted user: samuel-p
GPG key ID: 2AD495D17760CB4E
23 changed files with 47 additions and 43 deletions

View file

@ -6,11 +6,7 @@
<div class="beta">TEST-PHASE</div>
{% endif %}
<div class="inner">
{% if service.si %}
<i class="si si-{{service.si}} fa-4x"></i>
{% else %}
<i class="{{service.icon}} fa-4x"></i>
{% endif %}
<i class="{{service.icon}} si-4x"></i>
<h2 class="mt-2 mb-1">{{service.name}}{% if service.url %} <a href="{{service.url}}" target="_blank"><i
class="fas fa-external-link-alt"></i></a>{% endif %}</h2>
{% if service.status %}