website/_includes/footer.html

15 lines
499 B
HTML

<footer style="padding: 30px 0px; filter: brightness(50%)">
<div style="display: flex; justify-content: space-between">
<div>
{{ site.footer }}
</div>
<div>
<a class="footer-link" href="/services.html">Services</a>
<a class="footer-link" href="/roadmap.html">Roadmap</a>
<a class="footer-link" href="/company.html">Company</a>
<a class="footer-link" href="/contact.html">Contact</a>
</div>
</div>
<script type="text/javascript" src="/assets/js/main.js"></script>
</footer>