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.
 
 
 

37 lines
1.5 KiB

{% assign locale = site.data.i18n.footer[page.language] %}
{% assign home = site.data.i18n.pages.other[page.language].home %}
<footer class="main-footer">
<section class="container">
<div class="row">
<div class="column footer-contact">
<h3>MTÜ Lapikud</h3>
<p>{{ locale.footer_ContactAddress }}</p>
<p>{{ locale.footer_ContactMail }}<a href="mailto:lapikud@lapikud.ee">lapikud@lapikud.ee</a></p>
<p>{{ locale.footer_ContactPhone }}<a href="tel:+372 58 160 799">+372 58 160 799</a></p>
<p>{{ locale.footer_ContactRegCode }}</p>
<p>Swedbank EE812200221019551756</p>
</div>
<div class="column footer-nav">
<h3>{{ locale.footer_NavigationHeading }}</h3>
<ul>
<li><a href="{{ home.url }}">{{ home.name }}</a></li>
{% include main_nav.html %}
</ul>
</div>
<div class="column footer-nav">
<h3>{{ locale.footer_FollowUsHeading }}</h3>
<ul>
<li><a href="https://www.instagram.com/lapikud/">Instagram</a></li>
<li><a href="https://www.facebook.com/Lapikud/">Facebook</a></li>
<li><a href="https://github.com/Lapikud/">GitHub</a></li>
<li><a href="https://github.com/Lapikud/lapikud.github.io">Source Code</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="column footer-copyright">
<a href="{{ home.url }}">&copy; 2018 MTÜ Lapikud</a>
</div>
</div>
</section>
</footer>