Skip to content

Commit 1c338f1

Browse files
committed
Tweak uppercase letters
1 parent fd1f6af commit 1c338f1

File tree

11 files changed

+42
-28
lines changed

11 files changed

+42
-28
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
# render the templates
2525
template = env.get_template(page)
2626
output = template.render(
27-
version="v0.4.1-beta",
28-
n_supported_devices=56,
27+
version="v0.4.2-beta",
28+
n_supported_devices=57,
2929
)
3030

3131
# write to file

public/download.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
135135
<div class="tile is-ancestor">
136136
<div class="tile is-6 is-vertical is-parent">
137137
<a class="tile is-child box is-clickable" target="_blank"
138-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.1-beta/openandroidinstaller-v0.4.1-beta-ubuntu-latest.zip">
138+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.2-beta/openandroidinstaller-v0.4.2-beta-ubuntu-latest.zip">
139139
<div class="icon-text title">
140140
<span class="icon is-medium">
141141
<i class="fab fa-ubuntu" aria-hidden="true"></i>
@@ -146,7 +146,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
146146
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
147147
</a>
148148
<a class="tile is-child box is-clickable" target="_blank"
149-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.1-beta/openandroidinstaller-v0.4.1-beta-ubuntu-20.04.zip">
149+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.2-beta/openandroidinstaller-v0.4.2-beta-ubuntu-20.04.zip">
150150
<div class="icon-text title">
151151
<span class="icon is-medium">
152152
<i class="fab fa-ubuntu" aria-hidden="true"></i>
@@ -168,7 +168,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
168168
</div>
169169
<div class="tile is-vertical is-parent">
170170
<a class="tile is-child box" target="_blank"
171-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.1-beta/openandroidinstaller-v0.4.1-beta-windows-latest.zip">
171+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.2-beta/openandroidinstaller-v0.4.2-beta-windows-latest.zip">
172172
<div class="icon-text title">
173173
<span class="icon is-medium">
174174
<i class="fab fa-windows" aria-hidden="true"></i>
@@ -178,7 +178,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
178178
<p>Click to download the zipped exe.</p>
179179
</a>
180180
<a class="tile is-child box is-clickable" target="_blank"
181-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.1-beta/openandroidinstaller-v0.4.1-beta-macos-latest.zip">
181+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.2-beta/openandroidinstaller-v0.4.2-beta-macos-latest.zip">
182182
<div class="icon-text title">
183183
<span class="icon is-medium">
184184
<i class="fab fa-apple" aria-hidden="true"></i>
@@ -262,13 +262,13 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
262262
<div class="pt-5" style="border-top: 1px solid #dee2e6;"></div>
263263
<div class="container">
264264
<div class="is-flex-tablet is-justify-content-between is-align-items-center">
265-
<p>made with &#x1F49A;, python and <a href="https://bulma.io/" target="_blank">bulma</a> by Tobias Sterbak.
265+
<p>Made with &#x1F49A;, Python and <a href="https://bulma.io/" target="_blank">Bulma</a> by Tobias Sterbak.
266266
All rights reserved © OpenAndroidInstaller 2022-2023</p>
267267
<div class="py-2 is-hidden-tablet"></div>
268268
<div class="ml-auto">
269269
<a class="mr-4 is-inline-block" href="https://github.com/openandroidinstaller-dev/openandroidinstaller"
270270
target="_blank">
271-
<span class="icon"><i class="fab fa-github"></i></span><span>Github</span>
271+
<span class="icon"><i class="fab fa-github"></i></span><span>GitHub</span>
272272
</a>
273273
<a class="mr-4 is-inline-block" href="https://twitter.com/OAInstaller" target="_blank">
274274
<span class="icon"><i class="fab fa-twitter"></i></span><span>Twitter</span>

public/faq.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,13 +334,13 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
334334
<div class="pt-5" style="border-top: 1px solid #dee2e6;"></div>
335335
<div class="container">
336336
<div class="is-flex-tablet is-justify-content-between is-align-items-center">
337-
<p>made with &#x1F49A;, python and <a href="https://bulma.io/" target="_blank">bulma</a> by Tobias Sterbak.
337+
<p>Made with &#x1F49A;, Python and <a href="https://bulma.io/" target="_blank">Bulma</a> by Tobias Sterbak.
338338
All rights reserved © OpenAndroidInstaller 2022-2023</p>
339339
<div class="py-2 is-hidden-tablet"></div>
340340
<div class="ml-auto">
341341
<a class="mr-4 is-inline-block" href="https://github.com/openandroidinstaller-dev/openandroidinstaller"
342342
target="_blank">
343-
<span class="icon"><i class="fab fa-github"></i></span><span>Github</span>
343+
<span class="icon"><i class="fab fa-github"></i></span><span>GitHub</span>
344344
</a>
345345
<a class="mr-4 is-inline-block" href="https://twitter.com/OAInstaller" target="_blank">
346346
<span class="icon"><i class="fab fa-twitter"></i></span><span>Twitter</span>

public/feedback.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,13 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
235235
<div class="pt-5" style="border-top: 1px solid #dee2e6;"></div>
236236
<div class="container">
237237
<div class="is-flex-tablet is-justify-content-between is-align-items-center">
238-
<p>made with &#x1F49A;, python and <a href="https://bulma.io/" target="_blank">bulma</a> by Tobias Sterbak.
238+
<p>Made with &#x1F49A;, Python and <a href="https://bulma.io/" target="_blank">Bulma</a> by Tobias Sterbak.
239239
All rights reserved © OpenAndroidInstaller 2022-2023</p>
240240
<div class="py-2 is-hidden-tablet"></div>
241241
<div class="ml-auto">
242242
<a class="mr-4 is-inline-block" href="https://github.com/openandroidinstaller-dev/openandroidinstaller"
243243
target="_blank">
244-
<span class="icon"><i class="fab fa-github"></i></span><span>Github</span>
244+
<span class="icon"><i class="fab fa-github"></i></span><span>GitHub</span>
245245
</a>
246246
<a class="mr-4 is-inline-block" href="https://twitter.com/OAInstaller" target="_blank">
247247
<span class="icon"><i class="fab fa-twitter"></i></span><span>Twitter</span>

public/imprint.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,13 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
223223
<div class="pt-5" style="border-top: 1px solid #dee2e6;"></div>
224224
<div class="container">
225225
<div class="is-flex-tablet is-justify-content-between is-align-items-center">
226-
<p>made with &#x1F49A;, python and <a href="https://bulma.io/" target="_blank">bulma</a> by Tobias Sterbak.
226+
<p>Made with &#x1F49A;, Python and <a href="https://bulma.io/" target="_blank">Bulma</a> by Tobias Sterbak.
227227
All rights reserved © OpenAndroidInstaller 2022-2023</p>
228228
<div class="py-2 is-hidden-tablet"></div>
229229
<div class="ml-auto">
230230
<a class="mr-4 is-inline-block" href="https://github.com/openandroidinstaller-dev/openandroidinstaller"
231231
target="_blank">
232-
<span class="icon"><i class="fab fa-github"></i></span><span>Github</span>
232+
<span class="icon"><i class="fab fa-github"></i></span><span>GitHub</span>
233233
</a>
234234
<a class="mr-4 is-inline-block" href="https://twitter.com/OAInstaller" target="_blank">
235235
<span class="icon"><i class="fab fa-twitter"></i></span><span>Twitter</span>

public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h4 class="is-size-4 has-text-weight-bold mb-2">Free & Open Source</h4>
197197
<div class="ml-3">
198198
<h4 class="is-size-4 has-text-weight-bold mb-2">Supports many devices</h4>
199199
<p class="subtitle has-text-grey">Built-in <a
200-
href="https://openandroidinstaller.org/supported-devices.html">support for 56
200+
href="https://openandroidinstaller.org/supported-devices.html">support for 57
201201
devices</a> and an
202202
easy extension system.</p>
203203
</div>
@@ -457,7 +457,7 @@ <h4 class="subtitle is-5">Donate to the project</h4>
457457
<p>There are currently two ways to support the project financially</p>
458458
<ul>
459459
<li><a href="https://opencollective.com/openandroidinstaller" target="_blank">OpenCollective</a></li>
460-
<li><a href="https://github.com/sponsors/openandroidinstaller-dev" target="_blank">Github Sponsors</a>
460+
<li><a href="https://github.com/sponsors/openandroidinstaller-dev" target="_blank">GitHub Sponsors</a>
461461
</li>
462462
</ul>
463463
<p>If you want to use a different method, please contact us.</p>
@@ -510,13 +510,13 @@ <h4 class="subtitle is-5">Donate to the project</h4>
510510
<div class="pt-5" style="border-top: 1px solid #dee2e6;"></div>
511511
<div class="container">
512512
<div class="is-flex-tablet is-justify-content-between is-align-items-center">
513-
<p>made with &#x1F49A;, python and <a href="https://bulma.io/" target="_blank">bulma</a> by Tobias Sterbak.
513+
<p>Made with &#x1F49A;, Python and <a href="https://bulma.io/" target="_blank">Bulma</a> by Tobias Sterbak.
514514
All rights reserved © OpenAndroidInstaller 2022-2023</p>
515515
<div class="py-2 is-hidden-tablet"></div>
516516
<div class="ml-auto">
517517
<a class="mr-4 is-inline-block" href="https://github.com/openandroidinstaller-dev/openandroidinstaller"
518518
target="_blank">
519-
<span class="icon"><i class="fab fa-github"></i></span><span>Github</span>
519+
<span class="icon"><i class="fab fa-github"></i></span><span>GitHub</span>
520520
</a>
521521
<a class="mr-4 is-inline-block" href="https://twitter.com/OAInstaller" target="_blank">
522522
<span class="icon"><i class="fab fa-twitter"></i></span><span>Twitter</span>

public/privacy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,13 +309,13 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
309309
<div class="pt-5" style="border-top: 1px solid #dee2e6;"></div>
310310
<div class="container">
311311
<div class="is-flex-tablet is-justify-content-between is-align-items-center">
312-
<p>made with &#x1F49A;, python and <a href="https://bulma.io/" target="_blank">bulma</a> by Tobias Sterbak.
312+
<p>Made with &#x1F49A;, Python and <a href="https://bulma.io/" target="_blank">Bulma</a> by Tobias Sterbak.
313313
All rights reserved © OpenAndroidInstaller 2022-2023</p>
314314
<div class="py-2 is-hidden-tablet"></div>
315315
<div class="ml-auto">
316316
<a class="mr-4 is-inline-block" href="https://github.com/openandroidinstaller-dev/openandroidinstaller"
317317
target="_blank">
318-
<span class="icon"><i class="fab fa-github"></i></span><span>Github</span>
318+
<span class="icon"><i class="fab fa-github"></i></span><span>GitHub</span>
319319
</a>
320320
<a class="mr-4 is-inline-block" href="https://twitter.com/OAInstaller" target="_blank">
321321
<span class="icon"><i class="fab fa-twitter"></i></span><span>Twitter</span>

public/supported-devices.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<div class="hero-body">
109109
<div class="container has-text-centered">
110110
<h1 class="mb-4 is-size-1 is-size-3-mobile has-text-weight-bold">Officially supported devices</h1>
111-
<h2 class="subtitle">Currently, <strong>we support 56 devices</strong> by various vendors and working on
111+
<h2 class="subtitle">Currently, <strong>we support 57 devices</strong> by various vendors and working on
112112
adding more soon!</h2>
113113
</div>
114114
</div>
@@ -580,6 +580,13 @@ <h2 class="subtitle">Currently, <strong>we support 56 devices</strong> by variou
580580
</tr>
581581
</thead>
582582
<tbody>
583+
<tr>
584+
<td>OnePlus</td>
585+
<td>One</td>
586+
<td><a href="https://wiki.lineageos.org/devices/bacon/" target="_blank">bacon</a></td>
587+
<td>A0001</td>
588+
<td><span class="tag is-success">tested</span></td>
589+
</tr>
583590
<tr>
584591
<td>OnePlus</td>
585592
<td>5</td>
@@ -734,13 +741,13 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
734741
<div class="pt-5" style="border-top: 1px solid #dee2e6;"></div>
735742
<div class="container">
736743
<div class="is-flex-tablet is-justify-content-between is-align-items-center">
737-
<p>made with &#x1F49A;, python and <a href="https://bulma.io/" target="_blank">bulma</a> by Tobias Sterbak.
744+
<p>Made with &#x1F49A;, Python and <a href="https://bulma.io/" target="_blank">Bulma</a> by Tobias Sterbak.
738745
All rights reserved © OpenAndroidInstaller 2022-2023</p>
739746
<div class="py-2 is-hidden-tablet"></div>
740747
<div class="ml-auto">
741748
<a class="mr-4 is-inline-block" href="https://github.com/openandroidinstaller-dev/openandroidinstaller"
742749
target="_blank">
743-
<span class="icon"><i class="fab fa-github"></i></span><span>Github</span>
750+
<span class="icon"><i class="fab fa-github"></i></span><span>GitHub</span>
744751
</a>
745752
<a class="mr-4 is-inline-block" href="https://twitter.com/OAInstaller" target="_blank">
746753
<span class="icon"><i class="fab fa-twitter"></i></span><span>Twitter</span>

templates/base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@
143143
<div class="pt-5" style="border-top: 1px solid #dee2e6;"></div>
144144
<div class="container">
145145
<div class="is-flex-tablet is-justify-content-between is-align-items-center">
146-
<p>made with &#x1F49A;, python and <a href="https://bulma.io/" target="_blank">bulma</a> by Tobias Sterbak.
146+
<p>Made with &#x1F49A;, Python and <a href="https://bulma.io/" target="_blank">Bulma</a> by Tobias Sterbak.
147147
All rights reserved © OpenAndroidInstaller 2022-2023</p>
148148
<div class="py-2 is-hidden-tablet"></div>
149149
<div class="ml-auto">
150150
<a class="mr-4 is-inline-block" href="https://github.com/openandroidinstaller-dev/openandroidinstaller"
151151
target="_blank">
152-
<span class="icon"><i class="fab fa-github"></i></span><span>Github</span>
152+
<span class="icon"><i class="fab fa-github"></i></span><span>GitHub</span>
153153
</a>
154154
<a class="mr-4 is-inline-block" href="https://twitter.com/OAInstaller" target="_blank">
155155
<span class="icon"><i class="fab fa-twitter"></i></span><span>Twitter</span>
@@ -215,4 +215,4 @@
215215
}
216216
</script>
217217

218-
</html>
218+
</html>

templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ <h4 class="subtitle is-5">Donate to the project</h4>
357357
<p>There are currently two ways to support the project financially</p>
358358
<ul>
359359
<li><a href="https://opencollective.com/openandroidinstaller" target="_blank">OpenCollective</a></li>
360-
<li><a href="https://github.com/sponsors/openandroidinstaller-dev" target="_blank">Github Sponsors</a>
360+
<li><a href="https://github.com/sponsors/openandroidinstaller-dev" target="_blank">GitHub Sponsors</a>
361361
</li>
362362
</ul>
363363
<p>If you want to use a different method, please contact us.</p>
@@ -369,4 +369,4 @@ <h4 class="subtitle is-5">Donate to the project</h4>
369369
</div>
370370
</section>
371371
<!-- Contribution Banner End -->
372-
{% endblock %}
372+
{% endblock %}

0 commit comments

Comments
 (0)