diff options
| author | ryderr <r@okfoc.us> | 2014-11-07 14:59:21 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-07 14:59:21 -0500 |
| commit | 518e4f9b69b1f3bd82ead7bde3b51e3d17e80660 (patch) | |
| tree | 8b618b8cd693cdd3cc0b94189a35f33c09a4332d | |
| parent | 69cf6a5005dcd0e7fcebcc1db9bd290b5fb63ed1 (diff) | |
go pro text
| -rwxr-xr-x | public/assets/stylesheets/app.css | 34 | ||||
| -rwxr-xr-x | views/home.ejs | 11 | ||||
| -rw-r--r-- | 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 @@ <h1>Room Showcase</h1> [[ include projects/list-projects ]] - + + <div class="projectList about gopro"> + + <span> + <h3>Ready To Go Pro?</h3> + + 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. + <a href="#">Contact</a> + </span> + </div> [[ 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 @@ <a href="/about/terms">Terms</a> <a href="/about/privacy">Privacy</a> - <span>©2014 VVALLS Inc.</span> + <span>©2014 Dot Dash 3, Inc.</span> [[ if (logged_in) { ]] <br><br> |
