Lapikute avalik koduleht
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
818 B

---
layout: default
---
<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 site.data.ourwork %}
<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 }}">
<img src="{{ "/assets/ourwork-images/" | append: work.photo }}" alt="{{ work.title }}">
</a>
</div>
{% endfor %}
</div>
</div>