From 4642156cbc6da4a9e25dce2168f2fb9b726de042 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 6 Aug 2013 15:19:12 -0400 Subject: unignore bower_components --- bower_components/bootstrap/.bower.json | 23 + bower_components/bootstrap/CNAME | 1 + bower_components/bootstrap/CONTRIBUTING.md | 66 + bower_components/bootstrap/Gruntfile.js | 125 + bower_components/bootstrap/LICENSE | 176 + bower_components/bootstrap/README.md | 139 + bower_components/bootstrap/_config.yml | 28 + bower_components/bootstrap/_includes/ads.html | 1 + bower_components/bootstrap/_includes/footer.html | 26 + bower_components/bootstrap/_includes/header.html | 43 + .../bootstrap/_includes/nav-components.html | 112 + bower_components/bootstrap/_includes/nav-css.html | 76 + .../bootstrap/_includes/nav-customize.html | 40 + .../bootstrap/_includes/nav-getting-started.html | 22 + .../bootstrap/_includes/nav-javascript.html | 88 + bower_components/bootstrap/_includes/nav-main.html | 29 + .../bootstrap/_includes/old-bs-docs.html | 8 + .../bootstrap/_includes/social-buttons.html | 16 + bower_components/bootstrap/_layouts/customize.html | 51 + bower_components/bootstrap/_layouts/default.html | 74 + bower_components/bootstrap/_layouts/home.html | 42 + bower_components/bootstrap/assets/css/docs.css | 886 ++++ .../bootstrap/assets/css/pygments-manni.css | 66 + .../ico/apple-touch-icon-114-precomposed.png | Bin 0 -> 4881 bytes .../ico/apple-touch-icon-144-precomposed.png | Bin 0 -> 5659 bytes .../assets/ico/apple-touch-icon-57-precomposed.png | Bin 0 -> 2939 bytes .../assets/ico/apple-touch-icon-72-precomposed.png | Bin 0 -> 3468 bytes bower_components/bootstrap/assets/ico/favicon.png | Bin 0 -> 1919 bytes .../bootstrap/assets/js/application.js | 169 + bower_components/bootstrap/assets/js/holder.js | 419 ++ bower_components/bootstrap/assets/js/html5shiv.js | 8 + bower_components/bootstrap/assets/js/jquery.js | 5 + .../bootstrap/assets/js/respond.min.js | 6 + bower_components/bootstrap/bower.json | 11 + bower_components/bootstrap/components.html | 2129 +++++++++ bower_components/bootstrap/composer.json | 20 + bower_components/bootstrap/css.html | 2223 ++++++++++ bower_components/bootstrap/customize.html | 1442 ++++++ bower_components/bootstrap/dist/css/bootstrap.css | 4677 ++++++++++++++++++++ .../bootstrap/dist/css/bootstrap.min.css | 9 + bower_components/bootstrap/dist/js/bootstrap.js | 1964 ++++++++ .../bootstrap/dist/js/bootstrap.min.js | 6 + bower_components/bootstrap/getting-started.html | 278 ++ bower_components/bootstrap/index.html | 15 + bower_components/bootstrap/javascript.html | 1839 ++++++++ bower_components/bootstrap/js/.jshintrc | 12 + bower_components/bootstrap/js/affix.js | 126 + bower_components/bootstrap/js/alert.js | 98 + bower_components/bootstrap/js/button.js | 107 + bower_components/bootstrap/js/carousel.js | 213 + bower_components/bootstrap/js/collapse.js | 179 + bower_components/bootstrap/js/dropdown.js | 154 + bower_components/bootstrap/js/modal.js | 241 + bower_components/bootstrap/js/popover.js | 115 + bower_components/bootstrap/js/scrollspy.js | 158 + bower_components/bootstrap/js/tab.js | 135 + bower_components/bootstrap/js/tests/index.html | 52 + bower_components/bootstrap/js/tests/phantom.js | 63 + bower_components/bootstrap/js/tests/server.js | 14 + bower_components/bootstrap/js/tests/unit/affix.js | 25 + bower_components/bootstrap/js/tests/unit/alert.js | 62 + bower_components/bootstrap/js/tests/unit/button.js | 116 + .../bootstrap/js/tests/unit/carousel.js | 87 + .../bootstrap/js/tests/unit/collapse.js | 129 + .../bootstrap/js/tests/unit/dropdown.js | 219 + bower_components/bootstrap/js/tests/unit/modal.js | 156 + .../bootstrap/js/tests/unit/phantom.js | 69 + .../bootstrap/js/tests/unit/popover.js | 133 + .../bootstrap/js/tests/unit/scrollspy.js | 37 + bower_components/bootstrap/js/tests/unit/tab.js | 86 + .../bootstrap/js/tests/unit/tooltip.js | 437 ++ .../bootstrap/js/tests/unit/transition.js | 13 + .../bootstrap/js/tests/vendor/jquery.js | 5 + .../bootstrap/js/tests/vendor/qunit.css | 232 + .../bootstrap/js/tests/vendor/qunit.js | 1510 +++++++ bower_components/bootstrap/js/tooltip.js | 364 ++ bower_components/bootstrap/js/transition.js | 56 + bower_components/bootstrap/less/accordion.less | 31 + bower_components/bootstrap/less/alerts.less | 69 + bower_components/bootstrap/less/badges.less | 51 + bower_components/bootstrap/less/bootstrap.less | 63 + bower_components/bootstrap/less/breadcrumbs.less | 23 + bower_components/bootstrap/less/button-groups.less | 171 + bower_components/bootstrap/less/buttons.less | 157 + bower_components/bootstrap/less/carousel.less | 205 + bower_components/bootstrap/less/close.less | 33 + bower_components/bootstrap/less/code.less | 55 + .../bootstrap/less/component-animations.less | 29 + bower_components/bootstrap/less/dropdowns.less | 171 + bower_components/bootstrap/less/forms.less | 423 ++ bower_components/bootstrap/less/grid.less | 204 + bower_components/bootstrap/less/jumbotron.less | 29 + bower_components/bootstrap/less/labels.less | 46 + bower_components/bootstrap/less/list-group.less | 89 + bower_components/bootstrap/less/media.less | 56 + bower_components/bootstrap/less/mixins.less | 546 +++ bower_components/bootstrap/less/modals.less | 136 + bower_components/bootstrap/less/navbar.less | 380 ++ bower_components/bootstrap/less/navs.less | 237 + bower_components/bootstrap/less/normalize.less | 396 ++ bower_components/bootstrap/less/pager.less | 55 + bower_components/bootstrap/less/pagination.less | 108 + bower_components/bootstrap/less/panels.less | 102 + bower_components/bootstrap/less/popovers.less | 135 + bower_components/bootstrap/less/print.less | 100 + bower_components/bootstrap/less/progress-bars.less | 105 + .../bootstrap/less/responsive-utilities.less | 119 + bower_components/bootstrap/less/scaffolding.less | 95 + bower_components/bootstrap/less/tables.less | 211 + bower_components/bootstrap/less/thumbnails.less | 42 + bower_components/bootstrap/less/tooltip.less | 95 + bower_components/bootstrap/less/type.less | 232 + bower_components/bootstrap/less/utilities.less | 42 + bower_components/bootstrap/less/variables.less | 568 +++ bower_components/bootstrap/less/wells.less | 29 + bower_components/bootstrap/package.json | 30 + 116 files changed, 28429 insertions(+) create mode 100644 bower_components/bootstrap/.bower.json create mode 100644 bower_components/bootstrap/CNAME create mode 100644 bower_components/bootstrap/CONTRIBUTING.md create mode 100644 bower_components/bootstrap/Gruntfile.js create mode 100644 bower_components/bootstrap/LICENSE create mode 100644 bower_components/bootstrap/README.md create mode 100644 bower_components/bootstrap/_config.yml create mode 100644 bower_components/bootstrap/_includes/ads.html create mode 100644 bower_components/bootstrap/_includes/footer.html create mode 100644 bower_components/bootstrap/_includes/header.html create mode 100644 bower_components/bootstrap/_includes/nav-components.html create mode 100644 bower_components/bootstrap/_includes/nav-css.html create mode 100644 bower_components/bootstrap/_includes/nav-customize.html create mode 100644 bower_components/bootstrap/_includes/nav-getting-started.html create mode 100644 bower_components/bootstrap/_includes/nav-javascript.html create mode 100644 bower_components/bootstrap/_includes/nav-main.html create mode 100644 bower_components/bootstrap/_includes/old-bs-docs.html create mode 100644 bower_components/bootstrap/_includes/social-buttons.html create mode 100644 bower_components/bootstrap/_layouts/customize.html create mode 100644 bower_components/bootstrap/_layouts/default.html create mode 100644 bower_components/bootstrap/_layouts/home.html create mode 100644 bower_components/bootstrap/assets/css/docs.css create mode 100644 bower_components/bootstrap/assets/css/pygments-manni.css create mode 100644 bower_components/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png create mode 100644 bower_components/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png create mode 100644 bower_components/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png create mode 100644 bower_components/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png create mode 100644 bower_components/bootstrap/assets/ico/favicon.png create mode 100644 bower_components/bootstrap/assets/js/application.js create mode 100755 bower_components/bootstrap/assets/js/holder.js create mode 100644 bower_components/bootstrap/assets/js/html5shiv.js create mode 100644 bower_components/bootstrap/assets/js/jquery.js create mode 100644 bower_components/bootstrap/assets/js/respond.min.js create mode 100644 bower_components/bootstrap/bower.json create mode 100644 bower_components/bootstrap/components.html create mode 100644 bower_components/bootstrap/composer.json create mode 100644 bower_components/bootstrap/css.html create mode 100644 bower_components/bootstrap/customize.html create mode 100644 bower_components/bootstrap/dist/css/bootstrap.css create mode 100644 bower_components/bootstrap/dist/css/bootstrap.min.css create mode 100644 bower_components/bootstrap/dist/js/bootstrap.js create mode 100644 bower_components/bootstrap/dist/js/bootstrap.min.js create mode 100644 bower_components/bootstrap/getting-started.html create mode 100644 bower_components/bootstrap/index.html create mode 100644 bower_components/bootstrap/javascript.html create mode 100644 bower_components/bootstrap/js/.jshintrc create mode 100644 bower_components/bootstrap/js/affix.js create mode 100644 bower_components/bootstrap/js/alert.js create mode 100644 bower_components/bootstrap/js/button.js create mode 100644 bower_components/bootstrap/js/carousel.js create mode 100644 bower_components/bootstrap/js/collapse.js create mode 100644 bower_components/bootstrap/js/dropdown.js create mode 100644 bower_components/bootstrap/js/modal.js create mode 100644 bower_components/bootstrap/js/popover.js create mode 100644 bower_components/bootstrap/js/scrollspy.js create mode 100644 bower_components/bootstrap/js/tab.js create mode 100644 bower_components/bootstrap/js/tests/index.html create mode 100644 bower_components/bootstrap/js/tests/phantom.js create mode 100644 bower_components/bootstrap/js/tests/server.js create mode 100644 bower_components/bootstrap/js/tests/unit/affix.js create mode 100644 bower_components/bootstrap/js/tests/unit/alert.js create mode 100644 bower_components/bootstrap/js/tests/unit/button.js create mode 100644 bower_components/bootstrap/js/tests/unit/carousel.js create mode 100644 bower_components/bootstrap/js/tests/unit/collapse.js create mode 100644 bower_components/bootstrap/js/tests/unit/dropdown.js create mode 100644 bower_components/bootstrap/js/tests/unit/modal.js create mode 100644 bower_components/bootstrap/js/tests/unit/phantom.js create mode 100644 bower_components/bootstrap/js/tests/unit/popover.js create mode 100644 bower_components/bootstrap/js/tests/unit/scrollspy.js create mode 100644 bower_components/bootstrap/js/tests/unit/tab.js create mode 100644 bower_components/bootstrap/js/tests/unit/tooltip.js create mode 100644 bower_components/bootstrap/js/tests/unit/transition.js create mode 100644 bower_components/bootstrap/js/tests/vendor/jquery.js create mode 100644 bower_components/bootstrap/js/tests/vendor/qunit.css create mode 100644 bower_components/bootstrap/js/tests/vendor/qunit.js create mode 100644 bower_components/bootstrap/js/tooltip.js create mode 100644 bower_components/bootstrap/js/transition.js create mode 100644 bower_components/bootstrap/less/accordion.less create mode 100644 bower_components/bootstrap/less/alerts.less create mode 100644 bower_components/bootstrap/less/badges.less create mode 100644 bower_components/bootstrap/less/bootstrap.less create mode 100644 bower_components/bootstrap/less/breadcrumbs.less create mode 100644 bower_components/bootstrap/less/button-groups.less create mode 100644 bower_components/bootstrap/less/buttons.less create mode 100644 bower_components/bootstrap/less/carousel.less create mode 100644 bower_components/bootstrap/less/close.less create mode 100644 bower_components/bootstrap/less/code.less create mode 100644 bower_components/bootstrap/less/component-animations.less create mode 100644 bower_components/bootstrap/less/dropdowns.less create mode 100644 bower_components/bootstrap/less/forms.less create mode 100644 bower_components/bootstrap/less/grid.less create mode 100644 bower_components/bootstrap/less/jumbotron.less create mode 100644 bower_components/bootstrap/less/labels.less create mode 100644 bower_components/bootstrap/less/list-group.less create mode 100644 bower_components/bootstrap/less/media.less create mode 100644 bower_components/bootstrap/less/mixins.less create mode 100644 bower_components/bootstrap/less/modals.less create mode 100644 bower_components/bootstrap/less/navbar.less create mode 100644 bower_components/bootstrap/less/navs.less create mode 100644 bower_components/bootstrap/less/normalize.less create mode 100644 bower_components/bootstrap/less/pager.less create mode 100644 bower_components/bootstrap/less/pagination.less create mode 100644 bower_components/bootstrap/less/panels.less create mode 100644 bower_components/bootstrap/less/popovers.less create mode 100644 bower_components/bootstrap/less/print.less create mode 100644 bower_components/bootstrap/less/progress-bars.less create mode 100644 bower_components/bootstrap/less/responsive-utilities.less create mode 100644 bower_components/bootstrap/less/scaffolding.less create mode 100644 bower_components/bootstrap/less/tables.less create mode 100644 bower_components/bootstrap/less/thumbnails.less create mode 100644 bower_components/bootstrap/less/tooltip.less create mode 100644 bower_components/bootstrap/less/type.less create mode 100644 bower_components/bootstrap/less/utilities.less create mode 100644 bower_components/bootstrap/less/variables.less create mode 100644 bower_components/bootstrap/less/wells.less create mode 100644 bower_components/bootstrap/package.json (limited to 'bower_components/bootstrap') diff --git a/bower_components/bootstrap/.bower.json b/bower_components/bootstrap/.bower.json new file mode 100644 index 00000000..442d67ff --- /dev/null +++ b/bower_components/bootstrap/.bower.json @@ -0,0 +1,23 @@ +{ + "name": "bootstrap", + "version": "3.0.0-rc1", + "main": [ + "./docs/assets/js/bootstrap.js", + "./docs/assets/css/bootstrap.css" + ], + "ignore": [ + "**/.*" + ], + "dependencies": { + "jquery": ">= 1.9.0" + }, + "homepage": "https://github.com/twbs/bootstrap", + "_release": "3.0.0-rc1", + "_resolution": { + "type": "version", + "tag": "v3.0.0-rc1", + "commit": "9c63ffa00fd55c7e61c51b58778b06b28f93e1a8" + }, + "_source": "git://github.com/twbs/bootstrap.git", + "_target": "~3.0.0" +} \ No newline at end of file diff --git a/bower_components/bootstrap/CNAME b/bower_components/bootstrap/CNAME new file mode 100644 index 00000000..52c85339 --- /dev/null +++ b/bower_components/bootstrap/CNAME @@ -0,0 +1 @@ +getbootstrap.com diff --git a/bower_components/bootstrap/CONTRIBUTING.md b/bower_components/bootstrap/CONTRIBUTING.md new file mode 100644 index 00000000..ba2bfc52 --- /dev/null +++ b/bower_components/bootstrap/CONTRIBUTING.md @@ -0,0 +1,66 @@ +# Contributing to Bootstrap + +Looking to contribute something to Bootstrap? **Here's how you can help.** + + + +## Reporting issues + +We only accept issues that are bug reports or feature requests. Bugs must be isolated and reproducible problems that we can fix within the Bootstrap core. Please read the following guidelines before opening any issue. + +1. **Search for existing issues.** We get a lot of duplicate issues, and you'd help us out a lot by first checking if someone else has reported the same issue. Moreover, the issue may have already been resolved with a fix available. +2. **Create an isolated and reproducible test case.** Be sure the problem exists in Bootstrap's code with a [reduced test case](http://css-tricks.com/reduced-test-cases/) that should be included in each bug report. +3. **Include a live example.** Make use of jsFiddle or jsBin to share your isolated test cases. +4. **Share as much information as possible.** Include operating system and version, browser and version, version of Bootstrap, customized or vanilla build, etc. where appropriate. Also include steps to reproduce the bug. + + + +## Key branches + +- `master` is the latest, deployed version. +- `gh-pages` is the hosted docs (not to be used for pull requests). +- `*-wip` is the official work in progress branch for the next release. + + + +## Pull requests + +- Try to submit pull requests against the latest `*-wip` branch for easier merging +- CSS changes must be done in .less files first, never just the compiled files +- If modifying the .less files, always recompile and commit the compiled files bootstrap.css and bootstrap.min.css +- Try not to pollute your pull request with unintended changes--keep them simple and small +- Try to share which browsers your code has been tested in before submitting a pull request + + + +## Coding standards + +### HTML + +- Two spaces for indentation, never tabs +- Double quotes only, never single quotes +- Always use proper indentation +- Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags) + +### CSS + +- Adhere to the [Recess CSS property order](http://markdotto.com/2011/11/29/css-property-order/) +- Multiple-line approach (one property and value per line) +- Always a space after a property's colon (.e.g, `display: block;` and not `display:block;`) +- End all lines with a semi-colon +- For multiple, comma-separated selectors, place each selector on it's own line +- Attribute selectors, like `input[type="text"]` should always wrap the attribute's value in double quotes, for consistency and safety (see this [blog post on unquoted attribute values](http://mathiasbynens.be/notes/unquoted-attribute-values) that can lead to XSS attacks). + +### JS + +- No semicolons +- Comma first +- 2 spaces (no tabs) +- strict mode +- "Attractive" + + + +## License + +By contributing your code, you agree to license your contribution under the terms of the APLv2: https://github.com/twbs/bootstrap/blob/master/LICENSE diff --git a/bower_components/bootstrap/Gruntfile.js b/bower_components/bootstrap/Gruntfile.js new file mode 100644 index 00000000..0e4fc244 --- /dev/null +++ b/bower_components/bootstrap/Gruntfile.js @@ -0,0 +1,125 @@ +module.exports = function(grunt) { + + // Project configuration. + grunt.initConfig({ + // Metadata. + pkg: grunt.file.readJSON('package.json'), + banner: '/**\n' + + '* <%= pkg.name %>.js v<%= pkg.version %> by @fat and @mdo\n' + + '* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + + '* <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' + + '*/\n', + jqueryCheck: 'if (!jQuery) { throw new Error(\"Bootstrap requires jQuery\") }\n\n', + // Task configuration. + clean: { + dist: ['dist'] + }, + concat: { + options: { + banner: '<%= banner %><%= jqueryCheck %>', + stripBanners: false + }, + bootstrap: { + src: ['js/transition.js', 'js/alert.js', 'js/button.js', 'js/carousel.js', 'js/collapse.js', 'js/dropdown.js', 'js/modal.js', 'js/tooltip.js', 'js/popover.js', 'js/scrollspy.js', 'js/tab.js', 'js/affix.js'], + dest: 'dist/js/<%= pkg.name %>.js' + } + }, + jshint: { + options: { + jshintrc: 'js/.jshintrc' + }, + gruntfile: { + src: 'Gruntfile.js' + }, + src: { + src: ['js/*.js'] + }, + test: { + src: ['js/tests/unit/*.js'] + } + }, + recess: { + options: { + compile: true + }, + bootstrap: { + files: { + 'dist/css/bootstrap.css': ['less/bootstrap.less'] + } + }, + min: { + options: { + compress: true + }, + files: { + 'dist/css/bootstrap.min.css': ['less/bootstrap.less'] + } + } + }, + uglify: { + options: { + banner: '<%= banner %>' + }, + bootstrap: { + files: { + 'dist/js/<%= pkg.name %>.min.js': ['<%= concat.bootstrap.dest %>'] + } + } + }, + qunit: { + options: { + inject: 'js/tests/unit/phantom.js' + }, + files: ['js/tests/*.html'] + }, + connect: { + server: { + options: { + port: 3000, + base: '.' + } + } + }, + watch: { + src: { + files: '<%= jshint.src.src %>', + tasks: ['jshint:src', 'qunit'] + }, + test: { + files: '<%= jshint.test.src %>', + tasks: ['jshint:test', 'qunit'] + }, + recess: { + files: 'less/*.less', + tasks: ['recess'] + } + } + }); + + + // These plugins provide necessary tasks. + grunt.loadNpmTasks('grunt-contrib-connect'); + grunt.loadNpmTasks('grunt-contrib-clean'); + grunt.loadNpmTasks('grunt-contrib-concat'); + grunt.loadNpmTasks('grunt-contrib-jshint'); + grunt.loadNpmTasks('grunt-contrib-uglify'); + grunt.loadNpmTasks('grunt-contrib-qunit'); + grunt.loadNpmTasks('grunt-contrib-watch'); + grunt.loadNpmTasks('grunt-recess'); + + + // Test task. + grunt.registerTask('test', ['jshint', 'qunit']); + + // JS distribution task. + grunt.registerTask('dist-js', ['concat', 'uglify']); + + // CSS distribution task. + grunt.registerTask('dist-css', ['recess']); + + // Full distribution task. + grunt.registerTask('dist', ['clean', 'dist-css', 'dist-js']); + + // Default task. + grunt.registerTask('default', ['test', 'dist']); +}; diff --git a/bower_components/bootstrap/LICENSE b/bower_components/bootstrap/LICENSE new file mode 100644 index 00000000..d9a10c0d --- /dev/null +++ b/bower_components/bootstrap/LICENSE @@ -0,0 +1,176 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/bower_components/bootstrap/README.md b/bower_components/bootstrap/README.md new file mode 100644 index 00000000..1b95319e --- /dev/null +++ b/bower_components/bootstrap/README.md @@ -0,0 +1,139 @@ +# [Bootstrap v3.0.0](http://getbootstrap.com) [![Build Status](https://secure.travis-ci.org/twitter/bootstrap.png)](http://travis-ci.org/twitter/bootstrap) + +Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat). + +To get started, check out [http://getbootstrap.com](http://getbootstrap.com)! + + + +## Quick start + +Three quick start options are available: + +* [Download the latest release](https://github.com/twbs/bootstrap/zipball/master). +* Clone the repo: `git clone git://github.com/twbs/bootstrap.git`. +* Install with [Bower](http://bower.io): `bower install bootstrap`. + +Read the [Getting Started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more. + + + +## Bugs and feature requests + +Have a bug or a feature request? [Please open a new issue](https://github.com/twbs/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/). + + + +## Documentation + +Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at [http://getbootstrap.com](http://getbootstrap.com). The docs may also be run locally. + +### Running documentation locally + +1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v1.x). +2. From the root `/bootstrap` directory, run `jekyll serve` in the command line. + - **Windows users:** run `chcp 65001` first to change the command prompt's character encoding ([code page](http://en.wikipedia.org/wiki/Windows_code_page)) to UTF-8 so Jekyll runs without errors. +3. Open [http://localhost:9001](http://localhost:9001) in your browser, and voilà. + +Learn more about using Jekyll by reading their [documentation](http://jekyllrb.com/docs/home/). + +### Documentation for previous releases + +Documentation for v2.3.3 has been made available for the time being at [http://getbootstrap.com/2.3.3/](http://getbootstrap.com/2.3.3/) while folks transition to Bootstrap 3. + +[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download. + + + +## Compiling CSS and JavaScript + +Bootstrap uses [Grunt](http://gruntjs.com/) with convenient methods for working with the framework. It's how we compile our code, run tests, and more. To use it, install the required dependencies as directed and then run some Grunt commands. + +### Install Grunt + +From the command line: + +1. Install `grunt-cli` globally with `npm install -g grunt-cli`. +2. Install the [necessary local dependencies](package.json) via `npm install` + +When completed, you'll be able to run the various Grunt commands provided from the command line. + +**Unfamiliar with `npm`? Don't have node installed?** That's a-okay. npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js. [Download and install node.js](http://nodejs.org/download/) before proceeding. + +### Available Grunt commands + +#### Build - `grunt` +Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Requires recess and uglify-js.** + +#### Only compile CSS and JavaScript - `grunt dist` +`grunt dist` creates the `/dist` directory with compiled files. **Requires recess and uglify-js.** + +#### Tests - `grunt test` +Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). **Requires phantomjs.** + +#### Watch - `grunt watch` +This is a convenience method for watching just Less files and automatically building them whenever you save. + +### Troubleshooting dependencies + +Should you encounter problems with installing dependencies or running Grunt commands, uninstall all previous dependency versions (global and local). Then, rerun `npm install`. + + + +## Contributing + +Please read through our guidelines for contributing to Bootstrap. Included are directions for opening issues, coding standards, and notes on development. + +More over, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the [Code Guide](http://github.com/mdo/code-guide), maintained by [Mark Otto](http://github.com/mdo). + +Editor preferences are available in the [editor config](.editorconfig) for easy use in common text editors. Read more and download plugins at [http://editorconfig.org](http://editorconfig.org). + + + +## Community + +Keep track of development and community news. + +* Follow [@twbootstrap on Twitter](http://twitter.com/twbootstrap). +* Read and subscribe to the [The Official Bootstrap Blog](http://blog.getbootstrap.com). +* Have a question that's not a feature request or bug report? [Ask on the mailing list.](http://groups.google.com/group/twitter-bootstrap) +* Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##twitter-bootstrap` channel. + + + + +## Versioning + +For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible. + +Releases will be numbered with the following format: + +`..` + +And constructed with the following guidelines: + +* Breaking backward compatibility bumps the major (and resets the minor and patch) +* New additions without breaking backward compatibility bumps the minor (and resets the patch) +* Bug fixes and misc changes bumps the patch + +For more information on SemVer, please visit [http://semver.org/](http://semver.org/). + + + +## Authors + +**Mark Otto** + ++ [http://twitter.com/mdo](http://twitter.com/mdo) ++ [http://github.com/mdo](http://github.com/mdo) + +**Jacob Thornton** + ++ [http://twitter.com/fat](http://twitter.com/fat) ++ [http://github.com/fat](http://github.com/fat) + + + +## Copyright and license + +Copyright 2012 Twitter, Inc under [the Apache 2.0 license](LICENSE). diff --git a/bower_components/bootstrap/_config.yml b/bower_components/bootstrap/_config.yml new file mode 100644 index 00000000..23e1ef8c --- /dev/null +++ b/bower_components/bootstrap/_config.yml @@ -0,0 +1,28 @@ +# Dependencies +markdown: rdiscount +pygments: true + +# Permalinks +permalink: pretty + +# Server +destination: ./_gh_pages +exclude: [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"] +port: 9001 + +# Custom vars +repo: https://github.com/twbs/bootstrap +download: https://github.com/twbs/bootstrap/archive/v3.0.0-rc1.zip +download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.0-rc1/bs-v3.0.0-rc1-dist.zip + +examples: http://examples.getbootstrap.com +examples_repo: https://github.com/twbs/bootstrap-examples + +glyphicons: http://glyphicons.getbootstrap.com +glyphicons_repo: https://github.com/twbs/bootstrap-glyphicons + +blog: http://blog.getbootstrap.com +expo: http://expo.getbootstrap.com + +cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css +cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/js/bootstrap.min.js diff --git a/bower_components/bootstrap/_includes/ads.html b/bower_components/bootstrap/_includes/ads.html new file mode 100644 index 00000000..495e7ba4 --- /dev/null +++ b/bower_components/bootstrap/_includes/ads.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/bower_components/bootstrap/_includes/footer.html b/bower_components/bootstrap/_includes/footer.html new file mode 100644 index 00000000..47a671b2 --- /dev/null +++ b/bower_components/bootstrap/_includes/footer.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + diff --git a/bower_components/bootstrap/_includes/header.html b/bower_components/bootstrap/_includes/header.html new file mode 100644 index 00000000..0a418d48 --- /dev/null +++ b/bower_components/bootstrap/_includes/header.html @@ -0,0 +1,43 @@ + + + + + + + {% if page.title == "Bootstrap" %} + {{ page.title }} + {% else if %} + {{ page.title }} · Bootstrap + {% endif %} + + + + + + + + + + + + + + + + + + + + diff --git a/bower_components/bootstrap/_includes/nav-components.html b/bower_components/bootstrap/_includes/nav-components.html new file mode 100644 index 00000000..514dcfed --- /dev/null +++ b/bower_components/bootstrap/_includes/nav-components.html @@ -0,0 +1,112 @@ +
  • + Dropdowns + +
  • +
  • + Button groups + +
  • +
  • + Button dropdowns + +
  • +
  • + Navs + +
  • +
  • + Navbar + +
  • +
  • Breadcrumbs
  • +
  • + Pagination + +
  • +
  • Labels
  • +
  • Badges
  • +
  • + Typography + +
  • +
  • Thumbnails
  • +
  • + Alerts + +
  • +
  • + Progress bars + +
  • +
  • Media object
  • +
  • + List group + +
  • +
  • + Panels + +
  • +
  • Wells
  • diff --git a/bower_components/bootstrap/_includes/nav-css.html b/bower_components/bootstrap/_includes/nav-css.html new file mode 100644 index 00000000..fb00465c --- /dev/null +++ b/bower_components/bootstrap/_includes/nav-css.html @@ -0,0 +1,76 @@ +
  • + Overview + +
  • +
  • + Glyphicons +
  • +
  • + Grid system + +
  • +
  • + Typography + +
  • +
  • Code
  • +
  • + Tables + +
  • +
  • + Forms + +
  • +
  • + Buttons + +
  • +
  • Images
  • +
  • Helper classes
  • +
  • Responsive utilities
  • diff --git a/bower_components/bootstrap/_includes/nav-customize.html b/bower_components/bootstrap/_includes/nav-customize.html new file mode 100644 index 00000000..661a2607 --- /dev/null +++ b/bower_components/bootstrap/_includes/nav-customize.html @@ -0,0 +1,40 @@ +
  • + LESS components +
  • +
  • + jQuery plugins +
  • +
  • + LESS variables + +
  • +
  • + Download +
  • diff --git a/bower_components/bootstrap/_includes/nav-getting-started.html b/bower_components/bootstrap/_includes/nav-getting-started.html new file mode 100644 index 00000000..022d335c --- /dev/null +++ b/bower_components/bootstrap/_includes/nav-getting-started.html @@ -0,0 +1,22 @@ +
  • + Download Bootstrap + +
  • +
  • + What's included +
  • +
  • + Basic template +
  • +
  • + Browser support +
  • +
  • + License FAQs +
  • +
  • + Customizing Bootstrap +
  • \ No newline at end of file diff --git a/bower_components/bootstrap/_includes/nav-javascript.html b/bower_components/bootstrap/_includes/nav-javascript.html new file mode 100644 index 00000000..365fe1a1 --- /dev/null +++ b/bower_components/bootstrap/_includes/nav-javascript.html @@ -0,0 +1,88 @@ +
  • + Overview + +
  • +
  • Transitions
  • +
  • + Modal + +
  • +
  • + Dropdown + +
  • +
  • + Scrollspy + +
  • +
  • + Tab + +
  • +
  • + Tooltip + +
  • +
  • + Popover + +
  • +
  • + Alert + +
  • +
  • + Button + +
  • +
  • + Collapse + +
  • +
  • + Carousel + +
  • +
  • + Affix + +
  • diff --git a/bower_components/bootstrap/_includes/nav-main.html b/bower_components/bootstrap/_includes/nav-main.html new file mode 100644 index 00000000..d7f5a0ee --- /dev/null +++ b/bower_components/bootstrap/_includes/nav-main.html @@ -0,0 +1,29 @@ + diff --git a/bower_components/bootstrap/_includes/old-bs-docs.html b/bower_components/bootstrap/_includes/old-bs-docs.html new file mode 100644 index 00000000..53635043 --- /dev/null +++ b/bower_components/bootstrap/_includes/old-bs-docs.html @@ -0,0 +1,8 @@ +
    +
    + + Looking for Bootstrap 2.3.2 docs? + + We've moved it to a new home while we push forward with Bootstrap 3. Read the blog for details. +
    +
    diff --git a/bower_components/bootstrap/_includes/social-buttons.html b/bower_components/bootstrap/_includes/social-buttons.html new file mode 100644 index 00000000..3700ecd1 --- /dev/null +++ b/bower_components/bootstrap/_includes/social-buttons.html @@ -0,0 +1,16 @@ +
    + +
    diff --git a/bower_components/bootstrap/_layouts/customize.html b/bower_components/bootstrap/_layouts/customize.html new file mode 100644 index 00000000..28275c3e --- /dev/null +++ b/bower_components/bootstrap/_layouts/customize.html @@ -0,0 +1,51 @@ + + + + + {% include header.html %} + + + + + + {% include nav-main.html %} + + +
    +
    +

    {{ page.title }}

    +

    {{ page.lead }}

    + {% include ads.html %} +
    +
    + + + {% include old-bs-docs.html %} + +
    +
    +

    Until RC2, the Bootstrap 3 customizer will be disabled. In the mean time, snag the compiled CSS and JavaScript. Hang tight!

    +
    +
    + + + + + + {% include footer.html %} + + + diff --git a/bower_components/bootstrap/_layouts/default.html b/bower_components/bootstrap/_layouts/default.html new file mode 100644 index 00000000..556c0fe1 --- /dev/null +++ b/bower_components/bootstrap/_layouts/default.html @@ -0,0 +1,74 @@ + + + + + {% include header.html %} + + + + + + {% include nav-main.html %} + + +
    +
    +

    {{ page.title }}

    +

    {{ page.lead }}

    + {% include ads.html %} +
    +
    + + + {% include old-bs-docs.html %} + +
    +
    +
    +
    + +
    +
    +
    + {{ content }} +
    +
    + +
    + + + Back to top + + + + + + {% include footer.html %} + + + diff --git a/bower_components/bootstrap/_layouts/home.html b/bower_components/bootstrap/_layouts/home.html new file mode 100644 index 00000000..58853376 --- /dev/null +++ b/bower_components/bootstrap/_layouts/home.html @@ -0,0 +1,42 @@ + + + + + {% include header.html %} + + + + + + {% include nav-main.html %} + + + {{ content }} + + + {% include old-bs-docs.html %} + +
    + {% include social-buttons.html %} + + +
    + + + {% include footer.html %} + + + diff --git a/bower_components/bootstrap/assets/css/docs.css b/bower_components/bootstrap/assets/css/docs.css new file mode 100644 index 00000000..84cd8015 --- /dev/null +++ b/bower_components/bootstrap/assets/css/docs.css @@ -0,0 +1,886 @@ +/* + * Bootstrap Documentation + * Special styles for presenting Bootstrap's documentation and code examples. + */ + + + +/* Key scaffolding +-------------------------------------------------- */ + +body { + position: relative; /* For scrollyspy */ + padding-top: 50px; /* Account for fixed navbar */ +} + +/* Custom docs button */ +.btn-bs { + color: #563d7c; + background-color: #fff; + border-color: #e5e5e5; +} +.btn-bs:hover, +.btn-bs:active { + color: #fff; + background-color: #563d7c; + border-color: #563d7c; +} + +/* Temp CSS until RC2 */ +.bs-customize-placeholder { + margin-bottom: -100px; + padding: 80px 30px; + text-align: center; + background-color: #f5f5f5; +} + + +/* Top nav and header +-------------------------------------------------- */ + +.bs-docs-nav { + background-color: #563d7c; +} +.bs-docs-nav .navbar-brand { + color: #fff; +} +.bs-docs-nav .navbar-nav > li > a { + color: #cdbfe3; +} +.bs-docs-nav .navbar-nav > li > a:hover { + color: #fff; +} +.bs-docs-nav .navbar-nav > .active > a, +.bs-docs-nav .navbar-nav > .active > a:hover { + color: #fff; + background-color: #463265; +} +.bs-docs-nav .navbar-toggle { + border-color: #563d7c; +} +.bs-docs-nav .navbar-toggle:hover { + background-color: #463265; + border-color: #463265; +} + +/* Old docs callout */ +.bs-old-docs { + padding: 15px 20px; + color: #777; + background-color: #fafafa; + border-bottom: 1px solid #e5e5e5; +} +.bs-old-docs strong { + color: #555; +} +.bs-docs-home .bs-old-docs { + text-align: center; + border-top: 1px solid #e5e5e5; +} + + +/* Homepage masthead +-------------------------------------------------- */ + +.bs-masthead { + position: relative; + padding: 30px 15px; + text-align: center; +} +.bs-masthead h1 { + font-size: 50px; + line-height: 1; +} + +/* Download button */ +.bs-masthead .btn-bs { + margin-top: 5px; + margin-bottom: 5px; + padding: 18px 24px; + font-size: 21px; +} + +/* Textual links */ +.bs-social { + margin-top: 30px; + text-align: center; +} +.bs-masthead-links { + margin-top: 20px; + margin-bottom: 20px; + padding-left: 0; + list-style: none; + text-align: center; +} +.bs-masthead-links li { + display: inline; + color: #999; +} +.bs-masthead-links li + li { + margin-left: 20px; +} + + + +/* Customize and Download button +-------------------------------------------------- */ + +.bs-customizer .toggle { + float: right; +} +.bs-customizer label { + margin-top: 10px; + font-weight: 500; + color: #444; +} +.bs-customizer h2 { + margin-top: 0; + margin-bottom: 5px; + padding-top: 30px; +} +.bs-customizer h4 { + margin-top: 15px; +} +.bs-customizer input[type="text"] { + background-color: #fafafa; +} +.bs-customizer .help-block { + font-size: 12px; +} + +.bs-customize-download { + text-align: center; +} + + + +/* Docs pages and sections +-------------------------------------------------- */ + +/* Page headers */ +.bs-header { + padding: 30px 30px 40px; + font-size: 16px; + color: #5a5a5a; + text-align: center; + border-bottom: 1px solid #e5e5e5; +} +.bs-header h1 { + color: #563d7c; +} +.bs-header p { + font-weight: 300; + line-height: 1.5; +} +.bs-header .container { + position: relative; +} + +.bs-docs-section + .bs-docs-section { + margin-top: 80px; +} + +/* Ads in page headers */ +.carbonad { + width: auto !important; + margin: 50px -30px -40px !important; + padding: 20px !important; + overflow: hidden; /* clearfix */ + height: auto !important; + font-size: 13px !important; + line-height: 16px !important; + text-align: left; + background: none !important; + border: 0 !important; + border-top: 1px solid #e5e5e5 !important; +} +.carbonad-img { + margin: 0 !important; +} +.carbonad-text, +.carbonad-tag { + float: none !important; + display: block !important; + width: auto !important; + height: auto !important; + margin-left: 145px !important; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; +} +.carbonad-text { + padding-top: 0 !important; +} +.carbonad-tag { + text-align: left !important; +} +.carbonad #azcarbon > img { + display: none; /* hide what I assume are tracking images */ +} + + + +/* Docs sidebar +-------------------------------------------------- */ + +/* By default it's not affixed in mobile views, so undo that */ +.bs-sidebar.affix { + position: static; +} + +/* First level of nav */ +.bs-sidenav { + margin-top: 30px; + margin-bottom: 30px; + padding-top: 10px; + padding-bottom: 10px; + text-shadow: 0 1px 0 #fff; + background-color: #f7f5fa; + border-radius: 5px; +} + +/* All levels of nav */ +.bs-sidebar .nav > li > a { + display: block; + color: #716b7a; + padding: 5px 20px; +} +.bs-sidebar .nav > li > a:hover, +.bs-sidebar .nav > li > a:focus { + text-decoration: none; + background-color: #e5e3e9; + border-right: 1px solid #dbd8e0; +} +.bs-sidebar .nav > .active > a, +.bs-sidebar .nav > .active:hover > a, +.bs-sidebar .nav > .active:focus > a { + font-weight: bold; + color: #563d7c; + background-color: transparent; + border-right: 1px solid #563d7c; +} + +/* Nav: second level (shown on .active) */ +.bs-sidebar .nav .nav { + display: none; + margin-bottom: 8px; +} +.bs-sidebar .nav > .active > ul { + display: block; +} +.bs-sidebar .nav .nav > li > a { + padding-top: 3px; + padding-bottom: 3px; + padding-left: 30px; + font-size: 90%; +} + + + +/* Side notes for calling out things +-------------------------------------------------- */ + +/* Base styles (regardless of theme) */ +.bs-callout { + margin: 20px 0; + padding: 15px 30px 15px 15px; + border-left: 5px solid #eee; +} +.bs-callout h4 { + margin-top: 0; +} +.bs-callout p:last-child { + margin-bottom: 0; +} +.bs-callout code, +.bs-callout .highlight { + background-color: #fff; +} + +/* Themes for different contexts */ +.bs-callout-danger { + background-color: #fcf2f2; + border-color: #dFb5b4; +} +.bs-callout-warning { + background-color: #fefbed; + border-color: #f1e7bc; +} +.bs-callout-info { + background-color: #f0f7fd; + border-color: #d0e3f0; +} + + + +/* Special grid styles +-------------------------------------------------- */ + +.show-grid { + margin-bottom: 15px; +} +.show-grid [class^="col-"] { + padding-top: 10px; + padding-bottom: 10px; + background-color: #eee; + border: 1px solid #ddd; + background-color: rgba(86,61,124,.15); + border: 1px solid rgba(86,61,124,.2); +} + + + +/* Bootstrap code examples +-------------------------------------------------- */ + +/* Base class */ +.bs-example { + position: relative; + padding: 45px 15px 15px; + margin: 0 -15px -1px; + background-color: #fafafa; + box-shadow: inset 0 3px 6px rgba(0,0,0,.05); + border-color: #e5e5e5 #eee #eee; + border-style: solid; + border-width: 1px 0; +} +/* Echo out a label for the example */ +.bs-example:after { + content: "Example"; + position: absolute; + top: 15px; + left: 15px; + font-size: 12px; + font-weight: bold; + color: #bbb; + text-transform: uppercase; + letter-spacing: 1px; +} + +/* Tweak display of the examples */ +.bs-example + .prettyprint, +.bs-example + .highlight { + margin-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +/* Tweak content of examples for optimum awesome */ +.bs-example > p:last-child, +.bs-example > ul:last-child, +.bs-example > ol:last-child, +.bs-example > blockquote:last-child, +.bs-example > input:last-child, +.bs-example > select:last-child, +.bs-example > textarea:last-child, +.bs-example > .table:last-child, +.bs-example > .navbar:last-child +.bs-example > .jumbotron:last-child, +.bs-example > .alert:last-child, +.bs-example > .panel:last-child, +.bs-example > .list-group:last-child, +.bs-example > .well:last-child { + margin-bottom: 0; +} +.bs-example > p > .close { + float: none; +} + +/* Typography */ +.bs-example-type .table td { + color: #999; + vertical-align: middle; + border-color: ; +} +.bs-example-type .table td, +.bs-example-type .table th { + padding: 15px 0; + border-color: #eee; +} +.bs-example-type .table tr:first-child td, +.bs-example-type .table tr:first-child th { + border-top: 0; +} +.bs-example-type h1, +.bs-example-type h2, +.bs-example-type h3, +.bs-example-type h4, +.bs-example-type h5, +.bs-example-type h6 { + margin: 0; +} + +/* Forms */ +.bs-example.form-inline select, +.bs-example.form-inline input[type="text"], +.bs-example.form-inline input[type="password"] { + width: 180px; +} +.bs-example-control-sizing select, +.bs-example-control-sizing input[type="text"] + input[type="text"] { + margin-top: 10px; +} +.bs-example-form .input-group { + margin-bottom: 10px; +} + +/* List groups */ +.bs-example > .list-group { + max-width: 400px; +} + +/* Navbar examples */ +.bs-example .navbar:last-child { + margin-bottom: 0; +} +.bs-navbar-top-example, +.bs-navbar-bottom-example { + z-index: 1; + padding: 0; + min-height: 110px; + overflow: hidden; /* cut the drop shadows off */ +} +.bs-navbar-top-example .navbar-fixed-top, +.bs-navbar-bottom-example .navbar-fixed-bottom { + position: relative; + margin-left: 0; + margin-right: 0; +} +.bs-navbar-top-example .navbar-fixed-top { + top: -1px; +} +.bs-navbar-bottom-example .navbar-fixed-bottom { + bottom: -1px; +} +.bs-navbar-top-example { + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; + border-radius: 0 0 4px 4px; +} +.bs-navbar-top-example:after { + top: auto; + bottom: 15px; + -webkit-border-radius: 0 4px 0 4px; + -moz-border-radius: 0 4px 0 4px; + border-radius: 0 4px 0 4px; +} +.bs-navbar-bottom-example { + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; + border-radius: 4px 4px 0 0; +} +.bs-navbar-bottom-example .navbar { + margin-bottom: 0; +} + +/* Example modals */ +.bs-example-modal { + background-color: #f5f5f5; +} +.bs-example-modal .modal { + position: relative; + top: auto; + right: auto; + left: auto; + bottom: auto; + z-index: 1; + display: block; +} +.bs-example-modal .modal-dialog { + left: auto; + margin-left: auto; + margin-right: auto; +} + +/* Example dropdowns */ +.bs-example > .dropdown > .dropdown-menu, +.bs-example-submenu > .pull-left > .dropup > .dropdown-menu, +.bs-example-submenu > .pull-left > .dropdown > .dropdown-menu { + position: static; + display: block; + margin-bottom: 5px; +} +.bs-example-submenu { + min-height: 230px; +} +.bs-example-submenu > .pull-left + .pull-left { + margin-left: 20px; +} + +/* Example tabbable tabs */ +.bs-example-tabs .nav-tabs { + margin-bottom: 15px; +} + +/* Tooltips */ +.bs-example-tooltips { + text-align: center; +} + +/* Popovers */ +.bs-example-popover { + padding-bottom: 24px; + background-color: #f9f9f9; +} +.bs-example-popover .popover { + position: relative; + display: block; + float: left; + width: 260px; + margin: 20px; +} + + + +/* Example templates +-------------------------------------------------- */ + +.bs-examples h4 { + margin-bottom: 5px; +} +.bs-examples p { + margin-bottom: 20px; +} + + + +/* Responsive docs +-------------------------------------------------- */ + +/* Responsive (scrollable) doc tables */ +@media (max-width: 768px) { + .bs-table-scrollable { + width: 100%; + margin-bottom: 15px; + overflow-y: hidden; + overflow-x: scroll; + border: 1px solid #ddd; + } + .bs-table-scrollable .table { + margin-bottom: 0; + border: 0; + } + .bs-table-scrollable .table th, + .bs-table-scrollable .table td { + white-space: nowrap; + } + .bs-table-scrollable .table th:first-child, + .bs-table-scrollable .table td:first-child { + border-left: 0; + } + .bs-table-scrollable .table th:last-child, + .bs-table-scrollable .table td:last-child { + border-right: 0; + } + .bs-table-scrollable .table tr:last-child th, + .bs-table-scrollable .table tr:last-child td { + border-bottom: 0; + } +} + +/* Related: responsive utilities tables */ +.table code { + font-size: 13px; + font-weight: normal; +} + +/* Utility classes table +------------------------- */ +.bs-table th small, +.responsive-utilities th small { + display: block; + font-weight: normal; + color: #999; +} +.responsive-utilities tbody th { + font-weight: normal; +} +.responsive-utilities td { + text-align: center; +} +.responsive-utilities td.is-visible { + color: #468847; + background-color: #dff0d8 !important; +} +.responsive-utilities td.is-hidden { + color: #ccc; + background-color: #f9f9f9 !important; +} + +/* Responsive tests +------------------------- */ +.responsive-utilities-test { + margin-top: 5px; + padding-left: 0; + list-style: none; + overflow: hidden; /* clear floats */ +} +.responsive-utilities-test li { + position: relative; + float: left; + width: 25%; +} +.responsive-utilities-test li + li { + margin-left: 10px; +} +.responsive-utilities-test span { + padding: 15px 10px; + font-size: 14px; + font-weight: bold; + line-height: 1.1; + text-align: center; + border-radius: 4px; +} +.responsive-utilities-test.visible-on [class*="hidden"], +.responsive-utilities-test.hidden-on [class*="visible"] { + color: #999; + border: 1px solid #ddd; +} +.responsive-utilities-test.visible-on [class*="visible"], +.responsive-utilities-test.hidden-on [class*="hidden"] { + color: #468847; + background-color: #dff0d8; + border: 1px solid #d6e9c6; +} + + + +/* Footer +-------------------------------------------------- */ + +.bs-footer { + padding-top: 40px; + padding-bottom: 30px; + margin-top: 100px; + text-align: center; + border-top: 1px solid #e5e5e5; +} +.bs-footer p { + margin-bottom: 0; + color: #777; +} +.footer-links { + margin: 10px 0; + padding-left: 0; +} +.footer-links li { + display: inline; + padding: 0 2px; +} +.footer-links li:first-child { + padding-left: 0; +} + +/* Social proof buttons from GitHub & Twitter */ +.bs-social { + margin-bottom: 20px; +} +.bs-social-buttons { + display: inline-block; + margin-bottom: 0; + padding-left: 0; + list-style: none; +} +.bs-social-buttons li { + display: inline-block; + line-height: 1; +} +.bs-social-buttons li + li { + margin-left: 15px; +} +.bs-social-buttons .twitter-follow-button { + width: 225px !important; +} +.bs-social-buttons .twitter-share-button { + width: 98px !important; +} + + + +/* Misc docs stuff +-------------------------------------------------- */ + +/* Pseudo :focus state for showing how it looks in the docs */ +input.focused { + border-color: rgba(82,168,236,.8); + outline: 0; + outline: thin dotted \9; /* IE6-9 */ + -moz-box-shadow: 0 0 8px rgba(82,168,236,.6); + box-shadow: 0 0 8px rgba(82,168,236,.6); +} + +/* Scrollspy demo on fixed height div */ +.scrollspy-example { + position: relative; + height: 200px; + margin-top: 10px; + overflow: auto; +} + +.highlight { + padding: 9px 14px; + margin-bottom: 14px; + background-color: #f7f7f9; + border: 1px solid #e1e1e8; + border-radius: 4px; +} +.highlight pre { + padding: 0; + margin-top: 0; + margin-bottom: 0; + background-color: transparent; + border: 0; + white-space: nowrap; +} +.highlight pre code { + font-size: inherit; + color: #333; /* Effectively the base text color */ +} +.highlight pre .lineno { + display: inline-block; + width: 22px; + padding-right: 5px; + margin-right: 10px; + text-align: right; + color: #bebec5; +} + +/* Better spacing on download options in getting started */ +.bs-docs-dl-options h4 { + margin-top: 15px; + margin-bottom: 5px; +} + +/* Hide the top link initially */ +.bs-top { + display: none; +} + + +/* Responsive variations +-------------------------------------------------- */ + +/* Hide code snippets on mobile devices */ +@media screen and (max-width: 480px) { + .highlight { + display: none; + } +} + +/* Tablets and up */ +@media screen and (min-width: 768px) { + + /* Back to top link */ + .bs-top { + display: block; /* Unhide */ + float: left; + padding: 7px 15px; + font-weight: 500; + color: #999; + background-color: #eee; + border-radius: 4px; + } + .bs-top:hover { + color: #fff; + text-decoration: none; + background-color: #999; + } + .bs-top.affix { + position: fixed; + right: 15px; + bottom: 15px; + } + .bs-header { + font-size: 21px; + text-align: left; + } + .bs-header h1 { + font-size: 60px; + line-height: 1; + } + + .bs-example { + margin-left: 0; + margin-right: 0; + background-color: #fff; + border-width: 1px; + border-color: #ddd; + border-radius: 4px 4px 0 0; + box-shadow: none; + } + + .carbonad { + margin: 0 !important; + border: 1px solid #e5e5e5 !important; + border-radius: 4px; + } + + /* Show the docs nav */ + .bs-sidebar { + display: block; + } + + /* Tweak display of docs jumbotrons */ + .bs-masthead { + padding-top: 100px; + padding-bottom: 100px; + } + .bs-masthead h1 { + font-size: 100px; + } + .bs-masthead p { + margin-left: 15%; + margin-right: 15%; + font-size: 30px; + } + + .bs-navbar-top-example .navbar-fixed-top, + .bs-navbar-bottom-example .navbar-fixed-bottom { + position: absolute; + } + +} + +/* Tablets/desktops and up */ +@media screen and (min-width: 992px) { + + /* Widen the fixed sidebar */ + .bs-sidebar.affix, + .bs-sidebar.affix-bottom { + width: 213px; + } + .bs-sidebar.affix { + position: fixed; /* Undo the static from mobile-first approach */ + top: 80px; + } + .bs-sidebar.affix-bottom { + position: absolute; /* Undo the static from mobile-first approach */ + } + .bs-sidebar.affix-bottom .bs-sidenav, + .bs-sidebar.affix .bs-sidenav { + margin-top: 0; + margin-bottom: 0; + } + .bs-header h1, + .bs-header p { + margin-right: 380px; + } + .carbonad { + position: absolute; + top: 20px; + right: 0; + padding: 15px !important; + width: 330px !important; + min-height: 132px; + } + +} + +/* Large desktops and up */ +@media screen and (min-width: 1200px) { + + /* Widen the fixed sidebar again */ + .bs-sidebar.affix-bottom, + .bs-sidebar.affix { + width: 270px; + } + +} diff --git a/bower_components/bootstrap/assets/css/pygments-manni.css b/bower_components/bootstrap/assets/css/pygments-manni.css new file mode 100644 index 00000000..1264b87f --- /dev/null +++ b/bower_components/bootstrap/assets/css/pygments-manni.css @@ -0,0 +1,66 @@ +.hll { background-color: #ffffcc } + /*{ background: #f0f3f3; }*/ +.c { color: #999; } /* Comment */ +.err { color: #AA0000; background-color: #FFAAAA } /* Error */ +.k { color: #006699; } /* Keyword */ +.o { color: #555555 } /* Operator */ +.cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ +.cp { color: #009999 } /* Comment.Preproc */ +.c1 { color: #999; } /* Comment.Single */ +.cs { color: #999; } /* Comment.Special */ +.gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #003300; } /* Generic.Heading */ +.gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ +.go { color: #AAAAAA } /* Generic.Output */ +.gp { color: #000099; } /* Generic.Prompt */ +.gs { } /* Generic.Strong */ +.gu { color: #003300; } /* Generic.Subheading */ +.gt { color: #99CC66 } /* Generic.Traceback */ +.kc { color: #006699; } /* Keyword.Constant */ +.kd { color: #006699; } /* Keyword.Declaration */ +.kn { color: #006699; } /* Keyword.Namespace */ +.kp { color: #006699 } /* Keyword.Pseudo */ +.kr { color: #006699; } /* Keyword.Reserved */ +.kt { color: #007788; } /* Keyword.Type */ +.m { color: #FF6600 } /* Literal.Number */ +.s { color: #d44950 } /* Literal.String */ +.na { color: #4f9fcf } /* Name.Attribute */ +.nb { color: #336666 } /* Name.Builtin */ +.nc { color: #00AA88; } /* Name.Class */ +.no { color: #336600 } /* Name.Constant */ +.nd { color: #9999FF } /* Name.Decorator */ +.ni { color: #999999; } /* Name.Entity */ +.ne { color: #CC0000; } /* Name.Exception */ +.nf { color: #CC00FF } /* Name.Function */ +.nl { color: #9999FF } /* Name.Label */ +.nn { color: #00CCFF; } /* Name.Namespace */ +.nt { color: #2f6f9f; } /* Name.Tag */ +.nv { color: #003333 } /* Name.Variable */ +.ow { color: #000000; } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #FF6600 } /* Literal.Number.Float */ +.mh { color: #FF6600 } /* Literal.Number.Hex */ +.mi { color: #FF6600 } /* Literal.Number.Integer */ +.mo { color: #FF6600 } /* Literal.Number.Oct */ +.sb { color: #CC3300 } /* Literal.String.Backtick */ +.sc { color: #CC3300 } /* Literal.String.Char */ +.sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #CC3300 } /* Literal.String.Double */ +.se { color: #CC3300; } /* Literal.String.Escape */ +.sh { color: #CC3300 } /* Literal.String.Heredoc */ +.si { color: #AA0000 } /* Literal.String.Interpol */ +.sx { color: #CC3300 } /* Literal.String.Other */ +.sr { color: #33AAAA } /* Literal.String.Regex */ +.s1 { color: #CC3300 } /* Literal.String.Single */ +.ss { color: #FFCC33 } /* Literal.String.Symbol */ +.bp { color: #336666 } /* Name.Builtin.Pseudo */ +.vc { color: #003333 } /* Name.Variable.Class */ +.vg { color: #003333 } /* Name.Variable.Global */ +.vi { color: #003333 } /* Name.Variable.Instance */ +.il { color: #FF6600 } /* Literal.Number.Integer.Long */ + +.css .o, +.css .o + .nt, +.css .nt + .nt { color: #999; } diff --git a/bower_components/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png b/bower_components/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png new file mode 100644 index 00000000..9d08f7d1 Binary files /dev/null and b/bower_components/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png differ diff --git a/bower_components/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png b/bower_components/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png new file mode 100644 index 00000000..1d2cb98f Binary files /dev/null and b/bower_components/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png differ diff --git a/bower_components/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png b/bower_components/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png new file mode 100644 index 00000000..292e7384 Binary files /dev/null and b/bower_components/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png differ diff --git a/bower_components/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png b/bower_components/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png new file mode 100644 index 00000000..6ef2d552 Binary files /dev/null and b/bower_components/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png differ diff --git a/bower_components/bootstrap/assets/ico/favicon.png b/bower_components/bootstrap/assets/ico/favicon.png new file mode 100644 index 00000000..a5ddaba1 Binary files /dev/null and b/bower_components/bootstrap/assets/ico/favicon.png differ diff --git a/bower_components/bootstrap/assets/js/application.js b/bower_components/bootstrap/assets/js/application.js new file mode 100644 index 00000000..8097107e --- /dev/null +++ b/bower_components/bootstrap/assets/js/application.js @@ -0,0 +1,169 @@ +// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT +// IT'S ALL JUST JUNK FOR OUR DOCS! +// ++++++++++++++++++++++++++++++++++++++++++ + +!function ($) { + + $(function(){ + + var $window = $(window) + + var navHeight = $('.navbar').outerHeight(true) + 10 + + $(document.body).scrollspy({ + target: '.bs-sidebar', + offset: navHeight + }) + + $('[href=#]').click(function (e) { + e.preventDefault() + }) + + $(document.body).on('click', '.bs-sidenav [href^=#]', function (e) { + var $target = $(this.getAttribute('href')) + + e.preventDefault() // prevent browser scroll + + document.body.scrollTop = + $target.offset().top - + navHeight + 5 // offset scroll by nav + }) + + // back to top + setTimeout(function () { + var $sideBar = $('.bs-sidebar') + + $sideBar.affix({ + offset: { + top: function () { + var offsetTop = $sideBar.offset().top + var sideBarMargin = parseInt($sideBar.children(0).css('margin-top'), 10) + var navOuterHeight = $('.bs-docs-nav').height() + + return (this.top = offsetTop - navOuterHeight - sideBarMargin) + } + , bottom: function () { + return (this.bottom = $('.bs-footer').outerHeight(true)) + } + } + }) + }, 100) + + setTimeout(function () { + $('.bs-top').affix() + }, 100) + + // tooltip demo + $('.tooltip-demo').tooltip({ + selector: "[data-toggle=tooltip]" + }) + + $('.tooltip-test').tooltip() + $('.popover-test').popover() + + $('.bs-docs-navbar').tooltip({ + selector: "a[data-toggle=tooltip]", + container: ".bs-docs-navbar .nav" + }) + + // popover demo + $("[data-toggle=popover]") + .popover() + + // button state demo + $('#fat-btn') + .click(function () { + var btn = $(this) + btn.button('loading') + setTimeout(function () { + btn.button('reset') + }, 3000) + }) + + // carousel demo + $('.bs-docs-carousel-example').carousel() + + // javascript build logic + var inputsComponent = $("#less input") + , inputsPlugin = $("#plugins input") + , inputsVariables = $("#less-variables input") + + // toggle all plugin checkboxes + $('#less .toggle').on('click', function (e) { + e.preventDefault() + inputsComponent.prop('checked', !inputsComponent.is(':checked')) + }) + + $('#plugins .toggle').on('click', function (e) { + e.preventDefault() + inputsPlugin.prop('checked', !inputsPlugin.is(':checked')) + }) + + $('#less-variables .toggle').on('click', function (e) { + e.preventDefault() + inputsVariables.val('') + }) + + // request built javascript + $('.bs-customize-download .btn').on('click', function (e) { + e.preventDefault() + + var css = $("#less input:checked") + .map(function () { return this.value }) + .toArray() + , js = $("#plugins input:checked") + .map(function () { return this.value }) + .toArray() + , vars = {} + + $("#less-variables input") + .each(function () { + $(this).val() && (vars[ $(this).prev().text() ] = $(this).val()) + }) + + $.ajax({ + type: 'POST' + , url: /localhost/.test(window.location) ? 'http://localhost:9001' : 'http://bootstrap.herokuapp.com' + , dataType: 'jsonpi' + , params: { + js: js + , css: css + , vars: vars + } + }) + }) + }) + +// Modified from the original jsonpi https://github.com/benvinegar/jquery-jsonpi +$.ajaxTransport('jsonpi', function(opts, originalOptions, jqXHR) { + var url = opts.url; + + return { + send: function(_, completeCallback) { + var name = 'jQuery_iframe_' + jQuery.now() + , iframe, form + + iframe = $('