First commit
This commit is contained in:
commit
0599db44e3
24 changed files with 1035 additions and 0 deletions
33
_includes/footer.html
Normal file
33
_includes/footer.html
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<footer class="site-footer">
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
<h2 class="footer-heading">{{ site.title }}</h2>
|
||||
|
||||
<div class="footer-col-wrapper">
|
||||
|
||||
<div class="footer-col footer-col-1">
|
||||
<ul class="contact-list">
|
||||
<li>{{ site.title }}</li>
|
||||
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
|
||||
<li><p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-col footer-col-3">
|
||||
<p class="text">{{ site.description }}</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-col footer-col-2">
|
||||
<h3>Supported by</h3>
|
||||
<ul class="contact-list">
|
||||
<li>Panke</li>
|
||||
<li>Troika ranch</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue