mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
Mentors view, history view
* brought over mentors form data and images * add contact information to mentors * add image conversion scripts * optimised current images
This commit is contained in:
@@ -20,7 +20,7 @@ title: Ajalugu - Lapikud
|
||||
{% for member in management.members %}
|
||||
<div class="person">
|
||||
<div class="img-container">
|
||||
<img src="{{ "/assets/past-management-images/" | append: member.image }}" alt="{{ member.name }}">
|
||||
<img src="{{ "/assets/past-management-images/optimised/" | append: member.image }}" alt="{{ member.name }}">
|
||||
</div>
|
||||
<h5 class="centered-text">{{ member.name }}</h5>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user