hack-wpi-python/goathacks/templates/footer.html
Cara Salter cd5e58fa59
Start admin site rewrite
aaaaaa
2024-01-11 14:25:21 -05:00

17 lines
586 B
HTML

<!-- A hack to make sure the footer bar shows-->
<div style="height: 100px"></div>
<nav class="navbar navbar-inverse footer-nav position-absolute bottom-0" style=
"margin-top: 30px; width: 100%;">
<div class="container-fluid">
<div class="navbar-header">
</div>
<ul class="nav justify-content-end">
<li class="nav-item">
<a class="nav-link" href="mailto:hack@wpi.edu?subject=[Hackathon]">Contact Us</a>
</li>
</ul>
</div>
</nav>
{{ bootstrap.load_js() }}
</body>
</html>