mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Add team icons
This commit is contained in:
parent
23b9bb0b7d
commit
b63522ef31
2 changed files with 26 additions and 0 deletions
|
@ -11,6 +11,19 @@
|
||||||
<span class="absolute text-white right-0 bottom-0 pr-3 pb-3" style="font-size: 3.1rem; font-weight: 800;" >#{{ post.title | slice: 2, 2 }}</span>
|
<span class="absolute text-white right-0 bottom-0 pr-3 pb-3" style="font-size: 3.1rem; font-weight: 800;" >#{{ post.title | slice: 2, 2 }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="absolute top-0 right-0 pt-1 overflow-visible mt-2 mr-4 ">
|
||||||
|
<div class="flex-shrink-0 mt-0">
|
||||||
|
<div class="flex ">
|
||||||
|
|
||||||
|
<span class="transform hover:scale-110 duration-150 ease-in-out" tooltip="Raphael">
|
||||||
|
<img class="inline-block h-8 w-8 rounded-full text-white shadow-solid border-2 border-white" src="/assets/img/profiles/raphael.png" alt="Raphael">
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="pt-6">
|
<div class="pt-6">
|
||||||
<span class="opacity-25">
|
<span class="opacity-25">
|
||||||
{% if include.pre_header %}
|
{% if include.pre_header %}
|
||||||
|
|
|
@ -20,6 +20,19 @@
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
<div class="absolute top-0 right-0 pt-1 overflow-visible mt-2 mr-4 ">
|
||||||
|
<div class="flex-shrink-0 mt-0">
|
||||||
|
<div class="flex ">
|
||||||
|
|
||||||
|
<span class="transform hover:scale-110 duration-150 ease-in-out" tooltip="Raphael">
|
||||||
|
<img class="inline-block h-8 w-8 rounded-full text-white shadow-solid border-2 border-white" src="/assets/img/profiles/raphael.png" alt="Raphael">
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="pt-6">
|
<div class="pt-6">
|
||||||
<span class="opacity-25">
|
<span class="opacity-25">
|
||||||
{% if include.pre_header %}
|
{% if include.pre_header %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue