summaryrefslogtreecommitdiff
path: root/views/home.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/home.ejs')
-rwxr-xr-xviews/home.ejs5
1 files changed, 5 insertions, 0 deletions
diff --git a/views/home.ejs b/views/home.ejs
index 85d6f23..85548fb 100755
--- a/views/home.ejs
+++ b/views/home.ejs
@@ -71,6 +71,11 @@
[[ include partials/footer ]]
</div>
+<div class="videoModal">
+<span class="ion-ios7-close-empty"></span>
+<div class="holder">
+<div class="video" style="width: 960px; margin: 0 auto; height: 540px; overflow: hidden; position: relative;"><iframe frameborder="0" scrolling="no" seamless="seamless" webkitallowfullscreen="webkitAllowFullScreen" mozallowfullscreen="mozallowfullscreen" allowfullscreen="allowfullscreen" id="okplayer" src="http://player.vimeo.com/video/109947131?api=1&player_id=okplayer" width="960" height="540" style="width: 960px; height: 800px; margin-top: -130px;"></iframe></div>
+</div>
</body>
[[ include partials/scripts ]]
</html>