habitica/views/static/front.html
Tyler Renelle 0c1151b123 don't add bootstrap css files in when instantiating derby-ui-boostrap,
instead compile in with the css. index.coffee directives are run
against static pages too, which overwrites our bootstrap
responsive (which we need) with the app's custom responsive styles. We
may change this, but for now this commit allows us to keep the
marketing site and main site styles separate
2013-03-17 09:11:19 -04:00

28 lines
No EOL
938 B
HTML

<import: src="head">
<import: src="header">
<import: src="../app/footer">
<Title:>
HabitRPG | Gamify Your Life
<Head:>
<app:head:head />
<Body:>
<div id="wrap">
<app:header:header active="front"/>
<div class='jumbotron masthead'>
<div class='container'>
<h1><img src="/img/logo/habitrpg_pixel.png" alt="HabitRPG"/></h1>
<p>A habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.</p>
<a href="/?play=1" class='btn btn-primary btn-small'>Play</a>
</div>
</div>
<div class='container'>
<p style="height:600;"><iframe src="http://player.vimeo.com/video/57639356" width="100%" height="539" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
</div>
</div>
<app:footer:footer />