mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 12:09:39 +00:00
feat(marketing): some frontpage updates, a screenshot, & "contact us"
button mods
This commit is contained in:
parent
abdbaa6fe3
commit
a582a0546d
5 changed files with 6 additions and 6 deletions
|
|
@ -76,7 +76,7 @@ code {
|
||||||
}
|
}
|
||||||
|
|
||||||
.frontpage-play-button
|
.frontpage-play-button
|
||||||
box-shadow: 0 0 40px #494141;
|
//box-shadow: 0 0 40px #494141;
|
||||||
display:inline
|
display:inline
|
||||||
font-size: 20px
|
font-size: 20px
|
||||||
width:100px
|
width:100px
|
||||||
|
|
|
||||||
BIN
public/marketing/devices.png
Normal file
BIN
public/marketing/devices.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
BIN
public/marketing/screenshot.png
Normal file
BIN
public/marketing/screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 642 KiB |
|
|
@ -16,9 +16,11 @@ block content
|
||||||
img(src='/bower_components/habitrpg-shared/img/logo/habitrpg_pixel.png', alt='HabitRPG logo')
|
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
|
//this image needs to be replaced by something more enticing, that shows off the features of hRPG
|
||||||
//while acting similarly to a logo
|
//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
|
p
|
||||||
button.btn.btn-primary.btn-large.frontpage-play-button(ng-click='playButtonClick()')=env.t('playButton')
|
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
|
//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
|
//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
|
//in fact, I think I really want it on the image, rather than as text, but language issues
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,6 @@ block content
|
||||||
td.muted 10
|
td.muted 10
|
||||||
td.muted 75
|
td.muted 75
|
||||||
td Unlimited
|
td Unlimited
|
||||||
td
|
|
||||||
tr
|
tr
|
||||||
th
|
th
|
||||||
span.dashed-underline(popover="First to be provided for with support.",popover-trigger='mouseenter',popover-placement='right')
|
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 -
|
||||||
td.muted 5
|
td.muted 5
|
||||||
td 10
|
td 10
|
||||||
td
|
|
||||||
tr
|
tr
|
||||||
th
|
th
|
||||||
h5 Game features:
|
h5 Game features:
|
||||||
|
|
@ -91,8 +89,8 @@ block content
|
||||||
th
|
th
|
||||||
//| Price
|
//| Price
|
||||||
td
|
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
|
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
|
td
|
||||||
a.btn.btn-primary(href='https://docs.google.com/forms/d/12Jqj_8f3oQS0B3ZUHewHbK61uLjBdzBeB0zyEqB9lxM/viewform') Contact Us
|
a.btn.btn-primary(href='https://docs.google.com/forms/d/12Jqj_8f3oQS0B3ZUHewHbK61uLjBdzBeB0zyEqB9lxM/viewform') Contact Us
|
||||||
Loading…
Reference in a new issue