diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-02 19:23:56 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-02 19:23:56 -0500 |
| commit | 907b3fdc9149a9c0d9a57cada783e6af03f45972 (patch) | |
| tree | deac2404a9812e24e8c64830fda22155b88cb4c3 | |
| parent | 5fedad61823b9a05435824048a3537ec79c1b09a (diff) | |
overhaul contact page
| -rw-r--r-- | static/contact.html | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/static/contact.html b/static/contact.html index 81ba4133..b9d597e5 100644 --- a/static/contact.html +++ b/static/contact.html @@ -44,6 +44,27 @@ <a href="#contact">Contact</a> </h1> + <section id="community"> + <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 irc.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> + + <p>The #grapheneos-offtopic channel on irc.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> + + <p>The official subreddit is + <a href="https://reddit.com/r/GrapheneOS">/r/GrapheneOS</a>. The subreddit is + currently primarily used for announcements and you should use the IRC / Matrix + channel to seek support or participate in the community.</p> + </section> + <section id="contacting-the-project"> <h2> <a href="#contacting-the-project">Contacting the project</a> @@ -52,7 +73,7 @@ <p>Do not contact us with offers to sell us products or services.</p> <p>Please don't contact the GrapheneOS project or developers to request support / - device support / features or to report bugs. Use the <a href="#community">community + device support / features or to report bugs. Use the <a href="#community">community platforms</a> and <a href="#reporting-issues">issue trackers</a> listed below. The developers are active on the IRC / Matrix channel but the broader community can usually answer most questions, and this allows the developers to focus their time and @@ -88,19 +109,6 @@ the privacy and security research/engineering work on GrapheneOS.</p> </section> - <section id="community"> - <h2> - <a href="#community">Community</a> - </h2> - - <p>The official chat room used to discuss the project is the IRC channel #grapheneos - on irc.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> - - <p>The official subreddit is <a href="https://reddit.com/r/GrapheneOS">/r/GrapheneOS</a>.</p> - </section> - <section id="reporting-issues"> <h2> <a href="#reporting-issues">Reporting issues</a> |
