update footer link and add framed text
This commit is contained in:
parent
270dc09f8d
commit
016e160f65
2 changed files with 10 additions and 2 deletions
9
content/_index.md
Normal file
9
content/_index.md
Normal 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.
|
|
@ -1,8 +1,7 @@
|
|||
<footer class="footer">
|
||||
<div class="footer__inner">
|
||||
<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>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</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>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Reference in a new issue