bulma/docs/documentation/layout/footer.html

36 lines
1000 B
HTML
Raw Normal View History

---
2017-07-29 12:02:00 +00:00
title: Footer
layout: documentation
doc-tab: layout
doc-subtab: footer
---
2018-03-26 13:46:39 +00:00
{% include subnav/subnav-layout.html %}
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 %}
2017-10-09 14:38:12 +00:00
<section class="section">
<div class="container">
2017-10-09 14:38:12 +00:00
<h1 class="title">Footer</h1>
<h2 class="subtitle">
A simple responsive <strong>footer</strong> which can include anything: lists, headings, columns, icons, buttons, etc.
</h2>
{% include snippet.html content=footer_example horizontal=true more=true %}
{% include variables.html %}
</div>
</section>