Skip to content

Commit 1c18746

Browse files
committed
Add second demo video and captions
1 parent a6a5a1b commit 1c18746

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

public/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,11 @@ <h4 class="is-size-4 has-text-weight-bold mb-2">Bring your own ROM</h4>
163163
<div class="column is-6 is-block-desktop">
164164
<figure class="image is-16by9" id="demo-video">
165165
<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=""
166+
src="https://peertube.tv/videos/embed/f6991d31-52da-4822-b0af-06ae322d02e4?muted=1&amp;warningTitle=0&amp;p2p=0" allowfullscreen=""
167167
sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>
168+
<figcaption class="has-text-centered">
169+
<i>Demo: How to how to unlock the bootloader and install LineageOS.</i>
170+
</figcaption>
168171
</figure>
169172
<!--<img class="mx-auto mt-0-widescreen is-block image" src="static/Screenshot-start-page.png"
170173
alt="Open Android Installer Startpage Screenshot">-->
@@ -291,6 +294,14 @@ <h4>A selection of different Android-based ROMs and where to find them:</h4>
291294
target="_blank">xda-developers
292295
forum</a> for an appropriate version for your device.</li>
293296
</ul>
297+
<figure class="image">
298+
<iframe title="OpenAndroidInstaller demo: Install LineageOS and MicroG on Samsung Galaxy S7"
299+
src="https://peertube.tv/videos/embed/62b33061-0f10-4782-8ec1-fd1afcbc8ac0?muted=1&amp;warningTitle=0&amp;p2p=0" allowfullscreen=""
300+
sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>
301+
<figcaption class="has-text-centered">
302+
<i>Demo: How to install Addons like MicroG alongside LineageOS.</i>
303+
</figcaption>
304+
</figure>
294305
</div>
295306
</div>
296307
</div>

templates/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ <h4 class="is-size-4 has-text-weight-bold mb-2">Bring your own ROM</h4>
6363
<div class="column is-6 is-block-desktop">
6464
<figure class="image is-16by9" id="demo-video">
6565
<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=""
66+
src="https://peertube.tv/videos/embed/f6991d31-52da-4822-b0af-06ae322d02e4?muted=1&amp;warningTitle=0&amp;p2p=0" allowfullscreen=""
6767
sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>
68+
<figcaption class="has-text-centered">
69+
<i>Demo: How to how to unlock the bootloader and install LineageOS.</i>
70+
</figcaption>
6871
</figure>
6972
<!--<img class="mx-auto mt-0-widescreen is-block image" src="static/Screenshot-start-page.png"
7073
alt="Open Android Installer Startpage Screenshot">-->
@@ -191,6 +194,14 @@ <h4>A selection of different Android-based ROMs and where to find them:</h4>
191194
target="_blank">xda-developers
192195
forum</a> for an appropriate version for your device.</li>
193196
</ul>
197+
<figure class="image">
198+
<iframe title="OpenAndroidInstaller demo: Install LineageOS and MicroG on Samsung Galaxy S7"
199+
src="https://peertube.tv/videos/embed/62b33061-0f10-4782-8ec1-fd1afcbc8ac0?muted=1&amp;warningTitle=0&amp;p2p=0" allowfullscreen=""
200+
sandbox="allow-same-origin allow-scripts allow-popups" width="560" height="315" frameborder="0"></iframe>
201+
<figcaption class="has-text-centered">
202+
<i>Demo: How to install Addons like MicroG alongside LineageOS.</i>
203+
</figcaption>
204+
</figure>
194205
</div>
195206
</div>
196207
</div>

0 commit comments

Comments
 (0)