mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
Import laphack page
This commit is contained in:
@@ -1,46 +1,32 @@
|
||||
<footer class="site-footer">
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
<h2 class="footer-heading">{{ site.title | escape }}</h2>
|
||||
|
||||
<div class="footer-col-wrapper">
|
||||
<div class="footer-col footer-col-1">
|
||||
<ul class="contact-list">
|
||||
<li>
|
||||
{% if site.author %}
|
||||
{{ site.author | escape }}
|
||||
{% else %}
|
||||
{{ site.title | escape }}
|
||||
{% endif %}
|
||||
</li>
|
||||
{% if site.email %}
|
||||
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
|
||||
{% endif %}
|
||||
<footer class="main-footer">
|
||||
<section class="container">
|
||||
<div class="row">
|
||||
<div class="column">
|
||||
<h3>About us</h3>
|
||||
<p>
|
||||
Lapikud is brought to you by awesome people at TTÜ Software development club
|
||||
<a href="https://lapikud.ee">Lapikud</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="column footer-nav">
|
||||
<h3>Navigation</h3>
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
{% include main_nav.html %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-col footer-col-2">
|
||||
<ul class="social-media-list">
|
||||
{% if site.github_username %}
|
||||
<li>
|
||||
{% include icon-github.html username=site.github_username %}
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if site.twitter_username %}
|
||||
<li>
|
||||
{% include icon-twitter.html username=site.twitter_username %}
|
||||
</li>
|
||||
{% endif %}
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-col footer-col-3">
|
||||
<p>{{ site.description | escape }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="column footer-copyright">
|
||||
<a href="https://lapikud.ee">© 2018 MTÜ Lapikud</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user