summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorsandbank52641 <153552626+sandbank52641@users.noreply.github.com>2024-03-03 16:40:18 +0100
committerDaniel Micay <danielmicay@gmail.com>2024-03-03 11:18:02 -0500
commit93036db66112859748d45eeb60bc024ef51a151f (patch)
tree1ec0d5fe6f55756d0961bdcd70225659fb71e5a9 /static
parent8694ac2317880d79b0722f51c54d79dde58a8c0f (diff)
move up "Further information" section
After installation, the user may want to dive into more information about the new system they got (=> "Further information"). This should have a higher priority than the section "Replacing GrapheneOS with the stock OS."
Diffstat (limited to 'static')
-rw-r--r--static/install/cli.html18
-rw-r--r--static/install/web.html18
2 files changed, 18 insertions, 18 deletions
diff --git a/static/install/cli.html b/static/install/cli.html
index e8f60819..5f26f800 100644
--- a/static/install/cli.html
+++ b/static/install/cli.html
@@ -630,6 +630,15 @@ curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-<var>VERS
</section>
</section>
+ <section id="further-information">
+ <h3><a href="#further-information">Further information</a></h3>
+
+ <p>Please look through the <a href="/usage">usage guide</a> and
+ <a href="/faq">FAQ</a> for more information. If you have further questions not
+ covered by the site, join the <a href="/contact#community">official GrapheneOS
+ chat channels</a> and ask the questions in the appropriate channel.</p>
+ </section>
+
<section id="replacing-grapheneos-with-the-stock-os">
<h3><a href="#replacing-grapheneos-with-the-stock-os">Replacing GrapheneOS with the stock OS</a></h3>
@@ -644,15 +653,6 @@ curl -O https://releases.grapheneos.org/<var>DEVICE_NAME</var>-factory-<var>VERS
<pre>fastboot erase avb_custom_key</pre>
</section>
-
- <section id="further-information">
- <h3><a href="#further-information">Further information</a></h3>
-
- <p>Please look through the <a href="/usage">usage guide</a> and
- <a href="/faq">FAQ</a> for more information. If you have further questions not
- covered by the site, join the <a href="/contact#community">official GrapheneOS
- chat channels</a> and ask the questions in the appropriate channel.</p>
- </section>
</section>
</main>
{% include "footer.html" %}
diff --git a/static/install/web.html b/static/install/web.html
index d60546ad..b475f40c 100644
--- a/static/install/web.html
+++ b/static/install/web.html
@@ -437,6 +437,15 @@
</section>
</section>
+ <section id="further-information">
+ <h3><a href="#further-information">Further information</a></h3>
+
+ <p>Please look through the <a href="/usage">usage guide</a> and
+ <a href="/faq">FAQ</a> for more information. If you have further questions not
+ covered by the site, join the <a href="/contact#community">official GrapheneOS
+ chat channels</a> and ask the questions in the appropriate channel.</p>
+ </section>
+
<section id="replacing-grapheneos-with-the-stock-os">
<h3><a href="#replacing-grapheneos-with-the-stock-os">Replacing GrapheneOS with the stock OS</a></h3>
@@ -455,15 +464,6 @@
<p><strong id="remove-custom-key-status"></strong></p>
</section>
-
- <section id="further-information">
- <h3><a href="#further-information">Further information</a></h3>
-
- <p>Please look through the <a href="/usage">usage guide</a> and
- <a href="/faq">FAQ</a> for more information. If you have further questions not
- covered by the site, join the <a href="/contact#community">official GrapheneOS
- chat channels</a> and ask the questions in the appropriate channel.</p>
- </section>
</section>
</main>
{% include "footer.html" %}