changed about texts a bit

This commit is contained in:
nilsding 2014-11-24 18:11:44 +01:00
parent 63cecdf23e
commit e0c63e3099
1 changed files with 24 additions and 15 deletions

View File

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