From 7a1c208be023c17151f7dc73086f245d890f84f8 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Mon, 21 Nov 2022 12:31:10 -0600 Subject: [PATCH] link opencollective --- web/src/App.vue | 3 ++- web/src/views/Home.vue | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/web/src/App.vue b/web/src/App.vue index 9b643c1..7dc6d31 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -17,7 +17,8 @@
 
diff --git a/web/src/views/Home.vue b/web/src/views/Home.vue index 016468b..958c47a 100644 --- a/web/src/views/Home.vue +++ b/web/src/views/Home.vue @@ -10,6 +10,10 @@ interests without the maniuplation of your attention to maximize ad revenue nor the walled garden lock-in of capitalist social media.

+

+ Guppe is brought to you by Immers Space, + the Immersive Web freelancer cooperative that uses its margins to fund the development of free software that breaks down the walls between metaverse platforms. +

How does Guppe work?

Guppe groups look like regular users you can interact with using your existing account on any @@ -21,6 +25,16 @@

  • New groups are created on demand, just search for or mention @YourGroupNameHere@{{ domain }} and it will show up
  • Visit a @{{ domain }} group profile to see the group history
  • + +

    Support Guppe

    +

    + Become a member of Guppe on Open Collective to + help keep Guppe running, vote on development decicisions, and see your name listed here. +

    +
    + +
    +

    Active Groups

    Top 50 groups with the most recent posts

    @@ -79,4 +93,8 @@ export default { .profile-image { width: 75px; } + .flex-center { + display: flex; + justify-content: center; + }