diff options
author | Camil Staps | 2015-04-27 17:29:43 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-27 17:29:43 +0200 |
commit | 9ba61ebd7fc87dcaaddcd34dcd7f39e2858cefed (patch) | |
tree | 2a04680018c85765fab64c5f70de0964debb3e68 /src/index.jade | |
parent | Jade, imagemin, bower dependencies, gulpfile (diff) |
Jade <3, BotleaguesApi.js
Diffstat (limited to 'src/index.jade')
-rw-r--r-- | src/index.jade | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/src/index.jade b/src/index.jade index dda3b97..7ade8fe 100644 --- a/src/index.jade +++ b/src/index.jade @@ -1,8 +1,24 @@ -doctype html -html(lang="en") - head - title= Botleagues - link(rel='stylesheet', href='/assets/css/bootswatch.css', type='text/css') - link(rel='stylesheet', href='/assets/css/fontawesome.css', type='text/css') - body - p Hello world.
\ No newline at end of file +extends ./include/layout-main.jade + +block content + .jumbotron + h1 Welcome + p.lead Botleagues: write Java bots for different games, join competitions and win prizes! + p.row + a.btn.btn-lg.btn-success.pull-right(href='#', role='button') Sign up + + .row.marketing + .col-lg-6 + h4 Subheading + p Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum. + h4 Subheading + p Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum. + h4 Subheading + p Maecenas sed diam eget risus varius blandit sit amet non magna. + .col-lg-6 + h4 Subheading + p Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum. + h4 Subheading + p Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum. + h4 Subheading + p Maecenas sed diam eget risus varius blandit sit amet non magna.
\ No newline at end of file |