2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 13:36:47 +00:00

Add avatars to team section

Fixes #55
This commit is contained in:
Matthias Mair 2023-01-19 23:52:23 +01:00
parent bfcc61f789
commit 5361e9e283
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -10,8 +10,15 @@
<div class="p-4 lg:w-1/2"> <div class="p-4 lg:w-1/2">
<div class="h-full flex sm:flex-row flex-col sm:justify-start justify-center text-center sm:text-left"> <div class="h-full flex sm:flex-row flex-col sm:justify-start justify-center text-center sm:text-left">
<div class="flex-grow sm:pl-8"> <div class="flex-grow sm:pl-8">
<div class="flex items-end">
<div class="mb-5">
<img src="https://github.com/{{ item.tag }}.png?size=40" alt="mdo" class="rounded-full" width="40" height="40" style="margin:0px">
</div>
<div>
<h2 class="title-font font-medium text-lg cm-gray-1">{{ item.tag }}</h2> <h2 class="title-font font-medium text-lg cm-gray-1">{{ item.tag }}</h2>
<h3 class="cm-gray-3 mb-3">{{ item.name }}</h3> <h3 class="cm-gray-3 mb-3">{{ item.name }}</h3>
</div>
</div>
<p class="mb-4">{{ item.text }}</p> <p class="mb-4">{{ item.text }}</p>
<span class="inline-flex"> <span class="inline-flex">
{% for link in item.links %} {% for link in item.links %}