aboutsummaryrefslogtreecommitdiff
path: root/src/index.jade
diff options
context:
space:
mode:
authorCamil Staps2015-04-27 17:29:43 +0200
committerCamil Staps2015-04-27 17:29:43 +0200
commit9ba61ebd7fc87dcaaddcd34dcd7f39e2858cefed (patch)
tree2a04680018c85765fab64c5f70de0964debb3e68 /src/index.jade
parentJade, imagemin, bower dependencies, gulpfile (diff)
Jade <3, BotleaguesApi.js
Diffstat (limited to 'src/index.jade')
-rw-r--r--src/index.jade32
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