diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-06 15:23:06 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-06 15:23:06 -0500 |
| commit | 66e797143bd1b857767c5581de9657c5bbfe29f2 (patch) | |
| tree | 1102a6d56fd4cb80de87dfac68833fd4a567fb2a /static/contact.html | |
| parent | e64d1921c7531113af6e961761d3cbfac0ce2958 (diff) | |
make it easier to join IRC
Diffstat (limited to 'static/contact.html')
| -rw-r--r-- | static/contact.html | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/static/contact.html b/static/contact.html index 6d36270e..2855dd2f 100644 --- a/static/contact.html +++ b/static/contact.html @@ -47,14 +47,25 @@ <h2><a href="#community">Community</a></h2> <p>The best place to ask questions and get support is the official chat room. The - official chat room is the IRC channel #grapheneos on chat.freenode.net and - <a href="https://freenode.logbot.info/grapheneos">publicly logged</a>. The channel - is bridged to Matrix and is available at #grapheneos:matrix.org for Matrix - users.</p> + official chat room is the IRC channel #grapheneos on chat.freenode.net and is + <a href="https://freenode.logbot.info/grapheneos">publicly logged</a>. There are + multiple options to join the channel:</p> + + <ul> + <li>Open <a href="ircs://chat.freenode.net:6697/grapheneos">#grapheneos</a> to join with your IRC client</li> + <li>Open <a href="https://webchat.freenode.net/#grapheneos">#grapheneos webchat</a> to join with your browser</li> + <li>Join the bridged #grapheneos:matrix.org Matrix room with your Matrix client</li> + </ul> <p>The #grapheneos-offtopic channel on chat.freenode.net is used to discuss topics - not directly related to GrapheneOS. This is bridged to the - #grapheneos-offtopic:matrix.org room on Matrix.</p> + not directly related to GrapheneOS. There are multiple options to join the + channel:</p> + + <ul> + <li>Open <a href="ircs://chat.freenode.net:6697/grapheneos-offtopic">#grapheneos-offtopic</a> to join with your IRC client</li> + <li>Open <a href="https://webchat.freenode.net/#grapheneos-offtopic">#grapheneos-offtopic webchat</a> to join with your browser</li> + <li>Join the bridged #grapheneos-offtopic:matrix.org Matrix room with your Matrix client</li> + </ul> <p>The official subreddit is <a href="https://reddit.com/r/GrapheneOS">/r/GrapheneOS</a>. The subreddit is |
