Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/kebab-project/hierapolis
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
adamdilek committed Jan 14, 2014
2 parents f58e0c0 + bb47ca7 commit 03509ff
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 39 deletions.
18 changes: 15 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
source 'https://rubygems.org'
# If you have OpenSSL installed, we recommend updating
# the following line to use "https"
source 'http://rubygems.org'

gem 'middleman', '~> 3.1.4'
gem 'middleman', '~>3.2.0'

# Live-reloading plugin
gem 'middleman-livereload', '~> 3.1.0'
gem 'bootstrap-sass', :git => 'git://github.com/thomas-mcdonald/bootstrap-sass.git', :branch => '3'

# For faster file watcher updates on Windows:
gem 'wdm', '~> 0.1.0', :platforms => [:mswin, :mingw]

# Compass
gem 'compass', '~> 0.12.2'

# Bootstrap sass
gem 'bootstrap-sass', '~> 3.0.3.0'
59 changes: 26 additions & 33 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
GIT
remote: git://github.com/thomas-mcdonald/bootstrap-sass.git
revision: 0e88056ac5d58fb0bbd23d3fe929eac01712d964
branch: 3
specs:
bootstrap-sass (3.0.0.0)
sass (~> 3.2)

GEM
remote: https://rubygems.org/
remote: http://rubygems.org/
specs:
activesupport (3.2.14)
activesupport (3.2.15)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
chunky_png (1.2.8)
bootstrap-sass (3.0.3.0)
sass (~> 3.2)
chunky_png (1.2.9)
coffee-script (2.2.0)
coffee-script-source
execjs
Expand All @@ -27,34 +21,33 @@ GEM
eventmachine (1.0.3)
execjs (1.4.0)
multi_json (~> 1.0)
ffi (1.9.0)
ffi (1.9.3)
fssm (0.2.10)
haml (4.0.3)
haml (4.0.4)
tilt
hike (1.2.3)
http_parser.rb (0.5.3)
i18n (0.6.4)
kramdown (1.1.0)
listen (1.2.2)
i18n (0.6.5)
kramdown (1.2.0)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
middleman (3.1.4)
middleman (3.2.0)
coffee-script (~> 2.2.0)
compass (>= 0.12.2)
execjs (~> 1.4.0)
haml (>= 3.1.6)
kramdown (~> 1.1.0)
middleman-core (= 3.1.4)
middleman-more (= 3.1.4)
kramdown (~> 1.2)
middleman-core (= 3.2.0)
middleman-sprockets (>= 3.1.2)
sass (>= 3.1.20)
uglifier (~> 2.1.0)
middleman-core (3.1.4)
middleman-core (3.2.0)
activesupport (~> 3.2.6)
bundler (~> 1.1)
i18n (~> 0.6.1)
listen (~> 1.2.2)
listen (~> 1.1)
rack (>= 1.4.5)
rack-test (~> 0.6.1)
thor (>= 0.15.2, < 2.0)
Expand All @@ -64,33 +57,31 @@ GEM
middleman-core (>= 3.0.2)
multi_json (~> 1.0)
rack-livereload
middleman-more (3.1.4)
middleman-sprockets (3.1.4)
middleman-core (>= 3.0.14)
middleman-more (>= 3.0.14)
middleman-sprockets (3.2.0)
middleman-core (~> 3.2)
sprockets (~> 2.1)
sprockets-helpers (~> 1.0.0)
sprockets-sass (~> 1.0.0)
multi_json (1.7.8)
multi_json (1.8.2)
rack (1.5.2)
rack-livereload (0.3.15)
rack
rack-test (0.6.2)
rack (>= 1.0)
rb-fsevent (0.9.3)
rb-inotify (0.9.0)
rb-inotify (0.9.2)
ffi (>= 0.5.0)
rb-kqueue (0.2.0)
ffi (>= 0.5.0)
sass (3.2.9)
sprockets (2.10.0)
sass (3.2.12)
sprockets (2.10.1)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-helpers (1.0.1)
sprockets (~> 2.0)
sprockets-sass (1.0.1)
sprockets-sass (1.0.2)
sprockets (~> 2.0)
tilt (~> 1.1)
thor (0.18.1)
Expand All @@ -103,6 +94,8 @@ PLATFORMS
ruby

DEPENDENCIES
bootstrap-sass!
middleman (~> 3.1.4)
bootstrap-sass (~> 3.0.3.0)
compass (~> 0.12.2)
middleman (~> 3.2.0)
middleman-livereload (~> 3.1.0)
wdm (~> 0.1.0)
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ This is yet an other private admin template which base on Twitter Bootstrap 3 wi

NOTE: Don't use this theme until v1.0.0

## Screenshots

### Login screen
![hierapolis_login](https://f.cloud.github.com/assets/310691/1653859/8cc7597e-5b3e-11e3-9efa-40ce52c63f3f.png)
### Forgot password
![hierapolis_forgot_password](https://f.cloud.github.com/assets/310691/1653860/95295568-5b3e-11e3-827d-998a3ad93b8b.png)
### Dashboard
![hierapolis_dashboard](https://f.cloud.github.com/assets/310691/1653862/99fe359a-5b3e-11e3-99b0-2aefce46f99a.png)
### Tables
![hierapolis_tables](https://f.cloud.github.com/assets/310691/1653863/a58d5a8a-5b3e-11e3-9650-68617b2c7631.png)
### Forms
![hierapolis_forms](https://f.cloud.github.com/assets/310691/1653864/ac4d1720-5b3e-11e3-9465-18984b9f151b.png)

## Requirements

TODO
Expand Down Expand Up @@ -44,4 +57,4 @@ The names and logos for lab2023 are trademarks of lab2023, inc.

## License

Copyright 2013 lab2023 – internet technologies
Copyright 2013 lab2023 – internet technologies
4 changes: 2 additions & 2 deletions source/partials/_footer.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/ Javascripts
= javascript_include_tag '//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js',
'//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js',
'//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js',
'application'
'application'
= yield_content :foot

0 comments on commit 03509ff

Please sign in to comment.