From 518e4f9b69b1f3bd82ead7bde3b51e3d17e80660 Mon Sep 17 00:00:00 2001 From: ryderr Date: Fri, 7 Nov 2014 14:59:21 -0500 Subject: go pro text --- public/assets/stylesheets/app.css | 34 +++++++++++++++++++++++++++++++--- views/home.ejs | 11 ++++++++++- views/partials/footer.ejs | 2 +- 3 files changed, 42 insertions(+), 5 deletions(-) diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 90454be..d37884e 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -803,6 +803,37 @@ iframe.embed { background-attachment: fixed; } + +.projectList.about.gopro { + padding:6% 0; +} +.about h3 { + font-weight:500; + text-align:center; + margin-bottom:20px; +} +.gopro span{ + font-size: 24px; + font-weight: 300; + width: 740px; + display: block; + margin: 0 auto; + line-height: 50px; +} +.gopro span a{ + width: 100%; + display: inline-block; + text-align: center; + margin-top: 40px; + background: limegreen; + color: white; + -webkit-transition:0.2s background; + -moz-transition:0.2s background; + transition:0.2s background; +} +.gopro span a:hover{ + background:black; +} .profilepage .about h2 .btn { float: none; border: 1px solid; @@ -2358,9 +2389,6 @@ form li textarea { z-index: 5; } -.loading .hero .circle { - opacity:0; -} .desktop .hero .circle:hover { background:black; diff --git a/views/home.ejs b/views/home.ejs index 0a55336..53d644a 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -64,7 +64,16 @@

Room Showcase

[[ include projects/list-projects ]] - + +
+ + +

Ready To Go Pro?

+ + We offer white-label licensing of the VValls platform that could be used within the context of your product offering. We can also customize the VValls platform to suit the various needs of your project. This could be include custom floor plans and numerous other features. Please inquire to start a conversation. + Contact +
+
[[ include partials/confirm-modal ]] [[ include projects/layouts-modal ]] [[ include partials/sign-in ]] diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index f44b611..a94acb1 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -5,7 +5,7 @@ Terms Privacy - ©2014 VVALLS Inc. + ©2014 Dot Dash 3, Inc. [[ if (logged_in) { ]]

-- cgit v1.2.3-70-g09d2 From f70acc5271970d15f0aa71eb7ac3d47e7388656f Mon Sep 17 00:00:00 2001 From: ryderr Date: Fri, 7 Nov 2014 15:01:37 -0500 Subject: opps --- public/assets/stylesheets/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 8b5e011..ed15656 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -375,7 +375,7 @@ h5 { .projectList.about .item span h3{ font-weight: 500; - font-size: 30px; + font-size: 25px; margin-bottom: 8px; } @@ -807,7 +807,7 @@ iframe.embed { .projectList.about.gopro { padding:6% 0; } -.about h3 { +.about.gopro h3 { font-weight:500; text-align:center; margin-bottom:20px; -- cgit v1.2.3-70-g09d2 From 51e66500905eb0bde1d5ba4c115277bc5e6d9ffd Mon Sep 17 00:00:00 2001 From: ryderr Date: Fri, 7 Nov 2014 15:04:00 -0500 Subject: new window links --- views/profile.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/profile.ejs b/views/profile.ejs index 272deb7..5043df6 100644 --- a/views/profile.ejs +++ b/views/profile.ejs @@ -33,12 +33,12 @@ [[ } ]] [[ if (profile.website && profile.website.length) { ]] - [[- profile.website ]] + [[- profile.website ]] [[ } ]] [[ if (profile.twitterName && profile.twitterName.length) { ]] - @[[- profile.twitterName ]] + @[[- profile.twitterName ]] [[ } ]] -- cgit v1.2.3-70-g09d2 From 63ee55d2a9146c969ebf9df590092ae71ac68969 Mon Sep 17 00:00:00 2001 From: ryderr Date: Fri, 7 Nov 2014 15:25:04 -0500 Subject: go pro mobile --- public/assets/stylesheets/app.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index ed15656..8b987c1 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2913,6 +2913,12 @@ a[data-role="forgot-password"] { right: 10px; top: 20px; } + .gopro span { + font-size: 16px; + width: 93%; + line-height: 22px; + text-align: justify; + } } @media screen and (orientation:portrait) { -- cgit v1.2.3-70-g09d2