diff --git a/public/css/footer.styl b/public/css/footer.styl index 4e4670c640..0f39a09f1b 100644 --- a/public/css/footer.styl +++ b/public/css/footer.styl @@ -76,7 +76,7 @@ code { } .frontpage-play-button - box-shadow: 0 0 40px #494141; + //box-shadow: 0 0 40px #494141; display:inline font-size: 20px width:100px diff --git a/public/marketing/devices.png b/public/marketing/devices.png new file mode 100644 index 0000000000..336bdf94db Binary files /dev/null and b/public/marketing/devices.png differ diff --git a/public/marketing/screenshot.png b/public/marketing/screenshot.png new file mode 100644 index 0000000000..eb3ba9a385 Binary files /dev/null and b/public/marketing/screenshot.png differ diff --git a/views/static/front.jade b/views/static/front.jade index 943c6db299..f669785860 100644 --- a/views/static/front.jade +++ b/views/static/front.jade @@ -16,9 +16,11 @@ block content img(src='/bower_components/habitrpg-shared/img/logo/habitrpg_pixel.png', alt='HabitRPG logo') //this image needs to be replaced by something more enticing, that shows off the features of hRPG //while acting similarly to a logo - h1(style='margin:10px 0 20px 0')=env.t('tagline') + h1(style='margin:10px 0 20px 0;font-size:40px')=env.t('tagline') p button.btn.btn-primary.btn-large.frontpage-play-button(ng-click='playButtonClick()')=env.t('playButton') + hr + img(src='/marketing/devices.png') //we'd want the tagline centered, for sure, and a bit more pop, but without using jumbotron //it could also be part of the image, as long as the alt text included it //in fact, I think I really want it on the image, rather than as text, but language issues diff --git a/views/static/plans.jade b/views/static/plans.jade index b8a07d8e06..1699d5a2b3 100644 --- a/views/static/plans.jade +++ b/views/static/plans.jade @@ -53,7 +53,6 @@ block content td.muted 10 td.muted 75 td Unlimited - td tr th span.dashed-underline(popover="First to be provided for with support.",popover-trigger='mouseenter',popover-placement='right') @@ -69,7 +68,6 @@ block content td.muted - td.muted 5 td 10 - td tr th h5 Game features: @@ -91,8 +89,8 @@ block content th //| Price td - a.btn(href='https://docs.google.com/forms/d/17torT7OlxgtbHAPdBDRQNG2lTdIQyrGXk4O2YXvUMig/viewform',popover="Click to log interest, we'll reach out when plan is available.",popover-placement='right',popover-trigger='mouseenter') Coming Soon + a.btn(href='https://docs.google.com/forms/d/17torT7OlxgtbHAPdBDRQNG2lTdIQyrGXk4O2YXvUMig/viewform',popover="Plan not yet available, but click to contact us and we'll keep you updated.",popover-placement='right',popover-trigger='mouseenter') Contact Us td - a.btn(href='https://docs.google.com/forms/d/17torT7OlxgtbHAPdBDRQNG2lTdIQyrGXk4O2YXvUMig/viewform',popover="Click to log interest, we'll reach out when plan is available.",popover-placement='right',popover-trigger='mouseenter') Coming Soon + a.btn.muted(href='https://docs.google.com/forms/d/17torT7OlxgtbHAPdBDRQNG2lTdIQyrGXk4O2YXvUMig/viewform',popover="Plan not yet available, but click to contact us and we'll keep you updated.",popover-placement='right',popover-trigger='mouseenter') Contact Us td a.btn.btn-primary(href='https://docs.google.com/forms/d/12Jqj_8f3oQS0B3ZUHewHbK61uLjBdzBeB0zyEqB9lxM/viewform') Contact Us \ No newline at end of file