aboutsummaryrefslogblamecommitdiff
path: root/src/about.jade
blob: eeafa47495b999df6ab4181554c4f7dd5c74c1fb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17















                                                                       



                                  


                               
             








                                                                                                                                                                      
//-
  Web Frontend for Botleagues
  Copyright (C) 2015 Camil Staps <info@camilstaps.nl>

  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.

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-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.