diff options
Diffstat (limited to 'views/home.ejs')
| -rwxr-xr-x | views/home.ejs | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/views/home.ejs b/views/home.ejs index 36fc2fc..7edac4c 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -1,24 +1,12 @@ <!doctype html> <html> <head> - <title>vvalls</title> + <title>VValls</title> [[ include partials/meta ]] </head> <body class="loading"> <div class="rapper page home"> [[ include partials/header ]] - - <div class="hero" style="background-image:url(http://okfocus.s3.amazonaws.com/images/vvalls-video-still1.jpg)"> - <div class="holder"> - <span class="circle"> - <span class="videoTitle">Create 3D Rooms</span><br> - <span class="ion-ios7-play"></span><br> - <span class="videoTitle">Watch video.</span> - </span> - </div> - </div> - - <h1>What's VValls For?</h1> <div class="projectList about"> <div class="item"> @@ -57,20 +45,15 @@ <a href="/about/howto" class="greenbtn learn">Read Tutorial</a> </div> + <h1>Sign Up</h1> + + <div class="projectList about aboutintro"> + </div> + <h1>Room Showcase</h1> [[ include projects/list-projects ]] - - <div class="projectList about gopro"> - - <span> - <h3>Ready To Go Pro?</h3> - Use VValls as part of your product, service, or marketing campaign. - We offer many types of customizations, including automation of layouts, more elaborate floor plans, enhanced video, interactivity, and other features. - <a href="mailto:info@vvalls.com?subject=VValls platform" class="greenbtn">Contact</a> - </span> - </div> [[ include partials/confirm-modal ]] [[ include projects/layouts-modal ]] [[ include partials/sign-in ]] @@ -78,7 +61,7 @@ </div> <div class="videoModal"> -<span class="ion-ios7-close-empty"></span> +<span class="ion-ios-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> |
