Skip to content

Commit a6a5a1b

Browse files
committed
Move video to PeerTube.TV
1 parent 0efa71b commit a6a5a1b

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

public/index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,9 @@ <h4 class="is-size-4 has-text-weight-bold mb-2">Bring your own ROM</h4>
162162
</div>
163163
<div class="column is-6 is-block-desktop">
164164
<figure class="image is-16by9" id="demo-video">
165-
<video class="has-ratio" width="640" height="360" poster="static/openandroidinstaller-demo-preview.png"
166-
src="https://user-images.githubusercontent.com/13310865/212983179-04d58c21-7a07-48fa-961c-5413a7f2d850.mp4"
167-
controls="controls" style="max-width: 640px;">
168-
</video>
165+
<iframe title="OpenAndroidInstaller demo: Install LineageOS on Google Pixel 3a" class="has-ratio"
166+
src="https://peertube.tv/videos/embed/f6991d31-52da-4822-b0af-06ae322d02e4?muted=1" allowfullscreen=""
167+
sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>
169168
</figure>
170169
<!--<img class="mx-auto mt-0-widescreen is-block image" src="static/Screenshot-start-page.png"
171170
alt="Open Android Installer Startpage Screenshot">-->
@@ -276,7 +275,9 @@ <h2 class="mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-bold" id="what-t
276275
</h2>
277276
<div class="content">
278277
<p>
279-
You can use the OpenAndroidInstaller to install all kinds of custom Android ROMs and Addons like <a href="https://openandroidinstaller.org/faq.html#which-addons">Google Apps, MicroG or the F-Droid-Store</a>.
278+
You can use the OpenAndroidInstaller to install all kinds of custom Android ROMs and Addons like <a
279+
href="https://openandroidinstaller.org/faq.html#which-addons">Google Apps, MicroG or the
280+
F-Droid-Store</a>.
280281
</p>
281282
<h4>A selection of different Android-based ROMs and where to find them:</h4>
282283
<ul>
@@ -429,7 +430,8 @@ <h4 class="subtitle is-5">Test the installer</h4>
429430
<li>Test the tool regularly with a spare device and check if everything still works</li>
430431
<li>Follow us on <a href="https://fosstodon.org/@openandroidinstaller" target="_blank">Mastodon</a> or
431432
<a href="https://twitter.com/OAInstaller" target="_blank">Twitter</a>
432-
and test new (pre-) releases and report issues.</li>
433+
and test new (pre-) releases and report issues.
434+
</li>
433435
</ul>
434436
</div>
435437
<div id="sponsor" class="tabcontent content p-4">

templates/index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ <h4 class="is-size-4 has-text-weight-bold mb-2">Bring your own ROM</h4>
6262
</div>
6363
<div class="column is-6 is-block-desktop">
6464
<figure class="image is-16by9" id="demo-video">
65-
<video class="has-ratio" width="640" height="360" poster="static/openandroidinstaller-demo-preview.png"
66-
src="https://user-images.githubusercontent.com/13310865/212983179-04d58c21-7a07-48fa-961c-5413a7f2d850.mp4"
67-
controls="controls" style="max-width: 640px;">
68-
</video>
65+
<iframe title="OpenAndroidInstaller demo: Install LineageOS on Google Pixel 3a" class="has-ratio"
66+
src="https://peertube.tv/videos/embed/f6991d31-52da-4822-b0af-06ae322d02e4?muted=1" allowfullscreen=""
67+
sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>
6968
</figure>
7069
<!--<img class="mx-auto mt-0-widescreen is-block image" src="static/Screenshot-start-page.png"
7170
alt="Open Android Installer Startpage Screenshot">-->
@@ -176,7 +175,9 @@ <h2 class="mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-bold" id="what-t
176175
</h2>
177176
<div class="content">
178177
<p>
179-
You can use the OpenAndroidInstaller to install all kinds of custom Android ROMs and Addons like <a href="https://openandroidinstaller.org/faq.html#which-addons">Google Apps, MicroG or the F-Droid-Store</a>.
178+
You can use the OpenAndroidInstaller to install all kinds of custom Android ROMs and Addons like <a
179+
href="https://openandroidinstaller.org/faq.html#which-addons">Google Apps, MicroG or the
180+
F-Droid-Store</a>.
180181
</p>
181182
<h4>A selection of different Android-based ROMs and where to find them:</h4>
182183
<ul>
@@ -329,7 +330,8 @@ <h4 class="subtitle is-5">Test the installer</h4>
329330
<li>Test the tool regularly with a spare device and check if everything still works</li>
330331
<li>Follow us on <a href="https://fosstodon.org/@openandroidinstaller" target="_blank">Mastodon</a> or
331332
<a href="https://twitter.com/OAInstaller" target="_blank">Twitter</a>
332-
and test new (pre-) releases and report issues.</li>
333+
and test new (pre-) releases and report issues.
334+
</li>
333335
</ul>
334336
</div>
335337
<div id="sponsor" class="tabcontent content p-4">

0 commit comments

Comments
 (0)