diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-05 09:38:45 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-05 09:38:45 -0400 |
| commit | ad9ffffe39a5b2eb1bd050a031d5aded3055ff66 (patch) | |
| tree | ad4dcdc00fcbf5962d6d6e87fe036bb2923c311d | |
| parent | db8a6ae32236b8ff2349d197e4f69022f45261dd (diff) | |
add community section to contact page
| -rw-r--r-- | static/contact.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/contact.html b/static/contact.html index 1bb4e51e..a0fac57e 100644 --- a/static/contact.html +++ b/static/contact.html @@ -38,6 +38,9 @@ which is used for official announcements. The account of the lead developer is <a href="https://twitter.com/DanielMicay">@DanielMicay</a> and is primarily focused on the privacy and security research/engineering work on GrapheneOS.</p> + <h2>Community</h2> + <p>The main forum currently used to discuss the project is the official + <a href="https://reddit.com/r/GrapheneOS">/r/GrapheneOS subreddit</a> on Reddit.</p> </div> <footer> <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> |
