c2bfbed initial commit

Merged and Committed by akostadi 7 years ago
116 files changed. 46580 lines added. 0 lines removed.
.awestruct_ignore
file added
+4
.gitignore
file added
+15
Gemfile
file added
+54
Gemfile.lock
file added
+149
README
file added
+27
Rakefile
file added
+223
_config/site.yml
file added
+15
_ext/pipeline.rb
file added
+14
_layouts/base.html.slim
file added
+72
_layouts/rem_base.html.haml
file added
+37
config.rb
file added
+27
deps/bootstrap/css/bootstrap-grid.css
file added
+1339
deps/bootstrap/css/bootstrap-grid.css.map
file added
+1
deps/bootstrap/css/bootstrap-grid.min.css
file added
+1
deps/bootstrap/css/bootstrap-grid.min.css.map
file added
+1
deps/bootstrap/css/bootstrap-reboot.css
file added
+459
deps/bootstrap/css/bootstrap-reboot.css.map
file added
+1
deps/bootstrap/css/bootstrap-reboot.min.css
file added
+1
deps/bootstrap/css/bootstrap-reboot.min.css.map
file added
+1
deps/bootstrap/css/bootstrap.css
file added
+9320
deps/bootstrap/css/bootstrap.css.map
file added
+1
deps/bootstrap/css/bootstrap.min.css
file added
+6
deps/bootstrap/css/bootstrap.min.css.map
file added
+1
deps/bootstrap/js/bootstrap.js
file added
+3535
deps/bootstrap/js/bootstrap.min.js
file added
+7
deps/bootstrap/version
file added
+1
deps/tether/.gitignore
file added
+4
deps/tether/.hsdoc
file added
+6
deps/tether/CHANGELOG.md
file added
+13
deps/tether/CONTRIBUTING.md
file added
+59
deps/tether/LICENSE
file added
+8
deps/tether/README.md
file added
+106
deps/tether/bower.json
file added
+26
deps/tether/component.json
file added
+22
deps/tether/dist/css/tether-theme-arrows-dark.css
file added
+134
deps/tether/dist/css/tether-theme-arrows-dark.min.css
file added
+1
deps/tether/dist/css/tether-theme-arrows.css
file added
+138
deps/tether/dist/css/tether-theme-arrows.min.css
file added
+1
deps/tether/dist/css/tether-theme-basic.css
file added
+21
deps/tether/dist/css/tether-theme-basic.min.css
file added
+1
deps/tether/dist/css/tether.css
file added
+8
deps/tether/dist/css/tether.min.css
file added
+1
deps/tether/dist/js/tether.js
file added
+1792
deps/tether/dist/js/tether.min.js
file added
+1
deps/tether/docs/1-Overview/1-why_you_should_use_tether.md
file added
+43
deps/tether/docs/1-Overview/2-repositioning.md
file added
+46
deps/tether/docs/1-Overview/3-why_we_dont_support_IE_8.md
file added
+47
deps/tether/docs/2-Examples/1-list_of_examples.md
file added
+27
deps/tether/docs/2-Examples/2-projects_using_tether.md
file added
+37
deps/tether/docs/3-Advanced/1-embedding_tether.md
file added
+9
deps/tether/docs/3-Advanced/2-extending_tether.md
file added
+54
deps/tether/docs/coffee/intro.coffee
file added
+113
deps/tether/docs/css/intro.css
file added
+218
deps/tether/docs/intro.md
file added
+591
deps/tether/docs/js/intro.js
file added
+117
deps/tether/docs/js/markAttachment.js
file added
+51
deps/tether/docs/sass/intro.sass
file added
+233
deps/tether/docs/welcome/browser-demo.html
file added
+76
deps/tether/docs/welcome/coffee/welcome.coffee
file added
+212
deps/tether/docs/welcome/css/browser-demo.css
file added
+86
deps/tether/docs/welcome/css/prism.css
file added
+2
deps/tether/docs/welcome/css/welcome.css
file added
+247
deps/tether/docs/welcome/index.html
file added
+226
deps/tether/docs/welcome/js/drop.js
file added
+239
deps/tether/docs/welcome/js/jquery.js
file added
+9597
deps/tether/docs/welcome/js/log.js
file added
+134
deps/tether/docs/welcome/js/tether-v0.1.3.js
file added
+2
deps/tether/docs/welcome/js/welcome.js
file added
+193
deps/tether/docs/welcome/sass/_inline-block.sass
file added
+6
deps/tether/docs/welcome/sass/browser-demo.sass
file added
+93
deps/tether/docs/welcome/sass/welcome.sass
file added
+285
deps/tether/examples/chosen/chosen-sprite.png
file added
+0
deps/tether/examples/chosen/chosen-sprite@2x.png
file added
+0
deps/tether/examples/chosen/chosen.css
file added
+430
deps/tether/examples/chosen/chosen.js
file added
+1166
deps/tether/examples/chosen/index.html
file added
+110
deps/tether/examples/common/css/style.css
file added
+48
deps/tether/examples/content-visible/index.html
file added
+64
deps/tether/examples/dolls/dolls.css
file added
+18
deps/tether/examples/dolls/dolls.js
file added
+83
deps/tether/examples/dolls/index.html
file added
+7
deps/tether/examples/element-scroll/index.html
file added
+499
deps/tether/examples/enable-disable/index.html
file added
+37
deps/tether/examples/facebook/facebook.css
file added
+86
deps/tether/examples/facebook/index.html
file added
+209
deps/tether/examples/out-of-bounds/index.html
file added
+38
deps/tether/examples/pin/index.html
file added
+30
deps/tether/examples/resources/css/base.css
file added
+10
deps/tether/examples/resources/js/jquery.js
file added
+9597
deps/tether/examples/resources/js/log.js
file added
+134
deps/tether/examples/scroll/index.html
file added
+922
deps/tether/examples/simple/index.html
file added
+30
deps/tether/examples/testbed/index.html
file added
+36
deps/tether/examples/tooltip/index.html
file added
+86
deps/tether/examples/viewport/colors.css
file added
+145
deps/tether/examples/viewport/index.html
file added
+70
deps/tether/gulpfile.js
file added
+96
deps/tether/package.json
file added
+40
deps/tether/src/css/helpers/_tether-theme-arrows.sass
file added
+176
deps/tether/src/css/helpers/_tether-theme-basic.sass
file added
+14
deps/tether/src/css/helpers/_tether.sass
file added
+12
deps/tether/src/css/mixins/_inline-block.sass
file added
+6
deps/tether/src/css/mixins/_pie-clearfix.sass
file added
+7
deps/tether/src/css/tether-theme-arrows-dark.sass
file added
+12
deps/tether/src/css/tether-theme-arrows.sass
file added
+12
deps/tether/src/css/tether-theme-basic.sass
file added
+10
deps/tether/src/css/tether.sass
file added
+5
deps/tether/src/js/abutment.js
file added
+61
deps/tether/src/js/constraint.js
file added
+366
deps/tether/src/js/markAttachment.js
file added
+46
deps/tether/src/js/shift.js
file added
+32
deps/tether/src/js/tether.js
file added
+794
deps/tether/src/js/utils.js
file added
+365
deps/tether/version
file added
+1
index.html.haml
file added
+31
preview.sh
file added
+1
    initial commit
    
        
file added
+4
file added
+15
file added
+54
file added
+149
file added
+27
file added
+223
file added
+15
file added
+14
file added
+27
file added
+6
file added
+8
file added
+106
empty file added
file added
+1
file added
+31
file added
+1