This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git

commit 7819599c82bc8f2823bd2b2206d22d7cd1da0c3b
Author: Wojciech Pietraszewski <[email protected]>
AuthorDate: Tue Apr 30 18:34:48 2024 +0200

    site/docs/custom-theme: Update talks
    
    Updates the iframes for YT videos.
---
 custom-theme/talks.html | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/custom-theme/talks.html b/custom-theme/talks.html
index 28f7a4fd64..aab03333f3 100644
--- a/custom-theme/talks.html
+++ b/custom-theme/talks.html
@@ -9,7 +9,10 @@
 
   <div class="col-xs-12 col-md-6">
 
-<iframe width="480" height="360" 
src="https://www.youtube.com/embed/4xRbGMDcMu8?list=PLbzoR-pLrL6pRFP6SOywVJWdEHlmQE51q";
 frameborder="0" allowfullscreen style="padding: 20px;"></iframe>
+    <iframe width="560" height="315"
+            src="https://www.youtube.com/embed/4xRbGMDcMu8?si=SZbkHO08iLHDJF_N";
+            title="Apache Mynewt Overview" frameborder="0"
+            allow="accelerometer; autoplay; clipboard-write; encrypted-media; 
gyroscope; picture-in-picture; web-share" 
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen 
style="padding-top: 20px;"></iframe>
   </div>
 
   <div class="col-xs-12 col-md-6">
@@ -39,14 +42,19 @@
   </div>
 
   <div class="col-xs-12 col-md-6">
-    <iframe width="480" height="360" 
src="https://www.youtube.com/embed/5KhnjE7zYx4"; frameborder="0" allowfullscreen 
style="padding: 20px;"></iframe>
+    <iframe width="560" height="315"
+            src="https://www.youtube.com/embed/5KhnjE7zYx4?si=2eEdqrV6e3Rq3Tjf";
+            title="LAS16-104: MyNewt technical Overview" frameborder="0"
+            allow="accelerometer; autoplay; clipboard-write; encrypted-media; 
gyroscope; picture-in-picture; web-share" 
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen 
style="padding-top: 20px; padding-bottom: 20px;"></iframe>
   </div>
 </div>
 
 <div class="row">
 
   <div class="col-xs-12 col-md-6">
-    <iframe width="480" height="360" 
src="https://www.youtube.com/embed/RsDqH5FZ-bo"; frameborder="0" allowfullscreen 
style="padding: 20px;"></iframe>
+    <iframe width="560" height="315"
+            src="https://www.youtube.com/embed/RsDqH5FZ-bo?si=WSg1FfcxwejL-Qqm";
+            title="Apache Mynewt: The Next Great Open Source OS for 32 Bit 
MCUs Coming to a RISC-V" frameborder="0" allow="accelerometer; autoplay; 
clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" 
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen 
style="padding-top: 20px; padding-bottom: 20px;"></iframe>
   </div>
 
   <div class="col-xs-12 col-md-6">

Reply via email to