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:
Herman Õunapuu
2018-08-26 23:05:29 +03:00
parent 84e45e01cb
commit e3a5cd0867
169 changed files with 259 additions and 50 deletions

View File

@@ -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>