Files
bulma/docs/documentation/layout/footer.html
Jeremy Thomas 03c13488a6 Fix tiles
2018-04-09 16:33:44 +01:00

31 lines
939 B
HTML

---
title: Footer
subtitle: "A simple responsive <strong>footer</strong> which can include anything: lists, headings, columns, icons, buttons, etc."
layout: documentation
hide_carbon: true
doc-tab: layout
doc-subtab: footer
---
{% capture footer_example %}
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
<strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>. The source code is licensed
<a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The website content
is licensed <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
</p>
</div>
</div>
</footer>
{% endcapture %}
{% include layout/main-close.html show_carbon=true %}
{% include snippet.html content=footer_example horizontal=true more=true fullwidth=true %}
{% include layout/main-open.html %}
{% include variables.html %}