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:
@@ -23,11 +23,11 @@ title: Tehtud tööd - Lapikud
|
||||
</div>
|
||||
{% if work.url == null %}
|
||||
<div class="thumbnail">
|
||||
<img src="{{ "/assets/ourwork-images/" | append: work.photo }}" alt="{{ work.title }}">
|
||||
<img src="{{ "/assets/ourwork-images/optimised/" | append: work.photo }}" alt="{{ work.title }}">
|
||||
</div>
|
||||
{% else %}
|
||||
<a class="thumbnail" href="{{ work.url }}" target="_blank" rel="noopener noreferrer">
|
||||
<img src="{{ "/assets/ourwork-images/" | append: work.photo }}" alt="{{ work.title }}">
|
||||
<img src="{{ "/assets/ourwork-images/optimised/" | append: work.photo }}" alt="{{ work.title }}">
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user