diff --git a/app/views/static/about.html.haml b/app/views/static/about.html.haml index 60ba5912..2b59a807 100644 --- a/app/views/static/about.html.haml +++ b/app/views/static/about.html.haml @@ -1,27 +1,36 @@ .container - %h1 + %h1.centre About = APP_CONFIG['site_name'] = render 'layouts/messages' - / TODO: fill this out. + / + TODO: fill this out. + also TODO: find a way to make each panel's height equal .row .col-sm-4 - %h3 Title 1 - Blah blah blah blah... - %br/ - Someone fill this text here. + .panel.panel-default + .panel-body + %h3 Title 1 + Blah blah blah blah... + %br/ + Someone fill this text here. .col-sm-4 - %h3 Title 2 - This app was made by - = Faker::Name.name - from the - = Faker::Company.name - company! + .panel.panel-default + .panel-body + %h3 Alpha version + This is an alpha version, full of bugs. Caveat emptor. .col-sm-4 - %h3 Another title. - = Faker::Hacker.say_something_smart + .panel.panel-default + .panel-body + %h3 Made with... + %ul + %li HTML5 + %li Ruby on Rails + %li FreeBSD, Linux + %li RubyMine, Kate, vim + %li GitLab -= render "shared/links" \ No newline at end of file += render "shared/links"