Skip to content

Commit

Permalink
Adds bootstrap and some pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Souza committed Mar 2, 2017
1 parent ae5bc6e commit 5f4cf4f
Show file tree
Hide file tree
Showing 26 changed files with 20,320 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.4.0
2.3.3
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -7,6 +7,8 @@ gem 'hanami-model', '1.0.0.beta1'
gem 'pg'
gem 'puma', '3.7.1'

gem 'slim'

group :development do
gem 'shotgun'
end
Expand Down
7 changes: 6 additions & 1 deletion Gemfile.lock
Expand Up @@ -118,6 +118,10 @@ GEM
sequel (4.44.0)
shotgun (0.9.2)
rack (>= 1.0)
slim (3.0.7)
temple (~> 0.7.6)
tilt (>= 1.3.3, < 2.1)
temple (0.7.7)
thor (0.19.4)
tilt (2.0.6)
transproc (1.0.2)
Expand All @@ -136,6 +140,7 @@ DEPENDENCIES
puma (= 3.7.1)
rake
shotgun
slim

BUNDLED WITH
1.14.3
1.14.4
Binary file not shown.
288 changes: 288 additions & 0 deletions apps/web/assets/fonts/glyphicons-halflings-regular.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 5f4cf4f

Please sign in to comment.