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 <imaxon@apache.org>
diff --git a/content/index.html b/content/index.html
index 73775a2..a6b4c5b 100644
--- a/content/index.html
+++ b/content/index.html
@@ -165,21 +165,6 @@
 </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>
     <p>If you have any questions, please feel free to ask on our <a href="mailto:users@asterixdb.apache.org">users</a> mailing list, which you can subscribe to by sending an empty email to <a href="users-subscribe@asterixdb.apache.org">users-subscribe</a>. Check out the <a href="community.html">Community</a> page for more details.</p>
diff --git a/index.md b/index.md
index dcb11a6..e3863ad 100644
--- a/index.md
+++ b/index.md
@@ -53,21 +53,6 @@
   </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>