mirror of
https://github.com/safing/web
synced 2025-04-12 15:09:08 +00:00
Add profile anchors
This commit is contained in:
parent
865076a40a
commit
10bb02f4c6
1 changed files with 3 additions and 1 deletions
|
@ -16,8 +16,9 @@ layout: page
|
|||
</div>
|
||||
<div class="mt-32">
|
||||
<ul class="grid grid-cols-1">
|
||||
|
||||
{% for member in site.data.team.members %}
|
||||
<li class="pb-40 lg:pb-24">
|
||||
<li class="pb-40 lg:pb-24" id="{{ member.name | slugify }}">
|
||||
<div class="text-center lg:text-left lg:flex items-center">
|
||||
<div class="pb-8 lg:-mb-10">
|
||||
<img class="mx-auto" src="{{ site.img_url }}profiles/{{ member.name | slugify }}.png" alt="{{ member.name }}">
|
||||
|
@ -45,6 +46,7 @@ layout: page
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue