diff options
author | Camil Staps | 2015-05-20 17:05:58 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-20 17:05:58 +0200 |
commit | b52e4935cf8e2ef69d2f9bffaaac45fdde60e6bf (patch) | |
tree | 1497272b7bc9887e1485bb82252f10ead0addc46 /src/about.jade | |
parent | Fix bower bootswatch dependency (diff) | |
parent | Fixed gulpfile bug where // in a URL was turned into http:// automatically by... (diff) |
Merge branch 'web-only' of ../../Botleagues_old
Diffstat (limited to 'src/about.jade')
-rw-r--r-- | src/about.jade | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/about.jade b/src/about.jade index 2c424d4..7781682 100644 --- a/src/about.jade +++ b/src/about.jade @@ -3,19 +3,19 @@ extends ./include/layout-main.jade block menu -var selected = '/about' +block header + -var header_jumbotron = false + -var header_title = 'About' + block content .row - .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 + .col-lg-12: :markdown + Botleagues is an open source software solution with three aspects: + + * A Game Controller that lets software bots play games against each other (handled by Java) + * A semi-RESTful API that allows users to register, create competitions and play against other bots (with Laravel 4.2 and Dingo API) + * A front-end to the API (entirely client-side code, using Bootstrap and jade) + + You may find more information on [GitHub](https://github.com/camilstaps/Botleagues). + + If you wish to contact the developers, please consider adding an issue on GitHub. If that's not what you want: you can reach us at info [at] camilstaps [dot] nl.
\ No newline at end of file |