update footer link and add framed text

This commit is contained in:
rouce 2023-10-22 01:49:23 -04:00
parent 270dc09f8d
commit 016e160f65
2 changed files with 10 additions and 2 deletions

9
content/_index.md Normal file
View file

@ -0,0 +1,9 @@
+++
framed = true
+++
# Hello there!
At MycoSystems coop, our goal is to cultivate digital autonomy for those who are looking to build a world beyond capitalism and coercive hierarchy. We want to empower your local communities, collectives, organizations, and grassroots movements by providing dual power through private and open source digital systems and infrastructure.
Check out some of our ongoing projects to see how we can cut corperate software and surveilance capitalism out of your life without sacrificing the utility and connectivity of the modern day internet.

View file

@ -1,8 +1,7 @@
<footer class="footer"> <footer class="footer">
<div class="footer__inner"> <div class="footer__inner">
<div class="copyright"> <div class="copyright">
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a></span> <span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a> :: Theme and source at <a href="https://git.myco.systems/mycosystems/coop.myco.systems" target="_blank">Gitea</a></span>
<span>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</a></span>
</div> </div>
</div> </div>
</footer> </footer>