Add footer
This commit is contained in:
parent
975efd3f25
commit
bcb75f99df
2 changed files with 19 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
||||||
|
.ui.footer {
|
||||||
|
position: sticky;
|
||||||
|
top: 100%;
|
||||||
|
}
|
|
@ -158,6 +158,21 @@ class Page
|
||||||
public function footer(): void
|
public function footer(): void
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
|
<div class="ui hidden divider"></div>
|
||||||
|
<div class="ui inverted vertical footer segment">
|
||||||
|
<div class="ui container">
|
||||||
|
<div class="ui stackable inverted divided equal height stackable grid">
|
||||||
|
<div class="sixteen wide column">
|
||||||
|
<h4 class="ui inverted header">wishthis</h4>
|
||||||
|
|
||||||
|
<div class="ui inverted link list">
|
||||||
|
<a class="item" href="https://github.com/grandeljay/wishthis"><i class="github icon"></i></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in a new issue