Skip to content

Commit

Permalink
fixed up nav and video
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolski committed May 22, 2015
1 parent 042beca commit 5bdad33
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
<li>
<a class="page-scroll" href="#media">Media</a>
</li>
<li>
<a class="page-scroll" href="#how-to">How-To</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
Expand Down Expand Up @@ -147,15 +150,13 @@ <h3>Free as in Freedom</h3>
</div>
</div>
</section>
<aside class="bg-dark">
<aside class="bg-dark" id="media">
<div class="container text-center">
<div class="call-to-action">
<iframe width="560" height="315" src="https://www.youtube.com/embed/8U-E1nh1Hzs" frameborder="0" allowfullscreen></iframe>
</div>
<iframe width="100%" height="600px" src="https://www.youtube.com/embed/8U-E1nh1Hzs" frameborder="0" allowfullscreen></iframe>
</div>
</aside>

<section id="contact">
<section id="how-to">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
Expand Down

0 comments on commit 5bdad33

Please sign in to comment.