mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-09-24 14:50:58 +00:00
aboutus, history and members english translations
This commit is contained in:
33
en/aboutus.html
Normal file
33
en/aboutus.html
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
layout: default
|
||||
title: About us - Lapikud
|
||||
language: en
|
||||
---
|
||||
{% assign locale = site.data.localisation[page.language] %}
|
||||
|
||||
<div class="page">
|
||||
|
||||
<h1>MTÜ Lapikud</h1>
|
||||
<!-- three icons -->
|
||||
<div class="row">
|
||||
<div class="column">
|
||||
<div>
|
||||
<h3>{{ locale.aboutus_StatuteHeading }}</h3>
|
||||
<p><a href="/statute">{{ locale.aboutus_StatuteLink }}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div>
|
||||
<h3>{{ locale.aboutus_MembersHeading }}</h3>
|
||||
<p><a href="/members">{{ locale.aboutus_MembersLink }}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div>
|
||||
<h3>{{ locale.aboutus_HistoryHeading }}</h3>
|
||||
<p><a href="/history">{{ locale.aboutus_HistoryLink }}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user