Transformed site to Bootstrap 4

See #11

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-24 20:08:36 +01:00
parent f6e0419292
commit 537b3a3a93
10 changed files with 150 additions and 139 deletions

View File

@ -1,36 +1,44 @@
<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="unstyled-list">
<li><a href="/legal-notice">Impressum</a></li>
<li><a href="/datenschutz">Datenschutz</a></li>
</ul>
<footer class="site-footer small text-muted py-3 fixed-bottom">
<div class="container">
<div class="row">
<div class="col-4">
<nav class="nav">
<ul class="nav">
<li class="nav-item"><a class="nav-link" href="/legal-notice">Impressum</a></li>
<li class="nav-item"><a class="nav-link" href="/datenschutz">Datenschutz</a></li>
</ul>
</nav>
</div>
<div class="footer-col footer-col-2">
<div class="col-8">
{% comment %}
<ul class="social-media-list">
{% if site.github_username %}
<li>
{% include icon-github.html username=site.github_username %}
</li>
{% endif %}
{% 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 %}
{% if site.twitter_username %}
<li>
{% include icon-twitter.html username=site.twitter_username %}
</li>
{% endif %}
</ul>
</div>
<div class="footer-col footer-col-3">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" rel="dct:type">work</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://jim.2martens.de" property="cc:attributionName" rel="cc:attributionURL">Jim Martens</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
{% endcomment %}
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"/>
</a><br/>
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">2martens dot de</span> by
<a xmlns:cc="http://creativecommons.org/ns" href="https://2martens.de"
property="cc:attributionName"
rel="cc:attributionURL">
Jim Martens
</a> is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
Creative Commons Attribution-ShareAlike 4.0 International License
</a>.
</div>
</div>
</div>
</footer>