diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-19 14:43:00 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-19 14:43:00 -0500 |
| commit | 4a456e58d8544b949b8bf60fb7dfb4b5f62a7c70 (patch) | |
| tree | be8e1006a40bdf3967a6d0659fb4eacc0c05c36f | |
| parent | 7015649223738101d4d4ad1344ece53c58a11c3c (diff) | |
gopro copy, make sure intro video has volume turned up
| -rw-r--r-- | public/assets/javascripts/ui/site/HomeView.js | 3 | ||||
| -rwxr-xr-x | public/assets/stylesheets/app.css | 2 | ||||
| -rwxr-xr-x | views/home.ejs | 6 | ||||
| -rw-r--r-- | views/partials/footer.ejs | 1 |
4 files changed, 7 insertions, 5 deletions
diff --git a/public/assets/javascripts/ui/site/HomeView.js b/public/assets/javascripts/ui/site/HomeView.js index ba2ead3..404a491 100644 --- a/public/assets/javascripts/ui/site/HomeView.js +++ b/public/assets/javascripts/ui/site/HomeView.js @@ -9,6 +9,9 @@ var HomeView = View.extend({ var player = $f( okplayer ) player.addEvent('ready', function(){ + player.addEvent('play', function(){ + player.api('setVolume', 1.0) + }) player.addEvent('finish', function(){ hide() }) diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index e3bb325..632d816 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -839,7 +839,7 @@ iframe.embed { .gopro span{ font-size: 24px; font-weight: 300; - width: 740px; + width: 710px; display: block; margin: 0 auto; line-height: 50px; diff --git a/views/home.ejs b/views/home.ejs index 8fc248e..2c9c204 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -66,10 +66,8 @@ <span> <h3>Ready To Go Pro?</h3> - - We can help make your content immersive and experiential. We offer white-label licensing of VValls customized to suit the various needs of your project. Customizations include more sophisticated floor plan, video, audio, and interactivity options, as well as automation of room creation. We can also completely integrate a custom version of VValls into your product offering or work with your team to enhance your advertising or marketing campaign. - Give your audience a cutting-edge interactive experience with your brand. - Please inquire to start a conversation. + 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> diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 75d06e5..15b658f 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -3,6 +3,7 @@ <a href="/about">How To</a> <a href="/about/terms">Terms</a> <a href="/about/privacy">Privacy</a> + <a href="mailto:hello@vvalls.com">Contact</a> <span>©2014 Dot Dash 3, Inc.</span> |
