Skip to content

Commit

Permalink
Merge pull request #148 from louquillio/switch-videos
Browse files Browse the repository at this point in the history
Switch order of embedded homepage videos.
  • Loading branch information
louquillio authored Jul 28, 2017
2 parents c3d900a + 29291d1 commit 55306fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,19 +134,19 @@ <h2>Related Projects</h2>
<div class="row">
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 col-xs-18">
<hr>
<h3>YouTube: Draco Announced on Google Developer Show</h3>
<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/_l4UaUix8vA?start=33" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/6sOgrBWjkcQ" 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">
<hr>
<h3>YouTube: Comparing Draco to gzip</h3>
<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/6sOgrBWjkcQ" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/_l4UaUix8vA?start=33" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
Expand Down

0 comments on commit 55306fb

Please sign in to comment.