mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
Add footer and hero specs
This commit is contained in:
14
docs/cyp/layout/footer.html
Normal file
14
docs/cyp/layout/footer.html
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
layout: cypress
|
||||
title: Layout/Footer
|
||||
---
|
||||
|
||||
<footer id="footer" class="footer">
|
||||
<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>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user