summaryrefslogtreecommitdiff
path: root/static/contact.html
blob: 31a0c89716249eabf53b632a1c8f7676c28e3a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!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="msapplication-TileColor" content="#ffffff"/>
        <meta name="viewport" content="width=device-width, initial-scale=1"/>
        <meta name="twitter:site" content="@GrapheneOS"/>
        <meta name="twitter:creator" content="@GrapheneOS"/>
        <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/opengraph.png"/>
        <meta property="og:image:width" content="512"/>
        <meta property="og:image:height" content="512"/>
        <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="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
        <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
        <link rel="stylesheet" href="/grapheneos.css?14"/>
        <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="/faq">FAQ</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 id="contact">
                <a href="#contact">Contact</a>
            </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 id="community">
                <a href="#community">Community</a>
            </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 official IRC channel is #grapheneos on irc.freenode.net. The channel is bridged
            to Matrix and is available at #grapheneos:matrix.org for Matrix users.</p>
            <h2 id="reporting-issues">
                <a href="#reporting-issues">Reporting issues</a>
            </h2>
            <p>Most issues should be reported to the global OS issue tracker for GrapheneOS
            sub-projects. However, standalone projects and anything outside of the GrapheneOS
            source tree (like the websites) has a dedicated issue tracker. The issue trackers are
            listed for reference:</p>
            <ul>
                <li><a href="https://github.com/GrapheneOS/os_issue_tracker/issues">OS issue tracker</a> for all GrapheneOS repositories that are not standalone projects</li>
                <li><a href="https://github.com/GrapheneOS/Vanadium/issues">Vanadium (Chromium variant) issue tracker</a></li>
                <li><a href="https://github.com/GrapheneOS/PdfViewer/issues">PDF Viewer issue tracker</a></li>
                <li><a href="https://github.com/GrapheneOS/Auditor/issues">Auditor issue tracker</a></li>
                <li><a href="https://github.com/GrapheneOS/AttestationServer/issues">AttestationServer (attestation.app) 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/releases.grapheneos.org/issues">Update server (releases.grapheneos.org) issue tracker</a></li>
                <li><a href="https://github.com/GrapheneOS/platform_packages_apps_Updater/issues">Update client issue tracker</a></li>
                <li><a href="https://github.com/GrapheneOS/hardened_malloc/issues">hardened_malloc issue tracker</a></li>
            </ul>
        </div>
        <footer>
            <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a>
            <ul id="social">
                <li><a href="https://twitter.com/GrapheneOS">Twitter</a></li>
                <li><a href="https://github.com/GrapheneOS">GitHub</a></li>
                <li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
            </ul>
        </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/logo.png",
                "email": "contact@grapheneos.org",
                "sameAs": [
                    "https://twitter.com/GrapheneOS",
                    "https://github.com/GrapheneOS",
                    "https://reddit.com/u/GrapheneOS"
                ],
                "founders": [
                    {
                        "@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>