Skip to content

Commit 03a1bfd

Browse files
committed
Corrected section descriptions
1 parent 6ca7bf1 commit 03a1bfd

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

templates/base.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<!-- META -->
5+
<!-- Meta -->
66
<meta charset="UTF-8">
77
<title>{% block title %}{% endblock %}</title>
88
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -26,6 +26,7 @@
2626
<link rel="stylesheet" href="static/custom.css">
2727
<link rel="icon" href="static/favicon.ico">
2828
<meta name="msvalidate.01" content="BADB1605403452D1F9CB0E93E71BCEA6">
29+
<!-- Meta End -->
2930
<script defer data-domain="openandroidinstaller.org"
3031
src="https://plausible.io/js/script.outbound-links.file-downloads.js"></script>
3132
<script>window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
@@ -56,7 +57,7 @@
5657

5758
<body>
5859
<div>
59-
<!-- NAV -->
60+
<!-- Nav -->
6061
<nav class="navbar py-4">
6162
<div class="container is-fluid">
6263
<div class="navbar-brand">
@@ -97,7 +98,7 @@
9798
</div>
9899
</div>
99100
</nav>
100-
<!-- NAV End -->
101+
<!-- Nav End -->
101102

102103
<!-- Main -->
103104
{% block content %}
@@ -165,15 +166,15 @@
165166
</div>
166167
</body>
167168
<link rel="stylesheet" href="static/all.min.css">
168-
<!-- Track button clicks-->
169+
<!-- Track button clicks -->
169170
<script>
170171
document.getElementById('download-header').addEventListener("click", function () { plausible('download-header'); });
171172
document.getElementById('download-banner').addEventListener("click", function () { plausible('download-banner'); });
172173
document.getElementById('demo-video').addEventListener("click", function () { plausible('demo-video-started'); });
173174
document.getElementById('contribute-button').addEventListener("click", function () { plausible('contribute-button'); });
174175
document.getElementById('getting-started-button').addEventListener("click", function () { plausible('getting-started'); });
175176
</script>
176-
<!--Automatically close all the other <details> tags after opening a specific <details> tag-->
177+
<!--Automatically close all the other <details> tags after opening a specific <details> tag -->
177178
<script>
178179
// Fetch all the details element.
179180
const details = document.querySelectorAll("details");
@@ -190,7 +191,7 @@
190191
});
191192
});
192193
</script>
193-
<!--Script for vertical tabs-->
194+
<!--Script for vertical tabs -->
194195
<script>
195196
function openTab(event, tabName) {
196197
// Declare all variables

templates/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h3 id="find-logs" class="title is-3">Where do I find the logfiles?</h3>
185185
<!-- Content End -->
186186
</div>
187187
</section>
188-
<!-- FAQ -->
188+
<!-- FAQ End -->
189189

190190
<!-- Contribution Banner -->
191191
<section class="section has-background-primary">

templates/imprint.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1 class="is-size-1 is-size-3-mobile has-text-weight-bold">Impressum</h1>
1717
</section>
1818
<!-- Header End -->
1919

20-
<!-- FAQ -->
20+
<!-- Imprint -->
2121
<section class="section">
2222
<div class="container is-max-desktop">
2323
<!-- Content -->
@@ -60,9 +60,10 @@ <h3>Data protection</h3>
6060
<p>Our data protection regulations can be <a href="https://openandroidinstaller.org/privacy.html">found here</a>.
6161
</p>
6262
</div>
63-
<!-- Content end -->
63+
<!-- Content End -->
6464
</div>
6565
</section>
66+
<!-- Imprint End -->
6667

6768
<!-- Contribution Banner -->
6869
<section class="section has-background-primary">

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h4 class="is-size-5 mb-2 has-text-weight-bold">Free your Android device with a
141141
</section>
142142
<!-- Banner End -->
143143

144-
<!-- Getting started-->
144+
<!-- Getting started -->
145145
<section class="section" id="getting-started">
146146
<div class="container">
147147
<div class="columns is-multiline">

0 commit comments

Comments
 (0)