diff --git a/bower_components/octicons/svg/clippy.svg b/assets/clippy.svg similarity index 100% rename from bower_components/octicons/svg/clippy.svg rename to assets/clippy.svg diff --git a/assets/main.css b/assets/main.css index fc9c772..a56830a 100644 --- a/assets/main.css +++ b/assets/main.css @@ -90,6 +90,12 @@ h3 { text-align: center; } +.clippy { + margin-top: -3px; + position: relative; + top: 3px; +} + /* Code ========================================================================== */ diff --git a/bower.json b/bower.json index 272a2ce..7578c59 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,6 @@ "name": "clipboard", "dependencies": { "highlightjs": "~8.8.0", - "octicons": "~3.1.0", "primer-css": "~2.3.3" } } diff --git a/bower_components/octicons/.bower.json b/bower_components/octicons/.bower.json deleted file mode 100644 index 5e79168..0000000 --- a/bower_components/octicons/.bower.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "octicons", - "description": "GitHub's icon font", - "license": [ - "OFL-1.1", - "MIT" - ], - "homepage": "https://octicons.github.com", - "authors": [ - "GitHub " - ], - "main": [ - "octicons/sprockets-octicons.scss", - "octicons/octicons.eot", - "octicons/octicons.svg", - "octicons/octicons.ttf", - "octicons/octicons.woff" - ], - "keywords": [ - "GitHub", - "icons", - "font", - "web font", - "icon font" - ], - "ignore": [ - "**/.*", - "bower_components" - ], - "version": "3.1.0", - "_release": "3.1.0", - "_resolution": { - "type": "version", - "tag": "v3.1.0", - "commit": "d622851e97c343192bed957b33434ae32e7dc775" - }, - "_source": "git://github.com/github/octicons.git", - "_target": "~3.1.0", - "_originalSource": "octicons" -} \ No newline at end of file diff --git a/bower_components/octicons/CHANGELOG.md b/bower_components/octicons/CHANGELOG.md deleted file mode 100644 index 119bd0e..0000000 --- a/bower_components/octicons/CHANGELOG.md +++ /dev/null @@ -1,191 +0,0 @@ -### 3.1.0 (August 13, 2015) - -Adds - -- `shield` - -This thickens stroke widths slightly on the following icons: - -- `circle-slash` -- `clock` -- `cloud-upload` -- `cloud-download` -- `dashboard` -- `info` -- `issue-closed` -- `issue` -- `issue-reopened` -- `history` -- `question` -- `search` - -Fills `comment-discussion` - -Thickens `x` to match `checkmark` - -### 3.0.1 (August 10, 2015) - -Some files were missing in `3.0.0` - -### 3.0.0 (August 10, 2015) - -Removes - -- `microscope` -- `beer` -- `split` -- `puzzle` -- `steps` -- `podium` -- `timer` -- all `alignment` icons -- all `move` icons -- all `playback` icons -- all `jump` icons - -Adds - -- `beaker` -- `bell` -- `desktop-download` -- `watch` - -Line-weight changes, sizing normalization, and new drawings - -- `circle-slash` -- `lock` -- `cloud-upload` -- `cloud-download` -- `plus` -- `✕` -- `broadcast` -- `lock` -- all `repo` icons -- organization -- person -- all `chevrons` & `triangles` -- all `diff` icons -- `clippy` -- all `issue` and circular icons -- `rss` -- `ruby` -- `cancel` -- `settings` -- `mirror` -- `external-link` -- `history` -- `gear` -- `settings` -- `info` -- `history` -- `package` -- `gist-secret` -- `rocket` -- `law` -- `telescope` -- `search` -- `tag` -- `normal-screen` -- `iphone` -- `no-new-line` -- `desktop` -- all `git` icons -- `circuit-board` -- `heart` -- `home` -- `briefcase` -- `wiki` -- `bookmark` -- `briefcase` -- `calendar` -- `color-mode` -- `comment` -- `discussions` -- `credit-card` -- `dashboard` -- `camera` -- `video` -- `bug` -- `desktop` -- `ellipses` -- `eye` -- all `files` & `folders` -- `fold` -- `unfold` -- `gift` -- `graph` -- `hubot` -- `inbox` -- `jersey` -- `keyboard` -- `light-bulb` -- `link` -- `location` -- `mail` -- `mail-read` -- `marker` -- `plug` -- `mute` -- `pencil` -- `push-pin` -- `fullscreen` -- `unfullscreen` -- `server` -- `sign-in` -- `sign-out` -- `tag` -- `terminal` -- `thumbs-up` -- `thumbs-down` -- `trash` -- `unmute` -- `versions` -- `gist` -- `key` -- `megaphone` -- `checklist` - -## 2.4.1 (June 2, 2015) - -- Add the scss file I forgot to include - -## 2.4.0 (June 2, 2015) - -- Add `octicons.scss` -- Revert path changes to `sprockets-octicons.scss`, as they broke octicons in sprockets. - -## 2.3.0 (May 28, 2015) - -- Add a path variable to `sprockets-octicons.scss` to be consistent with octicons.less` - -## 2.2.3 (May 21, 2015) - -- Use SPDX license identifiers in package.json - -## 2.2.2 (April 1, 2015) - -Fixes file icons for - -- `file-binary` -- `file-code` -- `file-media` -- `file-pdf` -- `file-symlink-file` -- `file-text` -- `file-zip` - -## 2.2.1 (March 30, 2015) - -- Fix vector artifact and smooth curves in `mark-github` - -## 2.2.0 (Feb 18, 2015) - -- Add two new icons: `thumbsup` and `thumbsdown` - -## 2.0.1 (June 16, 2014) - -- Add mention of github.com/logos to the license - -## 2.0.0 (June 16, 2014) - -- Hello world diff --git a/bower_components/octicons/CONTRIBUTING.md b/bower_components/octicons/CONTRIBUTING.md deleted file mode 100644 index 5769431..0000000 --- a/bower_components/octicons/CONTRIBUTING.md +++ /dev/null @@ -1,3 +0,0 @@ -The contents of */octicons* */svg* are generated by an automated process. Changes to these files may be accepted, but may also be overwritten. - -Octicons is GitHub's icon font. At this time, new icons will only add icons when they are needed for GitHub products. diff --git a/bower_components/octicons/LICENSE.txt b/bower_components/octicons/LICENSE.txt deleted file mode 100644 index 69aa0d5..0000000 --- a/bower_components/octicons/LICENSE.txt +++ /dev/null @@ -1,9 +0,0 @@ -(c) 2012-2015 GitHub - -When using the GitHub logos, be sure to follow the GitHub logo guidelines (https://github.com/logos) - -Font License: SIL OFL 1.1 (http://scripts.sil.org/OFL) -Applies to all font files - -Code License: MIT (http://choosealicense.com/licenses/mit/) -Applies to all other files diff --git a/bower_components/octicons/README.md b/bower_components/octicons/README.md deleted file mode 100644 index b462e68..0000000 --- a/bower_components/octicons/README.md +++ /dev/null @@ -1,127 +0,0 @@ -# Octicons! - -This is the [Bower][bower] package for [GitHub Octicons][octicons]. - -## Add Octicons to your project - -1. Create a new file called *bower.json* (if you don't have one already). - -2. Add a new line for the Octicon dependency, pointing to the correct repository: - - ``` json - { - "name": "my_great_project", - "dependencies": { - "octicons": "*" - } - } - ``` - -3. Run `bower install`. The Octicons styles will be downloaded to *bower_components/octicons*. - -4. Link to the `octicons.css` stylesheet in the `` of your `` page: - - ``` html - - ``` - -4. Simply use an icon in your HTML page: - - ``` html - - ``` - -### Rails' asset pipeline - -Octicons includes a stylesheet specifically for [Rails 4/Sprockets][sprockets]. - -1. Create a new file called *vendor/assets/bower.json* (if you don't have one already). - -2. Add a new line for the Octicon dependency, pointing to the correct repository: - - ``` json - { - "name": "my_great_project", - "dependencies": { - "octicons": "*" - } - } - ``` - -3. `cd` into `vendor/assets` and run `bower install`. The Octicons styles will be downloaded to *vendor/assets/bower_components/octicons*. - -4. Open your config/application.rb, and add this line inside your Application: - - ``` ruby - config.assets.precompile += %w(*.svg *.eot *.woff *.ttf) - ``` - -5. In your application stylesheet, require `sprockets-octicons`: - - ``` css - /* - = require sprockets-octicons - */ - ``` - -6. Simply use an icon in your HTML page: - - ``` html - - ``` - -7. If you want a view helper, add something like this to *app/helpers/application_helper.rb*: - - ``` ruby - def octicon(code) - content_tag :span, '', :class => "octicon octicon-#{code.to_s.dasherize}" - end - ``` - -## Best practices - -- Octicons look best in sizes that are multiples of 16px. You can update the size using the `font-size` CSS property. For example: - - ``` css - .octicon { - font-size: 32px; - } - ``` - -- Octicons are not monospaced. This lets them work well next to type, but it means they won’t stack nicely by default. If you intend to stack octicons, such as in navigation, you will want to add some CSS to make them the same width, and centered. For example: - - ``` css - .navigation .octicon { - width: 16px; - text-align: center; - } - ``` - -### Resources - -- [octicons.github.com](http://octicons.github.com/) - the Octicons website -- Read why [icon fonts are awesome](http://css-tricks.com/examples/IconFont/) -- How to compose your [HTML for icon font usage](http://css-tricks.com/html-for-icon-font-usage/) - -## Why can't I see the characters in Font Book?? - -Give this a try, you should be all set: - -![](http://cl.ly/image/2r1B1F2l3Q0D/content#png) - -## FAQ - -Check out [issues with the FAQ label](https://github.com/github/octicons/issues?q=is%3Aclosed+is%3Aissue+label%3AFAQ). - -## Versions - -Octicons operates similarly to [Semver](http://semver.org/) with the following version convention: - -- Major: Breaking changes — removed icons, markup changes, unicode switches, css renames, icon redesigns -- Minor: Non-breaking changes — new icons, new aliases, minor icon changes -- Patch: Unnoticeable tweaks — slight visual changes, package updates - - -[octicons]: http://octicons.github.com -[bower]: http://bower.io/ -[sprockets]: http://guides.rubyonrails.org/asset_pipeline.html diff --git a/bower_components/octicons/bower.json b/bower_components/octicons/bower.json deleted file mode 100644 index 5b9fc4f..0000000 --- a/bower_components/octicons/bower.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "octicons", - "description": "GitHub's icon font", - "license": [ - "OFL-1.1", - "MIT" - ], - "homepage": "https://octicons.github.com", - "authors": [ - "GitHub " - ], - "main": [ - "octicons/sprockets-octicons.scss", - "octicons/octicons.eot", - "octicons/octicons.svg", - "octicons/octicons.ttf", - "octicons/octicons.woff" - ], - "keywords": [ - "GitHub", - "icons", - "font", - "web font", - "icon font" - ], - "ignore": [ - "**/.*", - "bower_components" - ] -} diff --git a/bower_components/octicons/octicons/README.md b/bower_components/octicons/octicons/README.md deleted file mode 100644 index 1007073..0000000 --- a/bower_components/octicons/octicons/README.md +++ /dev/null @@ -1 +0,0 @@ -If you intend to install Octicons locally, install `octicons-local.ttf`. It should appear as “github-octicons” in your font list. It is specially designed not to conflict with GitHub's web fonts. diff --git a/bower_components/octicons/octicons/octicons-local.ttf b/bower_components/octicons/octicons/octicons-local.ttf deleted file mode 100644 index 2050d5e..0000000 Binary files a/bower_components/octicons/octicons/octicons-local.ttf and /dev/null differ diff --git a/bower_components/octicons/octicons/octicons.css b/bower_components/octicons/octicons/octicons.css deleted file mode 100644 index 2c3e0df..0000000 --- a/bower_components/octicons/octicons/octicons.css +++ /dev/null @@ -1,221 +0,0 @@ -@font-face { - font-family: 'octicons'; - src: url('octicons.eot?#iefix') format('embedded-opentype'), - url('octicons.woff') format('woff'), - url('octicons.ttf') format('truetype'), - url('octicons.svg#octicons') format('svg'); - font-weight: normal; - font-style: normal; -} - -/* - -.octicon is optimized for 16px. -.mega-octicon is optimized for 32px but can be used larger. - -*/ -.octicon, .mega-octicon { - font: normal normal normal 16px/1 octicons; - display: inline-block; - text-decoration: none; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.mega-octicon { font-size: 32px; } - -.octicon-alert:before { content: '\f02d'} /*  */ -.octicon-arrow-down:before { content: '\f03f'} /*  */ -.octicon-arrow-left:before { content: '\f040'} /*  */ -.octicon-arrow-right:before { content: '\f03e'} /*  */ -.octicon-arrow-small-down:before { content: '\f0a0'} /*  */ -.octicon-arrow-small-left:before { content: '\f0a1'} /*  */ -.octicon-arrow-small-right:before { content: '\f071'} /*  */ -.octicon-arrow-small-up:before { content: '\f09f'} /*  */ -.octicon-arrow-up:before { content: '\f03d'} /*  */ -.octicon-microscope:before, -.octicon-beaker:before { content: '\f0dd'} /*  */ -.octicon-bell:before { content: '\f0de'} /*  */ -.octicon-book:before { content: '\f007'} /*  */ -.octicon-bookmark:before { content: '\f07b'} /*  */ -.octicon-briefcase:before { content: '\f0d3'} /*  */ -.octicon-broadcast:before { content: '\f048'} /*  */ -.octicon-browser:before { content: '\f0c5'} /*  */ -.octicon-bug:before { content: '\f091'} /*  */ -.octicon-calendar:before { content: '\f068'} /*  */ -.octicon-check:before { content: '\f03a'} /*  */ -.octicon-checklist:before { content: '\f076'} /*  */ -.octicon-chevron-down:before { content: '\f0a3'} /*  */ -.octicon-chevron-left:before { content: '\f0a4'} /*  */ -.octicon-chevron-right:before { content: '\f078'} /*  */ -.octicon-chevron-up:before { content: '\f0a2'} /*  */ -.octicon-circle-slash:before { content: '\f084'} /*  */ -.octicon-circuit-board:before { content: '\f0d6'} /*  */ -.octicon-clippy:before { content: '\f035'} /*  */ -.octicon-clock:before { content: '\f046'} /*  */ -.octicon-cloud-download:before { content: '\f00b'} /*  */ -.octicon-cloud-upload:before { content: '\f00c'} /*  */ -.octicon-code:before { content: '\f05f'} /*  */ -.octicon-color-mode:before { content: '\f065'} /*  */ -.octicon-comment-add:before, -.octicon-comment:before { content: '\f02b'} /*  */ -.octicon-comment-discussion:before { content: '\f04f'} /*  */ -.octicon-credit-card:before { content: '\f045'} /*  */ -.octicon-dash:before { content: '\f0ca'} /*  */ -.octicon-dashboard:before { content: '\f07d'} /*  */ -.octicon-database:before { content: '\f096'} /*  */ -.octicon-clone:before, -.octicon-desktop-download:before { content: '\f0dc'} /*  */ -.octicon-device-camera:before { content: '\f056'} /*  */ -.octicon-device-camera-video:before { content: '\f057'} /*  */ -.octicon-device-desktop:before { content: '\f27c'} /*  */ -.octicon-device-mobile:before { content: '\f038'} /*  */ -.octicon-diff:before { content: '\f04d'} /*  */ -.octicon-diff-added:before { content: '\f06b'} /*  */ -.octicon-diff-ignored:before { content: '\f099'} /*  */ -.octicon-diff-modified:before { content: '\f06d'} /*  */ -.octicon-diff-removed:before { content: '\f06c'} /*  */ -.octicon-diff-renamed:before { content: '\f06e'} /*  */ -.octicon-ellipsis:before { content: '\f09a'} /*  */ -.octicon-eye-unwatch:before, -.octicon-eye-watch:before, -.octicon-eye:before { content: '\f04e'} /*  */ -.octicon-file-binary:before { content: '\f094'} /*  */ -.octicon-file-code:before { content: '\f010'} /*  */ -.octicon-file-directory:before { content: '\f016'} /*  */ -.octicon-file-media:before { content: '\f012'} /*  */ -.octicon-file-pdf:before { content: '\f014'} /*  */ -.octicon-file-submodule:before { content: '\f017'} /*  */ -.octicon-file-symlink-directory:before { content: '\f0b1'} /*  */ -.octicon-file-symlink-file:before { content: '\f0b0'} /*  */ -.octicon-file-text:before { content: '\f011'} /*  */ -.octicon-file-zip:before { content: '\f013'} /*  */ -.octicon-flame:before { content: '\f0d2'} /*  */ -.octicon-fold:before { content: '\f0cc'} /*  */ -.octicon-gear:before { content: '\f02f'} /*  */ -.octicon-gift:before { content: '\f042'} /*  */ -.octicon-gist:before { content: '\f00e'} /*  */ -.octicon-gist-secret:before { content: '\f08c'} /*  */ -.octicon-git-branch-create:before, -.octicon-git-branch-delete:before, -.octicon-git-branch:before { content: '\f020'} /*  */ -.octicon-git-commit:before { content: '\f01f'} /*  */ -.octicon-git-compare:before { content: '\f0ac'} /*  */ -.octicon-git-merge:before { content: '\f023'} /*  */ -.octicon-git-pull-request-abandoned:before, -.octicon-git-pull-request:before { content: '\f009'} /*  */ -.octicon-globe:before { content: '\f0b6'} /*  */ -.octicon-graph:before { content: '\f043'} /*  */ -.octicon-heart:before { content: '\2665'} /* ♥ */ -.octicon-history:before { content: '\f07e'} /*  */ -.octicon-home:before { content: '\f08d'} /*  */ -.octicon-horizontal-rule:before { content: '\f070'} /*  */ -.octicon-hubot:before { content: '\f09d'} /*  */ -.octicon-inbox:before { content: '\f0cf'} /*  */ -.octicon-info:before { content: '\f059'} /*  */ -.octicon-issue-closed:before { content: '\f028'} /*  */ -.octicon-issue-opened:before { content: '\f026'} /*  */ -.octicon-issue-reopened:before { content: '\f027'} /*  */ -.octicon-jersey:before { content: '\f019'} /*  */ -.octicon-key:before { content: '\f049'} /*  */ -.octicon-keyboard:before { content: '\f00d'} /*  */ -.octicon-law:before { content: '\f0d8'} /*  */ -.octicon-light-bulb:before { content: '\f000'} /*  */ -.octicon-link:before { content: '\f05c'} /*  */ -.octicon-link-external:before { content: '\f07f'} /*  */ -.octicon-list-ordered:before { content: '\f062'} /*  */ -.octicon-list-unordered:before { content: '\f061'} /*  */ -.octicon-location:before { content: '\f060'} /*  */ -.octicon-gist-private:before, -.octicon-mirror-private:before, -.octicon-git-fork-private:before, -.octicon-lock:before { content: '\f06a'} /*  */ -.octicon-logo-github:before { content: '\f092'} /*  */ -.octicon-mail:before { content: '\f03b'} /*  */ -.octicon-mail-read:before { content: '\f03c'} /*  */ -.octicon-mail-reply:before { content: '\f051'} /*  */ -.octicon-mark-github:before { content: '\f00a'} /*  */ -.octicon-markdown:before { content: '\f0c9'} /*  */ -.octicon-megaphone:before { content: '\f077'} /*  */ -.octicon-mention:before { content: '\f0be'} /*  */ -.octicon-milestone:before { content: '\f075'} /*  */ -.octicon-mirror-public:before, -.octicon-mirror:before { content: '\f024'} /*  */ -.octicon-mortar-board:before { content: '\f0d7'} /*  */ -.octicon-mute:before { content: '\f080'} /*  */ -.octicon-no-newline:before { content: '\f09c'} /*  */ -.octicon-octoface:before { content: '\f008'} /*  */ -.octicon-organization:before { content: '\f037'} /*  */ -.octicon-package:before { content: '\f0c4'} /*  */ -.octicon-paintcan:before { content: '\f0d1'} /*  */ -.octicon-pencil:before { content: '\f058'} /*  */ -.octicon-person-add:before, -.octicon-person-follow:before, -.octicon-person:before { content: '\f018'} /*  */ -.octicon-pin:before { content: '\f041'} /*  */ -.octicon-plug:before { content: '\f0d4'} /*  */ -.octicon-repo-create:before, -.octicon-gist-new:before, -.octicon-file-directory-create:before, -.octicon-file-add:before, -.octicon-plus:before { content: '\f05d'} /*  */ -.octicon-primitive-dot:before { content: '\f052'} /*  */ -.octicon-primitive-square:before { content: '\f053'} /*  */ -.octicon-pulse:before { content: '\f085'} /*  */ -.octicon-question:before { content: '\f02c'} /*  */ -.octicon-quote:before { content: '\f063'} /*  */ -.octicon-radio-tower:before { content: '\f030'} /*  */ -.octicon-repo-delete:before, -.octicon-repo:before { content: '\f001'} /*  */ -.octicon-repo-clone:before { content: '\f04c'} /*  */ -.octicon-repo-force-push:before { content: '\f04a'} /*  */ -.octicon-gist-fork:before, -.octicon-repo-forked:before { content: '\f002'} /*  */ -.octicon-repo-pull:before { content: '\f006'} /*  */ -.octicon-repo-push:before { content: '\f005'} /*  */ -.octicon-rocket:before { content: '\f033'} /*  */ -.octicon-rss:before { content: '\f034'} /*  */ -.octicon-ruby:before { content: '\f047'} /*  */ -.octicon-screen-full:before { content: '\f066'} /*  */ -.octicon-screen-normal:before { content: '\f067'} /*  */ -.octicon-search-save:before, -.octicon-search:before { content: '\f02e'} /*  */ -.octicon-server:before { content: '\f097'} /*  */ -.octicon-settings:before { content: '\f07c'} /*  */ -.octicon-shield:before { content: '\f0e1'} /*  */ -.octicon-log-in:before, -.octicon-sign-in:before { content: '\f036'} /*  */ -.octicon-log-out:before, -.octicon-sign-out:before { content: '\f032'} /*  */ -.octicon-squirrel:before { content: '\f0b2'} /*  */ -.octicon-star-add:before, -.octicon-star-delete:before, -.octicon-star:before { content: '\f02a'} /*  */ -.octicon-stop:before { content: '\f08f'} /*  */ -.octicon-repo-sync:before, -.octicon-sync:before { content: '\f087'} /*  */ -.octicon-tag-remove:before, -.octicon-tag-add:before, -.octicon-tag:before { content: '\f015'} /*  */ -.octicon-telescope:before { content: '\f088'} /*  */ -.octicon-terminal:before { content: '\f0c8'} /*  */ -.octicon-three-bars:before { content: '\f05e'} /*  */ -.octicon-thumbsdown:before { content: '\f0db'} /*  */ -.octicon-thumbsup:before { content: '\f0da'} /*  */ -.octicon-tools:before { content: '\f031'} /*  */ -.octicon-trashcan:before { content: '\f0d0'} /*  */ -.octicon-triangle-down:before { content: '\f05b'} /*  */ -.octicon-triangle-left:before { content: '\f044'} /*  */ -.octicon-triangle-right:before { content: '\f05a'} /*  */ -.octicon-triangle-up:before { content: '\f0aa'} /*  */ -.octicon-unfold:before { content: '\f039'} /*  */ -.octicon-unmute:before { content: '\f0ba'} /*  */ -.octicon-versions:before { content: '\f064'} /*  */ -.octicon-watch:before { content: '\f0e0'} /*  */ -.octicon-remove-close:before, -.octicon-x:before { content: '\f081'} /*  */ -.octicon-zap:before { content: '\26A1'} /* ⚡ */ diff --git a/bower_components/octicons/octicons/octicons.eot b/bower_components/octicons/octicons/octicons.eot deleted file mode 100644 index 2bf20bc..0000000 Binary files a/bower_components/octicons/octicons/octicons.eot and /dev/null differ diff --git a/bower_components/octicons/octicons/octicons.less b/bower_components/octicons/octicons/octicons.less deleted file mode 100644 index d1d751e..0000000 --- a/bower_components/octicons/octicons/octicons.less +++ /dev/null @@ -1,220 +0,0 @@ -@octicons-font-path: "."; -@octicons-version: "396334ee3da78f4302d25c758ae3e3ce5dc3c97d"; - -@font-face { - font-family: 'octicons'; - src: ~"url('@{octicons-font-path}/octicons.eot?#iefix&v=@{octicons-version}') format('embedded-opentype')", - ~"url('@{octicons-font-path}/octicons.woff?v=@{octicons-version}') format('woff')", - ~"url('@{octicons-font-path}/octicons.ttf?v=@{octicons-version}') format('truetype')", - ~"url('@{octicons-font-path}/octicons.svg?v=@{octicons-version}#octicons') format('svg')"; - font-weight: normal; - font-style: normal; -} - -// .octicon is optimized for 16px. -// .mega-octicon is optimized for 32px but can be used larger. -.octicon, .mega-octicon { - font: normal normal normal 16px/1 octicons; - display: inline-block; - text-decoration: none; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.mega-octicon { font-size: 32px; } - -.octicon-alert:before { content: '\f02d'} /*  */ -.octicon-arrow-down:before { content: '\f03f'} /*  */ -.octicon-arrow-left:before { content: '\f040'} /*  */ -.octicon-arrow-right:before { content: '\f03e'} /*  */ -.octicon-arrow-small-down:before { content: '\f0a0'} /*  */ -.octicon-arrow-small-left:before { content: '\f0a1'} /*  */ -.octicon-arrow-small-right:before { content: '\f071'} /*  */ -.octicon-arrow-small-up:before { content: '\f09f'} /*  */ -.octicon-arrow-up:before { content: '\f03d'} /*  */ -.octicon-microscope:before, -.octicon-beaker:before { content: '\f0dd'} /*  */ -.octicon-bell:before { content: '\f0de'} /*  */ -.octicon-book:before { content: '\f007'} /*  */ -.octicon-bookmark:before { content: '\f07b'} /*  */ -.octicon-briefcase:before { content: '\f0d3'} /*  */ -.octicon-broadcast:before { content: '\f048'} /*  */ -.octicon-browser:before { content: '\f0c5'} /*  */ -.octicon-bug:before { content: '\f091'} /*  */ -.octicon-calendar:before { content: '\f068'} /*  */ -.octicon-check:before { content: '\f03a'} /*  */ -.octicon-checklist:before { content: '\f076'} /*  */ -.octicon-chevron-down:before { content: '\f0a3'} /*  */ -.octicon-chevron-left:before { content: '\f0a4'} /*  */ -.octicon-chevron-right:before { content: '\f078'} /*  */ -.octicon-chevron-up:before { content: '\f0a2'} /*  */ -.octicon-circle-slash:before { content: '\f084'} /*  */ -.octicon-circuit-board:before { content: '\f0d6'} /*  */ -.octicon-clippy:before { content: '\f035'} /*  */ -.octicon-clock:before { content: '\f046'} /*  */ -.octicon-cloud-download:before { content: '\f00b'} /*  */ -.octicon-cloud-upload:before { content: '\f00c'} /*  */ -.octicon-code:before { content: '\f05f'} /*  */ -.octicon-color-mode:before { content: '\f065'} /*  */ -.octicon-comment-add:before, -.octicon-comment:before { content: '\f02b'} /*  */ -.octicon-comment-discussion:before { content: '\f04f'} /*  */ -.octicon-credit-card:before { content: '\f045'} /*  */ -.octicon-dash:before { content: '\f0ca'} /*  */ -.octicon-dashboard:before { content: '\f07d'} /*  */ -.octicon-database:before { content: '\f096'} /*  */ -.octicon-clone:before, -.octicon-desktop-download:before { content: '\f0dc'} /*  */ -.octicon-device-camera:before { content: '\f056'} /*  */ -.octicon-device-camera-video:before { content: '\f057'} /*  */ -.octicon-device-desktop:before { content: '\f27c'} /*  */ -.octicon-device-mobile:before { content: '\f038'} /*  */ -.octicon-diff:before { content: '\f04d'} /*  */ -.octicon-diff-added:before { content: '\f06b'} /*  */ -.octicon-diff-ignored:before { content: '\f099'} /*  */ -.octicon-diff-modified:before { content: '\f06d'} /*  */ -.octicon-diff-removed:before { content: '\f06c'} /*  */ -.octicon-diff-renamed:before { content: '\f06e'} /*  */ -.octicon-ellipsis:before { content: '\f09a'} /*  */ -.octicon-eye-unwatch:before, -.octicon-eye-watch:before, -.octicon-eye:before { content: '\f04e'} /*  */ -.octicon-file-binary:before { content: '\f094'} /*  */ -.octicon-file-code:before { content: '\f010'} /*  */ -.octicon-file-directory:before { content: '\f016'} /*  */ -.octicon-file-media:before { content: '\f012'} /*  */ -.octicon-file-pdf:before { content: '\f014'} /*  */ -.octicon-file-submodule:before { content: '\f017'} /*  */ -.octicon-file-symlink-directory:before { content: '\f0b1'} /*  */ -.octicon-file-symlink-file:before { content: '\f0b0'} /*  */ -.octicon-file-text:before { content: '\f011'} /*  */ -.octicon-file-zip:before { content: '\f013'} /*  */ -.octicon-flame:before { content: '\f0d2'} /*  */ -.octicon-fold:before { content: '\f0cc'} /*  */ -.octicon-gear:before { content: '\f02f'} /*  */ -.octicon-gift:before { content: '\f042'} /*  */ -.octicon-gist:before { content: '\f00e'} /*  */ -.octicon-gist-secret:before { content: '\f08c'} /*  */ -.octicon-git-branch-create:before, -.octicon-git-branch-delete:before, -.octicon-git-branch:before { content: '\f020'} /*  */ -.octicon-git-commit:before { content: '\f01f'} /*  */ -.octicon-git-compare:before { content: '\f0ac'} /*  */ -.octicon-git-merge:before { content: '\f023'} /*  */ -.octicon-git-pull-request-abandoned:before, -.octicon-git-pull-request:before { content: '\f009'} /*  */ -.octicon-globe:before { content: '\f0b6'} /*  */ -.octicon-graph:before { content: '\f043'} /*  */ -.octicon-heart:before { content: '\2665'} /* ♥ */ -.octicon-history:before { content: '\f07e'} /*  */ -.octicon-home:before { content: '\f08d'} /*  */ -.octicon-horizontal-rule:before { content: '\f070'} /*  */ -.octicon-hubot:before { content: '\f09d'} /*  */ -.octicon-inbox:before { content: '\f0cf'} /*  */ -.octicon-info:before { content: '\f059'} /*  */ -.octicon-issue-closed:before { content: '\f028'} /*  */ -.octicon-issue-opened:before { content: '\f026'} /*  */ -.octicon-issue-reopened:before { content: '\f027'} /*  */ -.octicon-jersey:before { content: '\f019'} /*  */ -.octicon-key:before { content: '\f049'} /*  */ -.octicon-keyboard:before { content: '\f00d'} /*  */ -.octicon-law:before { content: '\f0d8'} /*  */ -.octicon-light-bulb:before { content: '\f000'} /*  */ -.octicon-link:before { content: '\f05c'} /*  */ -.octicon-link-external:before { content: '\f07f'} /*  */ -.octicon-list-ordered:before { content: '\f062'} /*  */ -.octicon-list-unordered:before { content: '\f061'} /*  */ -.octicon-location:before { content: '\f060'} /*  */ -.octicon-gist-private:before, -.octicon-mirror-private:before, -.octicon-git-fork-private:before, -.octicon-lock:before { content: '\f06a'} /*  */ -.octicon-logo-github:before { content: '\f092'} /*  */ -.octicon-mail:before { content: '\f03b'} /*  */ -.octicon-mail-read:before { content: '\f03c'} /*  */ -.octicon-mail-reply:before { content: '\f051'} /*  */ -.octicon-mark-github:before { content: '\f00a'} /*  */ -.octicon-markdown:before { content: '\f0c9'} /*  */ -.octicon-megaphone:before { content: '\f077'} /*  */ -.octicon-mention:before { content: '\f0be'} /*  */ -.octicon-milestone:before { content: '\f075'} /*  */ -.octicon-mirror-public:before, -.octicon-mirror:before { content: '\f024'} /*  */ -.octicon-mortar-board:before { content: '\f0d7'} /*  */ -.octicon-mute:before { content: '\f080'} /*  */ -.octicon-no-newline:before { content: '\f09c'} /*  */ -.octicon-octoface:before { content: '\f008'} /*  */ -.octicon-organization:before { content: '\f037'} /*  */ -.octicon-package:before { content: '\f0c4'} /*  */ -.octicon-paintcan:before { content: '\f0d1'} /*  */ -.octicon-pencil:before { content: '\f058'} /*  */ -.octicon-person-add:before, -.octicon-person-follow:before, -.octicon-person:before { content: '\f018'} /*  */ -.octicon-pin:before { content: '\f041'} /*  */ -.octicon-plug:before { content: '\f0d4'} /*  */ -.octicon-repo-create:before, -.octicon-gist-new:before, -.octicon-file-directory-create:before, -.octicon-file-add:before, -.octicon-plus:before { content: '\f05d'} /*  */ -.octicon-primitive-dot:before { content: '\f052'} /*  */ -.octicon-primitive-square:before { content: '\f053'} /*  */ -.octicon-pulse:before { content: '\f085'} /*  */ -.octicon-question:before { content: '\f02c'} /*  */ -.octicon-quote:before { content: '\f063'} /*  */ -.octicon-radio-tower:before { content: '\f030'} /*  */ -.octicon-repo-delete:before, -.octicon-repo:before { content: '\f001'} /*  */ -.octicon-repo-clone:before { content: '\f04c'} /*  */ -.octicon-repo-force-push:before { content: '\f04a'} /*  */ -.octicon-gist-fork:before, -.octicon-repo-forked:before { content: '\f002'} /*  */ -.octicon-repo-pull:before { content: '\f006'} /*  */ -.octicon-repo-push:before { content: '\f005'} /*  */ -.octicon-rocket:before { content: '\f033'} /*  */ -.octicon-rss:before { content: '\f034'} /*  */ -.octicon-ruby:before { content: '\f047'} /*  */ -.octicon-screen-full:before { content: '\f066'} /*  */ -.octicon-screen-normal:before { content: '\f067'} /*  */ -.octicon-search-save:before, -.octicon-search:before { content: '\f02e'} /*  */ -.octicon-server:before { content: '\f097'} /*  */ -.octicon-settings:before { content: '\f07c'} /*  */ -.octicon-shield:before { content: '\f0e1'} /*  */ -.octicon-log-in:before, -.octicon-sign-in:before { content: '\f036'} /*  */ -.octicon-log-out:before, -.octicon-sign-out:before { content: '\f032'} /*  */ -.octicon-squirrel:before { content: '\f0b2'} /*  */ -.octicon-star-add:before, -.octicon-star-delete:before, -.octicon-star:before { content: '\f02a'} /*  */ -.octicon-stop:before { content: '\f08f'} /*  */ -.octicon-repo-sync:before, -.octicon-sync:before { content: '\f087'} /*  */ -.octicon-tag-remove:before, -.octicon-tag-add:before, -.octicon-tag:before { content: '\f015'} /*  */ -.octicon-telescope:before { content: '\f088'} /*  */ -.octicon-terminal:before { content: '\f0c8'} /*  */ -.octicon-three-bars:before { content: '\f05e'} /*  */ -.octicon-thumbsdown:before { content: '\f0db'} /*  */ -.octicon-thumbsup:before { content: '\f0da'} /*  */ -.octicon-tools:before { content: '\f031'} /*  */ -.octicon-trashcan:before { content: '\f0d0'} /*  */ -.octicon-triangle-down:before { content: '\f05b'} /*  */ -.octicon-triangle-left:before { content: '\f044'} /*  */ -.octicon-triangle-right:before { content: '\f05a'} /*  */ -.octicon-triangle-up:before { content: '\f0aa'} /*  */ -.octicon-unfold:before { content: '\f039'} /*  */ -.octicon-unmute:before { content: '\f0ba'} /*  */ -.octicon-versions:before { content: '\f064'} /*  */ -.octicon-watch:before { content: '\f0e0'} /*  */ -.octicon-remove-close:before, -.octicon-x:before { content: '\f081'} /*  */ -.octicon-zap:before { content: '\26A1'} /* ⚡ */ diff --git a/bower_components/octicons/octicons/octicons.scss b/bower_components/octicons/octicons/octicons.scss deleted file mode 100644 index 0902ced..0000000 --- a/bower_components/octicons/octicons/octicons.scss +++ /dev/null @@ -1,220 +0,0 @@ -$octicons-font-path: "." !default; -$octicons-version: "396334ee3da78f4302d25c758ae3e3ce5dc3c97d"; - -@font-face { - font-family: 'octicons'; - src: url('#{$octicons-font-path}/octicons.eot?#iefix&v=#{$octicons-version}') format('embedded-opentype'), - url('#{$octicons-font-path}/octicons.woff?v=#{$octicons-version}') format('woff'), - url('#{$octicons-font-path}/octicons.ttf?v=#{$octicons-version}') format('truetype'), - url('#{$octicons-font-path}/octicons.svg?v=#{$octicons-version}#octicons') format('svg'); - font-weight: normal; - font-style: normal; -} - -// .octicon is optimized for 16px. -// .mega-octicon is optimized for 32px but can be used larger. -.octicon, .mega-octicon { - font: normal normal normal 16px/1 octicons; - display: inline-block; - text-decoration: none; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.mega-octicon { font-size: 32px; } - -.octicon-alert:before { content: '\f02d'} /*  */ -.octicon-arrow-down:before { content: '\f03f'} /*  */ -.octicon-arrow-left:before { content: '\f040'} /*  */ -.octicon-arrow-right:before { content: '\f03e'} /*  */ -.octicon-arrow-small-down:before { content: '\f0a0'} /*  */ -.octicon-arrow-small-left:before { content: '\f0a1'} /*  */ -.octicon-arrow-small-right:before { content: '\f071'} /*  */ -.octicon-arrow-small-up:before { content: '\f09f'} /*  */ -.octicon-arrow-up:before { content: '\f03d'} /*  */ -.octicon-microscope:before, -.octicon-beaker:before { content: '\f0dd'} /*  */ -.octicon-bell:before { content: '\f0de'} /*  */ -.octicon-book:before { content: '\f007'} /*  */ -.octicon-bookmark:before { content: '\f07b'} /*  */ -.octicon-briefcase:before { content: '\f0d3'} /*  */ -.octicon-broadcast:before { content: '\f048'} /*  */ -.octicon-browser:before { content: '\f0c5'} /*  */ -.octicon-bug:before { content: '\f091'} /*  */ -.octicon-calendar:before { content: '\f068'} /*  */ -.octicon-check:before { content: '\f03a'} /*  */ -.octicon-checklist:before { content: '\f076'} /*  */ -.octicon-chevron-down:before { content: '\f0a3'} /*  */ -.octicon-chevron-left:before { content: '\f0a4'} /*  */ -.octicon-chevron-right:before { content: '\f078'} /*  */ -.octicon-chevron-up:before { content: '\f0a2'} /*  */ -.octicon-circle-slash:before { content: '\f084'} /*  */ -.octicon-circuit-board:before { content: '\f0d6'} /*  */ -.octicon-clippy:before { content: '\f035'} /*  */ -.octicon-clock:before { content: '\f046'} /*  */ -.octicon-cloud-download:before { content: '\f00b'} /*  */ -.octicon-cloud-upload:before { content: '\f00c'} /*  */ -.octicon-code:before { content: '\f05f'} /*  */ -.octicon-color-mode:before { content: '\f065'} /*  */ -.octicon-comment-add:before, -.octicon-comment:before { content: '\f02b'} /*  */ -.octicon-comment-discussion:before { content: '\f04f'} /*  */ -.octicon-credit-card:before { content: '\f045'} /*  */ -.octicon-dash:before { content: '\f0ca'} /*  */ -.octicon-dashboard:before { content: '\f07d'} /*  */ -.octicon-database:before { content: '\f096'} /*  */ -.octicon-clone:before, -.octicon-desktop-download:before { content: '\f0dc'} /*  */ -.octicon-device-camera:before { content: '\f056'} /*  */ -.octicon-device-camera-video:before { content: '\f057'} /*  */ -.octicon-device-desktop:before { content: '\f27c'} /*  */ -.octicon-device-mobile:before { content: '\f038'} /*  */ -.octicon-diff:before { content: '\f04d'} /*  */ -.octicon-diff-added:before { content: '\f06b'} /*  */ -.octicon-diff-ignored:before { content: '\f099'} /*  */ -.octicon-diff-modified:before { content: '\f06d'} /*  */ -.octicon-diff-removed:before { content: '\f06c'} /*  */ -.octicon-diff-renamed:before { content: '\f06e'} /*  */ -.octicon-ellipsis:before { content: '\f09a'} /*  */ -.octicon-eye-unwatch:before, -.octicon-eye-watch:before, -.octicon-eye:before { content: '\f04e'} /*  */ -.octicon-file-binary:before { content: '\f094'} /*  */ -.octicon-file-code:before { content: '\f010'} /*  */ -.octicon-file-directory:before { content: '\f016'} /*  */ -.octicon-file-media:before { content: '\f012'} /*  */ -.octicon-file-pdf:before { content: '\f014'} /*  */ -.octicon-file-submodule:before { content: '\f017'} /*  */ -.octicon-file-symlink-directory:before { content: '\f0b1'} /*  */ -.octicon-file-symlink-file:before { content: '\f0b0'} /*  */ -.octicon-file-text:before { content: '\f011'} /*  */ -.octicon-file-zip:before { content: '\f013'} /*  */ -.octicon-flame:before { content: '\f0d2'} /*  */ -.octicon-fold:before { content: '\f0cc'} /*  */ -.octicon-gear:before { content: '\f02f'} /*  */ -.octicon-gift:before { content: '\f042'} /*  */ -.octicon-gist:before { content: '\f00e'} /*  */ -.octicon-gist-secret:before { content: '\f08c'} /*  */ -.octicon-git-branch-create:before, -.octicon-git-branch-delete:before, -.octicon-git-branch:before { content: '\f020'} /*  */ -.octicon-git-commit:before { content: '\f01f'} /*  */ -.octicon-git-compare:before { content: '\f0ac'} /*  */ -.octicon-git-merge:before { content: '\f023'} /*  */ -.octicon-git-pull-request-abandoned:before, -.octicon-git-pull-request:before { content: '\f009'} /*  */ -.octicon-globe:before { content: '\f0b6'} /*  */ -.octicon-graph:before { content: '\f043'} /*  */ -.octicon-heart:before { content: '\2665'} /* ♥ */ -.octicon-history:before { content: '\f07e'} /*  */ -.octicon-home:before { content: '\f08d'} /*  */ -.octicon-horizontal-rule:before { content: '\f070'} /*  */ -.octicon-hubot:before { content: '\f09d'} /*  */ -.octicon-inbox:before { content: '\f0cf'} /*  */ -.octicon-info:before { content: '\f059'} /*  */ -.octicon-issue-closed:before { content: '\f028'} /*  */ -.octicon-issue-opened:before { content: '\f026'} /*  */ -.octicon-issue-reopened:before { content: '\f027'} /*  */ -.octicon-jersey:before { content: '\f019'} /*  */ -.octicon-key:before { content: '\f049'} /*  */ -.octicon-keyboard:before { content: '\f00d'} /*  */ -.octicon-law:before { content: '\f0d8'} /*  */ -.octicon-light-bulb:before { content: '\f000'} /*  */ -.octicon-link:before { content: '\f05c'} /*  */ -.octicon-link-external:before { content: '\f07f'} /*  */ -.octicon-list-ordered:before { content: '\f062'} /*  */ -.octicon-list-unordered:before { content: '\f061'} /*  */ -.octicon-location:before { content: '\f060'} /*  */ -.octicon-gist-private:before, -.octicon-mirror-private:before, -.octicon-git-fork-private:before, -.octicon-lock:before { content: '\f06a'} /*  */ -.octicon-logo-github:before { content: '\f092'} /*  */ -.octicon-mail:before { content: '\f03b'} /*  */ -.octicon-mail-read:before { content: '\f03c'} /*  */ -.octicon-mail-reply:before { content: '\f051'} /*  */ -.octicon-mark-github:before { content: '\f00a'} /*  */ -.octicon-markdown:before { content: '\f0c9'} /*  */ -.octicon-megaphone:before { content: '\f077'} /*  */ -.octicon-mention:before { content: '\f0be'} /*  */ -.octicon-milestone:before { content: '\f075'} /*  */ -.octicon-mirror-public:before, -.octicon-mirror:before { content: '\f024'} /*  */ -.octicon-mortar-board:before { content: '\f0d7'} /*  */ -.octicon-mute:before { content: '\f080'} /*  */ -.octicon-no-newline:before { content: '\f09c'} /*  */ -.octicon-octoface:before { content: '\f008'} /*  */ -.octicon-organization:before { content: '\f037'} /*  */ -.octicon-package:before { content: '\f0c4'} /*  */ -.octicon-paintcan:before { content: '\f0d1'} /*  */ -.octicon-pencil:before { content: '\f058'} /*  */ -.octicon-person-add:before, -.octicon-person-follow:before, -.octicon-person:before { content: '\f018'} /*  */ -.octicon-pin:before { content: '\f041'} /*  */ -.octicon-plug:before { content: '\f0d4'} /*  */ -.octicon-repo-create:before, -.octicon-gist-new:before, -.octicon-file-directory-create:before, -.octicon-file-add:before, -.octicon-plus:before { content: '\f05d'} /*  */ -.octicon-primitive-dot:before { content: '\f052'} /*  */ -.octicon-primitive-square:before { content: '\f053'} /*  */ -.octicon-pulse:before { content: '\f085'} /*  */ -.octicon-question:before { content: '\f02c'} /*  */ -.octicon-quote:before { content: '\f063'} /*  */ -.octicon-radio-tower:before { content: '\f030'} /*  */ -.octicon-repo-delete:before, -.octicon-repo:before { content: '\f001'} /*  */ -.octicon-repo-clone:before { content: '\f04c'} /*  */ -.octicon-repo-force-push:before { content: '\f04a'} /*  */ -.octicon-gist-fork:before, -.octicon-repo-forked:before { content: '\f002'} /*  */ -.octicon-repo-pull:before { content: '\f006'} /*  */ -.octicon-repo-push:before { content: '\f005'} /*  */ -.octicon-rocket:before { content: '\f033'} /*  */ -.octicon-rss:before { content: '\f034'} /*  */ -.octicon-ruby:before { content: '\f047'} /*  */ -.octicon-screen-full:before { content: '\f066'} /*  */ -.octicon-screen-normal:before { content: '\f067'} /*  */ -.octicon-search-save:before, -.octicon-search:before { content: '\f02e'} /*  */ -.octicon-server:before { content: '\f097'} /*  */ -.octicon-settings:before { content: '\f07c'} /*  */ -.octicon-shield:before { content: '\f0e1'} /*  */ -.octicon-log-in:before, -.octicon-sign-in:before { content: '\f036'} /*  */ -.octicon-log-out:before, -.octicon-sign-out:before { content: '\f032'} /*  */ -.octicon-squirrel:before { content: '\f0b2'} /*  */ -.octicon-star-add:before, -.octicon-star-delete:before, -.octicon-star:before { content: '\f02a'} /*  */ -.octicon-stop:before { content: '\f08f'} /*  */ -.octicon-repo-sync:before, -.octicon-sync:before { content: '\f087'} /*  */ -.octicon-tag-remove:before, -.octicon-tag-add:before, -.octicon-tag:before { content: '\f015'} /*  */ -.octicon-telescope:before { content: '\f088'} /*  */ -.octicon-terminal:before { content: '\f0c8'} /*  */ -.octicon-three-bars:before { content: '\f05e'} /*  */ -.octicon-thumbsdown:before { content: '\f0db'} /*  */ -.octicon-thumbsup:before { content: '\f0da'} /*  */ -.octicon-tools:before { content: '\f031'} /*  */ -.octicon-trashcan:before { content: '\f0d0'} /*  */ -.octicon-triangle-down:before { content: '\f05b'} /*  */ -.octicon-triangle-left:before { content: '\f044'} /*  */ -.octicon-triangle-right:before { content: '\f05a'} /*  */ -.octicon-triangle-up:before { content: '\f0aa'} /*  */ -.octicon-unfold:before { content: '\f039'} /*  */ -.octicon-unmute:before { content: '\f0ba'} /*  */ -.octicon-versions:before { content: '\f064'} /*  */ -.octicon-watch:before { content: '\f0e0'} /*  */ -.octicon-remove-close:before, -.octicon-x:before { content: '\f081'} /*  */ -.octicon-zap:before { content: '\26A1'} /* ⚡ */ diff --git a/bower_components/octicons/octicons/octicons.svg b/bower_components/octicons/octicons/octicons.svg deleted file mode 100644 index d932988..0000000 --- a/bower_components/octicons/octicons/octicons.svg +++ /dev/null @@ -1,183 +0,0 @@ - - - - -(c) 2012-2015 GitHub - -When using the GitHub logos, be sure to follow the GitHub logo guidelines (https://github.com/logos) - -Font License: SIL OFL 1.1 (http://scripts.sil.org/OFL) -Applies to all font files - -Code License: MIT (http://choosealicense.com/licenses/mit/) -Applies to all other files - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bower_components/octicons/octicons/octicons.ttf b/bower_components/octicons/octicons/octicons.ttf deleted file mode 100644 index 32e6720..0000000 Binary files a/bower_components/octicons/octicons/octicons.ttf and /dev/null differ diff --git a/bower_components/octicons/octicons/octicons.woff b/bower_components/octicons/octicons/octicons.woff deleted file mode 100644 index cbf9f62..0000000 Binary files a/bower_components/octicons/octicons/octicons.woff and /dev/null differ diff --git a/bower_components/octicons/octicons/sprockets-octicons.scss b/bower_components/octicons/octicons/sprockets-octicons.scss deleted file mode 100644 index cef21ae..0000000 --- a/bower_components/octicons/octicons/sprockets-octicons.scss +++ /dev/null @@ -1,217 +0,0 @@ -@font-face { - font-family: 'octicons'; - src: font-url('octicons.eot?#iefix') format('embedded-opentype'), - font-url('octicons.woff') format('woff'), - font-url('octicons.ttf') format('truetype'), - font-url('octicons.svg#octicons') format('svg'); - font-weight: normal; - font-style: normal; -} - -// .octicon is optimized for 16px. -// .mega-octicon is optimized for 32px but can be used larger. -.octicon, .mega-octicon { - font: normal normal normal 16px/1 octicons; - display: inline-block; - text-decoration: none; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.mega-octicon { font-size: 32px; } - -.octicon-alert:before { content: '\f02d'} /*  */ -.octicon-arrow-down:before { content: '\f03f'} /*  */ -.octicon-arrow-left:before { content: '\f040'} /*  */ -.octicon-arrow-right:before { content: '\f03e'} /*  */ -.octicon-arrow-small-down:before { content: '\f0a0'} /*  */ -.octicon-arrow-small-left:before { content: '\f0a1'} /*  */ -.octicon-arrow-small-right:before { content: '\f071'} /*  */ -.octicon-arrow-small-up:before { content: '\f09f'} /*  */ -.octicon-arrow-up:before { content: '\f03d'} /*  */ -.octicon-microscope:before, -.octicon-beaker:before { content: '\f0dd'} /*  */ -.octicon-bell:before { content: '\f0de'} /*  */ -.octicon-book:before { content: '\f007'} /*  */ -.octicon-bookmark:before { content: '\f07b'} /*  */ -.octicon-briefcase:before { content: '\f0d3'} /*  */ -.octicon-broadcast:before { content: '\f048'} /*  */ -.octicon-browser:before { content: '\f0c5'} /*  */ -.octicon-bug:before { content: '\f091'} /*  */ -.octicon-calendar:before { content: '\f068'} /*  */ -.octicon-check:before { content: '\f03a'} /*  */ -.octicon-checklist:before { content: '\f076'} /*  */ -.octicon-chevron-down:before { content: '\f0a3'} /*  */ -.octicon-chevron-left:before { content: '\f0a4'} /*  */ -.octicon-chevron-right:before { content: '\f078'} /*  */ -.octicon-chevron-up:before { content: '\f0a2'} /*  */ -.octicon-circle-slash:before { content: '\f084'} /*  */ -.octicon-circuit-board:before { content: '\f0d6'} /*  */ -.octicon-clippy:before { content: '\f035'} /*  */ -.octicon-clock:before { content: '\f046'} /*  */ -.octicon-cloud-download:before { content: '\f00b'} /*  */ -.octicon-cloud-upload:before { content: '\f00c'} /*  */ -.octicon-code:before { content: '\f05f'} /*  */ -.octicon-color-mode:before { content: '\f065'} /*  */ -.octicon-comment-add:before, -.octicon-comment:before { content: '\f02b'} /*  */ -.octicon-comment-discussion:before { content: '\f04f'} /*  */ -.octicon-credit-card:before { content: '\f045'} /*  */ -.octicon-dash:before { content: '\f0ca'} /*  */ -.octicon-dashboard:before { content: '\f07d'} /*  */ -.octicon-database:before { content: '\f096'} /*  */ -.octicon-clone:before, -.octicon-desktop-download:before { content: '\f0dc'} /*  */ -.octicon-device-camera:before { content: '\f056'} /*  */ -.octicon-device-camera-video:before { content: '\f057'} /*  */ -.octicon-device-desktop:before { content: '\f27c'} /*  */ -.octicon-device-mobile:before { content: '\f038'} /*  */ -.octicon-diff:before { content: '\f04d'} /*  */ -.octicon-diff-added:before { content: '\f06b'} /*  */ -.octicon-diff-ignored:before { content: '\f099'} /*  */ -.octicon-diff-modified:before { content: '\f06d'} /*  */ -.octicon-diff-removed:before { content: '\f06c'} /*  */ -.octicon-diff-renamed:before { content: '\f06e'} /*  */ -.octicon-ellipsis:before { content: '\f09a'} /*  */ -.octicon-eye-unwatch:before, -.octicon-eye-watch:before, -.octicon-eye:before { content: '\f04e'} /*  */ -.octicon-file-binary:before { content: '\f094'} /*  */ -.octicon-file-code:before { content: '\f010'} /*  */ -.octicon-file-directory:before { content: '\f016'} /*  */ -.octicon-file-media:before { content: '\f012'} /*  */ -.octicon-file-pdf:before { content: '\f014'} /*  */ -.octicon-file-submodule:before { content: '\f017'} /*  */ -.octicon-file-symlink-directory:before { content: '\f0b1'} /*  */ -.octicon-file-symlink-file:before { content: '\f0b0'} /*  */ -.octicon-file-text:before { content: '\f011'} /*  */ -.octicon-file-zip:before { content: '\f013'} /*  */ -.octicon-flame:before { content: '\f0d2'} /*  */ -.octicon-fold:before { content: '\f0cc'} /*  */ -.octicon-gear:before { content: '\f02f'} /*  */ -.octicon-gift:before { content: '\f042'} /*  */ -.octicon-gist:before { content: '\f00e'} /*  */ -.octicon-gist-secret:before { content: '\f08c'} /*  */ -.octicon-git-branch-create:before, -.octicon-git-branch-delete:before, -.octicon-git-branch:before { content: '\f020'} /*  */ -.octicon-git-commit:before { content: '\f01f'} /*  */ -.octicon-git-compare:before { content: '\f0ac'} /*  */ -.octicon-git-merge:before { content: '\f023'} /*  */ -.octicon-git-pull-request-abandoned:before, -.octicon-git-pull-request:before { content: '\f009'} /*  */ -.octicon-globe:before { content: '\f0b6'} /*  */ -.octicon-graph:before { content: '\f043'} /*  */ -.octicon-heart:before { content: '\2665'} /* ♥ */ -.octicon-history:before { content: '\f07e'} /*  */ -.octicon-home:before { content: '\f08d'} /*  */ -.octicon-horizontal-rule:before { content: '\f070'} /*  */ -.octicon-hubot:before { content: '\f09d'} /*  */ -.octicon-inbox:before { content: '\f0cf'} /*  */ -.octicon-info:before { content: '\f059'} /*  */ -.octicon-issue-closed:before { content: '\f028'} /*  */ -.octicon-issue-opened:before { content: '\f026'} /*  */ -.octicon-issue-reopened:before { content: '\f027'} /*  */ -.octicon-jersey:before { content: '\f019'} /*  */ -.octicon-key:before { content: '\f049'} /*  */ -.octicon-keyboard:before { content: '\f00d'} /*  */ -.octicon-law:before { content: '\f0d8'} /*  */ -.octicon-light-bulb:before { content: '\f000'} /*  */ -.octicon-link:before { content: '\f05c'} /*  */ -.octicon-link-external:before { content: '\f07f'} /*  */ -.octicon-list-ordered:before { content: '\f062'} /*  */ -.octicon-list-unordered:before { content: '\f061'} /*  */ -.octicon-location:before { content: '\f060'} /*  */ -.octicon-gist-private:before, -.octicon-mirror-private:before, -.octicon-git-fork-private:before, -.octicon-lock:before { content: '\f06a'} /*  */ -.octicon-logo-github:before { content: '\f092'} /*  */ -.octicon-mail:before { content: '\f03b'} /*  */ -.octicon-mail-read:before { content: '\f03c'} /*  */ -.octicon-mail-reply:before { content: '\f051'} /*  */ -.octicon-mark-github:before { content: '\f00a'} /*  */ -.octicon-markdown:before { content: '\f0c9'} /*  */ -.octicon-megaphone:before { content: '\f077'} /*  */ -.octicon-mention:before { content: '\f0be'} /*  */ -.octicon-milestone:before { content: '\f075'} /*  */ -.octicon-mirror-public:before, -.octicon-mirror:before { content: '\f024'} /*  */ -.octicon-mortar-board:before { content: '\f0d7'} /*  */ -.octicon-mute:before { content: '\f080'} /*  */ -.octicon-no-newline:before { content: '\f09c'} /*  */ -.octicon-octoface:before { content: '\f008'} /*  */ -.octicon-organization:before { content: '\f037'} /*  */ -.octicon-package:before { content: '\f0c4'} /*  */ -.octicon-paintcan:before { content: '\f0d1'} /*  */ -.octicon-pencil:before { content: '\f058'} /*  */ -.octicon-person-add:before, -.octicon-person-follow:before, -.octicon-person:before { content: '\f018'} /*  */ -.octicon-pin:before { content: '\f041'} /*  */ -.octicon-plug:before { content: '\f0d4'} /*  */ -.octicon-repo-create:before, -.octicon-gist-new:before, -.octicon-file-directory-create:before, -.octicon-file-add:before, -.octicon-plus:before { content: '\f05d'} /*  */ -.octicon-primitive-dot:before { content: '\f052'} /*  */ -.octicon-primitive-square:before { content: '\f053'} /*  */ -.octicon-pulse:before { content: '\f085'} /*  */ -.octicon-question:before { content: '\f02c'} /*  */ -.octicon-quote:before { content: '\f063'} /*  */ -.octicon-radio-tower:before { content: '\f030'} /*  */ -.octicon-repo-delete:before, -.octicon-repo:before { content: '\f001'} /*  */ -.octicon-repo-clone:before { content: '\f04c'} /*  */ -.octicon-repo-force-push:before { content: '\f04a'} /*  */ -.octicon-gist-fork:before, -.octicon-repo-forked:before { content: '\f002'} /*  */ -.octicon-repo-pull:before { content: '\f006'} /*  */ -.octicon-repo-push:before { content: '\f005'} /*  */ -.octicon-rocket:before { content: '\f033'} /*  */ -.octicon-rss:before { content: '\f034'} /*  */ -.octicon-ruby:before { content: '\f047'} /*  */ -.octicon-screen-full:before { content: '\f066'} /*  */ -.octicon-screen-normal:before { content: '\f067'} /*  */ -.octicon-search-save:before, -.octicon-search:before { content: '\f02e'} /*  */ -.octicon-server:before { content: '\f097'} /*  */ -.octicon-settings:before { content: '\f07c'} /*  */ -.octicon-shield:before { content: '\f0e1'} /*  */ -.octicon-log-in:before, -.octicon-sign-in:before { content: '\f036'} /*  */ -.octicon-log-out:before, -.octicon-sign-out:before { content: '\f032'} /*  */ -.octicon-squirrel:before { content: '\f0b2'} /*  */ -.octicon-star-add:before, -.octicon-star-delete:before, -.octicon-star:before { content: '\f02a'} /*  */ -.octicon-stop:before { content: '\f08f'} /*  */ -.octicon-repo-sync:before, -.octicon-sync:before { content: '\f087'} /*  */ -.octicon-tag-remove:before, -.octicon-tag-add:before, -.octicon-tag:before { content: '\f015'} /*  */ -.octicon-telescope:before { content: '\f088'} /*  */ -.octicon-terminal:before { content: '\f0c8'} /*  */ -.octicon-three-bars:before { content: '\f05e'} /*  */ -.octicon-thumbsdown:before { content: '\f0db'} /*  */ -.octicon-thumbsup:before { content: '\f0da'} /*  */ -.octicon-tools:before { content: '\f031'} /*  */ -.octicon-trashcan:before { content: '\f0d0'} /*  */ -.octicon-triangle-down:before { content: '\f05b'} /*  */ -.octicon-triangle-left:before { content: '\f044'} /*  */ -.octicon-triangle-right:before { content: '\f05a'} /*  */ -.octicon-triangle-up:before { content: '\f0aa'} /*  */ -.octicon-unfold:before { content: '\f039'} /*  */ -.octicon-unmute:before { content: '\f0ba'} /*  */ -.octicon-versions:before { content: '\f064'} /*  */ -.octicon-watch:before { content: '\f0e0'} /*  */ -.octicon-remove-close:before, -.octicon-x:before { content: '\f081'} /*  */ -.octicon-zap:before { content: '\26A1'} /* ⚡ */ diff --git a/bower_components/octicons/package.json b/bower_components/octicons/package.json deleted file mode 100644 index c69c802..0000000 --- a/bower_components/octicons/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "octicons", - "version": "3.1.0", - "description": "GitHub's icon font", - "main": "README.md", - "repository": { - "type": "git", - "url": "https://github.com/github/octicons.git" - }, - "keywords": [ - "GitHub", - "icons", - "font", - "web font", - "icon font" - ], - "author": "GitHub ", - "license": "SIL OFL 1.1, MIT", - "bugs": { - "url": "https://github.com/github/octicons/issues" - }, - "homepage": "https://octicons.github.com" -} diff --git a/bower_components/octicons/svg/alert.svg b/bower_components/octicons/svg/alert.svg deleted file mode 100644 index ba04d1c..0000000 --- a/bower_components/octicons/svg/alert.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/arrow-down.svg b/bower_components/octicons/svg/arrow-down.svg deleted file mode 100644 index 67f3e81..0000000 --- a/bower_components/octicons/svg/arrow-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/arrow-left.svg b/bower_components/octicons/svg/arrow-left.svg deleted file mode 100644 index acbcee4..0000000 --- a/bower_components/octicons/svg/arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/arrow-right.svg b/bower_components/octicons/svg/arrow-right.svg deleted file mode 100644 index 848b4d8..0000000 --- a/bower_components/octicons/svg/arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/arrow-small-down.svg b/bower_components/octicons/svg/arrow-small-down.svg deleted file mode 100644 index f38f602..0000000 --- a/bower_components/octicons/svg/arrow-small-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/arrow-small-left.svg b/bower_components/octicons/svg/arrow-small-left.svg deleted file mode 100644 index 2c6ebc1..0000000 --- a/bower_components/octicons/svg/arrow-small-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/arrow-small-right.svg b/bower_components/octicons/svg/arrow-small-right.svg deleted file mode 100644 index 805ff36..0000000 --- a/bower_components/octicons/svg/arrow-small-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/arrow-small-up.svg b/bower_components/octicons/svg/arrow-small-up.svg deleted file mode 100644 index 3604cd9..0000000 --- a/bower_components/octicons/svg/arrow-small-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/arrow-up.svg b/bower_components/octicons/svg/arrow-up.svg deleted file mode 100644 index 5cca743..0000000 --- a/bower_components/octicons/svg/arrow-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/beaker.svg b/bower_components/octicons/svg/beaker.svg deleted file mode 100644 index 971f3e7..0000000 --- a/bower_components/octicons/svg/beaker.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/bell.svg b/bower_components/octicons/svg/bell.svg deleted file mode 100644 index b2ed434..0000000 --- a/bower_components/octicons/svg/bell.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/book.svg b/bower_components/octicons/svg/book.svg deleted file mode 100644 index 0b2f32f..0000000 --- a/bower_components/octicons/svg/book.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/bookmark.svg b/bower_components/octicons/svg/bookmark.svg deleted file mode 100644 index 45002b3..0000000 --- a/bower_components/octicons/svg/bookmark.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/briefcase.svg b/bower_components/octicons/svg/briefcase.svg deleted file mode 100644 index b9307c0..0000000 --- a/bower_components/octicons/svg/briefcase.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/broadcast.svg b/bower_components/octicons/svg/broadcast.svg deleted file mode 100644 index de72845..0000000 --- a/bower_components/octicons/svg/broadcast.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/browser.svg b/bower_components/octicons/svg/browser.svg deleted file mode 100644 index c21a4cb..0000000 --- a/bower_components/octicons/svg/browser.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/bug.svg b/bower_components/octicons/svg/bug.svg deleted file mode 100644 index b80342e..0000000 --- a/bower_components/octicons/svg/bug.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/calendar.svg b/bower_components/octicons/svg/calendar.svg deleted file mode 100644 index 8ce3274..0000000 --- a/bower_components/octicons/svg/calendar.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/check.svg b/bower_components/octicons/svg/check.svg deleted file mode 100644 index d53f277..0000000 --- a/bower_components/octicons/svg/check.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/checklist.svg b/bower_components/octicons/svg/checklist.svg deleted file mode 100644 index 9db365c..0000000 --- a/bower_components/octicons/svg/checklist.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/chevron-down.svg b/bower_components/octicons/svg/chevron-down.svg deleted file mode 100644 index 7ef0951..0000000 --- a/bower_components/octicons/svg/chevron-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/chevron-left.svg b/bower_components/octicons/svg/chevron-left.svg deleted file mode 100644 index e314bec..0000000 --- a/bower_components/octicons/svg/chevron-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/chevron-right.svg b/bower_components/octicons/svg/chevron-right.svg deleted file mode 100644 index 289154d..0000000 --- a/bower_components/octicons/svg/chevron-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/chevron-up.svg b/bower_components/octicons/svg/chevron-up.svg deleted file mode 100644 index 797a850..0000000 --- a/bower_components/octicons/svg/chevron-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/circle-slash.svg b/bower_components/octicons/svg/circle-slash.svg deleted file mode 100644 index 523238b..0000000 --- a/bower_components/octicons/svg/circle-slash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/circuit-board.svg b/bower_components/octicons/svg/circuit-board.svg deleted file mode 100644 index 4e9265b..0000000 --- a/bower_components/octicons/svg/circuit-board.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/clock.svg b/bower_components/octicons/svg/clock.svg deleted file mode 100644 index b81a6b5..0000000 --- a/bower_components/octicons/svg/clock.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/cloud-download.svg b/bower_components/octicons/svg/cloud-download.svg deleted file mode 100644 index f9b5997..0000000 --- a/bower_components/octicons/svg/cloud-download.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/cloud-upload.svg b/bower_components/octicons/svg/cloud-upload.svg deleted file mode 100644 index 6ddeb29..0000000 --- a/bower_components/octicons/svg/cloud-upload.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/code.svg b/bower_components/octicons/svg/code.svg deleted file mode 100644 index e5d4ac6..0000000 --- a/bower_components/octicons/svg/code.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/color-mode.svg b/bower_components/octicons/svg/color-mode.svg deleted file mode 100644 index 5fbd20e..0000000 --- a/bower_components/octicons/svg/color-mode.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/comment-discussion.svg b/bower_components/octicons/svg/comment-discussion.svg deleted file mode 100644 index 8e65694..0000000 --- a/bower_components/octicons/svg/comment-discussion.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/comment.svg b/bower_components/octicons/svg/comment.svg deleted file mode 100644 index 9ac8330..0000000 --- a/bower_components/octicons/svg/comment.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/credit-card.svg b/bower_components/octicons/svg/credit-card.svg deleted file mode 100644 index c20775b..0000000 --- a/bower_components/octicons/svg/credit-card.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/dash.svg b/bower_components/octicons/svg/dash.svg deleted file mode 100644 index f32e98b..0000000 --- a/bower_components/octicons/svg/dash.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/dashboard.svg b/bower_components/octicons/svg/dashboard.svg deleted file mode 100644 index ea6623d..0000000 --- a/bower_components/octicons/svg/dashboard.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/database.svg b/bower_components/octicons/svg/database.svg deleted file mode 100644 index 050e972..0000000 --- a/bower_components/octicons/svg/database.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/desktop-download.svg b/bower_components/octicons/svg/desktop-download.svg deleted file mode 100644 index ce5c8a4..0000000 --- a/bower_components/octicons/svg/desktop-download.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/device-camera-video.svg b/bower_components/octicons/svg/device-camera-video.svg deleted file mode 100644 index db064b2..0000000 --- a/bower_components/octicons/svg/device-camera-video.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/device-camera.svg b/bower_components/octicons/svg/device-camera.svg deleted file mode 100644 index 84a4603..0000000 --- a/bower_components/octicons/svg/device-camera.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/device-desktop.svg b/bower_components/octicons/svg/device-desktop.svg deleted file mode 100644 index 358d72a..0000000 --- a/bower_components/octicons/svg/device-desktop.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/device-mobile.svg b/bower_components/octicons/svg/device-mobile.svg deleted file mode 100644 index a7536f3..0000000 --- a/bower_components/octicons/svg/device-mobile.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/diff-added.svg b/bower_components/octicons/svg/diff-added.svg deleted file mode 100644 index ff11fcc..0000000 --- a/bower_components/octicons/svg/diff-added.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/diff-ignored.svg b/bower_components/octicons/svg/diff-ignored.svg deleted file mode 100644 index bf24b0c..0000000 --- a/bower_components/octicons/svg/diff-ignored.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/diff-modified.svg b/bower_components/octicons/svg/diff-modified.svg deleted file mode 100644 index 60d8adc..0000000 --- a/bower_components/octicons/svg/diff-modified.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/diff-removed.svg b/bower_components/octicons/svg/diff-removed.svg deleted file mode 100644 index bdabbaf..0000000 --- a/bower_components/octicons/svg/diff-removed.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/diff-renamed.svg b/bower_components/octicons/svg/diff-renamed.svg deleted file mode 100644 index a50bbd9..0000000 --- a/bower_components/octicons/svg/diff-renamed.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/diff.svg b/bower_components/octicons/svg/diff.svg deleted file mode 100644 index 5e4e850..0000000 --- a/bower_components/octicons/svg/diff.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/ellipsis.svg b/bower_components/octicons/svg/ellipsis.svg deleted file mode 100644 index ffc2598..0000000 --- a/bower_components/octicons/svg/ellipsis.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/eye.svg b/bower_components/octicons/svg/eye.svg deleted file mode 100644 index 067bfcb..0000000 --- a/bower_components/octicons/svg/eye.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/file-binary.svg b/bower_components/octicons/svg/file-binary.svg deleted file mode 100644 index cc5b349..0000000 --- a/bower_components/octicons/svg/file-binary.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/file-code.svg b/bower_components/octicons/svg/file-code.svg deleted file mode 100644 index 0a59390..0000000 --- a/bower_components/octicons/svg/file-code.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/file-directory.svg b/bower_components/octicons/svg/file-directory.svg deleted file mode 100644 index 7a1d4c2..0000000 --- a/bower_components/octicons/svg/file-directory.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/file-media.svg b/bower_components/octicons/svg/file-media.svg deleted file mode 100644 index 2973f89..0000000 --- a/bower_components/octicons/svg/file-media.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/file-pdf.svg b/bower_components/octicons/svg/file-pdf.svg deleted file mode 100644 index 448d4c4..0000000 --- a/bower_components/octicons/svg/file-pdf.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/file-submodule.svg b/bower_components/octicons/svg/file-submodule.svg deleted file mode 100644 index 3481b89..0000000 --- a/bower_components/octicons/svg/file-submodule.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/file-symlink-directory.svg b/bower_components/octicons/svg/file-symlink-directory.svg deleted file mode 100644 index f3820b2..0000000 --- a/bower_components/octicons/svg/file-symlink-directory.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/file-symlink-file.svg b/bower_components/octicons/svg/file-symlink-file.svg deleted file mode 100644 index 2d958c5..0000000 --- a/bower_components/octicons/svg/file-symlink-file.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/file-text.svg b/bower_components/octicons/svg/file-text.svg deleted file mode 100644 index 9962aee..0000000 --- a/bower_components/octicons/svg/file-text.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/file-zip.svg b/bower_components/octicons/svg/file-zip.svg deleted file mode 100644 index 713691b..0000000 --- a/bower_components/octicons/svg/file-zip.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/flame.svg b/bower_components/octicons/svg/flame.svg deleted file mode 100644 index f22a230..0000000 --- a/bower_components/octicons/svg/flame.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/fold.svg b/bower_components/octicons/svg/fold.svg deleted file mode 100644 index c4426cc..0000000 --- a/bower_components/octicons/svg/fold.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/gear.svg b/bower_components/octicons/svg/gear.svg deleted file mode 100644 index 1ebb26a..0000000 --- a/bower_components/octicons/svg/gear.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/gift.svg b/bower_components/octicons/svg/gift.svg deleted file mode 100644 index 7b864d0..0000000 --- a/bower_components/octicons/svg/gift.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/gist-secret.svg b/bower_components/octicons/svg/gist-secret.svg deleted file mode 100644 index 03de44d..0000000 --- a/bower_components/octicons/svg/gist-secret.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/gist.svg b/bower_components/octicons/svg/gist.svg deleted file mode 100644 index e9e4f8e..0000000 --- a/bower_components/octicons/svg/gist.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/git-branch.svg b/bower_components/octicons/svg/git-branch.svg deleted file mode 100644 index f4319e9..0000000 --- a/bower_components/octicons/svg/git-branch.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/git-commit.svg b/bower_components/octicons/svg/git-commit.svg deleted file mode 100644 index bb6080f..0000000 --- a/bower_components/octicons/svg/git-commit.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/git-compare.svg b/bower_components/octicons/svg/git-compare.svg deleted file mode 100644 index 2a479fe..0000000 --- a/bower_components/octicons/svg/git-compare.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/git-merge.svg b/bower_components/octicons/svg/git-merge.svg deleted file mode 100644 index 5ff0daa..0000000 --- a/bower_components/octicons/svg/git-merge.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/git-pull-request.svg b/bower_components/octicons/svg/git-pull-request.svg deleted file mode 100644 index 93951bf..0000000 --- a/bower_components/octicons/svg/git-pull-request.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/globe.svg b/bower_components/octicons/svg/globe.svg deleted file mode 100644 index 5108ca0..0000000 --- a/bower_components/octicons/svg/globe.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/graph.svg b/bower_components/octicons/svg/graph.svg deleted file mode 100644 index 1b58564..0000000 --- a/bower_components/octicons/svg/graph.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/heart.svg b/bower_components/octicons/svg/heart.svg deleted file mode 100644 index 58f422e..0000000 --- a/bower_components/octicons/svg/heart.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/history.svg b/bower_components/octicons/svg/history.svg deleted file mode 100644 index a954d04..0000000 --- a/bower_components/octicons/svg/history.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/home.svg b/bower_components/octicons/svg/home.svg deleted file mode 100644 index 417f225..0000000 --- a/bower_components/octicons/svg/home.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/horizontal-rule.svg b/bower_components/octicons/svg/horizontal-rule.svg deleted file mode 100644 index 38e5975..0000000 --- a/bower_components/octicons/svg/horizontal-rule.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/hubot.svg b/bower_components/octicons/svg/hubot.svg deleted file mode 100644 index 1876d5e..0000000 --- a/bower_components/octicons/svg/hubot.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/inbox.svg b/bower_components/octicons/svg/inbox.svg deleted file mode 100644 index ba0a8b2..0000000 --- a/bower_components/octicons/svg/inbox.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/info.svg b/bower_components/octicons/svg/info.svg deleted file mode 100644 index 64617b8..0000000 --- a/bower_components/octicons/svg/info.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/issue-closed.svg b/bower_components/octicons/svg/issue-closed.svg deleted file mode 100644 index 88b2aaf..0000000 --- a/bower_components/octicons/svg/issue-closed.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/issue-opened.svg b/bower_components/octicons/svg/issue-opened.svg deleted file mode 100644 index c733381..0000000 --- a/bower_components/octicons/svg/issue-opened.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/issue-reopened.svg b/bower_components/octicons/svg/issue-reopened.svg deleted file mode 100644 index e183ac5..0000000 --- a/bower_components/octicons/svg/issue-reopened.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/jersey.svg b/bower_components/octicons/svg/jersey.svg deleted file mode 100644 index be4f2e5..0000000 --- a/bower_components/octicons/svg/jersey.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/key.svg b/bower_components/octicons/svg/key.svg deleted file mode 100644 index daef6b9..0000000 --- a/bower_components/octicons/svg/key.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/keyboard.svg b/bower_components/octicons/svg/keyboard.svg deleted file mode 100644 index c1356b9..0000000 --- a/bower_components/octicons/svg/keyboard.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/law.svg b/bower_components/octicons/svg/law.svg deleted file mode 100644 index 35f99b8..0000000 --- a/bower_components/octicons/svg/law.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/light-bulb.svg b/bower_components/octicons/svg/light-bulb.svg deleted file mode 100644 index 8363d65..0000000 --- a/bower_components/octicons/svg/light-bulb.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/link-external.svg b/bower_components/octicons/svg/link-external.svg deleted file mode 100644 index aa440c5..0000000 --- a/bower_components/octicons/svg/link-external.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/link.svg b/bower_components/octicons/svg/link.svg deleted file mode 100644 index 5a56a88..0000000 --- a/bower_components/octicons/svg/link.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/list-ordered.svg b/bower_components/octicons/svg/list-ordered.svg deleted file mode 100644 index 5ffadb6..0000000 --- a/bower_components/octicons/svg/list-ordered.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/list-unordered.svg b/bower_components/octicons/svg/list-unordered.svg deleted file mode 100644 index dc3ab72..0000000 --- a/bower_components/octicons/svg/list-unordered.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/location.svg b/bower_components/octicons/svg/location.svg deleted file mode 100644 index 2ded703..0000000 --- a/bower_components/octicons/svg/location.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/lock.svg b/bower_components/octicons/svg/lock.svg deleted file mode 100644 index 42a6bca..0000000 --- a/bower_components/octicons/svg/lock.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/logo-github.svg b/bower_components/octicons/svg/logo-github.svg deleted file mode 100644 index 136ed38..0000000 --- a/bower_components/octicons/svg/logo-github.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/mail-read.svg b/bower_components/octicons/svg/mail-read.svg deleted file mode 100644 index 57ab380..0000000 --- a/bower_components/octicons/svg/mail-read.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/mail-reply.svg b/bower_components/octicons/svg/mail-reply.svg deleted file mode 100644 index a96d778..0000000 --- a/bower_components/octicons/svg/mail-reply.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/mail.svg b/bower_components/octicons/svg/mail.svg deleted file mode 100644 index f2fb607..0000000 --- a/bower_components/octicons/svg/mail.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/mark-github.svg b/bower_components/octicons/svg/mark-github.svg deleted file mode 100644 index e6a247f..0000000 --- a/bower_components/octicons/svg/mark-github.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/markdown.svg b/bower_components/octicons/svg/markdown.svg deleted file mode 100644 index 3a3bddb..0000000 --- a/bower_components/octicons/svg/markdown.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/megaphone.svg b/bower_components/octicons/svg/megaphone.svg deleted file mode 100644 index 63e77f0..0000000 --- a/bower_components/octicons/svg/megaphone.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/mention.svg b/bower_components/octicons/svg/mention.svg deleted file mode 100644 index 877568a..0000000 --- a/bower_components/octicons/svg/mention.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/milestone.svg b/bower_components/octicons/svg/milestone.svg deleted file mode 100644 index e94563f..0000000 --- a/bower_components/octicons/svg/milestone.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/mirror.svg b/bower_components/octicons/svg/mirror.svg deleted file mode 100644 index b74d2ee..0000000 --- a/bower_components/octicons/svg/mirror.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/mortar-board.svg b/bower_components/octicons/svg/mortar-board.svg deleted file mode 100644 index 48d46d2..0000000 --- a/bower_components/octicons/svg/mortar-board.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/mute.svg b/bower_components/octicons/svg/mute.svg deleted file mode 100644 index 595faef..0000000 --- a/bower_components/octicons/svg/mute.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/no-newline.svg b/bower_components/octicons/svg/no-newline.svg deleted file mode 100644 index 59d685a..0000000 --- a/bower_components/octicons/svg/no-newline.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/octoface.svg b/bower_components/octicons/svg/octoface.svg deleted file mode 100644 index de191e8..0000000 --- a/bower_components/octicons/svg/octoface.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/organization.svg b/bower_components/octicons/svg/organization.svg deleted file mode 100644 index b8e580e..0000000 --- a/bower_components/octicons/svg/organization.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/package.svg b/bower_components/octicons/svg/package.svg deleted file mode 100644 index e62235a..0000000 --- a/bower_components/octicons/svg/package.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/paintcan.svg b/bower_components/octicons/svg/paintcan.svg deleted file mode 100644 index d62f91e..0000000 --- a/bower_components/octicons/svg/paintcan.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/pencil.svg b/bower_components/octicons/svg/pencil.svg deleted file mode 100644 index e947458..0000000 --- a/bower_components/octicons/svg/pencil.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/person.svg b/bower_components/octicons/svg/person.svg deleted file mode 100644 index b28fbab..0000000 --- a/bower_components/octicons/svg/person.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/pin.svg b/bower_components/octicons/svg/pin.svg deleted file mode 100644 index 6412d62..0000000 --- a/bower_components/octicons/svg/pin.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/plug.svg b/bower_components/octicons/svg/plug.svg deleted file mode 100644 index 200314b..0000000 --- a/bower_components/octicons/svg/plug.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/plus.svg b/bower_components/octicons/svg/plus.svg deleted file mode 100644 index 3b9746f..0000000 --- a/bower_components/octicons/svg/plus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/primitive-dot.svg b/bower_components/octicons/svg/primitive-dot.svg deleted file mode 100644 index 9e1a80b..0000000 --- a/bower_components/octicons/svg/primitive-dot.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/primitive-square.svg b/bower_components/octicons/svg/primitive-square.svg deleted file mode 100644 index 84b06a9..0000000 --- a/bower_components/octicons/svg/primitive-square.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/pulse.svg b/bower_components/octicons/svg/pulse.svg deleted file mode 100644 index 4c91e18..0000000 --- a/bower_components/octicons/svg/pulse.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/question.svg b/bower_components/octicons/svg/question.svg deleted file mode 100644 index 32af396..0000000 --- a/bower_components/octicons/svg/question.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/quote.svg b/bower_components/octicons/svg/quote.svg deleted file mode 100644 index 6648dc0..0000000 --- a/bower_components/octicons/svg/quote.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/radio-tower.svg b/bower_components/octicons/svg/radio-tower.svg deleted file mode 100644 index bcbf906..0000000 --- a/bower_components/octicons/svg/radio-tower.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/repo-clone.svg b/bower_components/octicons/svg/repo-clone.svg deleted file mode 100644 index 364852d..0000000 --- a/bower_components/octicons/svg/repo-clone.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/repo-force-push.svg b/bower_components/octicons/svg/repo-force-push.svg deleted file mode 100644 index ee7f265..0000000 --- a/bower_components/octicons/svg/repo-force-push.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/repo-forked.svg b/bower_components/octicons/svg/repo-forked.svg deleted file mode 100644 index 8ace05e..0000000 --- a/bower_components/octicons/svg/repo-forked.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/repo-pull.svg b/bower_components/octicons/svg/repo-pull.svg deleted file mode 100644 index e9e189f..0000000 --- a/bower_components/octicons/svg/repo-pull.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/repo-push.svg b/bower_components/octicons/svg/repo-push.svg deleted file mode 100644 index e7fa9e9..0000000 --- a/bower_components/octicons/svg/repo-push.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/repo.svg b/bower_components/octicons/svg/repo.svg deleted file mode 100644 index 9cca772..0000000 --- a/bower_components/octicons/svg/repo.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/rocket.svg b/bower_components/octicons/svg/rocket.svg deleted file mode 100644 index 10f69ef..0000000 --- a/bower_components/octicons/svg/rocket.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/rss.svg b/bower_components/octicons/svg/rss.svg deleted file mode 100644 index e93daab..0000000 --- a/bower_components/octicons/svg/rss.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/ruby.svg b/bower_components/octicons/svg/ruby.svg deleted file mode 100644 index a32a4c3..0000000 --- a/bower_components/octicons/svg/ruby.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/screen-full.svg b/bower_components/octicons/svg/screen-full.svg deleted file mode 100644 index c19e871..0000000 --- a/bower_components/octicons/svg/screen-full.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/screen-normal.svg b/bower_components/octicons/svg/screen-normal.svg deleted file mode 100644 index ee5d8c8..0000000 --- a/bower_components/octicons/svg/screen-normal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/search.svg b/bower_components/octicons/svg/search.svg deleted file mode 100644 index 87f06f3..0000000 --- a/bower_components/octicons/svg/search.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/server.svg b/bower_components/octicons/svg/server.svg deleted file mode 100644 index 1e511b0..0000000 --- a/bower_components/octicons/svg/server.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/settings.svg b/bower_components/octicons/svg/settings.svg deleted file mode 100644 index 0c030ee..0000000 --- a/bower_components/octicons/svg/settings.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/shield.svg b/bower_components/octicons/svg/shield.svg deleted file mode 100644 index 9e26942..0000000 --- a/bower_components/octicons/svg/shield.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/sign-in.svg b/bower_components/octicons/svg/sign-in.svg deleted file mode 100644 index a467949..0000000 --- a/bower_components/octicons/svg/sign-in.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/sign-out.svg b/bower_components/octicons/svg/sign-out.svg deleted file mode 100644 index 0b0da8f..0000000 --- a/bower_components/octicons/svg/sign-out.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/squirrel.svg b/bower_components/octicons/svg/squirrel.svg deleted file mode 100644 index 4a80ab7..0000000 --- a/bower_components/octicons/svg/squirrel.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/star.svg b/bower_components/octicons/svg/star.svg deleted file mode 100644 index 6c51448..0000000 --- a/bower_components/octicons/svg/star.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/stop.svg b/bower_components/octicons/svg/stop.svg deleted file mode 100644 index 203682e..0000000 --- a/bower_components/octicons/svg/stop.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/sync.svg b/bower_components/octicons/svg/sync.svg deleted file mode 100644 index ad9b161..0000000 --- a/bower_components/octicons/svg/sync.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/tag.svg b/bower_components/octicons/svg/tag.svg deleted file mode 100644 index 7946ddc..0000000 --- a/bower_components/octicons/svg/tag.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/telescope.svg b/bower_components/octicons/svg/telescope.svg deleted file mode 100644 index fe77425..0000000 --- a/bower_components/octicons/svg/telescope.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/terminal.svg b/bower_components/octicons/svg/terminal.svg deleted file mode 100644 index bee2f81..0000000 --- a/bower_components/octicons/svg/terminal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/three-bars.svg b/bower_components/octicons/svg/three-bars.svg deleted file mode 100644 index e01a2fa..0000000 --- a/bower_components/octicons/svg/three-bars.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/thumbsdown.svg b/bower_components/octicons/svg/thumbsdown.svg deleted file mode 100644 index f9d1a6e..0000000 --- a/bower_components/octicons/svg/thumbsdown.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/thumbsup.svg b/bower_components/octicons/svg/thumbsup.svg deleted file mode 100644 index d5462db..0000000 --- a/bower_components/octicons/svg/thumbsup.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/tools.svg b/bower_components/octicons/svg/tools.svg deleted file mode 100644 index 658a3bf..0000000 --- a/bower_components/octicons/svg/tools.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/trashcan.svg b/bower_components/octicons/svg/trashcan.svg deleted file mode 100644 index f99e8bd..0000000 --- a/bower_components/octicons/svg/trashcan.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/triangle-down.svg b/bower_components/octicons/svg/triangle-down.svg deleted file mode 100644 index ce87663..0000000 --- a/bower_components/octicons/svg/triangle-down.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/triangle-left.svg b/bower_components/octicons/svg/triangle-left.svg deleted file mode 100644 index 5d13d84..0000000 --- a/bower_components/octicons/svg/triangle-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/triangle-right.svg b/bower_components/octicons/svg/triangle-right.svg deleted file mode 100644 index b05f3ae..0000000 --- a/bower_components/octicons/svg/triangle-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/triangle-up.svg b/bower_components/octicons/svg/triangle-up.svg deleted file mode 100644 index 915f951..0000000 --- a/bower_components/octicons/svg/triangle-up.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/unfold.svg b/bower_components/octicons/svg/unfold.svg deleted file mode 100644 index 1d391af..0000000 --- a/bower_components/octicons/svg/unfold.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/unmute.svg b/bower_components/octicons/svg/unmute.svg deleted file mode 100644 index 2f6cb82..0000000 --- a/bower_components/octicons/svg/unmute.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/versions.svg b/bower_components/octicons/svg/versions.svg deleted file mode 100644 index 7ce801d..0000000 --- a/bower_components/octicons/svg/versions.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/watch.svg b/bower_components/octicons/svg/watch.svg deleted file mode 100644 index 91c03d3..0000000 --- a/bower_components/octicons/svg/watch.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/x.svg b/bower_components/octicons/svg/x.svg deleted file mode 100644 index 9358d40..0000000 --- a/bower_components/octicons/svg/x.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/bower_components/octicons/svg/zap.svg b/bower_components/octicons/svg/zap.svg deleted file mode 100644 index c330af6..0000000 --- a/bower_components/octicons/svg/zap.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/index.html b/index.html index 4cf6753..cdef1e1 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,6 @@ - @@ -82,7 +81,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"><