cyberfreedom/layouts/partials/footer.html

12 lines
790 B
HTML
Raw Normal View History

2024-01-20 23:38:55 -05:00
<footer style="justify-content: center; padding:5px;">
<p style="margin:15px;">Canadian Cyber Freedom © 2024 is licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0">CC-BY-SA 4.0</a>
</p>
2024-01-29 17:45:43 -05:00
<div style="margin-right:2rem;margin-left:2rem;display:flex;flex-direction: column;justify-content: center;">
<a style="text-align:center;" href="https://libresolutions.network"><strong>Libre Solutions Network</strong></a>
<a style="text-align:center;" href="https://code.gabe.rocks/gabriel/cyberfreedom">Repository</a>
</div>
2024-01-20 23:38:55 -05:00
<p style="margin:15px;">
2024-01-29 17:45:43 -05:00
2024-01-20 23:38:55 -05:00
This site is a resource for educational purposes for constituents.<br> Nothing on this site constitutes legal advice, nor is suitable for regulatory compliance.
2023-12-27 20:51:34 -05:00
</p>
</footer>