From 4b9cde8cdd5c4b72fe574b77a8ca9764a626bc42 Mon Sep 17 00:00:00 2001
From: Marco Janotta GrapheneOS has a very active community primarily based around the official chat
- room. It's the best place to request support, ask questions or get involved in the
- project. An official offtopic chat room is available for discussion of topics not
- strictly related to GrapheneOS.Community
The official chat room is available via Matrix as #grapheneos:grapheneos.org. There - are multiple ways to join the room:
+The links below will take you to the Element web client, which uses matrix.org as + the homeserver by default. However, you can use the client and homserver of your + choice to join our rooms.
-#grapheneos:grapheneos.org | +Best place to request support, ask questions or get involved in the project | +
#offtopic:grapheneos.org | +Discuss topics not strictly related to GrapheneOS | +
#testing:grapheneos.org | +Provide feedback on Beta channel releases | +
The official off topic chat room is available via Matrix as - #offtopic:grapheneos.org. There are multiple ways to join the room:
- -The official testing chat room for providing feedback on Beta channel releases - is available as #testing:grapheneos.org. There are multiple ways to join the - room:
- -The official GrapheneOS groups together all of the official rooms along with - members of the community who join the space. Spaces are a new experimental Matrix - feature and older clients will see it as an unusable chat room rather than as a - community space. There are multiple ways to join the space:
- -The official GrapheneOS space groups together all of the official rooms along + with members of the community who join the space. Spaces are a new experimental + Matrix feature and older clients will see it as an unusable chat room rather than as + a community space. You can join the space at + #community:grapheneos.org
The official subreddit is /r/GrapheneOS. The subreddit is diff --git a/static/main.css b/static/main.css index 5970565e..c2aacab7 100644 --- a/static/main.css +++ b/static/main.css @@ -170,6 +170,16 @@ footer a, footer a:visited { color: #b00020; } +table { + border-collapse: collapse; + width: 100%; +} + +td { + border: 1px solid #ddd; + padding: 0.5rem; +} + /* latin */ @font-face { font-family: 'Roboto'; @@ -254,4 +264,8 @@ footer a, footer a:visited { /* Baseline Material dark error color */ color: #cf6679; } + + td { + border-color: #222; + } }