>From Ian Maxon <[email protected]>: Ian Maxon has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/incubator-asterixdb-site/+/19071 )
Change subject: Remove Video embeds from front page ...................................................................... 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]> --- M index.md M content/index.html 2 files changed, 15 insertions(+), 30 deletions(-) Approvals: Ian Maxon: Looks good to me, approved 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:[email protected]">users</a> mailing list, which you can subscribe to by sending an empty email to <a href="[email protected]">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> -- To view, visit https://asterix-gerrit.ics.uci.edu/c/incubator-asterixdb-site/+/19071 To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-Project: incubator-asterixdb-site Gerrit-Branch: asf-site Gerrit-Change-Id: If17ec8dbd1de435c9a0caedf4dab7ae6e8e2a5b2 Gerrit-Change-Number: 19071 Gerrit-PatchSet: 2 Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-CC: Jenkins <[email protected]> Gerrit-MessageType: merged
