diff options
| -rw-r--r-- | static/contact.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/contact.html b/static/contact.html index 50027804..0b8d08e8 100644 --- a/static/contact.html +++ b/static/contact.html @@ -31,8 +31,13 @@ <h1>Contact</h1> <p>You can contact <a href="mailto:contact@grapheneos.org">contact@grapheneos.org</a> for topics related to the Auditor app and attestation service. The <a href="mailto:security@grapheneos.org">security@grapheneos.org</a> - address can be used for high priority security issues. My personal email address <a href="mailto:danielmicay@gmail.com">danielmicay@gmail.com</a> - can be used for anything else.</p> + address can be used for high priority security issues. The email address of + the lead developer is <a href="mailto:danielmicay@gmail.com">danielmicay@gmail.com</a> + as a fallback option for anything else.</p> + <p>The official Twitter account for the project is <a href="https://twitter.com/GrapheneOS">@GrapheneOS</a> + 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> </div> <footer> <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> |
