New Theme

This commit is contained in:
2020-11-21 14:13:16 +01:00
parent 9bc54d475f
commit cbc70ca8e1
593 changed files with 13702 additions and 14006 deletions

View File

@@ -0,0 +1,13 @@
<p class="card-text d-none d-sm-block">
<a href="{{ "/" | relative_url }}">
<img class="profile-image rounded-circle w-75" src="{{ site.avatar | relative_url}}" />
</a>
</p>
<h4 class="card-title d-none d-sm-block">{{site.name}}</h4>
<p class="card-text d-xs-flex d-sm-none">
<a href="{{ "/" | relative_url }}">
<img class="profile-image rounded-circle mr-2" src="{{ site.avatar | relative_url}}" style="width: 15% !important" />
</a>
<strong>{{site.name}}</strong>
</p>