Last active
January 26, 2016 17:42
-
-
Save johnhamelink/25aa2bbe6f567a8fe1b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="video"> | |
| <div class="overlay"></div> | |
| <iframe id="videoClip" style="transform: scale(1.07);" src="https://www.youtube.com/embed/dAm5y3rZAvQ?autoplay=1&controls=0&loop=1&modestbranding=1&showinfo=0&playlist=dAm5y3rZAvQ&enablejsapi=1" allowfullscreen="" frameborder="0" height="100%" width="100%"></iframe> | |
| <div class="content text-center"> | |
| <h2>Download The App</h2> | |
| <?php include 'partials/downloads.php'; ?> | |
| </div> | |
| <div class="slice"></div> | |
| </div><!-- /video --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment