├── README.md ├── css ├── animate.css └── style.css ├── img ├── android-chrome-192x192.png ├── apple-touch-icon-114x114.png ├── apple-touch-icon-120x120.png ├── apple-touch-icon-144x144.png ├── apple-touch-icon-152x152.png ├── apple-touch-icon-180x180.png ├── apple-touch-icon-57x57.png ├── apple-touch-icon-60x60.png ├── apple-touch-icon-72x72.png ├── apple-touch-icon-76x76.png ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon-96x96.png ├── favicon.ico ├── largetile.png ├── mediumtile.png ├── smalltile.png └── widetile.png ├── index.html ├── jquery.spectrum.js.zip └── js ├── jquery.spectrum.js └── main.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/README.md -------------------------------------------------------------------------------- /css/animate.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/css/animate.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/css/style.css -------------------------------------------------------------------------------- /img/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/android-chrome-192x192.png -------------------------------------------------------------------------------- /img/apple-touch-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/apple-touch-icon-114x114.png -------------------------------------------------------------------------------- /img/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /img/apple-touch-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/apple-touch-icon-144x144.png -------------------------------------------------------------------------------- /img/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /img/apple-touch-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/apple-touch-icon-180x180.png -------------------------------------------------------------------------------- /img/apple-touch-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/apple-touch-icon-57x57.png -------------------------------------------------------------------------------- /img/apple-touch-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/apple-touch-icon-60x60.png -------------------------------------------------------------------------------- /img/apple-touch-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/apple-touch-icon-72x72.png -------------------------------------------------------------------------------- /img/apple-touch-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/apple-touch-icon-76x76.png -------------------------------------------------------------------------------- /img/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/favicon-16x16.png -------------------------------------------------------------------------------- /img/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/favicon-32x32.png -------------------------------------------------------------------------------- /img/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/favicon-96x96.png -------------------------------------------------------------------------------- /img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/favicon.ico -------------------------------------------------------------------------------- /img/largetile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/largetile.png -------------------------------------------------------------------------------- /img/mediumtile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/mediumtile.png -------------------------------------------------------------------------------- /img/smalltile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/smalltile.png -------------------------------------------------------------------------------- /img/widetile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/img/widetile.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/index.html -------------------------------------------------------------------------------- /jquery.spectrum.js.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/jquery.spectrum.js.zip -------------------------------------------------------------------------------- /js/jquery.spectrum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/js/jquery.spectrum.js -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreacrofts/spectrum-plugin/HEAD/js/main.js --------------------------------------------------------------------------------