mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-09-24 14:50:58 +00:00
Mostly translated into english. Page linking works. Language changing works. Fixes here and there.
This commit is contained in:
27
_includes/pages/aboutus.html
Normal file
27
_includes/pages/aboutus.html
Normal file
@@ -0,0 +1,27 @@
|
||||
{% assign locale = site.data.i18n.aboutus[page.language] %}
|
||||
{% assign subpages = site.data.i18n.pages.other[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="{{ subpages.members.url }}">{{ locale.aboutus_MembersLink }}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div>
|
||||
<h3>{{ locale.aboutus_HistoryHeading }}</h3>
|
||||
<p><a href="{{ subpages.history.url }}">{{ locale.aboutus_HistoryLink }}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user