mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
Our work view + various improvements
* added and cleaned up our work section items, descriptions * added new images for our work section * removed URLs from our work view * added proper page titles
This commit is contained in:
14
ourwork.html
14
ourwork.html
@@ -1,5 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: Tehtud tööd - Lapikud
|
||||
---
|
||||
<div class="page">
|
||||
<div id="ourwork-banner">
|
||||
@@ -18,14 +19,17 @@ layout: default
|
||||
<div class="work-item">
|
||||
<div class="description">
|
||||
<h2>{{ work.title }}</h2>
|
||||
<a href="{{ work.url }}">
|
||||
<h3>{{ work.url }}</h3>
|
||||
</a>
|
||||
<p>{{ work.description }}</p>
|
||||
</div>
|
||||
<a class="thumbnail" href="{{ work.url }}">
|
||||
{% if work.url == null %}
|
||||
<div class="thumbnail">
|
||||
<img src="{{ "/assets/ourwork-images/" | append: work.photo }}" alt="{{ work.title }}">
|
||||
</a>
|
||||
</div>
|
||||
{% else %}
|
||||
<a class="thumbnail" href="{{ work.url }}" target="_blank" rel="noopener noreferrer">
|
||||
<img src="{{ "/assets/ourwork-images/" | append: work.photo }}" alt="{{ work.title }}">
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user