first implementation of new layout

This commit is contained in:
2021-11-18 13:11:39 +00:00
committed by Patrick Mayr
parent 5d52eeebc6
commit ac345f53d1
7 changed files with 203294 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<figure>
<a href="{{ member.get_absolute_url }}">
<img loading="lazy" src="{{ member.image.thumb.url }}" alt="Portraitfoto von {{ member.firstname }}" class="w-36 h-36 bg-white">
<figcaption>
<h3>{{ member.firstname }} {{ member.surname }}</h3>
</figcaption>
</a>
</figure>