Retrospring/app/views/static/about.html.haml

37 lines
793 B
Plaintext
Raw Normal View History

.container
2014-11-24 09:11:44 -08:00
%h1.centre
2014-11-17 04:02:11 -08:00
About
= APP_CONFIG['site_name']
2014-08-01 06:27:08 -07:00
= render 'layouts/messages'
2014-11-24 09:11:44 -08:00
/
TODO: fill this out.
also TODO: find a way to make each panel's height equal
2014-11-17 04:02:11 -08:00
.row
.col-sm-4
2014-11-24 09:11:44 -08:00
.panel.panel-default
.panel-body
%h3 Title 1
Blah blah blah blah...
%br/
Someone fill this text here.
2014-11-17 04:02:11 -08:00
.col-sm-4
2014-11-24 09:11:44 -08:00
.panel.panel-default
.panel-body
%h3 Alpha version
This is an alpha version, full of bugs. Caveat emptor.
2014-11-17 04:02:11 -08:00
.col-sm-4
2014-11-24 09:11:44 -08:00
.panel.panel-default
.panel-body
%h3 Made with...
%ul
%li HTML5
%li Ruby on Rails
%li FreeBSD, Linux
%li RubyMine, Kate, vim
%li GitLab
2014-11-24 09:11:44 -08:00
= render "shared/links"