Lightweight CSS Framework for Building Apps and Websites https://crispy-css.com
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.
 
 
 

28 lines
1.3 KiB

<footer class="footer background-color-info margin-top-4 padding-top-3 padding-bottom-3">
<div class="container">
<div class="grid">
<div class="col-12">
<div class="text-center">
<ul class="group group--hr">
<li class="group__item">
<a class="text-color-white" href="/imprint.html">Imprint</a>
</li>
<li class="group__item">
<a class="text-color-white" href="/privacy-policy.html">Privacy Policy</a>
</li>
<li class="group__item">
<a class="text-color-white" href="https://github.com/tentakelfabrik/crispy-css">
<svg class="icon" alt="github">
<use xlink:href="symbol-defs.svg#icon-github" />
</svg>
</a>
</li>
</ul>
<p class="margin-top-1 margin-bottom-0">
Made with Euphorie by Björn Hase, <a class="text-color-white" href="https://tententakelfabrik.de" target="_blank">Tentakelfabrik</a>
</p>
</div>
</div>
</div>
</div>
</footer>