bulma/docs/documentation/layout/footer.html

35 lines
894 B
HTML
Raw Normal View History

---
2017-07-29 12:02:00 +00:00
title: Footer
layout: documentation
2018-04-10 10:45:48 +00:00
hide_categories: true
doc-tab: layout
doc-subtab: footer
2018-04-09 15:50:33 +00:00
breadcrumb:
- home
- documentation
- layout
- layout-footer
---
2017-10-09 14:38:12 +00:00
{% capture footer_example %}
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
2018-01-10 17:53:22 +00:00
<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>
2017-10-09 14:38:12 +00:00
{% endcapture %}
2018-04-10 10:45:48 +00:00
{% include layout/main-close.html show_categories=true %}
2017-10-09 14:38:12 +00:00
2018-04-09 21:25:26 +00:00
{% include elements/snippet.html content=footer_example horizontal=true more=true fullwidth=true %}
2018-04-09 15:33:44 +00:00
{% include layout/main-open.html %}
2018-04-09 21:25:26 +00:00
{% include elements/variables.html %}