bulma/docs/documentation/layout/footer.html
2018-04-09 16:50:33 +01:00

36 lines
982 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
breadcrumb:
- home
- documentation
- layout
- layout-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 %}
{% include snippet.html content=footer_example horizontal=true more=true fullwidth=true %}
{% include layout/main-open.html %}
{% include variables.html %}