Merge pull request #145 from louquillio/further-develop-homepage

Embed Draco vs. Gzip video; add headings.
This commit is contained in:
Lou Quillio 2017-07-27 11:50:40 -07:00 committed by GitHub
commit 9432b745e7

View File

@ -99,11 +99,20 @@
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 col-xs-18">
<h3>YouTube: Draco Announced on Google Developer Show</h3>
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/_l4UaUix8vA?start=33" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 col-xs-18">
<h3>YouTube: Comparing Draco to gzip</h3>
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/6sOgrBWjkcQ" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div> <!-- /container -->