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.
27 lines
880 B
27 lines
880 B
<footer class="main-footer"> |
|
<section class="container"> |
|
<div class="row"> |
|
<div class="column footer-nav"> |
|
<h3>Navigatsioon</h3> |
|
<ul> |
|
<li><a href="/">Esileht</a></li> |
|
{% include main_nav.html %} |
|
</ul> |
|
</div> |
|
<div class="column footer-nav"> |
|
<h3>Jälgi meid!</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="https://lapikud.ee">© 2018 MTÜ Lapikud</a> |
|
</div> |
|
</div> |
|
</section> |
|
</footer>
|
|
|