diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-04 14:58:41 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-04 14:58:41 -0400 |
| commit | f25cbd31c82cb758c1124197f26b0a4ad2aeb2b2 (patch) | |
| tree | 194de9b0ed78f4834dd4e0dc48c993d75f0b83ab /static | |
| parent | d27b1d8acc9fd4681c3a03f243fdd276d8b6a231 (diff) | |
add Twitter accounts to contact page
Diffstat (limited to 'static')
| -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> |
