mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-09-24 14:00:58 +00:00
Mostly translated into english. Page linking works. Language changing works. Fixes here and there.
This commit is contained in:
38
ourwork.html
38
ourwork.html
@@ -3,40 +3,4 @@ layout: default
|
||||
title: Tehtud tööd - Lapikud
|
||||
language: ee
|
||||
---
|
||||
{% assign locale = site.data.localisation[page.language] %}
|
||||
{% assign works = site.data.ourwork[page.language] %}
|
||||
|
||||
<div class="page">
|
||||
<div id="ourwork-banner">
|
||||
<h1 class="centered-text">Vajad head, kvaliteetset arendusteenust?</h1>
|
||||
<a href="/contact">
|
||||
<h1 class="centered-text banner">
|
||||
Võta meiega ühendust!
|
||||
</h1>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<h1 class="centered-text">Tehtud tööd:</h1>
|
||||
<div id="ourwork-done">
|
||||
|
||||
{% for work in works %}
|
||||
<div class="work-item">
|
||||
<div class="description">
|
||||
<h2>{{ work.title }}</h2>
|
||||
<p>{{ work.description }}</p>
|
||||
</div>
|
||||
{% if work.url == null %}
|
||||
<div class="thumbnail">
|
||||
<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/optimised/" | append: work.photo }}" alt="{{ work.title }}">
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{% include pages/ourwork.html %}
|
||||
Reference in New Issue
Block a user