nm3clol-express-app/views/includes/bottom-navbar.ejs

13 lines
751 B
Plaintext

<nav class="navbar navbar-dark bg-dark sticky-bottom pt-1500 mt-5">
<div class="container center">
<a class="navbar-brand" href="https://daball.me">A website by David A. Ball.</a>
</div>
<div class="container">
<p style="text-transform: none; font-weight: 300; justify-content: left; color: #eee; padding-top: 1em; padding-bottom: 1em;">
Your use of this website constitutes your agreement with the <a style="color: #eee; font-weight: 900; text-transform: uppercase;" href="/privacy-policy">Privacy Policy</a>.
<br>
Your use of this search feature constitutes your agreement with the <a style="color: #eee; font-weight: 900; text-transform: uppercase;" href="/search-policy">Search Policy</a>.
</p>
</div>
</nav>