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

imaxon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/asterixdb-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3404458  Remove Video embeds from front page
3404458 is described below

commit 340445830e94147ab24a8ca38dd91710ee172981
Author: Ian Maxon <[email protected]>
AuthorDate: Thu Nov 14 17:14:58 2024 -0800

    Remove Video embeds from front page
    
    These won't work because the ASF web server is setting
    a CSP that won't allow iframes from outside.
    We will have to host these videos ourselves somehow.
    
    Change-Id:If17ec8dbd1de435c9a0caedf4dab7ae6e8e2a5b2
    Reviewed-on: 
https://asterix-gerrit.ics.uci.edu/c/incubator-asterixdb-site/+/19071
    Reviewed-by: Ian Maxon <[email protected]>
---
 content/index.html | 15 ---------------
 index.md           | 15 ---------------
 2 files changed, 30 deletions(-)

diff --git a/content/index.html b/content/index.html
index 73775a2..a6b4c5b 100644
--- a/content/index.html
+++ b/content/index.html
@@ -164,21 +164,6 @@
   <p></p>
 </div>
 
-<div class="row">
-  <div class="col-md-6 text-center">
-       <h3 id="tech-talk">Tech Talk</h3>
-       <iframe width="100%" src="https://www.youtube.com/embed/jIZRMi9rt2E"; 
frameborder="0" allowfullscreen=""></iframe>
-  </div>
-  <div class="col-md-6 text-center">
-    <h3 id="query-demo">Query Demo</h3>
-    <iframe width="100%" src="https://www.youtube.com/embed/0FVipiyL-cQ"; 
frameborder="0" allowfullscreen=""></iframe>
-  </div>
-</div>
-
-<div class="row">
-  <p></p>
-</div>
-
 <div class="row">
   <div class="col-md-6">
     <h3 id="community-and-support">Community and Support</h3>
diff --git a/index.md b/index.md
index dcb11a6..e3863ad 100644
--- a/index.md
+++ b/index.md
@@ -53,21 +53,6 @@ layout: default
   </div>
 </div>
 
-<div class="row">
-  <p></p>
-</div>
-
-<div class="row">
-  <div class="col-md-6 text-center">
-       <h3 id="tech-talk">Tech Talk</h3>
-       <iframe width="100%" src="https://www.youtube.com/embed/jIZRMi9rt2E"; 
frameborder="0" allowfullscreen></iframe>
-  </div>
-  <div class="col-md-6 text-center">
-    <h3 id="query-demo">Query Demo</h3>
-    <iframe width="100%" src="https://www.youtube.com/embed/0FVipiyL-cQ"; 
frameborder="0" allowfullscreen></iframe>
-  </div>
-</div>
-
 
 <div class="row">
   <p></p>

Reply via email to