diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-13 11:17:17 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-13 13:51:15 -0400 |
| commit | 60902ba216989cf16cbb24398c60024918820eb3 (patch) | |
| tree | f08e2cdc16955b17a1df44b617464481375d43f5 /static/releases.html | |
| parent | f424932ea5dd97ceee84f104e5c37bb2239bbbf5 (diff) | |
releases: add hidden sections for bonito and sargo
Diffstat (limited to 'static/releases.html')
| -rw-r--r-- | static/releases.html | 48 |
1 files changed, 46 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html index 85b437ed..1444282e 100644 --- a/static/releases.html +++ b/static/releases.html @@ -20,7 +20,7 @@ <meta property="og:site_name" content="GrapheneOS"/> <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/> - <link rel="stylesheet" href="/grapheneos.css?9"/> + <link rel="stylesheet" href="/grapheneos.css?10"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/releases"/> </head> @@ -75,6 +75,28 @@ <a href="#stable-channel">Stable channel</a> </h2> + <section id="bonito-stable" class="hidden"> + <h3> + <a href="#bonito-stable">Pixel 3a XL (experimental)</a> + </h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/PQ3A.190605.003.2019.06.03.18">PQ3A.190605.003.2019.06.03.18</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/bonito-factory-2019.06.03.18.zip">bonito-factory-2019.06.03.18.zip</a></li> + <li><a href="https://releases.grapheneos.org/bonito-factory-2019.06.03.18.zip.sig">bonito-factory-2019.06.03.18.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/bonito-ota_update-2019.06.03.18.zip">bonito-ota_update-2019.06.03.18.zip</a></li> + </ul> + </section> + <section id="sargo-stable" class="hidden"> + <h3> + <a href="#sargo-stable">Pixel 3a (experimental)</a> + </h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/PQ3A.190605.003.2019.06.03.18">PQ3A.190605.003.2019.06.03.18</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/sargo-factory-2019.06.03.18.zip">sargo-factory-2019.06.03.18.zip</a></li> + <li><a href="https://releases.grapheneos.org/sargo-factory-2019.06.03.18.zip.sig">sargo-factory-2019.06.03.18.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/sargo-ota_update-2019.06.03.18.zip">sargo-ota_update-2019.06.03.18.zip</a></li> + </ul> + </section> <section id="crosshatch-stable"> <h3> <a href="#crosshatch-stable">Pixel 3 XL</a> @@ -148,6 +170,28 @@ <a href="#beta-channel">Beta channel</a> </h2> + <section id="bonito-beta" class="hidden"> + <h3> + <a href="#bonito-beta">Pixel 3a XL (experimental)</a> + </h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/PQ3A.190605.003.2019.06.03.18">PQ3A.190605.003.2019.06.03.18</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/bonito-factory-2019.06.03.18.zip">bonito-factory-2019.06.03.18.zip</a></li> + <li><a href="https://releases.grapheneos.org/bonito-factory-2019.06.03.18.zip.sig">bonito-factory-2019.06.03.18.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/bonito-ota_update-2019.06.03.18.zip">bonito-ota_update-2019.06.03.18.zip</a></li> + </ul> + </section> + <section id="sargo-beta" class="hidden"> + <h3> + <a href="#sargo-beta">Pixel 3a (experimental)</a> + </h3> + <p>Version: <a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/PQ3A.190605.003.2019.06.03.18">PQ3A.190605.003.2019.06.03.18</a></p> + <ul> + <li><a href="https://releases.grapheneos.org/sargo-factory-2019.06.03.18.zip">sargo-factory-2019.06.03.18.zip</a></li> + <li><a href="https://releases.grapheneos.org/sargo-factory-2019.06.03.18.zip.sig">sargo-factory-2019.06.03.18.zip.sig</a></li> + <li><a href="https://releases.grapheneos.org/sargo-ota_update-2019.06.03.18.zip">sargo-ota_update-2019.06.03.18.zip</a></li> + </ul> + </section> <section id="crosshatch-beta"> <h3> <a href="#crosshatch-beta">Pixel 3 XL</a> @@ -406,6 +450,6 @@ <li><a href="https://github.com/GrapheneOS">GitHub</a></li> </ul> </footer> - <script src="/releases.js?10"></script> + <script src="/releases.js?11"></script> </body> </html> |
