added basic footer
This commit is contained in:
parent
19493437c1
commit
05b6021ec2
26
index.php
26
index.php
@ -180,7 +180,31 @@
|
|||||||
// if ($count%2 != 1) echo "</div>";
|
// if ($count%2 != 1) echo "</div>";
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
<footer class="page-footer">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col l6 s12">
|
||||||
|
<h5 class="white-text">Footer Content</h5>
|
||||||
|
<p class="grey-text text-lighten-4">You can use rows and columns here to organize your footer content.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col l4 offset-l2 s12">
|
||||||
|
<h5 class="white-text">Links</h5>
|
||||||
|
<ul>
|
||||||
|
<li><a class="grey-text text-lighten-3" href="#!">Link 1</a></li>
|
||||||
|
<li><a class="grey-text text-lighten-3" href="#!">Link 2</a></li>
|
||||||
|
<li><a class="grey-text text-lighten-3" href="#!">Link 3</a></li>
|
||||||
|
<li><a class="grey-text text-lighten-3" href="#!">Link 4</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-copyright">
|
||||||
|
<div class="container">
|
||||||
|
© <?php echo date("Y"); ?> Jesse James Isler
|
||||||
|
<a class="grey-text text-lighten-4 right" href="#!">More Links</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- Start Tab init -->
|
<!-- Start Tab init -->
|
||||||
|
Loading…
Reference in New Issue
Block a user