mirror of
https://github.com/ivabus/www
synced 2024-11-16 00:55:06 +03:00
25 lines
618 B
HTML
25 lines
618 B
HTML
<ul class="nav justify-content-end">
|
|
<li class="nav-item">
|
|
<a class="nav-link footer-link small" aria-current="page" href="/careers/">Careers</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link footer-link small" href="/privacy-policy/">Privacy Policy</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link footer-link small" href="/terms-of-use/">Terms of Use</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<style>
|
|
.footer-link{
|
|
text-transform: lowercase;
|
|
color: white;
|
|
padding: 0vw 0vw 0vw 2.232vw !important;
|
|
}
|
|
|
|
.footer-link:hover{
|
|
color: #00ffd0 !important;
|
|
text-decoration:underline;
|
|
}
|
|
|
|
</style>
|