
These are considered a best practice by Facebook and result in the image appearing properly when shared for the first time. It will also be quite useful when there are multiple images suited to different sizes.
96 lines
4.9 KiB
HTML
96 lines
4.9 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:description" content="Contact information for GrapheneOS."/>
|
|
<meta property="og:type" content="website"/>
|
|
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
|
|
<meta property="og:image:width" content="697"/>
|
|
<meta property="og:image:height" content="599"/>
|
|
<meta property="og:image:alt" content="GrapheneOS logo"/>
|
|
<meta property="og:url" content="https://grapheneos.org/contact"/>
|
|
<meta property="og:site_name" content="GrapheneOS"/>
|
|
<link rel="stylesheet" href="/grapheneos.css?4"/>
|
|
<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="/usage">Usage</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 GrapheneOS. The <a href="mailto:security@grapheneos.org">security@grapheneos.org</a>
|
|
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>
|
|
<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>
|
|
<p>The main IRC channel is #grapheneos on irc.freenode.net. The #grapheneos channel on
|
|
irc.oftc.net is an alternate channel acting as a backup for when freenode is down.</p>
|
|
<h2>Reporting issues</h2>
|
|
<ul>
|
|
<li><a href="https://github.com/GrapheneOS/os_issue_tracker/issues">OS issue tracker</a></li>
|
|
<li><a href="https://github.com/GrapheneOS/grapheneos.org/issues">grapheneos.org issue tracker</a></li>
|
|
<li><a href="https://github.com/GrapheneOS/seamlessupdate.app/issues">Update server (seamlessupdate.app) issue tracker</a></li>
|
|
</ul>
|
|
</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>
|
|
<a href="https://github.com/GrapheneOS">GitHub</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>
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Person",
|
|
"name": "Daniel Micay",
|
|
"email": "danielmicay@gmail.com",
|
|
"sameAs": [
|
|
"https://twitter.com/DanielMicay",
|
|
"https://github.com/thestinger",
|
|
"https://reddit.com/u/DanielMicay"
|
|
]
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|