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
%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"
= render "shared/links"