move main header id to main element
This commit is contained in:
parent
1dc316bb6e
commit
a8cdcca429
@ -38,10 +38,8 @@
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1 id="page-not-found">
|
||||
<a href="#page-not-found">Page not found</a>
|
||||
</h1>
|
||||
<main id="page-not-found">
|
||||
<h1><a href="#page-not-found">Page not found</a></h1>
|
||||
<p>Page not found on the web server. If you think this is a mistake, please
|
||||
<a href="https://github.com/GrapheneOS/grapheneos.org/issues">report an issue</a>.</p>
|
||||
</main>
|
||||
|
@ -41,10 +41,8 @@
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1 id="build">
|
||||
<a href="#build">Build</a>
|
||||
</h1>
|
||||
<main id="build">
|
||||
<h1><a href="#build">Build</a></h1>
|
||||
|
||||
<p>This is a guide on building, modifying and contributing to GrapheneOS as a
|
||||
developer.</p>
|
||||
|
@ -40,10 +40,8 @@
|
||||
<li aria-current="page"><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1 id="contact">
|
||||
<a href="#contact">Contact</a>
|
||||
</h1>
|
||||
<main id="contact">
|
||||
<h1><a href="#contact">Contact</a></h1>
|
||||
|
||||
<section id="community">
|
||||
<h2>
|
||||
|
@ -40,10 +40,8 @@
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1 id="donate">
|
||||
<a href="#donate">Donate</a>
|
||||
</h1>
|
||||
<main id="donate">
|
||||
<h1><a href="#donate">Donate</a></h1>
|
||||
|
||||
<section id="bitcoin">
|
||||
<h2>
|
||||
|
@ -41,10 +41,8 @@
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1 id="faq">
|
||||
<a href="#faq">Frequently Asked Questions</a>
|
||||
</h1>
|
||||
<main id="faq">
|
||||
<h1><a href="#faq">Frequently Asked Questions</a></h1>
|
||||
|
||||
<p>This page contains answers to frequently asked questions about GrapheneOS. It's not
|
||||
an overview of the project or a list of interesting topics about GrapheneOS. Many of
|
||||
|
@ -40,10 +40,8 @@
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1 id="features">
|
||||
<a href="#features">GrapheneOS feature overview</a>
|
||||
</h1>
|
||||
<main id="features">
|
||||
<h1><a href="#features">GrapheneOS feature overview</a></h1>
|
||||
|
||||
<p><strong>This is a newly created page (started 2020-12-05) and is in the process of
|
||||
being written. More details and links to more detailed documentation and relevant
|
||||
|
@ -41,10 +41,8 @@
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1 id="grapheneos">
|
||||
<a href="#grapheneos">GrapheneOS</a>
|
||||
</h1>
|
||||
<main id="grapheneos">
|
||||
<h1><a href="#grapheneos">GrapheneOS</a></h1>
|
||||
|
||||
<p>GrapheneOS is an <a href="/source">open source</a> privacy and security focused
|
||||
mobile OS with Android app compatibility. It's focused on the research and development
|
||||
|
@ -40,10 +40,8 @@
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1 id="install">
|
||||
<a href="#install">Install</a>
|
||||
</h1>
|
||||
<main id="install">
|
||||
<h1><a href="#install">Install</a></h1>
|
||||
|
||||
<p>This is a guide on installing GrapheneOS for the officially supported devices. It
|
||||
can be followed for both the official releases and custom builds.</p>
|
||||
|
@ -40,10 +40,8 @@
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1 id="pdfviewer-privacy-policy">
|
||||
<a href="#pdfviewer-privacy-policy">PDF Viewer privacy policy</a>
|
||||
</h1>
|
||||
<main id="pdfviewer-privacy-policy">
|
||||
<h1><a href="#pdfviewer-privacy-policy">PDF Viewer privacy policy</a></h1>
|
||||
<p>This app does not use any sensitive permissions, makes no internet connections and
|
||||
does not store any data other than preferences.</p>
|
||||
<p>See the <a href="https://github.com/GrapheneOS/PdfViewer">project's page on GitHub</a> for more information.</p>
|
||||
|
@ -43,10 +43,8 @@
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1 id="releases">
|
||||
<a href="#releases">Releases</a>
|
||||
</h1>
|
||||
<main id="releases">
|
||||
<h1><a href="#releases">Releases</a></h1>
|
||||
|
||||
<nav id="table-of-contents">
|
||||
<h2><a href="#table-of-contents">Table of contents</a></h2>
|
||||
|
@ -40,10 +40,8 @@
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1 id="source">
|
||||
<a href="#source">Source</a>
|
||||
</h1>
|
||||
<main id="source">
|
||||
<h1><a href="#source">Source</a></h1>
|
||||
<p>The GrapheneOS sources are hosted in the
|
||||
<a href="https://github.com/GrapheneOS">GrapheneOS organization on GitHub</a>. Since
|
||||
there are many repositories, this page aims to provide a guide for it. See the
|
||||
|
@ -41,10 +41,8 @@
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1 id="usage">
|
||||
<a href="#usage">Usage</a>
|
||||
</h1>
|
||||
<main id="usage">
|
||||
<h1><a href="#usage">Usage</a></h1>
|
||||
<p>This is a guide covering some aspects of using GrapheneOS. It's not intended to be
|
||||
an overview of the privacy and security features implemented by GrapheneOS. It will
|
||||
only cover the user-facing impact of features, and most of the privacy and security
|
||||
|
Loading…
x
Reference in New Issue
Block a user