61 lines
2.8 KiB
HTML
61 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" prefix="og: http://ogp.me/ns#">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Contact | GrapheneOS</title>
|
|
<meta name="description" content="Contact information for GrapheneOS."/>
|
|
<meta name="theme-color" content="#212121"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<meta property="og:title" content="GrapheneOS contact information"/>
|
|
<meta property="og:type" content="website"/>
|
|
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
|
<meta property="og:url" content="https://grapheneos.org/contact"/>
|
|
<meta property="og:site_name" content="GrapheneOS"/>
|
|
<link rel="stylesheet" href="/grapheneos.css?2"/>
|
|
<link rel="manifest" href="/manifest.webmanifest"/>
|
|
<link rel="canonical" href="https://grapheneos.org/contact"/>
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/">GrapheneOS</a></li>
|
|
<li><a href="/install">Install</a></li>
|
|
<li><a href="/build">Build</a></li>
|
|
<li><a href="/releases">Releases</a></li>
|
|
<li><a href="/source">Source</a></li>
|
|
<li><a href="/donate">Donate</a></li>
|
|
<li class="active"><a href="/contact">Contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
<div id="content">
|
|
<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>
|
|
</div>
|
|
<footer>
|
|
<a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a>
|
|
<div id="social">
|
|
<a href="https://twitter.com/GrapheneOS">Twitter</a>
|
|
</div>
|
|
</footer>
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Organization",
|
|
"name": "GrapheneOS",
|
|
"description": "GrapheneOS is an open source project focused on mobile privacy and security.",
|
|
"url": "https://grapheneos.org/",
|
|
"logo": "https://grapheneos.org/graphene.png",
|
|
"email": "contact@grapheneos.org",
|
|
"sameAs": [
|
|
"https://twitter.com/GrapheneOS",
|
|
"https://github.com/GrapheneOS",
|
|
"https://reddit.com/u/GrapheneOS"
|
|
]
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|