2016-09-11 11:00:49 +00:00
|
|
|
---
|
2017-07-29 12:02:00 +00:00
|
|
|
title: Footer
|
2016-09-11 11:00:49 +00:00
|
|
|
layout: documentation
|
2018-04-09 15:33:44 +00:00
|
|
|
hide_carbon: true
|
2016-09-11 11:00:49 +00:00
|
|
|
doc-tab: layout
|
|
|
|
doc-subtab: footer
|
2018-04-09 15:50:33 +00:00
|
|
|
breadcrumb:
|
|
|
|
- home
|
|
|
|
- documentation
|
|
|
|
- layout
|
|
|
|
- layout-footer
|
2016-09-11 11:00:49 +00:00
|
|
|
---
|
|
|
|
|
2017-10-09 14:38:12 +00:00
|
|
|
{% capture footer_example %}
|
2016-09-11 11:00:49 +00:00
|
|
|
<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
|
2016-09-11 11:00:49 +00:00
|
|
|
<a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The website content
|
2017-09-15 15:10:24 +00:00
|
|
|
is licensed <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
|
2016-09-11 11:00:49 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2017-10-09 14:38:12 +00:00
|
|
|
{% endcapture %}
|
2016-09-11 11:00:49 +00:00
|
|
|
|
2018-04-09 15:50:33 +00:00
|
|
|
{% include layout/main-close.html %}
|
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 %}
|
2017-10-02 18:23:35 +00:00
|
|
|
|
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 %}
|