2013-09-01 16:56:43 +00:00
|
|
|
extends ./layout
|
2013-09-06 17:50:14 +00:00
|
|
|
//Trick needed to pass 'env' to ./layout
|
|
|
|
|
block vars
|
|
|
|
|
- var layoutEnv = env
|
2014-01-28 01:16:12 +00:00
|
|
|
- var menuItem = 'home'
|
2013-09-01 16:56:43 +00:00
|
|
|
|
|
|
|
|
block title
|
2013-12-30 02:14:55 +00:00
|
|
|
title=env.t('titleFront')
|
2013-09-01 16:56:43 +00:00
|
|
|
|
|
|
|
|
block content
|
2014-01-29 17:26:58 +00:00
|
|
|
.marketing
|
|
|
|
|
//we need to use something that's not jumbotron for this, but still keep it centered
|
|
|
|
|
//could someone write something else to make it pretty?
|
|
|
|
|
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#tagline=env.t('tagline')
|
|
|
|
|
p.lead
|
2014-02-08 15:27:34 +00:00
|
|
|
button.btn.btn-primary.btn-lg#frontpage-play-button(ng-click='playButtonClick()')=env.t('playButton')
|
2014-01-29 17:26:58 +00:00
|
|
|
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
|
|
|
|
|
br
|
|
|
|
|
p.lead=env.t('landingp1')
|
|
|
|
|
h2=env.t('landingp2header')
|
|
|
|
|
//images in these parts could be useful, too
|
|
|
|
|
//if there's a language workaround, image headers? people like pictures!
|
|
|
|
|
p.lead=env.t('landingp2')
|
|
|
|
|
h2=env.t('landingp3header')
|
|
|
|
|
//I'm not sold on "Consquences as the title here. Anyone got a better idea?
|
|
|
|
|
p.lead=env.t('landingp3')
|
|
|
|
|
h2=env.t('landingp4header')
|
|
|
|
|
p.lead=env.t('landingp4')
|
|
|
|
|
//- TODO
|
|
|
|
|
h2=env.t('landingend')
|
|
|
|
|
p.lead
|
|
|
|
|
=env.t('landingend2')
|
|
|
|
|
a(href="FEATURESPAGEHERE")=env.t('landingfeatureslink')
|
|
|
|
|
=env.t('landingend3')
|
|
|
|
|
a(href="ENTERPRISEPAGEHERE")=env.t('landingadminlink')
|
|
|
|
|
=env.t('landingend4')
|