Move navbar and footer out of directories where they are the only files, update base template.

This commit is contained in:
2020-06-01 18:07:55 -04:00
parent ed202c3523
commit 56aba374b8
3 changed files with 4 additions and 8 deletions

View File

@ -0,0 +1,18 @@
<div class="footer">
<div class="container">
<div class="row justify-center">
<div class="col xs-12 md-6" style="max-width: 500px;">
<a href="mailto:info@simplesystems.tech">
<div class="card blue pa-4 text-center contact">
<h2 style="margin: 0; margin-bottom: 1.5rem;">Contact Us</h2>
<div class="d-flex align-center justify-center">
<i class="material-icons mr-4">mail_outline</i>
info@simplesystems.tech
</div>
</div>
</a>
</div>
</div>
</div>
</div>