From d7507c1fbae1362bfb4525b074061a5303a9cc71 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 18 Apr 2018 08:47:15 +0200 Subject: wip --- Makefile | 48 + README.md | 5 + bower.json | 18 + bower_components/headjs/bower.json | 31 + bower_components/headjs/dist/1.0.0/changelog.txt | 96 + bower_components/headjs/dist/1.0.0/head.core.js | 312 ++ .../headjs/dist/1.0.0/head.core.min.js | 5 + .../headjs/dist/1.0.0/head.core.min.js.map | 8 + bower_components/headjs/dist/1.0.0/head.css3.js | 477 ++ .../headjs/dist/1.0.0/head.css3.min.js | 7 + .../headjs/dist/1.0.0/head.css3.min.js.map | 8 + bower_components/headjs/dist/1.0.0/head.js | 1184 +++++ bower_components/headjs/dist/1.0.0/head.load.js | 707 +++ .../headjs/dist/1.0.0/head.load.min.js | 5 + .../headjs/dist/1.0.0/head.load.min.js.map | 8 + bower_components/headjs/dist/1.0.0/head.min.js | 9 + bower_components/headjs/dist/1.0.0/head.min.js.map | 8 + bower_components/reveal.js/CONTRIBUTING.md | 23 + bower_components/reveal.js/Gruntfile.js | 192 + bower_components/reveal.js/LICENSE | 19 + bower_components/reveal.js/README.md | 1238 +++++ bower_components/reveal.js/bower.json | 27 + bower_components/reveal.js/css/print/paper.css | 203 + bower_components/reveal.js/css/print/pdf.css | 178 + bower_components/reveal.js/css/reveal.css | 1555 ++++++ bower_components/reveal.js/css/reveal.scss | 1717 +++++++ bower_components/reveal.js/css/theme/README.md | 21 + bower_components/reveal.js/css/theme/beige.css | 268 + bower_components/reveal.js/css/theme/black.css | 264 + bower_components/reveal.js/css/theme/blood.css | 287 ++ bower_components/reveal.js/css/theme/league.css | 270 + bower_components/reveal.js/css/theme/moon.css | 268 + bower_components/reveal.js/css/theme/night.css | 262 + bower_components/reveal.js/css/theme/serif.css | 264 + bower_components/reveal.js/css/theme/simple.css | 267 + bower_components/reveal.js/css/theme/sky.css | 271 + bower_components/reveal.js/css/theme/solarized.css | 268 + .../reveal.js/css/theme/source/beige.scss | 39 + .../reveal.js/css/theme/source/black.scss | 49 + .../reveal.js/css/theme/source/blood.scss | 78 + .../reveal.js/css/theme/source/league.scss | 34 + .../reveal.js/css/theme/source/moon.scss | 57 + .../reveal.js/css/theme/source/night.scss | 34 + .../reveal.js/css/theme/source/serif.scss | 35 + .../reveal.js/css/theme/source/simple.scss | 43 + .../reveal.js/css/theme/source/sky.scss | 46 + .../reveal.js/css/theme/source/solarized.scss | 63 + .../reveal.js/css/theme/source/white.scss | 49 + .../reveal.js/css/theme/template/mixins.scss | 29 + .../reveal.js/css/theme/template/settings.scss | 43 + .../reveal.js/css/theme/template/theme.scss | 316 ++ bower_components/reveal.js/css/theme/white.css | 264 + bower_components/reveal.js/demo.html | 410 ++ bower_components/reveal.js/index.html | 49 + bower_components/reveal.js/js/reveal.js | 5239 ++++++++++++++++++++ bower_components/reveal.js/lib/css/zenburn.css | 80 + .../reveal.js/lib/font/league-gothic/LICENSE | 2 + .../lib/font/league-gothic/league-gothic.css | 10 + .../lib/font/league-gothic/league-gothic.eot | Bin 0 -> 25696 bytes .../lib/font/league-gothic/league-gothic.ttf | Bin 0 -> 64256 bytes .../lib/font/league-gothic/league-gothic.woff | Bin 0 -> 30764 bytes .../reveal.js/lib/font/source-sans-pro/LICENSE | 45 + .../source-sans-pro/source-sans-pro-italic.eot | Bin 0 -> 75720 bytes .../source-sans-pro/source-sans-pro-italic.ttf | Bin 0 -> 238084 bytes .../source-sans-pro/source-sans-pro-italic.woff | Bin 0 -> 98556 bytes .../source-sans-pro/source-sans-pro-regular.eot | Bin 0 -> 88070 bytes .../source-sans-pro/source-sans-pro-regular.ttf | Bin 0 -> 288008 bytes .../source-sans-pro/source-sans-pro-regular.woff | Bin 0 -> 114324 bytes .../source-sans-pro/source-sans-pro-semibold.eot | Bin 0 -> 89897 bytes .../source-sans-pro/source-sans-pro-semibold.ttf | Bin 0 -> 284640 bytes .../source-sans-pro/source-sans-pro-semibold.woff | Bin 0 -> 115648 bytes .../source-sans-pro-semibolditalic.eot | Bin 0 -> 75706 bytes .../source-sans-pro-semibolditalic.ttf | Bin 0 -> 240944 bytes .../source-sans-pro-semibolditalic.woff | Bin 0 -> 98816 bytes .../lib/font/source-sans-pro/source-sans-pro.css | 39 + bower_components/reveal.js/lib/js/classList.js | 2 + bower_components/reveal.js/lib/js/head.min.js | 9 + bower_components/reveal.js/lib/js/html5shiv.js | 7 + bower_components/reveal.js/package.json | 43 + .../reveal.js/plugin/highlight/highlight.js | 77 + .../reveal.js/plugin/markdown/example.html | 129 + .../reveal.js/plugin/markdown/example.md | 31 + .../reveal.js/plugin/markdown/markdown.js | 412 ++ .../reveal.js/plugin/markdown/marked.js | 6 + bower_components/reveal.js/plugin/math/math.js | 67 + .../reveal.js/plugin/multiplex/client.js | 13 + .../reveal.js/plugin/multiplex/index.js | 64 + .../reveal.js/plugin/multiplex/master.js | 34 + .../reveal.js/plugin/multiplex/package.json | 19 + .../reveal.js/plugin/notes-server/client.js | 65 + .../reveal.js/plugin/notes-server/index.js | 69 + .../reveal.js/plugin/notes-server/notes.html | 585 +++ bower_components/reveal.js/plugin/notes/notes.html | 759 +++ bower_components/reveal.js/plugin/notes/notes.js | 155 + .../reveal.js/plugin/print-pdf/print-pdf.js | 69 + bower_components/reveal.js/plugin/search/search.js | 206 + bower_components/reveal.js/plugin/zoom-js/zoom.js | 272 + dictionary.txt | 12 + images/IP-Header_eng.aux | 1 + images/IP-Header_eng.pdf | Bin 0 -> 31300 bytes images/IP-Header_eng.tex | 38 + images/ip-header.pdf | Bin 0 -> 17867 bytes images/ip-header.svg | 2 + images/ip-header.xml | 1 + presentation-reveal.html | 172 + what-is-iot-reveal.html | 193 + what-is-iot-slides-orig.pdf | Bin 0 -> 285395 bytes what-is-iot-slides.pdf | Bin 0 -> 88270 bytes what-is-iot-text.pdf | Bin 0 -> 365180 bytes what-is-iot.md | 133 + 110 files changed, 21496 insertions(+) create mode 100644 Makefile create mode 100644 README.md create mode 100644 bower.json create mode 100644 bower_components/headjs/bower.json create mode 100644 bower_components/headjs/dist/1.0.0/changelog.txt create mode 100644 bower_components/headjs/dist/1.0.0/head.core.js create mode 100644 bower_components/headjs/dist/1.0.0/head.core.min.js create mode 100644 bower_components/headjs/dist/1.0.0/head.core.min.js.map create mode 100644 bower_components/headjs/dist/1.0.0/head.css3.js create mode 100644 bower_components/headjs/dist/1.0.0/head.css3.min.js create mode 100644 bower_components/headjs/dist/1.0.0/head.css3.min.js.map create mode 100644 bower_components/headjs/dist/1.0.0/head.js create mode 100644 bower_components/headjs/dist/1.0.0/head.load.js create mode 100644 bower_components/headjs/dist/1.0.0/head.load.min.js create mode 100644 bower_components/headjs/dist/1.0.0/head.load.min.js.map create mode 100644 bower_components/headjs/dist/1.0.0/head.min.js create mode 100644 bower_components/headjs/dist/1.0.0/head.min.js.map create mode 100644 bower_components/reveal.js/CONTRIBUTING.md create mode 100644 bower_components/reveal.js/Gruntfile.js create mode 100644 bower_components/reveal.js/LICENSE create mode 100644 bower_components/reveal.js/README.md create mode 100644 bower_components/reveal.js/bower.json create mode 100644 bower_components/reveal.js/css/print/paper.css create mode 100644 bower_components/reveal.js/css/print/pdf.css create mode 100644 bower_components/reveal.js/css/reveal.css create mode 100644 bower_components/reveal.js/css/reveal.scss create mode 100644 bower_components/reveal.js/css/theme/README.md create mode 100644 bower_components/reveal.js/css/theme/beige.css create mode 100644 bower_components/reveal.js/css/theme/black.css create mode 100644 bower_components/reveal.js/css/theme/blood.css create mode 100644 bower_components/reveal.js/css/theme/league.css create mode 100644 bower_components/reveal.js/css/theme/moon.css create mode 100644 bower_components/reveal.js/css/theme/night.css create mode 100644 bower_components/reveal.js/css/theme/serif.css create mode 100644 bower_components/reveal.js/css/theme/simple.css create mode 100644 bower_components/reveal.js/css/theme/sky.css create mode 100644 bower_components/reveal.js/css/theme/solarized.css create mode 100644 bower_components/reveal.js/css/theme/source/beige.scss create mode 100644 bower_components/reveal.js/css/theme/source/black.scss create mode 100644 bower_components/reveal.js/css/theme/source/blood.scss create mode 100644 bower_components/reveal.js/css/theme/source/league.scss create mode 100644 bower_components/reveal.js/css/theme/source/moon.scss create mode 100644 bower_components/reveal.js/css/theme/source/night.scss create mode 100644 bower_components/reveal.js/css/theme/source/serif.scss create mode 100644 bower_components/reveal.js/css/theme/source/simple.scss create mode 100644 bower_components/reveal.js/css/theme/source/sky.scss create mode 100644 bower_components/reveal.js/css/theme/source/solarized.scss create mode 100644 bower_components/reveal.js/css/theme/source/white.scss create mode 100644 bower_components/reveal.js/css/theme/template/mixins.scss create mode 100644 bower_components/reveal.js/css/theme/template/settings.scss create mode 100644 bower_components/reveal.js/css/theme/template/theme.scss create mode 100644 bower_components/reveal.js/css/theme/white.css create mode 100644 bower_components/reveal.js/demo.html create mode 100644 bower_components/reveal.js/index.html create mode 100644 bower_components/reveal.js/js/reveal.js create mode 100644 bower_components/reveal.js/lib/css/zenburn.css create mode 100644 bower_components/reveal.js/lib/font/league-gothic/LICENSE create mode 100644 bower_components/reveal.js/lib/font/league-gothic/league-gothic.css create mode 100755 bower_components/reveal.js/lib/font/league-gothic/league-gothic.eot create mode 100755 bower_components/reveal.js/lib/font/league-gothic/league-gothic.ttf create mode 100755 bower_components/reveal.js/lib/font/league-gothic/league-gothic.woff create mode 100644 bower_components/reveal.js/lib/font/source-sans-pro/LICENSE create mode 100755 bower_components/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.eot create mode 100755 bower_components/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.ttf create mode 100755 bower_components/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.woff create mode 100755 bower_components/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.eot create mode 100755 bower_components/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.ttf create mode 100755 bower_components/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.woff create mode 100755 bower_components/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.eot create mode 100755 bower_components/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.ttf create mode 100755 bower_components/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.woff create mode 100755 bower_components/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot create mode 100755 bower_components/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf create mode 100755 bower_components/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff create mode 100644 bower_components/reveal.js/lib/font/source-sans-pro/source-sans-pro.css create mode 100644 bower_components/reveal.js/lib/js/classList.js create mode 100644 bower_components/reveal.js/lib/js/head.min.js create mode 100644 bower_components/reveal.js/lib/js/html5shiv.js create mode 100644 bower_components/reveal.js/package.json create mode 100644 bower_components/reveal.js/plugin/highlight/highlight.js create mode 100644 bower_components/reveal.js/plugin/markdown/example.html create mode 100644 bower_components/reveal.js/plugin/markdown/example.md create mode 100755 bower_components/reveal.js/plugin/markdown/markdown.js create mode 100644 bower_components/reveal.js/plugin/markdown/marked.js create mode 100755 bower_components/reveal.js/plugin/math/math.js create mode 100644 bower_components/reveal.js/plugin/multiplex/client.js create mode 100644 bower_components/reveal.js/plugin/multiplex/index.js create mode 100644 bower_components/reveal.js/plugin/multiplex/master.js create mode 100644 bower_components/reveal.js/plugin/multiplex/package.json create mode 100644 bower_components/reveal.js/plugin/notes-server/client.js create mode 100644 bower_components/reveal.js/plugin/notes-server/index.js create mode 100644 bower_components/reveal.js/plugin/notes-server/notes.html create mode 100644 bower_components/reveal.js/plugin/notes/notes.html create mode 100644 bower_components/reveal.js/plugin/notes/notes.js create mode 100644 bower_components/reveal.js/plugin/print-pdf/print-pdf.js create mode 100644 bower_components/reveal.js/plugin/search/search.js create mode 100644 bower_components/reveal.js/plugin/zoom-js/zoom.js create mode 100644 dictionary.txt create mode 100644 images/IP-Header_eng.aux create mode 100644 images/IP-Header_eng.pdf create mode 100644 images/IP-Header_eng.tex create mode 100644 images/ip-header.pdf create mode 100644 images/ip-header.svg create mode 100644 images/ip-header.xml create mode 100644 presentation-reveal.html create mode 100644 what-is-iot-reveal.html create mode 100644 what-is-iot-slides-orig.pdf create mode 100644 what-is-iot-slides.pdf create mode 100644 what-is-iot-text.pdf create mode 100644 what-is-iot.md diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..dda4b16 --- /dev/null +++ b/Makefile @@ -0,0 +1,48 @@ +P=what-is-iot +# Madrid Pittsburgh boxes +SLIDE_THEME=boxes +PDFS=$(P)-text.pdf $(P)-slides.pdf +HTMLS=$(P)-reveal.html + +RUN_PANDOC_BEAMER=pandoc -f markdown -t beamer --highlight-style=pygments -V theme:$(SLIDES_THEME)\ + --pdf-engine=xelatex +RUN_PANDOC_REVEALJS=pandoc -f markdown -t revealjs -s -V revealjs-url=./bower_components/reveal.js + +all: $(PDFS) $(HTMLS) + +slides: $(P)-slides.pdf +html: $(P)-reveal.html +.PHONY: html slides + +clean: + rm -f $(PDFS) $(HTMLS) + +spell: .$(P).md.spell + +.$(P).md.spell: $(P).md + +.%.spell: % + aspell --home-dir=. --personal=dictionary.txt --lang=en_US check $< + touch $@ + +$(P).md: Makefile + @touch $@ + +%-text.pdf: %.md + pandoc -f markdown -o $@ $< + +%-slides.pdf: %.md + $(RUN_PANDOC_BEAMER) -o $@ $< + +%-reveal.html: %.md + $(RUN_PANDOC_REVEALJS) -o $@ $< + +images/%.pdf: images/%.tex | Makefile + pdflatex -output-directory=images $< +# pdfcrop $@ +# mv $(patsubst %.pdf,%-crop.pdf,$@) $@ + +# Dependencies +$(P).md: images/IP-Header_eng.pdf +$(P).md: images/ip-header.pdf +$(P).md: images/ip-header.svg diff --git a/README.md b/README.md new file mode 100644 index 0000000..912b907 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Credits + +* Some TikZ diagrams where taken from: + https://github.com/tabascoeye/TikZ-diagrams/tree/master/networking + (Beerwarae licensed) diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..475d012 --- /dev/null +++ b/bower.json @@ -0,0 +1,18 @@ +{ + "name": "iot-workshop", + "authors": [ + "Trygve Laugstøl " + ], + "description": "", + "main": "", + "license": "MIT", + "homepage": "", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/bower_components/headjs/bower.json b/bower_components/headjs/bower.json new file mode 100644 index 0000000..404edf4 --- /dev/null +++ b/bower_components/headjs/bower.json @@ -0,0 +1,31 @@ +{ + "name": "headjs", + "description": "HeadJS: Responsive Design, Feature Detections & Asset Loading. The only script in your ", + "version": "1.0.3", + "license" : "MIT", + "authors": [ + {"name": "Tero Piirainen"}, + {"name": "Robert Hoffmann"} + ], + "homepage " : "http://headjs.com", + "main" : ["./dist/1.0.0/head.min.js","./dist/1.0.0/head.min.js.map","./dist/1.0.0/changelog.txt"], + "ignore": [ + "**", + "!/dist/1.0.0/*.js", + "!/dist/1.0.0/*.map", + "!/dist/1.0.0/*.txt" + ], + "directory": "public/scripts", + "repository": { + "type": "git", "url": "git://github.com/headjs/headjs.git" + }, + "keywords": [ + "loader", + "require", + "polyfill", + "html5", + "css3", + "feature", + "responsive" + ] +} \ No newline at end of file diff --git a/bower_components/headjs/dist/1.0.0/changelog.txt b/bower_components/headjs/dist/1.0.0/changelog.txt new file mode 100644 index 0000000..0feb318 --- /dev/null +++ b/bower_components/headjs/dist/1.0.0/changelog.txt @@ -0,0 +1,96 @@ +1.0.3 (2013-11-22) + - New: Timeout added to resource loading + - New: CSS callbacks now executed for all browsers + - https://github.com/headjs/headjs/pull/273 + - New: Changed how file extensions are parsed for detecting css files + - in the future, we will need to add a way to supply a filetype when loading resources via scripts like: style.aspx, style.php + - Fix: Array loading & trigger not functioning correctly on old browsers + - https://github.com/headjs/headjs/issues/274 + - Fix: ready() sometimes does not trigger if assets are loaded too fast + - https://github.com/headjs/headjs/issues/271 + +1.0.2 (2013-11-13) + - Fix: no-js class not being removed + - https://github.com/headjs/headjs/issues/270 + +1.0.1 (2013-11-05) + - Fix: Old IE's can trigger ready too soon + - https://github.com/headjs/headjs/issues/203 + +1.0.0 (2013-11-04) + - New: Detect Windows 8 Mobile (Surface RT/Pro), IE11, Kindle, and other Android devices + - New: Add Browser & Version CSS no matter what browser breakpoints are configured + - Example: .ff .ff20 + - There is no need to cycle through all browser versions in 90% of cases + - Makes it possible to work without any breakpoints at all + - New: Improved CSS Router + - https://github.com/headjs/headjs/issues/227 + - New: Added "main" HTML5 element to shim + - https://github.com/headjs/headjs/pull/230 + - New: Enable/Disable HTML5 Shim in head_conf + - New: Load files from Array of Files or Array of Labels + - head.load(["file1", "file2"], callBack); + - head.load([{ label1: "file1" }, { label2: "file2" }], callBack); + - https://github.com/headjs/headjs/issues/139 + - New: Possibility to wait for multiple labels or files + - head.ready(["label1", "label2"], callBack); + - head.ready(["file1.js", "file2.js"], callBack); + - https://github.com/headjs/headjs/pull/212 + - New: Load file via data attribute on HeadJS script tag + - data-headjs-load="configuration.js" + - https://github.com/headjs/headjs/pull/213 + - New: Source map files have been added for all minified JS files + - Fix: Prevent loading empty strings + - https://github.com/headjs/headjs/pull/184 + - Fix: CSS classes getting bigger on successive resizes under Chrome + - https://github.com/headjs/headjs/issues/226 + - Fix: Invalid regular expression for CSS detection + - https://github.com/headjs/headjs/issues/255 + - Fix: callback failing to trigger under certain cirumstances + - https://github.com/headjs/headjs/issues/262 + - Divers: Changed window.frameElement detection + - https://github.com/headjs/headjs/pull/257 + - Divers: Cleaned up a bunch of syntaxt to conform to JSHint + - Now using a very strict .jshintrc + - Divers: Added missing .gitattributes + +0.99 (2012-11-15) + - Load: Fixed regression in IE6, caused by IE10 fix + - Load: CSS loading seems to work in all browsers. + - However a few will not trigger the callback. Over 90% do. + - Either don't use it, or only load css in situations when you don't need the callback triggered. + - Load: Conditional loading with head.test() now in evaluation phase + - try it, but don't rely on it yet + - head.test(bool, "ok.js", "failed.js", callback) + - All: CDN is now availiable thanks to: http://cloudflare.com + - Info in download section on main site + - Unit Tests + - Integrated with main site so that everyone can participate + - They have also been hooked up to automatically report stats back to http://browserscope.org + +0.98 (2012-11-09) +- Load: Fixed loading bug in IE10 +- Load: Corrected some issues with loading from inside <head> +- Load: Rewrite of large parts of code base + - Started to massively document the sourcecode :) +- Css3: moved "touch" detection from core to here +- Css3: added "retina" detection +- Css3: replaced "font-face" detection that was using "Conditional Comments" with simplisitc browser version detection +- Core: Added gt, gte, lte, eq classes to width detection (lt existed already) +- Core: Added gt, gte, lt, lte, eq classes for browser vendor & version detection +- By default only lt/gt classes are activated + - You can of course configure to your likings via head_conf + +0.97a (2012-10-20) +- Updated QUnit & got unit tests running again +- Swictched to "use strict" +- Fixed up some variable usage +- Added browser detections other than just for ie-lt +- updated browser regexes (firefox, safari, opera, ios, android, webkit) +- detect if browser is: desktop, mobile, touch enabled +- detect portrait/landscape mode +- html5 shim now only triggers on ie-lt9 +- added a throttle to onResize, since some browsers fire tons of events/sec +- added corrected height/width measurements, but only exposed via new object: head.screen + - contains height/width, innerHeight/innerWidth, outerHeight/outerWidth +- force all css router names to lowercase just in case ppl try typing in names with wierd casings \ No newline at end of file diff --git a/bower_components/headjs/dist/1.0.0/head.core.js b/bower_components/headjs/dist/1.0.0/head.core.js new file mode 100644 index 0000000..b0c5038 --- /dev/null +++ b/bower_components/headjs/dist/1.0.0/head.core.js @@ -0,0 +1,312 @@ +///#source 1 1 /src/1.0.0/core.js +/*! head.core - v1.0.2 */ +/* + * HeadJS The only script in your + * Author Tero Piirainen (tipiirai) + * Maintainer Robert Hoffmann (itechnology) + * License MIT / http://bit.ly/mit-license + * WebSite http://headjs.com + */ +(function(win, undefined) { + "use strict"; + + // gt, gte, lt, lte, eq breakpoints would have been more simple to write as ['gt','gte','lt','lte','eq'] + // but then we would have had to loop over the collection on each resize() event, + // a simple object with a direct access to true/false is therefore much more efficient + var doc = win.document, + nav = win.navigator, + loc = win.location, + html = doc.documentElement, + klass = [], + conf = { + screens : [240, 320, 480, 640, 768, 800, 1024, 1280, 1440, 1680, 1920], + screensCss: { "gt": true, "gte": false, "lt": true, "lte": false, "eq": false }, + browsers : [ + { ie: { min: 6, max: 11 } } + //,{ chrome : { min: 8, max: 33 } } + //,{ ff : { min: 3, max: 26 } } + //,{ ios : { min: 3, max: 7 } } + //,{ android: { min: 2, max: 4 } } + //,{ webkit : { min: 9, max: 12 } } + //,{ opera : { min: 9, max: 12 } } + ], + browserCss: { "gt": true, "gte": false, "lt": true, "lte": false, "eq": true }, + html5 : true, + page : "-page", + section : "-section", + head : "head" + }; + + if (win.head_conf) { + for (var item in win.head_conf) { + if (win.head_conf[item] !== undefined) { + conf[item] = win.head_conf[item]; + } + } + } + + function pushClass(name) { + klass[klass.length] = name; + } + + function removeClass(name) { + // need to test for both space and no space + // https://github.com/headjs/headjs/issues/270 + // https://github.com/headjs/headjs/issues/226 + var re = new RegExp(" ?\\b" + name + "\\b"); + html.className = html.className.replace(re, ""); + } + + function each(arr, fn) { + for (var i = 0, l = arr.length; i < l; i++) { + fn.call(arr, arr[i], i); + } + } + + // API + var api = win[conf.head] = function() { + api.ready.apply(null, arguments); + }; + + api.feature = function(key, enabled, queue) { + + // internal: apply all classes + if (!key) { + html.className += " " + klass.join(" "); + klass = []; + + return api; + } + + if (Object.prototype.toString.call(enabled) === "[object Function]") { + enabled = enabled.call(); + } + + pushClass((enabled ? "" : "no-") + key); + api[key] = !!enabled; + + // apply class to HTML element + if (!queue) { + removeClass("no-" + key); + removeClass(key); + api.feature(); + } + + return api; + }; + + // no queue here, so we can remove any eventual pre-existing no-js class + api.feature("js", true); + + // browser type & version + var ua = nav.userAgent.toLowerCase(), + mobile = /mobile|android|kindle|silk|midp|phone|(windows .+arm|touch)/.test(ua); + + // useful for enabling/disabling feature (we can consider a desktop navigator to have more cpu/gpu power) + api.feature("mobile" , mobile , true); + api.feature("desktop", !mobile, true); + + // http://www.zytrax.com/tech/web/browser_ids.htm + // http://www.zytrax.com/tech/web/mobile_ids.html + ua = /(chrome|firefox)[ \/]([\w.]+)/.exec(ua) || // Chrome & Firefox + /(iphone|ipad|ipod)(?:.*version)?[ \/]([\w.]+)/.exec(ua) || // Mobile IOS + /(android)(?:.*version)?[ \/]([\w.]+)/.exec(ua) || // Mobile Webkit + /(webkit|opera)(?:.*version)?[ \/]([\w.]+)/.exec(ua) || // Safari & Opera + /(msie) ([\w.]+)/.exec(ua) || + /(trident).+rv:(\w.)+/.exec(ua) || []; + + var browser = ua[1], + version = parseFloat(ua[2]); + + switch (browser) { + case "msie": + case "trident": + browser = "ie"; + version = doc.documentMode || version; + break; + + case "firefox": + browser = "ff"; + break; + + case "ipod": + case "ipad": + case "iphone": + browser = "ios"; + break; + + case "webkit": + browser = "safari"; + break; + } + + // Browser vendor and version + api.browser = { + name: browser, + version: version + }; + api.browser[browser] = true; + + for (var i = 0, l = conf.browsers.length; i < l; i++) { + for (var key in conf.browsers[i]) { + if (browser === key) { + pushClass(key); + + var min = conf.browsers[i][key].min; + var max = conf.browsers[i][key].max; + + for (var v = min; v <= max; v++) { + if (version > v) { + if (conf.browserCss.gt) { + pushClass("gt-" + key + v); + } + + if (conf.browserCss.gte) { + pushClass("gte-" + key + v); + } + } else if (version < v) { + if (conf.browserCss.lt) { + pushClass("lt-" + key + v); + } + + if (conf.browserCss.lte) { + pushClass("lte-" + key + v); + } + } else if (version === v) { + if (conf.browserCss.lte) { + pushClass("lte-" + key + v); + } + + if (conf.browserCss.eq) { + pushClass("eq-" + key + v); + } + + if (conf.browserCss.gte) { + pushClass("gte-" + key + v); + } + } + } + } else { + pushClass("no-" + key); + } + } + } + + pushClass(browser); + pushClass(browser + parseInt(version, 10)); + + // IE lt9 specific + if (conf.html5 && browser === "ie" && version < 9) { + // HTML5 support : you still need to add html5 css initialization styles to your site + // See: assets/html5.css + each("abbr|article|aside|audio|canvas|details|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|progress|section|summary|time|video".split("|"), function(el) { + doc.createElement(el); + }); + } + + // CSS "router" + each(loc.pathname.split("/"), function(el, i) { + if (this.length > 2 && this[i + 1] !== undefined) { + if (i) { + pushClass(this.slice(i, i + 1).join("-").toLowerCase() + conf.section); + } + } else { + // pageId + var id = el || "index", index = id.indexOf("."); + if (index > 0) { + id = id.substring(0, index); + } + + html.id = id.toLowerCase() + conf.page; + + // on root? + if (!i) { + pushClass("root" + conf.section); + } + } + }); + + // basic screen info + api.screen = { + height: win.screen.height, + width : win.screen.width + }; + + // viewport resolutions: w-100, lt-480, lt-1024 ... + function screenSize() { + // remove earlier sizes + html.className = html.className.replace(/ (w-|eq-|gt-|gte-|lt-|lte-|portrait|no-portrait|landscape|no-landscape)\d+/g, ""); + + // Viewport width + var iw = win.innerWidth || html.clientWidth, + ow = win.outerWidth || win.screen.width; + + api.screen.innerWidth = iw; + api.screen.outerWidth = ow; + + // for debugging purposes, not really useful for anything else + pushClass("w-" + iw); + + each(conf.screens, function(width) { + if (iw > width) { + if (conf.screensCss.gt) { + pushClass("gt-" + width); + } + + if (conf.screensCss.gte) { + pushClass("gte-" + width); + } + } else if (iw < width) { + if (conf.screensCss.lt) { + pushClass("lt-" + width); + } + + if (conf.screensCss.lte) { + pushClass("lte-" + width); + } + } else if (iw === width) { + if (conf.screensCss.lte) { + pushClass("lte-" + width); + } + + if (conf.screensCss.eq) { + pushClass("e-q" + width); + } + + if (conf.screensCss.gte) { + pushClass("gte-" + width); + } + } + }); + + // Viewport height + var ih = win.innerHeight || html.clientHeight, + oh = win.outerHeight || win.screen.height; + + api.screen.innerHeight = ih; + api.screen.outerHeight = oh; + + // no need for onChange event to detect this + api.feature("portrait" , (ih > iw)); + api.feature("landscape", (ih < iw)); + } + + screenSize(); + + // Throttle navigators from triggering too many resize events + var resizeId = 0; + + function onResize() { + win.clearTimeout(resizeId); + resizeId = win.setTimeout(screenSize, 50); + } + + // Manually attach, as to not overwrite existing handler + if (win.addEventListener) { + win.addEventListener("resize", onResize, false); + + } else { + // IE8 and less + win.attachEvent("onresize", onResize); + } +}(window)); diff --git a/bower_components/headjs/dist/1.0.0/head.core.min.js b/bower_components/headjs/dist/1.0.0/head.core.min.js new file mode 100644 index 0000000..474be07 --- /dev/null +++ b/bower_components/headjs/dist/1.0.0/head.core.min.js @@ -0,0 +1,5 @@ +/*! head.core - v1.0.2 */ +(function(n,t){"use strict";function r(n){a[a.length]=n}function k(n){var t=new RegExp(" ?\\b"+n+"\\b");c.className=c.className.replace(t,"")}function p(n,t){for(var i=0,r=n.length;in?(i.screensCss.gt&&r("gt-"+n),i.screensCss.gte&&r("gte-"+n)):tt);u.feature("landscape",fe?(i.browserCss.gt&&r("gt-"+f+e),i.browserCss.gte&&r("gte-"+f+e)):h2&&this[u+1]!==t)u&&r(this.slice(u,u+1).join("-").toLowerCase()+i.section);else{var f=n||"index",e=f.indexOf(".");e>0&&(f=f.substring(0,e));c.id=f.toLowerCase()+i.page;u||r("root"+i.section)}});u.screen={height:n.screen.height,width:n.screen.width};tt();b=0;n.addEventListener?n.addEventListener("resize",it,!1):n.attachEvent("onresize",it)})(window); +/* +//# sourceMappingURL=head.core.min.js.map +*/ \ No newline at end of file diff --git a/bower_components/headjs/dist/1.0.0/head.core.min.js.map b/bower_components/headjs/dist/1.0.0/head.core.min.js.map new file mode 100644 index 0000000..2a3a4aa --- /dev/null +++ b/bower_components/headjs/dist/1.0.0/head.core.min.js.map @@ -0,0 +1,8 @@ +{ +"version":3, +"file":"head.core.min.js", +"lineCount":2, +"mappings":"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", +"sources":["/src/1.0.0/core.js"], +"names":["win","undefined","pushClass","name","klass","length","removeClass","re","RegExp","html","className","replace","each","arr","fn","i","l","call","screenSize","iw","ow","ih","oh","innerWidth","clientWidth","outerWidth","screen","width","api","conf","screens","screensCss","gt","gte","lt","lte","eq","innerHeight","clientHeight","outerHeight","height","feature","onResize","clearTimeout","resizeId","setTimeout","doc","document","nav","navigator","loc","location","documentElement","item","ua","mobile","browser","version","key","min","max","v","head_conf","head","ready","apply","arguments","api.feature","enabled","queue","Object","prototype","toString","join","userAgent","toLowerCase","test","exec","parseFloat","documentMode","browsers","browserCss","parseInt","html5","split","el","createElement","pathname","slice","section","id","index","indexOf","substring","page","addEventListener","attachEvent","window"] +} diff --git a/bower_components/headjs/dist/1.0.0/head.css3.js b/bower_components/headjs/dist/1.0.0/head.css3.js new file mode 100644 index 0000000..2d9ce9f --- /dev/null +++ b/bower_components/headjs/dist/1.0.0/head.css3.js @@ -0,0 +1,477 @@ +///#source 1 1 /src/1.0.0/core.js +/*! head.core - v1.0.2 */ +/* + * HeadJS The only script in your + * Author Tero Piirainen (tipiirai) + * Maintainer Robert Hoffmann (itechnology) + * License MIT / http://bit.ly/mit-license + * WebSite http://headjs.com + */ +(function(win, undefined) { + "use strict"; + + // gt, gte, lt, lte, eq breakpoints would have been more simple to write as ['gt','gte','lt','lte','eq'] + // but then we would have had to loop over the collection on each resize() event, + // a simple object with a direct access to true/false is therefore much more efficient + var doc = win.document, + nav = win.navigator, + loc = win.location, + html = doc.documentElement, + klass = [], + conf = { + screens : [240, 320, 480, 640, 768, 800, 1024, 1280, 1440, 1680, 1920], + screensCss: { "gt": true, "gte": false, "lt": true, "lte": false, "eq": false }, + browsers : [ + { ie: { min: 6, max: 11 } } + //,{ chrome : { min: 8, max: 33 } } + //,{ ff : { min: 3, max: 26 } } + //,{ ios : { min: 3, max: 7 } } + //,{ android: { min: 2, max: 4 } } + //,{ webkit : { min: 9, max: 12 } } + //,{ opera : { min: 9, max: 12 } } + ], + browserCss: { "gt": true, "gte": false, "lt": true, "lte": false, "eq": true }, + html5 : true, + page : "-page", + section : "-section", + head : "head" + }; + + if (win.head_conf) { + for (var item in win.head_conf) { + if (win.head_conf[item] !== undefined) { + conf[item] = win.head_conf[item]; + } + } + } + + function pushClass(name) { + klass[klass.length] = name; + } + + function removeClass(name) { + // need to test for both space and no space + // https://github.com/headjs/headjs/issues/270 + // https://github.com/headjs/headjs/issues/226 + var re = new RegExp(" ?\\b" + name + "\\b"); + html.className = html.className.replace(re, ""); + } + + function each(arr, fn) { + for (var i = 0, l = arr.length; i < l; i++) { + fn.call(arr, arr[i], i); + } + } + + // API + var api = win[conf.head] = function() { + api.ready.apply(null, arguments); + }; + + api.feature = function(key, enabled, queue) { + + // internal: apply all classes + if (!key) { + html.className += " " + klass.join(" "); + klass = []; + + return api; + } + + if (Object.prototype.toString.call(enabled) === "[object Function]") { + enabled = enabled.call(); + } + + pushClass((enabled ? "" : "no-") + key); + api[key] = !!enabled; + + // apply class to HTML element + if (!queue) { + removeClass("no-" + key); + removeClass(key); + api.feature(); + } + + return api; + }; + + // no queue here, so we can remove any eventual pre-existing no-js class + api.feature("js", true); + + // browser type & version + var ua = nav.userAgent.toLowerCase(), + mobile = /mobile|android|kindle|silk|midp|phone|(windows .+arm|touch)/.test(ua); + + // useful for enabling/disabling feature (we can consider a desktop navigator to have more cpu/gpu power) + api.feature("mobile" , mobile , true); + api.feature("desktop", !mobile, true); + + // http://www.zytrax.com/tech/web/browser_ids.htm + // http://www.zytrax.com/tech/web/mobile_ids.html + ua = /(chrome|firefox)[ \/]([\w.]+)/.exec(ua) || // Chrome & Firefox + /(iphone|ipad|ipod)(?:.*version)?[ \/]([\w.]+)/.exec(ua) || // Mobile IOS + /(android)(?:.*version)?[ \/]([\w.]+)/.exec(ua) || // Mobile Webkit + /(webkit|opera)(?:.*version)?[ \/]([\w.]+)/.exec(ua) || // Safari & Opera + /(msie) ([\w.]+)/.exec(ua) || + /(trident).+rv:(\w.)+/.exec(ua) || []; + + var browser = ua[1], + version = parseFloat(ua[2]); + + switch (browser) { + case "msie": + case "trident": + browser = "ie"; + version = doc.documentMode || version; + break; + + case "firefox": + browser = "ff"; + break; + + case "ipod": + case "ipad": + case "iphone": + browser = "ios"; + break; + + case "webkit": + browser = "safari"; + break; + } + + // Browser vendor and version + api.browser = { + name: browser, + version: version + }; + api.browser[browser] = true; + + for (var i = 0, l = conf.browsers.length; i < l; i++) { + for (var key in conf.browsers[i]) { + if (browser === key) { + pushClass(key); + + var min = conf.browsers[i][key].min; + var max = conf.browsers[i][key].max; + + for (var v = min; v <= max; v++) { + if (version > v) { + if (conf.browserCss.gt) { + pushClass("gt-" + key + v); + } + + if (conf.browserCss.gte) { + pushClass("gte-" + key + v); + } + } else if (version < v) { + if (conf.browserCss.lt) { + pushClass("lt-" + key + v); + } + + if (conf.browserCss.lte) { + pushClass("lte-" + key + v); + } + } else if (version === v) { + if (conf.browserCss.lte) { + pushClass("lte-" + key + v); + } + + if (conf.browserCss.eq) { + pushClass("eq-" + key + v); + } + + if (conf.browserCss.gte) { + pushClass("gte-" + key + v); + } + } + } + } else { + pushClass("no-" + key); + } + } + } + + pushClass(browser); + pushClass(browser + parseInt(version, 10)); + + // IE lt9 specific + if (conf.html5 && browser === "ie" && version < 9) { + // HTML5 support : you still need to add html5 css initialization styles to your site + // See: assets/html5.css + each("abbr|article|aside|audio|canvas|details|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|progress|section|summary|time|video".split("|"), function(el) { + doc.createElement(el); + }); + } + + // CSS "router" + each(loc.pathname.split("/"), function(el, i) { + if (this.length > 2 && this[i + 1] !== undefined) { + if (i) { + pushClass(this.slice(i, i + 1).join("-").toLowerCase() + conf.section); + } + } else { + // pageId + var id = el || "index", index = id.indexOf("."); + if (index > 0) { + id = id.substring(0, index); + } + + html.id = id.toLowerCase() + conf.page; + + // on root? + if (!i) { + pushClass("root" + conf.section); + } + } + }); + + // basic screen info + api.screen = { + height: win.screen.height, + width : win.screen.width + }; + + // viewport resolutions: w-100, lt-480, lt-1024 ... + function screenSize() { + // remove earlier sizes + html.className = html.className.replace(/ (w-|eq-|gt-|gte-|lt-|lte-|portrait|no-portrait|landscape|no-landscape)\d+/g, ""); + + // Viewport width + var iw = win.innerWidth || html.clientWidth, + ow = win.outerWidth || win.screen.width; + + api.screen.innerWidth = iw; + api.screen.outerWidth = ow; + + // for debugging purposes, not really useful for anything else + pushClass("w-" + iw); + + each(conf.screens, function(width) { + if (iw > width) { + if (conf.screensCss.gt) { + pushClass("gt-" + width); + } + + if (conf.screensCss.gte) { + pushClass("gte-" + width); + } + } else if (iw < width) { + if (conf.screensCss.lt) { + pushClass("lt-" + width); + } + + if (conf.screensCss.lte) { + pushClass("lte-" + width); + } + } else if (iw === width) { + if (conf.screensCss.lte) { + pushClass("lte-" + width); + } + + if (conf.screensCss.eq) { + pushClass("e-q" + width); + } + + if (conf.screensCss.gte) { + pushClass("gte-" + width); + } + } + }); + + // Viewport height + var ih = win.innerHeight || html.clientHeight, + oh = win.outerHeight || win.screen.height; + + api.screen.innerHeight = ih; + api.screen.outerHeight = oh; + + // no need for onChange event to detect this + api.feature("portrait" , (ih > iw)); + api.feature("landscape", (ih < iw)); + } + + screenSize(); + + // Throttle navigators from triggering too many resize events + var resizeId = 0; + + function onResize() { + win.clearTimeout(resizeId); + resizeId = win.setTimeout(screenSize, 50); + } + + // Manually attach, as to not overwrite existing handler + if (win.addEventListener) { + win.addEventListener("resize", onResize, false); + + } else { + // IE8 and less + win.attachEvent("onresize", onResize); + } +}(window)); +///#source 1 1 /src/1.0.0/css3.js +/*! head.css3 - v1.0.0 */ +/* + * HeadJS The only script in your + * Author Tero Piirainen (tipiirai) + * Maintainer Robert Hoffmann (itechnology) + * License MIT / http://bit.ly/mit-license + * WebSite http://headjs.com + */ +(function (win, undefined) { + "use strict"; + + var doc = win.document, + /* + To add a new test: + + head.feature("video", function() { + var tag = document.createElement('video'); + return !!tag.canPlayType; + }); + + Good place to grab more tests + + https://github.com/Modernizr/Modernizr/blob/master/modernizr.js + */ + + /* CSS modernizer */ + el = doc.createElement("i"), + style = el.style, + prefs = " -o- -moz- -ms- -webkit- -khtml- ".split(" "), + domPrefs = "Webkit Moz O ms Khtml".split(" "), + headVar = win.head_conf && win.head_conf.head || "head", + api = win[headVar]; + + // Thanks Paul Irish! + + function testProps(props) { + for (var i in props) { + if (style[props[i]] !== undefined) { + return true; + } + } + + return false; + } + + + function testAll(prop) { + var camel = prop.charAt(0).toUpperCase() + prop.substr(1), + props = (prop + " " + domPrefs.join(camel + " ") + camel).split(" "); + + return !!testProps(props); + } + + var tests = { + // should we seperate linear/radial ? + // seems like some browsers need a test for prefix http://caniuse.com/#feat=css-gradients + gradient: function () { + var s1 = "background-image:", + s2 = "gradient(linear,left top,right bottom,from(#9f9),to(#fff));", + s3 = "linear-gradient(left top,#eee,#fff);"; + + style.cssText = (s1 + prefs.join(s2 + s1) + prefs.join(s3 + s1)).slice(0, -s1.length); + return !!style.backgroundImage; + }, + + rgba: function () { + style.cssText = "background-color:rgba(0,0,0,0.5)"; + return !!style.backgroundColor; + }, + + opacity: function () { + return el.style.opacity === ""; + }, + + textshadow: function () { + return style.textShadow === ""; + }, + + multiplebgs: function () { + style.cssText = "background:url(https://),url(https://),red url(https://)"; + + // If the UA supports multiple backgrounds, there should be three occurrences + // of the string "url(" in the return value for elemStyle.background + var result = (style.background || "").match(/url/g); + + return Object.prototype.toString.call(result) === "[object Array]" && result.length === 3; + }, + + boxshadow: function () { + return testAll("boxShadow"); + }, + + borderimage: function () { + return testAll("borderImage"); + }, + + borderradius: function () { + return testAll("borderRadius"); + }, + + cssreflections: function () { + return testAll("boxReflect"); + }, + + csstransforms: function () { + return testAll("transform"); + }, + + csstransitions: function () { + return testAll("transition"); + }, + touch: function () { + return "ontouchstart" in win; + }, + retina: function () { + return (win.devicePixelRatio > 1); + }, + + /* + font-face support. Uses browser sniffing but is synchronous. + http://paulirish.com/2009/font-face-feature-detection/ + */ + fontface: function () { + var browser = api.browser.name, version = api.browser.version; + + switch (browser) { + case "ie": + return version >= 9; + + case "chrome": + return version >= 13; + + case "ff": + return version >= 6; + + case "ios": + return version >= 5; + + case "android": + return false; + + case "webkit": + return version >= 5.1; + + case "opera": + return version >= 10; + + default: + return false; + } + } + }; + + // queue features + for (var key in tests) { + if (tests[key]) { + api.feature(key, tests[key].call(), true); + } + } + + // enable features at once + api.feature(); + +}(window)); diff --git a/bower_components/headjs/dist/1.0.0/head.css3.min.js b/bower_components/headjs/dist/1.0.0/head.css3.min.js new file mode 100644 index 0000000..cff8bab --- /dev/null +++ b/bower_components/headjs/dist/1.0.0/head.css3.min.js @@ -0,0 +1,7 @@ +/*! head.core - v1.0.2 */ +(function(n,t){"use strict";function r(n){a[a.length]=n}function k(n){var t=new RegExp(" ?\\b"+n+"\\b");c.className=c.className.replace(t,"")}function p(n,t){for(var i=0,r=n.length;in?(i.screensCss.gt&&r("gt-"+n),i.screensCss.gte&&r("gte-"+n)):tt);u.feature("landscape",fe?(i.browserCss.gt&&r("gt-"+f+e),i.browserCss.gte&&r("gte-"+f+e)):h2&&this[u+1]!==t)u&&r(this.slice(u,u+1).join("-").toLowerCase()+i.section);else{var f=n||"index",e=f.indexOf(".");e>0&&(f=f.substring(0,e));c.id=f.toLowerCase()+i.page;u||r("root"+i.section)}});u.screen={height:n.screen.height,width:n.screen.width};tt();b=0;n.addEventListener?n.addEventListener("resize",it,!1):n.attachEvent("onresize",it)})(window); +/*! head.css3 - v1.0.0 */ +(function(n,t){"use strict";function a(n){for(var r in n)if(i[n[r]]!==t)return!0;return!1}function r(n){var t=n.charAt(0).toUpperCase()+n.substr(1),i=(n+" "+c.join(t+" ")+t).split(" ");return!!a(i)}var h=n.document,o=h.createElement("i"),i=o.style,s=" -o- -moz- -ms- -webkit- -khtml- ".split(" "),c="Webkit Moz O ms Khtml".split(" "),l=n.head_conf&&n.head_conf.head||"head",u=n[l],f={gradient:function(){var n="background-image:";return i.cssText=(n+s.join("gradient(linear,left top,right bottom,from(#9f9),to(#fff));"+n)+s.join("linear-gradient(left top,#eee,#fff);"+n)).slice(0,-n.length),!!i.backgroundImage},rgba:function(){return i.cssText="background-color:rgba(0,0,0,0.5)",!!i.backgroundColor},opacity:function(){return o.style.opacity===""},textshadow:function(){return i.textShadow===""},multiplebgs:function(){i.cssText="background:url(https://),url(https://),red url(https://)";var n=(i.background||"").match(/url/g);return Object.prototype.toString.call(n)==="[object Array]"&&n.length===3},boxshadow:function(){return r("boxShadow")},borderimage:function(){return r("borderImage")},borderradius:function(){return r("borderRadius")},cssreflections:function(){return r("boxReflect")},csstransforms:function(){return r("transform")},csstransitions:function(){return r("transition")},touch:function(){return"ontouchstart"in n},retina:function(){return n.devicePixelRatio>1},fontface:function(){var t=u.browser.name,n=u.browser.version;switch(t){case"ie":return n>=9;case"chrome":return n>=13;case"ff":return n>=6;case"ios":return n>=5;case"android":return!1;case"webkit":return n>=5.1;case"opera":return n>=10;default:return!1}}};for(var e in f)f[e]&&u.feature(e,f[e].call(),!0);u.feature()})(window); +/* +//# sourceMappingURL=head.css3.min.js.map +*/ \ No newline at end of file diff --git a/bower_components/headjs/dist/1.0.0/head.css3.min.js.map b/bower_components/headjs/dist/1.0.0/head.css3.min.js.map new file mode 100644 index 0000000..12ca6c5 --- /dev/null +++ b/bower_components/headjs/dist/1.0.0/head.css3.min.js.map @@ -0,0 +1,8 @@ +{ +"version":3, +"file":"head.css3.min.js", +"lineCount":4, +"mappings":";CAQC,QAAQ,CAACA,CAAG,CAAEC,CAAN,CAAiB,CACtB,Y,CAqCAC,SAASA,CAAS,CAACC,CAAD,CAAO,CACrBC,CAAM,CAAAA,CAAKC,OAAL,CAAc,CAAEF,CADD,CAIzBG,SAASA,CAAW,CAACH,CAAD,CAAO,CAIvB,IAAII,EAAK,IAAIC,MAAM,CAAC,OAAQ,CAAEL,CAAK,CAAE,KAAlB,CAAwB,CAC3CM,CAAIC,UAAW,CAAED,CAAIC,UAAUC,QAAQ,CAACJ,CAAE,CAAE,EAAL,CALhB,CAQ3BK,SAASA,CAAI,CAACC,CAAG,CAAEC,CAAN,CAAU,CACnB,IAAK,IAAIC,EAAI,EAAGC,EAAIH,CAAGR,OAAO,CAAEU,CAAE,CAAEC,CAAC,CAAED,CAAC,EAAxC,CACID,CAAEG,KAAK,CAACJ,CAAG,CAAEA,CAAI,CAAAE,CAAA,CAAE,CAAEA,CAAd,CAFQ,CAgLvBG,SAASA,EAAU,CAAA,CAAG,CAKlB,IAAIC,EACAC,EAyCAC,EACAC,CA1CuC,CAJ3Cb,CAAIC,UAAW,CAAED,CAAIC,UAAUC,QAAQ,CAA8E,6EAAA,CAAE,EAAhF,CAAmF,CAGtHQ,CAAG,CAAEnB,CAAGuB,WAAY,EAAGd,CAAIe,Y,CAC3BJ,CAAG,CAAEpB,CAAGyB,WAAY,EAAGzB,CAAG0B,OAAOC,M,CAErCC,CAAGF,OAAOH,WAAY,CAAEJ,CAAE,CAC1BS,CAAGF,OAAOD,WAAY,CAAEL,CAAE,CAG1BlB,CAAS,CAAC,IAAK,CAAEiB,CAAR,CAAW,CAEpBP,CAAI,CAACiB,CAAIC,QAAQ,CAAE,QAAQ,CAACH,CAAD,CAAQ,CAC3BR,CAAG,CAAEQ,CAAT,EACQE,CAAIE,WAAWC,G,EACf9B,CAAS,CAAC,KAAM,CAAEyB,CAAT,CAAe,CAGxBE,CAAIE,WAAWE,I,EACf/B,CAAS,CAAC,MAAO,CAAEyB,CAAV,EANjB,CAQWR,CAAG,CAAEQ,CAAT,EACCE,CAAIE,WAAWG,G,EACfhC,CAAS,CAAC,KAAM,CAAEyB,CAAT,CAAe,CAGxBE,CAAIE,WAAWI,I,EACfjC,CAAS,CAAC,MAAO,CAAEyB,CAAV,EANV,CAQIR,CAAG,GAAIQ,C,GACVE,CAAIE,WAAWI,I,EACfjC,CAAS,CAAC,MAAO,CAAEyB,CAAV,CAAgB,CAGzBE,CAAIE,WAAWK,G,EACflC,CAAS,CAAC,KAAM,CAAEyB,CAAT,CAAe,CAGxBE,CAAIE,WAAWE,I,EACf/B,CAAS,CAAC,MAAO,CAAEyB,CAAV,EA3Bc,CAA/B,CA8BF,CAGEN,CAAG,CAAErB,CAAGqC,YAAa,EAAG5B,CAAI6B,a,CAC5BhB,CAAG,CAAEtB,CAAGuC,YAAa,EAAGvC,CAAG0B,OAAOc,O,CAEtCZ,CAAGF,OAAOW,YAAa,CAAEhB,CAAE,CAC3BO,CAAGF,OAAOa,YAAa,CAAEjB,CAAE,CAG3BM,CAAGa,QAAQ,CAAC,UAAW,CAAGpB,CAAG,CAAEF,CAApB,CAAwB,CACnCS,CAAGa,QAAQ,CAAC,WAAW,CAAGpB,CAAG,CAAEF,CAApB,CAvDO,CA+DtBuB,SAASA,EAAQ,CAAA,CAAG,CAChB1C,CAAG2C,aAAa,CAACC,CAAD,CAAU,CAC1BA,CAAS,CAAE5C,CAAG6C,WAAW,CAAC3B,EAAU,CAAE,EAAb,CAFT,CA3RpB,IAAI4B,EAAQ9C,CAAG+C,UACXC,GAAQhD,CAAGiD,WACXC,GAAQlD,CAAGmD,UACX1C,EAAQqC,CAAGM,iBACXhD,EAAQ,CAAA,EACRyB,EAAQ,CACJ,OAAU,CAAE,CAAC,GAAG,CAAE,GAAG,CAAE,GAAG,CAAE,GAAG,CAAE,GAAG,CAAE,GAAG,CAAE,IAAI,CAAE,IAAI,CAAE,IAAI,CAAE,IAAI,CAAE,IAAvD,CAA4D,CACxE,UAAU,CAAE,CAAE,EAAI,CAAE,CAAA,CAAI,CAAE,GAAK,CAAE,CAAA,CAAK,CAAE,EAAI,CAAE,CAAA,CAAI,CAAE,GAAK,CAAE,CAAA,CAAK,CAAE,EAAI,CAAE,CAAA,CAA5D,CAAmE,CAC/E,QAAU,CAAE,CACI,CAAE,EAAE,CAAE,CAAE,GAAG,CAAE,CAAC,CAAE,GAAG,CAAE,EAAf,CAAN,CADJ,CAQX,CACD,UAAU,CAAE,CAAE,EAAI,CAAE,CAAA,CAAI,CAAE,GAAK,CAAE,CAAA,CAAK,CAAE,EAAI,CAAE,CAAA,CAAI,CAAE,GAAK,CAAE,CAAA,CAAK,CAAE,EAAI,CAAE,CAAA,CAA5D,CAAkE,CAC9E,KAAU,CAAE,CAAA,CAAI,CAChB,IAAU,CAAE,OAAO,CACnB,OAAU,CAAE,UAAU,CACtB,IAAU,CAAE,MAhBR,EAoBCwB,EA0BTzB,EAmCA0B,EACAC,EAeAC,EACAC,EA+BK1C,EAAOC,EACH0C,EAIGC,EACAC,GAEKC,EA2IjBjB,CAnQC,CAEL,GAAI5C,CAAG8D,WACH,IAAST,EAAK,GAAGrD,CAAG8D,UAApB,CACQ9D,CAAG8D,UAAW,CAAAT,CAAA,CAAM,GAAIpD,C,GACxB4B,CAAK,CAAAwB,CAAA,CAAM,CAAErD,CAAG8D,UAAW,CAAAT,CAAA,EAGvC,CAqBIzB,CAAI,CAAE5B,CAAI,CAAA6B,CAAIkC,KAAJ,CAAW,CAAE,QAAQ,CAAA,CAAG,CAClCnC,CAAGoC,MAAMC,MAAM,CAAC,IAAI,CAAEC,SAAP,CADmB,C,CAItCtC,CAAGa,QAAS,CAAE0B,QAAQ,CAACT,CAAG,CAAEU,CAAO,CAAEC,CAAf,CAAsB,CAwBxC,OArBKX,CAAD,EAOAY,MAAMC,UAAUC,SAASvD,KAAK,CAACmD,CAAD,CAAU,GAAI,mB,GAC5CA,CAAQ,CAAEA,CAAOnD,KAAK,CAAA,EAAE,CAG5Bf,CAAS,CAAC,CAACkE,CAAQ,CAAE,EAAG,CAAE,KAAhB,CAAuB,CAAEV,CAA1B,CAA8B,CACvC9B,CAAI,CAAA8B,CAAA,CAAK,CAAE,CAAC,CAACU,CAAO,CAGfC,C,GACD/D,CAAW,CAAC,KAAM,CAAEoD,CAAT,CAAa,CACxBpD,CAAW,CAACoD,CAAD,CAAK,CAChB9B,CAAGa,QAAQ,CAAA,EAAE,CAGVb,EArBH,EACAnB,CAAIC,UAAW,EAAG,GAAI,CAAEN,CAAKqE,KAAK,CAAC,GAAD,CAAK,CACvCrE,CAAM,CAAE,CAAA,CAAE,CAEHwB,EAP6B,CAyB3C,CAGDA,CAAGa,QAAQ,CAAC,IAAI,CAAE,CAAA,CAAP,CAAY,CAGnBa,CAAO,CAAEN,EAAG0B,UAAUC,YAAY,CAAA,C,CAClCpB,CAAO,CAA+D,6DAAAqB,KAAK,CAACtB,CAAD,C,CAG/E1B,CAAGa,QAAQ,CAAC,QAAS,CAAEc,CAAO,CAAE,CAAA,CAArB,CAA0B,CACrC3B,CAAGa,QAAQ,CAAC,SAAS,CAAE,CAACc,CAAM,CAAE,CAAA,CAArB,CAA0B,CAIrCD,CAAG,CAAiC,+BAAAuB,KAAK,CAACvB,CAAD,CAAK,EACK,+CAAAuB,KAAK,CAACvB,CAAD,CAAK,EACnB,sCAAAuB,KAAK,CAACvB,CAAD,CAAK,EACL,2CAAAuB,KAAK,CAACvB,CAAD,CAAK,EACpC,iBAAAuB,KAAK,CAACvB,CAAD,CAAK,EACL,sBAAAuB,KAAK,CAACvB,CAAD,CAAK,EAAG,CAAA,CAAE,CAErCE,CAAQ,CAAEF,CAAG,CAAA,CAAA,C,CACbG,CAAQ,CAAEqB,UAAU,CAACxB,CAAG,CAAA,CAAA,CAAJ,C,CAExB,OAAQE,EAAS,CACjB,IAAK,MAAM,CACX,IAAK,SAAS,CACVA,CAAQ,CAAE,IAAI,CACdC,CAAQ,CAAEX,CAAGiC,aAAc,EAAGtB,CAAO,CACrC,K,CAEJ,IAAK,SAAS,CACVD,CAAQ,CAAE,IAAI,CACd,K,CAEJ,IAAK,MAAM,CACX,IAAK,MAAM,CACX,IAAK,QAAQ,CACTA,CAAQ,CAAE,KAAK,CACf,K,CAEJ,IAAK,QAAQ,CACTA,CAAQ,CAAE,QAlBG,CA6BjB,IANA5B,CAAG4B,QAAS,CAAE,CACV,IAAI,CAAEA,CAAO,CACb,OAAO,CAAEC,CAFC,CAGb,CACD7B,CAAG4B,QAAS,CAAAA,CAAA,CAAS,CAAE,CAAA,CAAI,CAElBzC,CAAE,CAAE,C,CAAGC,CAAE,CAAEa,CAAImD,SAAS3E,OAAO,CAAEU,CAAE,CAAEC,CAAC,CAAED,CAAC,EAAlD,CACI,IAAS2C,EAAI,GAAG7B,CAAImD,SAAU,CAAAjE,CAAA,CAA9B,CACI,GAAIyC,CAAQ,GAAIE,EAMZ,IALAxD,CAAS,CAACwD,CAAD,CAAK,CAEVC,CAAI,CAAE9B,CAAImD,SAAU,CAAAjE,CAAA,CAAG,CAAA2C,CAAA,CAAIC,I,CAC3BC,EAAI,CAAE/B,CAAImD,SAAU,CAAAjE,CAAA,CAAG,CAAA2C,CAAA,CAAIE,I,CAEtBC,CAAE,CAAEF,CAAG,CAAEE,CAAE,EAAGD,EAAG,CAAEC,CAAC,EAA7B,CACQJ,CAAQ,CAAEI,CAAd,EACQhC,CAAIoD,WAAWjD,G,EACf9B,CAAS,CAAC,KAAM,CAAEwD,CAAI,CAAEG,CAAf,CAAiB,CAG1BhC,CAAIoD,WAAWhD,I,EACf/B,CAAS,CAAC,MAAO,CAAEwD,CAAI,CAAEG,CAAhB,EANjB,CAQWJ,CAAQ,CAAEI,CAAd,EACChC,CAAIoD,WAAW/C,G,EACfhC,CAAS,CAAC,KAAM,CAAEwD,CAAI,CAAEG,CAAf,CAAiB,CAG1BhC,CAAIoD,WAAW9C,I,EACfjC,CAAS,CAAC,MAAO,CAAEwD,CAAI,CAAEG,CAAhB,EANV,CAQIJ,CAAQ,GAAII,C,GACfhC,CAAIoD,WAAW9C,I,EACfjC,CAAS,CAAC,MAAO,CAAEwD,CAAI,CAAEG,CAAhB,CAAkB,CAG3BhC,CAAIoD,WAAW7C,G,EACflC,CAAS,CAAC,KAAM,CAAEwD,CAAI,CAAEG,CAAf,CAAiB,CAG1BhC,CAAIoD,WAAWhD,I,EACf/B,CAAS,CAAC,MAAO,CAAEwD,CAAI,CAAEG,CAAhB,EAGrB,CACF,KACE3D,CAAS,CAAC,KAAM,CAAEwD,CAAT,CAGrB,CAEAxD,CAAS,CAACsD,CAAD,CAAS,CAClBtD,CAAS,CAACsD,CAAQ,CAAE0B,QAAQ,CAACzB,CAAO,CAAE,EAAV,CAAnB,CAAiC,CAGtC5B,CAAIsD,MAAO,EAAG3B,CAAQ,GAAI,IAAK,EAAGC,CAAQ,CAAE,C,EAG5C7C,CAAI,CAAC,+IAA+IwE,MAAM,CAAC,GAAD,CAAK,CAAE,QAAQ,CAACC,CAAD,CAAK,CAC1KvC,CAAGwC,cAAc,CAACD,CAAD,CADyJ,CAA1K,CAEF,CAINzE,CAAI,CAACsC,EAAGqC,SAASH,MAAM,CAAC,GAAD,CAAK,CAAE,QAAQ,CAACC,CAAE,CAAEtE,CAAL,CAAQ,CAC1C,GAAI,IAAIV,OAAQ,CAAE,CAAE,EAAG,IAAK,CAAAU,CAAE,CAAE,CAAJ,CAAO,GAAId,EAC/Bc,C,EACAb,CAAS,CAAC,IAAIsF,MAAM,CAACzE,CAAC,CAAEA,CAAE,CAAE,CAAR,CAAU0D,KAAK,CAAC,GAAD,CAAKE,YAAY,CAAA,CAAG,CAAE9C,CAAI4D,QAApD,CAA6D,CAE5E,IAAK,CAEH,IAAIC,EAAKL,CAAG,EAAG,QAASM,EAAQD,CAAEE,QAAQ,CAAC,GAAD,CAAK,CAC3CD,CAAM,CAAE,C,GACRD,CAAG,CAAEA,CAAEG,UAAU,CAAC,CAAC,CAAEF,CAAJ,EAAU,CAG/BlF,CAAIiF,GAAI,CAAEA,CAAEf,YAAY,CAAA,CAAG,CAAE9C,CAAIiE,KAAK,CAGjC/E,C,EACDb,CAAS,CAAC,MAAO,CAAE2B,CAAI4D,QAAd,CAXV,CALmC,CAA1C,CAmBF,CAGF7D,CAAGF,OAAQ,CAAE,CACT,MAAM,CAAE1B,CAAG0B,OAAOc,OAAO,CACzB,KAAM,CAAExC,CAAG0B,OAAOC,MAFT,CAGZ,CA6DDT,EAAU,CAAA,CAAE,CAGR0B,CAAS,CAAE,C,CAQX5C,CAAG+F,iBAAP,CACI/F,CAAG+F,iBAAiB,CAAC,QAAQ,CAAErD,EAAQ,CAAE,CAAA,CAArB,CADxB,CAKI1C,CAAGgG,YAAY,CAAC,UAAU,CAAEtD,EAAb,CA5SG,EA8SzB,CAACuD,MAAD,C;;CC9SA,QAAS,CAACjG,CAAG,CAAEC,CAAN,CAAiB,CACvB,Y,CA0BAiG,SAASA,CAAS,CAACC,CAAD,CAAQ,CACtB,IAAK,IAAIpF,EAAE,GAAGoF,CAAd,CACI,GAAIC,CAAM,CAAAD,CAAM,CAAApF,CAAA,CAAN,CAAU,GAAId,EACpB,MAAO,CAAA,CAEf,CAEA,MAAO,CAAA,CAPe,CAW1BoG,SAASA,CAAO,CAACC,CAAD,CAAO,CACnB,IAAIC,EAAQD,CAAIE,OAAO,CAAC,CAAD,CAAGC,YAAY,CAAA,CAAG,CAAEH,CAAII,OAAO,CAAC,CAAD,EAClDP,EAAQ,CAACG,CAAK,CAAE,GAAI,CAAEK,CAAQlC,KAAK,CAAC8B,CAAM,CAAE,GAAT,CAAc,CAAEA,CAA3C,CAAiDnB,MAAM,CAAC,GAAD,CAAK,CAExE,MAAO,CAAC,CAACc,CAAS,CAACC,CAAD,CAJC,CAnCvB,IAAIrD,EAAM9C,CAAG+C,UAeTsC,EAAWvC,CAAGwC,cAAc,CAAC,GAAD,EAC5Bc,EAAWf,CAAEe,OACbQ,EAAW,mCAAmCxB,MAAM,CAAC,GAAD,EACpDuB,EAAW,uBAAuBvB,MAAM,CAAC,GAAD,EACxCyB,EAAW7G,CAAG8D,UAAW,EAAG9D,CAAG8D,UAAUC,KAAM,EAAG,OAClDnC,EAAW5B,CAAI,CAAA6G,CAAA,EAsBfC,EAAQ,CAGR,QAAQ,CAAEC,QAAS,CAAA,CAAG,CAClB,IAAIC,EAAK,mBAEsC,CAG/C,OADAZ,CAAKa,QAAS,CAAE,CAACD,CAAG,CAAEJ,CAAKnC,KAAK,CAHvB,6DAG2B,CAAEuC,CAAN,CAAU,CAAEJ,CAAKnC,KAAK,CAF7C,sCAEiD,CAAEuC,CAAN,CAAtC,CAAgDxB,MAAM,CAAC,CAAC,CAAE,CAACwB,CAAE3G,OAAP,CAAe,CAC9E,CAAC,CAAC+F,CAAKc,gBANI,CAOrB,CAED,IAAI,CAAEC,QAAS,CAAA,CAAG,CAEd,OADAf,CAAKa,QAAS,CAAE,kCAAkC,CAC3C,CAAC,CAACb,CAAKgB,gBAFA,CAGjB,CAED,OAAO,CAAEC,QAAS,CAAA,CAAG,CACjB,OAAOhC,CAAEe,MAAMiB,QAAS,GAAI,EADX,CAEpB,CAED,UAAU,CAAEC,QAAS,CAAA,CAAG,CACpB,OAAOlB,CAAKmB,WAAY,GAAI,EADR,CAEvB,CAED,WAAW,CAAEC,QAAS,CAAA,CAAG,CACrBpB,CAAKa,QAAS,CAAE,0DAA0D,CAI1E,IAAIQ,EAAS,CAACrB,CAAKsB,WAAY,EAAG,EAArB,CAAwBC,MAAM,CAAO,MAAP,CAAQ,CAEnD,OAAOrD,MAAMC,UAAUC,SAASvD,KAAK,CAACwG,CAAD,CAAS,GAAI,gBAAiB,EAAGA,CAAMpH,OAAQ,GAAI,CAPnE,CAQxB,CAED,SAAS,CAAEuH,QAAS,CAAA,CAAG,CACnB,OAAOvB,CAAO,CAAC,WAAD,CADK,CAEtB,CAED,WAAW,CAAEwB,QAAS,CAAA,CAAG,CACrB,OAAOxB,CAAO,CAAC,aAAD,CADO,CAExB,CAED,YAAY,CAAEyB,QAAS,CAAA,CAAG,CACtB,OAAOzB,CAAO,CAAC,cAAD,CADQ,CAEzB,CAED,cAAc,CAAE0B,QAAS,CAAA,CAAG,CACxB,OAAO1B,CAAO,CAAC,YAAD,CADU,CAE3B,CAED,aAAa,CAAE2B,QAAS,CAAA,CAAG,CACvB,OAAO3B,CAAO,CAAC,WAAD,CADS,CAE1B,CAED,cAAc,CAAE4B,QAAS,CAAA,CAAG,CACxB,OAAO5B,CAAO,CAAC,YAAD,CADU,CAE3B,CACD,KAAK,CAAE6B,QAAS,CAAA,CAAG,CACf,MAAO,cAAe,GAAGlI,CADV,CAElB,CACD,MAAM,CAAEmI,QAAS,CAAA,CAAG,CAChB,OAAQnI,CAAGoI,iBAAkB,CAAE,CADf,CAEnB,CAMD,QAAQ,CAAEC,QAAS,CAAA,CAAG,CAClB,IAAI7E,EAAU5B,CAAG4B,QAAQrD,MAAOsD,EAAU7B,CAAG4B,QAAQC,QAAQ,CAE7D,OAAQD,EAAS,CACb,IAAK,IAAI,CACL,OAAOC,CAAQ,EAAG,C,CAEtB,IAAK,QAAQ,CACT,OAAOA,CAAQ,EAAG,E,CAEtB,IAAK,IAAI,CACL,OAAOA,CAAQ,EAAG,C,CAEtB,IAAK,KAAK,CACN,OAAOA,CAAQ,EAAG,C,CAEtB,IAAK,SAAS,CACV,MAAO,CAAA,C,CAEX,IAAK,QAAQ,CACT,OAAOA,CAAQ,EAAG,G,CAEtB,IAAK,OAAO,CACR,OAAOA,CAAQ,EAAG,E,CAEtB,OAAO,CACH,MAAO,CAAA,CAvBE,CAHC,CArEd,CAtBe,CA2H3B,IAAS,IAAAC,EAAI,GAAGoD,CAAhB,CACQA,CAAM,CAAApD,CAAA,C,EACN9B,CAAGa,QAAQ,CAACiB,CAAG,CAAEoD,CAAM,CAAApD,CAAA,CAAIzC,KAAK,CAAA,CAAE,CAAE,CAAA,CAAzB,CAEnB,CAGAW,CAAGa,QAAQ,CAAA,CAzJY,EA2J1B,CAACwD,MAAD,C", +"sources":["/src/1.0.0/core.js","/src/1.0.0/css3.js"], +"names":["win","undefined","pushClass","name","klass","length","removeClass","re","RegExp","html","className","replace","each","arr","fn","i","l","call","screenSize","iw","ow","ih","oh","innerWidth","clientWidth","outerWidth","screen","width","api","conf","screens","screensCss","gt","gte","lt","lte","eq","innerHeight","clientHeight","outerHeight","height","feature","onResize","clearTimeout","resizeId","setTimeout","doc","document","nav","navigator","loc","location","documentElement","item","ua","mobile","browser","version","key","min","max","v","head_conf","head","ready","apply","arguments","api.feature","enabled","queue","Object","prototype","toString","join","userAgent","toLowerCase","test","exec","parseFloat","documentMode","browsers","browserCss","parseInt","html5","split","el","createElement","pathname","slice","section","id","index","indexOf","substring","page","addEventListener","attachEvent","window","testProps","props","style","testAll","prop","camel","charAt","toUpperCase","substr","domPrefs","prefs","headVar","tests","gradient","s1","cssText","backgroundImage","rgba","backgroundColor","opacity","textshadow","textShadow","multiplebgs","result","background","match","boxshadow","borderimage","borderradius","cssreflections","csstransforms","csstransitions","touch","retina","devicePixelRatio","fontface"] +} diff --git a/bower_components/headjs/dist/1.0.0/head.js b/bower_components/headjs/dist/1.0.0/head.js new file mode 100644 index 0000000..961a4f6 --- /dev/null +++ b/bower_components/headjs/dist/1.0.0/head.js @@ -0,0 +1,1184 @@ +///#source 1 1 /src/1.0.0/core.js +/*! head.core - v1.0.2 */ +/* + * HeadJS The only script in your + * Author Tero Piirainen (tipiirai) + * Maintainer Robert Hoffmann (itechnology) + * License MIT / http://bit.ly/mit-license + * WebSite http://headjs.com + */ +(function(win, undefined) { + "use strict"; + + // gt, gte, lt, lte, eq breakpoints would have been more simple to write as ['gt','gte','lt','lte','eq'] + // but then we would have had to loop over the collection on each resize() event, + // a simple object with a direct access to true/false is therefore much more efficient + var doc = win.document, + nav = win.navigator, + loc = win.location, + html = doc.documentElement, + klass = [], + conf = { + screens : [240, 320, 480, 640, 768, 800, 1024, 1280, 1440, 1680, 1920], + screensCss: { "gt": true, "gte": false, "lt": true, "lte": false, "eq": false }, + browsers : [ + { ie: { min: 6, max: 11 } } + //,{ chrome : { min: 8, max: 33 } } + //,{ ff : { min: 3, max: 26 } } + //,{ ios : { min: 3, max: 7 } } + //,{ android: { min: 2, max: 4 } } + //,{ webkit : { min: 9, max: 12 } } + //,{ opera : { min: 9, max: 12 } } + ], + browserCss: { "gt": true, "gte": false, "lt": true, "lte": false, "eq": true }, + html5 : true, + page : "-page", + section : "-section", + head : "head" + }; + + if (win.head_conf) { + for (var item in win.head_conf) { + if (win.head_conf[item] !== undefined) { + conf[item] = win.head_conf[item]; + } + } + } + + function pushClass(name) { + klass[klass.length] = name; + } + + function removeClass(name) { + // need to test for both space and no space + // https://github.com/headjs/headjs/issues/270 + // https://github.com/headjs/headjs/issues/226 + var re = new RegExp(" ?\\b" + name + "\\b"); + html.className = html.className.replace(re, ""); + } + + function each(arr, fn) { + for (var i = 0, l = arr.length; i < l; i++) { + fn.call(arr, arr[i], i); + } + } + + // API + var api = win[conf.head] = function() { + api.ready.apply(null, arguments); + }; + + api.feature = function(key, enabled, queue) { + + // internal: apply all classes + if (!key) { + html.className += " " + klass.join(" "); + klass = []; + + return api; + } + + if (Object.prototype.toString.call(enabled) === "[object Function]") { + enabled = enabled.call(); + } + + pushClass((enabled ? "" : "no-") + key); + api[key] = !!enabled; + + // apply class to HTML element + if (!queue) { + removeClass("no-" + key); + removeClass(key); + api.feature(); + } + + return api; + }; + + // no queue here, so we can remove any eventual pre-existing no-js class + api.feature("js", true); + + // browser type & version + var ua = nav.userAgent.toLowerCase(), + mobile = /mobile|android|kindle|silk|midp|phone|(windows .+arm|touch)/.test(ua); + + // useful for enabling/disabling feature (we can consider a desktop navigator to have more cpu/gpu power) + api.feature("mobile" , mobile , true); + api.feature("desktop", !mobile, true); + + // http://www.zytrax.com/tech/web/browser_ids.htm + // http://www.zytrax.com/tech/web/mobile_ids.html + ua = /(chrome|firefox)[ \/]([\w.]+)/.exec(ua) || // Chrome & Firefox + /(iphone|ipad|ipod)(?:.*version)?[ \/]([\w.]+)/.exec(ua) || // Mobile IOS + /(android)(?:.*version)?[ \/]([\w.]+)/.exec(ua) || // Mobile Webkit + /(webkit|opera)(?:.*version)?[ \/]([\w.]+)/.exec(ua) || // Safari & Opera + /(msie) ([\w.]+)/.exec(ua) || + /(trident).+rv:(\w.)+/.exec(ua) || []; + + var browser = ua[1], + version = parseFloat(ua[2]); + + switch (browser) { + case "msie": + case "trident": + browser = "ie"; + version = doc.documentMode || version; + break; + + case "firefox": + browser = "ff"; + break; + + case "ipod": + case "ipad": + case "iphone": + browser = "ios"; + break; + + case "webkit": + browser = "safari"; + break; + } + + // Browser vendor and version + api.browser = { + name: browser, + version: version + }; + api.browser[browser] = true; + + for (var i = 0, l = conf.browsers.length; i < l; i++) { + for (var key in conf.browsers[i]) { + if (browser === key) { + pushClass(key); + + var min = conf.browsers[i][key].min; + var max = conf.browsers[i][key].max; + + for (var v = min; v <= max; v++) { + if (version > v) { + if (conf.browserCss.gt) { + pushClass("gt-" + key + v); + } + + if (conf.browserCss.gte) { + pushClass("gte-" + key + v); + } + } else if (version < v) { + if (conf.browserCss.lt) { + pushClass("lt-" + key + v); + } + + if (conf.browserCss.lte) { + pushClass("lte-" + key + v); + } + } else if (version === v) { + if (conf.browserCss.lte) { + pushClass("lte-" + key + v); + } + + if (conf.browserCss.eq) { + pushClass("eq-" + key + v); + } + + if (conf.browserCss.gte) { + pushClass("gte-" + key + v); + } + } + } + } else { + pushClass("no-" + key); + } + } + } + + pushClass(browser); + pushClass(browser + parseInt(version, 10)); + + // IE lt9 specific + if (conf.html5 && browser === "ie" && version < 9) { + // HTML5 support : you still need to add html5 css initialization styles to your site + // See: assets/html5.css + each("abbr|article|aside|audio|canvas|details|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|progress|section|summary|time|video".split("|"), function(el) { + doc.createElement(el); + }); + } + + // CSS "router" + each(loc.pathname.split("/"), function(el, i) { + if (this.length > 2 && this[i + 1] !== undefined) { + if (i) { + pushClass(this.slice(i, i + 1).join("-").toLowerCase() + conf.section); + } + } else { + // pageId + var id = el || "index", index = id.indexOf("."); + if (index > 0) { + id = id.substring(0, index); + } + + html.id = id.toLowerCase() + conf.page; + + // on root? + if (!i) { + pushClass("root" + conf.section); + } + } + }); + + // basic screen info + api.screen = { + height: win.screen.height, + width : win.screen.width + }; + + // viewport resolutions: w-100, lt-480, lt-1024 ... + function screenSize() { + // remove earlier sizes + html.className = html.className.replace(/ (w-|eq-|gt-|gte-|lt-|lte-|portrait|no-portrait|landscape|no-landscape)\d+/g, ""); + + // Viewport width + var iw = win.innerWidth || html.clientWidth, + ow = win.outerWidth || win.screen.width; + + api.screen.innerWidth = iw; + api.screen.outerWidth = ow; + + // for debugging purposes, not really useful for anything else + pushClass("w-" + iw); + + each(conf.screens, function(width) { + if (iw > width) { + if (conf.screensCss.gt) { + pushClass("gt-" + width); + } + + if (conf.screensCss.gte) { + pushClass("gte-" + width); + } + } else if (iw < width) { + if (conf.screensCss.lt) { + pushClass("lt-" + width); + } + + if (conf.screensCss.lte) { + pushClass("lte-" + width); + } + } else if (iw === width) { + if (conf.screensCss.lte) { + pushClass("lte-" + width); + } + + if (conf.screensCss.eq) { + pushClass("e-q" + width); + } + + if (conf.screensCss.gte) { + pushClass("gte-" + width); + } + } + }); + + // Viewport height + var ih = win.innerHeight || html.clientHeight, + oh = win.outerHeight || win.screen.height; + + api.screen.innerHeight = ih; + api.screen.outerHeight = oh; + + // no need for onChange event to detect this + api.feature("portrait" , (ih > iw)); + api.feature("landscape", (ih < iw)); + } + + screenSize(); + + // Throttle navigators from triggering too many resize events + var resizeId = 0; + + function onResize() { + win.clearTimeout(resizeId); + resizeId = win.setTimeout(screenSize, 50); + } + + // Manually attach, as to not overwrite existing handler + if (win.addEventListener) { + win.addEventListener("resize", onResize, false); + + } else { + // IE8 and less + win.attachEvent("onresize", onResize); + } +}(window)); +///#source 1 1 /src/1.0.0/css3.js +/*! head.css3 - v1.0.0 */ +/* + * HeadJS The only script in your + * Author Tero Piirainen (tipiirai) + * Maintainer Robert Hoffmann (itechnology) + * License MIT / http://bit.ly/mit-license + * WebSite http://headjs.com + */ +(function (win, undefined) { + "use strict"; + + var doc = win.document, + /* + To add a new test: + + head.feature("video", function() { + var tag = document.createElement('video'); + return !!tag.canPlayType; + }); + + Good place to grab more tests + + https://github.com/Modernizr/Modernizr/blob/master/modernizr.js + */ + + /* CSS modernizer */ + el = doc.createElement("i"), + style = el.style, + prefs = " -o- -moz- -ms- -webkit- -khtml- ".split(" "), + domPrefs = "Webkit Moz O ms Khtml".split(" "), + headVar = win.head_conf && win.head_conf.head || "head", + api = win[headVar]; + + // Thanks Paul Irish! + + function testProps(props) { + for (var i in props) { + if (style[props[i]] !== undefined) { + return true; + } + } + + return false; + } + + + function testAll(prop) { + var camel = prop.charAt(0).toUpperCase() + prop.substr(1), + props = (prop + " " + domPrefs.join(camel + " ") + camel).split(" "); + + return !!testProps(props); + } + + var tests = { + // should we seperate linear/radial ? + // seems like some browsers need a test for prefix http://caniuse.com/#feat=css-gradients + gradient: function () { + var s1 = "background-image:", + s2 = "gradient(linear,left top,right bottom,from(#9f9),to(#fff));", + s3 = "linear-gradient(left top,#eee,#fff);"; + + style.cssText = (s1 + prefs.join(s2 + s1) + prefs.join(s3 + s1)).slice(0, -s1.length); + return !!style.backgroundImage; + }, + + rgba: function () { + style.cssText = "background-color:rgba(0,0,0,0.5)"; + return !!style.backgroundColor; + }, + + opacity: function () { + return el.style.opacity === ""; + }, + + textshadow: function () { + return style.textShadow === ""; + }, + + multiplebgs: function () { + style.cssText = "background:url(https://),url(https://),red url(https://)"; + + // If the UA supports multiple backgrounds, there should be three occurrences + // of the string "url(" in the return value for elemStyle.background + var result = (style.background || "").match(/url/g); + + return Object.prototype.toString.call(result) === "[object Array]" && result.length === 3; + }, + + boxshadow: function () { + return testAll("boxShadow"); + }, + + borderimage: function () { + return testAll("borderImage"); + }, + + borderradius: function () { + return testAll("borderRadius"); + }, + + cssreflections: function () { + return testAll("boxReflect"); + }, + + csstransforms: function () { + return testAll("transform"); + }, + + csstransitions: function () { + return testAll("transition"); + }, + touch: function () { + return "ontouchstart" in win; + }, + retina: function () { + return (win.devicePixelRatio > 1); + }, + + /* + font-face support. Uses browser sniffing but is synchronous. + http://paulirish.com/2009/font-face-feature-detection/ + */ + fontface: function () { + var browser = api.browser.name, version = api.browser.version; + + switch (browser) { + case "ie": + return version >= 9; + + case "chrome": + return version >= 13; + + case "ff": + return version >= 6; + + case "ios": + return version >= 5; + + case "android": + return false; + + case "webkit": + return version >= 5.1; + + case "opera": + return version >= 10; + + default: + return false; + } + } + }; + + // queue features + for (var key in tests) { + if (tests[key]) { + api.feature(key, tests[key].call(), true); + } + } + + // enable features at once + api.feature(); + +}(window)); +///#source 1 1 /src/1.0.0/load.js +/*! head.load - v1.0.3 */ +/* + * HeadJS The only script in your + * Author Tero Piirainen (tipiirai) + * Maintainer Robert Hoffmann (itechnology) + * License MIT / http://bit.ly/mit-license + * WebSite http://headjs.com + */ +(function (win, undefined) { + "use strict"; + + //#region variables + var doc = win.document, + domWaiters = [], + handlers = {}, // user functions waiting for events + assets = {}, // loadable items in various states + isAsync = "async" in doc.createElement("script") || "MozAppearance" in doc.documentElement.style || win.opera, + isDomReady, + + /*** public API ***/ + headVar = win.head_conf && win.head_conf.head || "head", + api = win[headVar] = (win[headVar] || function () { api.ready.apply(null, arguments); }), + + // states + PRELOADING = 1, + PRELOADED = 2, + LOADING = 3, + LOADED = 4; + //#endregion + + //#region PRIVATE functions + + //#region Helper functions + function noop() { + // does nothing + } + + function each(arr, callback) { + if (!arr) { + return; + } + + // arguments special type + if (typeof arr === "object") { + arr = [].slice.call(arr); + } + + // do the job + for (var i = 0, l = arr.length; i < l; i++) { + callback.call(arr, arr[i], i); + } + } + + /* A must read: http://bonsaiden.github.com/JavaScript-Garden + ************************************************************/ + function is(type, obj) { + var clas = Object.prototype.toString.call(obj).slice(8, -1); + return obj !== undefined && obj !== null && clas === type; + } + + function isFunction(item) { + return is("Function", item); + } + + function isArray(item) { + return is("Array", item); + } + + function toLabel(url) { + ///Converts a url to a file label + var items = url.split("/"), + name = items[items.length - 1], + i = name.indexOf("?"); + + return i !== -1 ? name.substring(0, i) : name; + } + + // INFO: this look like a "im triggering callbacks all over the place, but only wanna run it one time function" ..should try to make everything work without it if possible + // INFO: Even better. Look into promises/defered's like jQuery is doing + function one(callback) { + ///Execute a callback only once + callback = callback || noop; + + if (callback._done) { + return; + } + + callback(); + callback._done = 1; + } + //#endregion + + function conditional(test, success, failure, callback) { + /// + /// INFO: use cases: + /// head.test(condition, null , "file.NOk" , callback); + /// head.test(condition, "fileOk.js", null , callback); + /// head.test(condition, "fileOk.js", "file.NOk" , callback); + /// head.test(condition, "fileOk.js", ["file.NOk", "file.NOk"], callback); + /// head.test({ + /// test : condition, + /// success : [{ label1: "file1Ok.js" }, { label2: "file2Ok.js" }], + /// failure : [{ label1: "file1NOk.js" }, { label2: "file2NOk.js" }], + /// callback: callback + /// ); + /// head.test({ + /// test : condition, + /// success : ["file1Ok.js" , "file2Ok.js"], + /// failure : ["file1NOk.js", "file2NOk.js"], + /// callback: callback + /// ); + /// + var obj = (typeof test === "object") ? test : { + test: test, + success: !!success ? isArray(success) ? success : [success] : false, + failure: !!failure ? isArray(failure) ? failure : [failure] : false, + callback: callback || noop + }; + + // Test Passed ? + var passed = !!obj.test; + + // Do we have a success case + if (passed && !!obj.success) { + obj.success.push(obj.callback); + api.load.apply(null, obj.success); + } + // Do we have a fail case + else if (!passed && !!obj.failure) { + obj.failure.push(obj.callback); + api.load.apply(null, obj.failure); + } + else { + callback(); + } + + return api; + } + + function getAsset(item) { + /// + /// Assets are in the form of + /// { + /// name : label, + /// url : url, + /// state: state + /// } + /// + var asset = {}; + + if (typeof item === "object") { + for (var label in item) { + if (!!item[label]) { + asset = { + name: label, + url : item[label] + }; + } + } + } + else { + asset = { + name: toLabel(item), + url : item + }; + } + + // is the item already existant + var existing = assets[asset.name]; + if (existing && existing.url === asset.url) { + return existing; + } + + assets[asset.name] = asset; + return asset; + } + + function allLoaded(items) { + items = items || assets; + + for (var name in items) { + if (items.hasOwnProperty(name) && items[name].state !== LOADED) { + return false; + } + } + + return true; + } + + function onPreload(asset) { + asset.state = PRELOADED; + + each(asset.onpreload, function (afterPreload) { + afterPreload.call(); + }); + } + + function preLoad(asset, callback) { + if (asset.state === undefined) { + + asset.state = PRELOADING; + asset.onpreload = []; + + loadAsset({ url: asset.url, type: "cache" }, function () { + onPreload(asset); + }); + } + } + + function apiLoadHack() { + /// preload with text/cache hack + /// + /// head.load("http://domain.com/file.js","http://domain.com/file.js", callBack) + /// head.load(["http://domain.com/file.js","http://domain.com/file.js"], callBack) + /// head.load({ label1: "http://domain.com/file.js" }, { label2: "http://domain.com/file.js" }, callBack) + /// head.load([{ label1: "http://domain.com/file.js" }, { label2: "http://domain.com/file.js" }], callBack) + /// + var args = arguments, + callback = args[args.length - 1], + rest = [].slice.call(args, 1), + next = rest[0]; + + if (!isFunction(callback)) { + callback = null; + } + + // if array, repush as args + if (isArray(args[0])) { + args[0].push(callback); + api.load.apply(null, args[0]); + + return api; + } + + // multiple arguments + if (!!next) { + /* Preload with text/cache hack (not good!) + * http://blog.getify.com/on-script-loaders/ + * http://www.nczonline.net/blog/2010/12/21/thoughts-on-script-loaders/ + * If caching is not configured correctly on the server, then items could load twice ! + *************************************************************************************/ + each(rest, function (item) { + // item is not a callback or empty string + if (!isFunction(item) && !!item) { + preLoad(getAsset(item)); + } + }); + + // execute + load(getAsset(args[0]), isFunction(next) ? next : function () { + api.load.apply(null, rest); + }); + } + else { + // single item + load(getAsset(args[0])); + } + + return api; + } + + function apiLoadAsync() { + /// + /// simply load and let browser take care of ordering + /// + /// head.load("http://domain.com/file.js","http://domain.com/file.js", callBack) + /// head.load(["http://domain.com/file.js","http://domain.com/file.js"], callBack) + /// head.load({ label1: "http://domain.com/file.js" }, { label2: "http://domain.com/file.js" }, callBack) + /// head.load([{ label1: "http://domain.com/file.js" }, { label2: "http://domain.com/file.js" }], callBack) + /// + var args = arguments, + callback = args[args.length - 1], + items = {}; + + if (!isFunction(callback)) { + callback = null; + } + + // if array, repush as args + if (isArray(args[0])) { + args[0].push(callback); + api.load.apply(null, args[0]); + + return api; + } + + // JRH 262#issuecomment-26288601 + // First populate the items array. + // When allLoaded is called, all items will be populated. + // Issue when lazy loaded, the callback can execute early. + each(args, function (item, i) { + if (item !== callback) { + item = getAsset(item); + items[item.name] = item; + } + }); + + each(args, function (item, i) { + if (item !== callback) { + item = getAsset(item); + + load(item, function () { + if (allLoaded(items)) { + one(callback); + } + }); + } + }); + + return api; + } + + function load(asset, callback) { + ///Used with normal loading logic + callback = callback || noop; + + if (asset.state === LOADED) { + callback(); + return; + } + + // INFO: why would we trigger a ready event when its not really loaded yet ? + if (asset.state === LOADING) { + api.ready(asset.name, callback); + return; + } + + if (asset.state === PRELOADING) { + asset.onpreload.push(function () { + load(asset, callback); + }); + return; + } + + asset.state = LOADING; + + loadAsset(asset, function () { + asset.state = LOADED; + + callback(); + + // handlers for this asset + each(handlers[asset.name], function (fn) { + one(fn); + }); + + // dom is ready & no assets are queued for loading + // INFO: shouldn't we be doing the same test above ? + if (isDomReady && allLoaded()) { + each(handlers.ALL, function (fn) { + one(fn); + }); + } + }); + } + + function getExtension(url) { + url = url || ""; + + var items = url.split("?")[0].split("."); + return items[items.length-1].toLowerCase(); + } + + /* Parts inspired from: https://github.com/cujojs/curl + ******************************************************/ + function loadAsset(asset, callback) { + callback = callback || noop; + + function error(event) { + event = event || win.event; + + // release event listeners + ele.onload = ele.onreadystatechange = ele.onerror = null; + + // do callback + callback(); + + // need some more detailed error handling here + } + + function process(event) { + event = event || win.event; + + // IE 7/8 (2 events on 1st load) + // 1) event.type = readystatechange, s.readyState = loading + // 2) event.type = readystatechange, s.readyState = loaded + + // IE 7/8 (1 event on reload) + // 1) event.type = readystatechange, s.readyState = complete + + // event.type === 'readystatechange' && /loaded|complete/.test(s.readyState) + + // IE 9 (3 events on 1st load) + // 1) event.type = readystatechange, s.readyState = loading + // 2) event.type = readystatechange, s.readyState = loaded + // 3) event.type = load , s.readyState = loaded + + // IE 9 (2 events on reload) + // 1) event.type = readystatechange, s.readyState = complete + // 2) event.type = load , s.readyState = complete + + // event.type === 'load' && /loaded|complete/.test(s.readyState) + // event.type === 'readystatechange' && /loaded|complete/.test(s.readyState) + + // IE 10 (3 events on 1st load) + // 1) event.type = readystatechange, s.readyState = loading + // 2) event.type = load , s.readyState = complete + // 3) event.type = readystatechange, s.readyState = loaded + + // IE 10 (3 events on reload) + // 1) event.type = readystatechange, s.readyState = loaded + // 2) event.type = load , s.readyState = complete + // 3) event.type = readystatechange, s.readyState = complete + + // event.type === 'load' && /loaded|complete/.test(s.readyState) + // event.type === 'readystatechange' && /complete/.test(s.readyState) + + // Other Browsers (1 event on 1st load) + // 1) event.type = load, s.readyState = undefined + + // Other Browsers (1 event on reload) + // 1) event.type = load, s.readyState = undefined + + // event.type == 'load' && s.readyState = undefined + + // !doc.documentMode is for IE6/7, IE8+ have documentMode + if (event.type === "load" || (/loaded|complete/.test(ele.readyState) && (!doc.documentMode || doc.documentMode < 9))) { + // remove timeouts + win.clearTimeout(asset.errorTimeout); + win.clearTimeout(asset.cssTimeout); + + // release event listeners + ele.onload = ele.onreadystatechange = ele.onerror = null; + + // do callback + callback(); + } + } + + function isCssLoaded() { + // should we test again ? 20 retries = 5secs ..after that, the callback will be triggered by the error handler at 7secs + if (asset.state !== LOADED && asset.cssRetries <= 20) { + + // loop through stylesheets + for (var i = 0, l = doc.styleSheets.length; i < l; i++) { + // do we have a match ? + // we need to tests agains ele.href and not asset.url, because a local file will be assigned the full http path on a link element + if (doc.styleSheets[i].href === ele.href) { + process({ "type": "load" }); + return; + } + } + + // increment & try again + asset.cssRetries++; + asset.cssTimeout = win.setTimeout(isCssLoaded, 250); + } + } + + var ele; + var ext = getExtension(asset.url); + + if (ext === "css") { + ele = doc.createElement("link"); + ele.type = "text/" + (asset.type || "css"); + ele.rel = "stylesheet"; + ele.href = asset.url; + + /* onload supported for CSS on unsupported browsers + * Safari windows 5.1.7, FF < 10 + */ + + // Set counter to zero + asset.cssRetries = 0; + asset.cssTimeout = win.setTimeout(isCssLoaded, 500); + } + else { + ele = doc.createElement("script"); + ele.type = "text/" + (asset.type || "javascript"); + ele.src = asset.url; + } + + ele.onload = ele.onreadystatechange = process; + ele.onerror = error; + + /* Good read, but doesn't give much hope ! + * http://blog.getify.com/on-script-loaders/ + * http://www.nczonline.net/blog/2010/12/21/thoughts-on-script-loaders/ + * https://hacks.mozilla.org/2009/06/defer/ + */ + + // ASYNC: load in parallel and execute as soon as possible + ele.async = false; + // DEFER: load in parallel but maintain execution order + ele.defer = false; + + // timout for asset loading + asset.errorTimeout = win.setTimeout(function () { + error({ type: "timeout" }); + }, 7e3); + + // use insertBefore to keep IE from throwing Operation Aborted (thx Bryan Forbes!) + var head = doc.head || doc.getElementsByTagName("head")[0]; + + // but insert at end of head, because otherwise if it is a stylesheet, it will not override values + head.insertBefore(ele, head.lastChild); + } + + /* Parts inspired from: https://github.com/jrburke/requirejs + ************************************************************/ + function init() { + var items = doc.getElementsByTagName("script"); + + // look for a script with a data-head-init attribute + for (var i = 0, l = items.length; i < l; i++) { + var dataMain = items[i].getAttribute("data-headjs-load"); + if (!!dataMain) { + api.load(dataMain); + return; + } + } + } + + function ready(key, callback) { + /// + /// INFO: use cases: + /// head.ready(callBack); + /// head.ready(document , callBack); + /// head.ready("file.js", callBack); + /// head.ready("label" , callBack); + /// head.ready(["label1", "label2"], callback); + /// + + // DOM ready check: head.ready(document, function() { }); + if (key === doc) { + if (isDomReady) { + one(callback); + } + else { + domWaiters.push(callback); + } + + return api; + } + + // shift arguments + if (isFunction(key)) { + callback = key; + key = "ALL"; // holds all callbacks that where added without labels: ready(callBack) + } + + // queue all items from key and return. The callback will be executed if all items from key are already loaded. + if (isArray(key)) { + var items = {}; + + each(key, function (item) { + items[item] = assets[item]; + + api.ready(item, function() { + if (allLoaded(items)) { + one(callback); + } + }); + }); + + return api; + } + + // make sure arguments are sane + if (typeof key !== "string" || !isFunction(callback)) { + return api; + } + + // this can also be called when we trigger events based on filenames & labels + var asset = assets[key]; + + // item already loaded --> execute and return + if (asset && asset.state === LOADED || key === "ALL" && allLoaded() && isDomReady) { + one(callback); + return api; + } + + var arr = handlers[key]; + if (!arr) { + arr = handlers[key] = [callback]; + } + else { + arr.push(callback); + } + + return api; + } + + /* Mix of stuff from jQuery & IEContentLoaded + * http://dev.w3.org/html5/spec/the-end.html#the-end + ***************************************************/ + function domReady() { + // Make sure body exists, at least, in case IE gets a little overzealous (jQuery ticket #5443). + if (!doc.body) { + // let's not get nasty by setting a timeout too small.. (loop mania guaranteed if assets are queued) + win.clearTimeout(api.readyTimeout); + api.readyTimeout = win.setTimeout(domReady, 50); + return; + } + + if (!isDomReady) { + isDomReady = true; + + init(); + each(domWaiters, function (fn) { + one(fn); + }); + } + } + + function domContentLoaded() { + // W3C + if (doc.addEventListener) { + doc.removeEventListener("DOMContentLoaded", domContentLoaded, false); + domReady(); + } + + // IE + else if (doc.readyState === "complete") { + // we're here because readyState === "complete" in oldIE + // which is good enough for us to call the dom ready! + doc.detachEvent("onreadystatechange", domContentLoaded); + domReady(); + } + } + + // Catch cases where ready() is called after the browser event has already occurred. + // we once tried to use readyState "interactive" here, but it caused issues like the one + // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15 + if (doc.readyState === "complete") { + domReady(); + } + + // W3C + else if (doc.addEventListener) { + doc.addEventListener("DOMContentLoaded", domContentLoaded, false); + + // A fallback to window.onload, that will always work + win.addEventListener("load", domReady, false); + } + + // IE + else { + // Ensure firing before onload, maybe late but safe also for iframes + doc.attachEvent("onreadystatechange", domContentLoaded); + + // A fallback to window.onload, that will always work + win.attachEvent("onload", domReady); + + // If IE and not a frame + // continually check to see if the document is ready + var top = false; + + try { + top = !win.frameElement && doc.documentElement; + } catch (e) { } + + if (top && top.doScroll) { + (function doScrollCheck() { + if (!isDomReady) { + try { + // Use the trick by Diego Perini + // http://javascript.nwbox.com/IEContentLoaded/ + top.doScroll("left"); + } catch (error) { + // let's not get nasty by setting a timeout too small.. (loop mania guaranteed if assets are queued) + win.clearTimeout(api.readyTimeout); + api.readyTimeout = win.setTimeout(doScrollCheck, 50); + return; + } + + // and execute any waiting functions + domReady(); + } + }()); + } + } + //#endregion + + //#region Public Exports + // INFO: determine which method to use for loading + api.load = api.js = isAsync ? apiLoadAsync : apiLoadHack; + api.test = conditional; + api.ready = ready; + //#endregion + + //#region INIT + // perform this when DOM is ready + api.ready(doc, function () { + if (allLoaded()) { + each(handlers.ALL, function (callback) { + one(callback); + }); + } + + if (api.feature) { + api.feature("domloaded", true); + } + }); + //#endregion +}(window)); diff --git a/bower_components/headjs/dist/1.0.0/head.load.js b/bower_components/headjs/dist/1.0.0/head.load.js new file mode 100644 index 0000000..6884e3e --- /dev/null +++ b/bower_components/headjs/dist/1.0.0/head.load.js @@ -0,0 +1,707 @@ +///#source 1 1 /src/1.0.0/load.js +/*! head.load - v1.0.3 */ +/* + * HeadJS The only script in your + * Author Tero Piirainen (tipiirai) + * Maintainer Robert Hoffmann (itechnology) + * License MIT / http://bit.ly/mit-license + * WebSite http://headjs.com + */ +(function (win, undefined) { + "use strict"; + + //#region variables + var doc = win.document, + domWaiters = [], + handlers = {}, // user functions waiting for events + assets = {}, // loadable items in various states + isAsync = "async" in doc.createElement("script") || "MozAppearance" in doc.documentElement.style || win.opera, + isDomReady, + + /*** public API ***/ + headVar = win.head_conf && win.head_conf.head || "head", + api = win[headVar] = (win[headVar] || function () { api.ready.apply(null, arguments); }), + + // states + PRELOADING = 1, + PRELOADED = 2, + LOADING = 3, + LOADED = 4; + //#endregion + + //#region PRIVATE functions + + //#region Helper functions + function noop() { + // does nothing + } + + function each(arr, callback) { + if (!arr) { + return; + } + + // arguments special type + if (typeof arr === "object") { + arr = [].slice.call(arr); + } + + // do the job + for (var i = 0, l = arr.length; i < l; i++) { + callback.call(arr, arr[i], i); + } + } + + /* A must read: http://bonsaiden.github.com/JavaScript-Garden + ************************************************************/ + function is(type, obj) { + var clas = Object.prototype.toString.call(obj).slice(8, -1); + return obj !== undefined && obj !== null && clas === type; + } + + function isFunction(item) { + return is("Function", item); + } + + function isArray(item) { + return is("Array", item); + } + + function toLabel(url) { + ///Converts a url to a file label + var items = url.split("/"), + name = items[items.length - 1], + i = name.indexOf("?"); + + return i !== -1 ? name.substring(0, i) : name; + } + + // INFO: this look like a "im triggering callbacks all over the place, but only wanna run it one time function" ..should try to make everything work without it if possible + // INFO: Even better. Look into promises/defered's like jQuery is doing + function one(callback) { + ///Execute a callback only once + callback = callback || noop; + + if (callback._done) { + return; + } + + callback(); + callback._done = 1; + } + //#endregion + + function conditional(test, success, failure, callback) { + /// + /// INFO: use cases: + /// head.test(condition, null , "file.NOk" , callback); + /// head.test(condition, "fileOk.js", null , callback); + /// head.test(condition, "fileOk.js", "file.NOk" , callback); + /// head.test(condition, "fileOk.js", ["file.NOk", "file.NOk"], callback); + /// head.test({ + /// test : condition, + /// success : [{ label1: "file1Ok.js" }, { label2: "file2Ok.js" }], + /// failure : [{ label1: "file1NOk.js" }, { label2: "file2NOk.js" }], + /// callback: callback + /// ); + /// head.test({ + /// test : condition, + /// success : ["file1Ok.js" , "file2Ok.js"], + /// failure : ["file1NOk.js", "file2NOk.js"], + /// callback: callback + /// ); + /// + var obj = (typeof test === "object") ? test : { + test: test, + success: !!success ? isArray(success) ? success : [success] : false, + failure: !!failure ? isArray(failure) ? failure : [failure] : false, + callback: callback || noop + }; + + // Test Passed ? + var passed = !!obj.test; + + // Do we have a success case + if (passed && !!obj.success) { + obj.success.push(obj.callback); + api.load.apply(null, obj.success); + } + // Do we have a fail case + else if (!passed && !!obj.failure) { + obj.failure.push(obj.callback); + api.load.apply(null, obj.failure); + } + else { + callback(); + } + + return api; + } + + function getAsset(item) { + /// + /// Assets are in the form of + /// { + /// name : label, + /// url : url, + /// state: state + /// } + /// + var asset = {}; + + if (typeof item === "object") { + for (var label in item) { + if (!!item[label]) { + asset = { + name: label, + url : item[label] + }; + } + } + } + else { + asset = { + name: toLabel(item), + url : item + }; + } + + // is the item already existant + var existing = assets[asset.name]; + if (existing && existing.url === asset.url) { + return existing; + } + + assets[asset.name] = asset; + return asset; + } + + function allLoaded(items) { + items = items || assets; + + for (var name in items) { + if (items.hasOwnProperty(name) && items[name].state !== LOADED) { + return false; + } + } + + return true; + } + + function onPreload(asset) { + asset.state = PRELOADED; + + each(asset.onpreload, function (afterPreload) { + afterPreload.call(); + }); + } + + function preLoad(asset, callback) { + if (asset.state === undefined) { + + asset.state = PRELOADING; + asset.onpreload = []; + + loadAsset({ url: asset.url, type: "cache" }, function () { + onPreload(asset); + }); + } + } + + function apiLoadHack() { + /// preload with text/cache hack + /// + /// head.load("http://domain.com/file.js","http://domain.com/file.js", callBack) + /// head.load(["http://domain.com/file.js","http://domain.com/file.js"], callBack) + /// head.load({ label1: "http://domain.com/file.js" }, { label2: "http://domain.com/file.js" }, callBack) + /// head.load([{ label1: "http://domain.com/file.js" }, { label2: "http://domain.com/file.js" }], callBack) + /// + var args = arguments, + callback = args[args.length - 1], + rest = [].slice.call(args, 1), + next = rest[0]; + + if (!isFunction(callback)) { + callback = null; + } + + // if array, repush as args + if (isArray(args[0])) { + args[0].push(callback); + api.load.apply(null, args[0]); + + return api; + } + + // multiple arguments + if (!!next) { + /* Preload with text/cache hack (not good!) + * http://blog.getify.com/on-script-loaders/ + * http://www.nczonline.net/blog/2010/12/21/thoughts-on-script-loaders/ + * If caching is not configured correctly on the server, then items could load twice ! + *************************************************************************************/ + each(rest, function (item) { + // item is not a callback or empty string + if (!isFunction(item) && !!item) { + preLoad(getAsset(item)); + } + }); + + // execute + load(getAsset(args[0]), isFunction(next) ? next : function () { + api.load.apply(null, rest); + }); + } + else { + // single item + load(getAsset(args[0])); + } + + return api; + } + + function apiLoadAsync() { + /// + /// simply load and let browser take care of ordering + /// + /// head.load("http://domain.com/file.js","http://domain.com/file.js", callBack) + /// head.load(["http://domain.com/file.js","http://domain.com/file.js"], callBack) + /// head.load({ label1: "http://domain.com/file.js" }, { label2: "http://domain.com/file.js" }, callBack) + /// head.load([{ label1: "http://domain.com/file.js" }, { label2: "http://domain.com/file.js" }], callBack) + /// + var args = arguments, + callback = args[args.length - 1], + items = {}; + + if (!isFunction(callback)) { + callback = null; + } + + // if array, repush as args + if (isArray(args[0])) { + args[0].push(callback); + api.load.apply(null, args[0]); + + return api; + } + + // JRH 262#issuecomment-26288601 + // First populate the items array. + // When allLoaded is called, all items will be populated. + // Issue when lazy loaded, the callback can execute early. + each(args, function (item, i) { + if (item !== callback) { + item = getAsset(item); + items[item.name] = item; + } + }); + + each(args, function (item, i) { + if (item !== callback) { + item = getAsset(item); + + load(item, function () { + if (allLoaded(items)) { + one(callback); + } + }); + } + }); + + return api; + } + + function load(asset, callback) { + ///Used with normal loading logic + callback = callback || noop; + + if (asset.state === LOADED) { + callback(); + return; + } + + // INFO: why would we trigger a ready event when its not really loaded yet ? + if (asset.state === LOADING) { + api.ready(asset.name, callback); + return; + } + + if (asset.state === PRELOADING) { + asset.onpreload.push(function () { + load(asset, callback); + }); + return; + } + + asset.state = LOADING; + + loadAsset(asset, function () { + asset.state = LOADED; + + callback(); + + // handlers for this asset + each(handlers[asset.name], function (fn) { + one(fn); + }); + + // dom is ready & no assets are queued for loading + // INFO: shouldn't we be doing the same test above ? + if (isDomReady && allLoaded()) { + each(handlers.ALL, function (fn) { + one(fn); + }); + } + }); + } + + function getExtension(url) { + url = url || ""; + + var items = url.split("?")[0].split("."); + return items[items.length-1].toLowerCase(); + } + + /* Parts inspired from: https://github.com/cujojs/curl + ******************************************************/ + function loadAsset(asset, callback) { + callback = callback || noop; + + function error(event) { + event = event || win.event; + + // release event listeners + ele.onload = ele.onreadystatechange = ele.onerror = null; + + // do callback + callback(); + + // need some more detailed error handling here + } + + function process(event) { + event = event || win.event; + + // IE 7/8 (2 events on 1st load) + // 1) event.type = readystatechange, s.readyState = loading + // 2) event.type = readystatechange, s.readyState = loaded + + // IE 7/8 (1 event on reload) + // 1) event.type = readystatechange, s.readyState = complete + + // event.type === 'readystatechange' && /loaded|complete/.test(s.readyState) + + // IE 9 (3 events on 1st load) + // 1) event.type = readystatechange, s.readyState = loading + // 2) event.type = readystatechange, s.readyState = loaded + // 3) event.type = load , s.readyState = loaded + + // IE 9 (2 events on reload) + // 1) event.type = readystatechange, s.readyState = complete + // 2) event.type = load , s.readyState = complete + + // event.type === 'load' && /loaded|complete/.test(s.readyState) + // event.type === 'readystatechange' && /loaded|complete/.test(s.readyState) + + // IE 10 (3 events on 1st load) + // 1) event.type = readystatechange, s.readyState = loading + // 2) event.type = load , s.readyState = complete + // 3) event.type = readystatechange, s.readyState = loaded + + // IE 10 (3 events on reload) + // 1) event.type = readystatechange, s.readyState = loaded + // 2) event.type = load , s.readyState = complete + // 3) event.type = readystatechange, s.readyState = complete + + // event.type === 'load' && /loaded|complete/.test(s.readyState) + // event.type === 'readystatechange' && /complete/.test(s.readyState) + + // Other Browsers (1 event on 1st load) + // 1) event.type = load, s.readyState = undefined + + // Other Browsers (1 event on reload) + // 1) event.type = load, s.readyState = undefined + + // event.type == 'load' && s.readyState = undefined + + // !doc.documentMode is for IE6/7, IE8+ have documentMode + if (event.type === "load" || (/loaded|complete/.test(ele.readyState) && (!doc.documentMode || doc.documentMode < 9))) { + // remove timeouts + win.clearTimeout(asset.errorTimeout); + win.clearTimeout(asset.cssTimeout); + + // release event listeners + ele.onload = ele.onreadystatechange = ele.onerror = null; + + // do callback + callback(); + } + } + + function isCssLoaded() { + // should we test again ? 20 retries = 5secs ..after that, the callback will be triggered by the error handler at 7secs + if (asset.state !== LOADED && asset.cssRetries <= 20) { + + // loop through stylesheets + for (var i = 0, l = doc.styleSheets.length; i < l; i++) { + // do we have a match ? + // we need to tests agains ele.href and not asset.url, because a local file will be assigned the full http path on a link element + if (doc.styleSheets[i].href === ele.href) { + process({ "type": "load" }); + return; + } + } + + // increment & try again + asset.cssRetries++; + asset.cssTimeout = win.setTimeout(isCssLoaded, 250); + } + } + + var ele; + var ext = getExtension(asset.url); + + if (ext === "css") { + ele = doc.createElement("link"); + ele.type = "text/" + (asset.type || "css"); + ele.rel = "stylesheet"; + ele.href = asset.url; + + /* onload supported for CSS on unsupported browsers + * Safari windows 5.1.7, FF < 10 + */ + + // Set counter to zero + asset.cssRetries = 0; + asset.cssTimeout = win.setTimeout(isCssLoaded, 500); + } + else { + ele = doc.createElement("script"); + ele.type = "text/" + (asset.type || "javascript"); + ele.src = asset.url; + } + + ele.onload = ele.onreadystatechange = process; + ele.onerror = error; + + /* Good read, but doesn't give much hope ! + * http://blog.getify.com/on-script-loaders/ + * http://www.nczonline.net/blog/2010/12/21/thoughts-on-script-loaders/ + * https://hacks.mozilla.org/2009/06/defer/ + */ + + // ASYNC: load in parallel and execute as soon as possible + ele.async = false; + // DEFER: load in parallel but maintain execution order + ele.defer = false; + + // timout for asset loading + asset.errorTimeout = win.setTimeout(function () { + error({ type: "timeout" }); + }, 7e3); + + // use insertBefore to keep IE from throwing Operation Aborted (thx Bryan Forbes!) + var head = doc.head || doc.getElementsByTagName("head")[0]; + + // but insert at end of head, because otherwise if it is a stylesheet, it will not override values + head.insertBefore(ele, head.lastChild); + } + + /* Parts inspired from: https://github.com/jrburke/requirejs + ************************************************************/ + function init() { + var items = doc.getElementsByTagName("script"); + + // look for a script with a data-head-init attribute + for (var i = 0, l = items.length; i < l; i++) { + var dataMain = items[i].getAttribute("data-headjs-load"); + if (!!dataMain) { + api.load(dataMain); + return; + } + } + } + + function ready(key, callback) { + /// + /// INFO: use cases: + /// head.ready(callBack); + /// head.ready(document , callBack); + /// head.ready("file.js", callBack); + /// head.ready("label" , callBack); + /// head.ready(["label1", "label2"], callback); + /// + + // DOM ready check: head.ready(document, function() { }); + if (key === doc) { + if (isDomReady) { + one(callback); + } + else { + domWaiters.push(callback); + } + + return api; + } + + // shift arguments + if (isFunction(key)) { + callback = key; + key = "ALL"; // holds all callbacks that where added without labels: ready(callBack) + } + + // queue all items from key and return. The callback will be executed if all items from key are already loaded. + if (isArray(key)) { + var items = {}; + + each(key, function (item) { + items[item] = assets[item]; + + api.ready(item, function() { + if (allLoaded(items)) { + one(callback); + } + }); + }); + + return api; + } + + // make sure arguments are sane + if (typeof key !== "string" || !isFunction(callback)) { + return api; + } + + // this can also be called when we trigger events based on filenames & labels + var asset = assets[key]; + + // item already loaded --> execute and return + if (asset && asset.state === LOADED || key === "ALL" && allLoaded() && isDomReady) { + one(callback); + return api; + } + + var arr = handlers[key]; + if (!arr) { + arr = handlers[key] = [callback]; + } + else { + arr.push(callback); + } + + return api; + } + + /* Mix of stuff from jQuery & IEContentLoaded + * http://dev.w3.org/html5/spec/the-end.html#the-end + ***************************************************/ + function domReady() { + // Make sure body exists, at least, in case IE gets a little overzealous (jQuery ticket #5443). + if (!doc.body) { + // let's not get nasty by setting a timeout too small.. (loop mania guaranteed if assets are queued) + win.clearTimeout(api.readyTimeout); + api.readyTimeout = win.setTimeout(domReady, 50); + return; + } + + if (!isDomReady) { + isDomReady = true; + + init(); + each(domWaiters, function (fn) { + one(fn); + }); + } + } + + function domContentLoaded() { + // W3C + if (doc.addEventListener) { + doc.removeEventListener("DOMContentLoaded", domContentLoaded, false); + domReady(); + } + + // IE + else if (doc.readyState === "complete") { + // we're here because readyState === "complete" in oldIE + // which is good enough for us to call the dom ready! + doc.detachEvent("onreadystatechange", domContentLoaded); + domReady(); + } + } + + // Catch cases where ready() is called after the browser event has already occurred. + // we once tried to use readyState "interactive" here, but it caused issues like the one + // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15 + if (doc.readyState === "complete") { + domReady(); + } + + // W3C + else if (doc.addEventListener) { + doc.addEventListener("DOMContentLoaded", domContentLoaded, false); + + // A fallback to window.onload, that will always work + win.addEventListener("load", domReady, false); + } + + // IE + else { + // Ensure firing before onload, maybe late but safe also for iframes + doc.attachEvent("onreadystatechange", domContentLoaded); + + // A fallback to window.onload, that will always work + win.attachEvent("onload", domReady); + + // If IE and not a frame + // continually check to see if the document is ready + var top = false; + + try { + top = !win.frameElement && doc.documentElement; + } catch (e) { } + + if (top && top.doScroll) { + (function doScrollCheck() { + if (!isDomReady) { + try { + // Use the trick by Diego Perini + // http://javascript.nwbox.com/IEContentLoaded/ + top.doScroll("left"); + } catch (error) { + // let's not get nasty by setting a timeout too small.. (loop mania guaranteed if assets are queued) + win.clearTimeout(api.readyTimeout); + api.readyTimeout = win.setTimeout(doScrollCheck, 50); + return; + } + + // and execute any waiting functions + domReady(); + } + }()); + } + } + //#endregion + + //#region Public Exports + // INFO: determine which method to use for loading + api.load = api.js = isAsync ? apiLoadAsync : apiLoadHack; + api.test = conditional; + api.ready = ready; + //#endregion + + //#region INIT + // perform this when DOM is ready + api.ready(doc, function () { + if (allLoaded()) { + each(handlers.ALL, function (callback) { + one(callback); + }); + } + + if (api.feature) { + api.feature("domloaded", true); + } + }); + //#endregion +}(window)); diff --git a/bower_components/headjs/dist/1.0.0/head.load.min.js b/bower_components/headjs/dist/1.0.0/head.load.min.js new file mode 100644 index 0000000..da0716c --- /dev/null +++ b/bower_components/headjs/dist/1.0.0/head.load.min.js @@ -0,0 +1,5 @@ +/*! head.load - v1.0.3 */ +(function(n,t){"use strict";function w(){}function u(n,t){if(n){typeof n=="object"&&(n=[].slice.call(n));for(var i=0,r=n.length;in?(i.screensCss.gt&&r("gt-"+n),i.screensCss.gte&&r("gte-"+n)):tt);u.feature("landscape",fe?(i.browserCss.gt&&r("gt-"+f+e),i.browserCss.gte&&r("gte-"+f+e)):h2&&this[u+1]!==t)u&&r(this.slice(u,u+1).join("-").toLowerCase()+i.section);else{var f=n||"index",e=f.indexOf(".");e>0&&(f=f.substring(0,e));c.id=f.toLowerCase()+i.page;u||r("root"+i.section)}});u.screen={height:n.screen.height,width:n.screen.width};tt();b=0;n.addEventListener?n.addEventListener("resize",it,!1):n.attachEvent("onresize",it)})(window); +/*! head.css3 - v1.0.0 */ +(function(n,t){"use strict";function a(n){for(var r in n)if(i[n[r]]!==t)return!0;return!1}function r(n){var t=n.charAt(0).toUpperCase()+n.substr(1),i=(n+" "+c.join(t+" ")+t).split(" ");return!!a(i)}var h=n.document,o=h.createElement("i"),i=o.style,s=" -o- -moz- -ms- -webkit- -khtml- ".split(" "),c="Webkit Moz O ms Khtml".split(" "),l=n.head_conf&&n.head_conf.head||"head",u=n[l],f={gradient:function(){var n="background-image:";return i.cssText=(n+s.join("gradient(linear,left top,right bottom,from(#9f9),to(#fff));"+n)+s.join("linear-gradient(left top,#eee,#fff);"+n)).slice(0,-n.length),!!i.backgroundImage},rgba:function(){return i.cssText="background-color:rgba(0,0,0,0.5)",!!i.backgroundColor},opacity:function(){return o.style.opacity===""},textshadow:function(){return i.textShadow===""},multiplebgs:function(){i.cssText="background:url(https://),url(https://),red url(https://)";var n=(i.background||"").match(/url/g);return Object.prototype.toString.call(n)==="[object Array]"&&n.length===3},boxshadow:function(){return r("boxShadow")},borderimage:function(){return r("borderImage")},borderradius:function(){return r("borderRadius")},cssreflections:function(){return r("boxReflect")},csstransforms:function(){return r("transform")},csstransitions:function(){return r("transition")},touch:function(){return"ontouchstart"in n},retina:function(){return n.devicePixelRatio>1},fontface:function(){var t=u.browser.name,n=u.browser.version;switch(t){case"ie":return n>=9;case"chrome":return n>=13;case"ff":return n>=6;case"ios":return n>=5;case"android":return!1;case"webkit":return n>=5.1;case"opera":return n>=10;default:return!1}}};for(var e in f)f[e]&&u.feature(e,f[e].call(),!0);u.feature()})(window); +/*! head.load - v1.0.3 */ +(function(n,t){"use strict";function w(){}function u(n,t){if(n){typeof n=="object"&&(n=[].slice.call(n));for(var i=0,r=n.length;i (<%= grunt.template.today("yyyy-mm-dd, HH:MM") %>)\n' + + ' * http://revealjs.com\n' + + ' * MIT licensed\n' + + ' *\n' + + ' * Copyright (C) 2017 Hakim El Hattab, http://hakim.se\n' + + ' */' + }, + + qunit: { + files: [ 'test/*.html' ] + }, + + uglify: { + options: { + banner: '<%= meta.banner %>\n', + screwIE8: false + }, + build: { + src: 'js/reveal.js', + dest: 'js/reveal.min.js' + } + }, + + sass: { + core: { + src: 'css/reveal.scss', + dest: 'css/reveal.css' + }, + themes: { + expand: true, + cwd: 'css/theme/source', + src: ['*.sass', '*.scss'], + dest: 'css/theme', + ext: '.css' + } + }, + + autoprefixer: { + core: { + src: 'css/reveal.css' + } + }, + + cssmin: { + options: { + compatibility: 'ie9' + }, + compress: { + src: 'css/reveal.css', + dest: 'css/reveal.min.css' + } + }, + + jshint: { + options: { + curly: false, + eqeqeq: true, + immed: true, + esnext: true, + latedef: 'nofunc', + newcap: true, + noarg: true, + sub: true, + undef: true, + eqnull: true, + browser: true, + expr: true, + globals: { + head: false, + module: false, + console: false, + unescape: false, + define: false, + exports: false + } + }, + files: [ 'Gruntfile.js', 'js/reveal.js' ] + }, + + connect: { + server: { + options: { + port: port, + base: root, + livereload: true, + open: true, + useAvailablePort: true + } + } + }, + + zip: { + bundle: { + src: [ + 'index.html', + 'css/**', + 'js/**', + 'lib/**', + 'images/**', + 'plugin/**', + '**.md' + ], + dest: 'reveal-js-presentation.zip' + } + }, + + watch: { + js: { + files: [ 'Gruntfile.js', 'js/reveal.js' ], + tasks: 'js' + }, + theme: { + files: [ + 'css/theme/source/*.sass', + 'css/theme/source/*.scss', + 'css/theme/template/*.sass', + 'css/theme/template/*.scss' + ], + tasks: 'css-themes' + }, + css: { + files: [ 'css/reveal.scss' ], + tasks: 'css-core' + }, + html: { + files: root.map(path => path + '/*.html') + }, + markdown: { + files: root.map(path => path + '/*.md') + }, + options: { + livereload: true + } + }, + + retire: { + js: [ 'js/reveal.js', 'lib/js/*.js', 'plugin/**/*.js' ], + node: [ '.' ] + } + + }); + + // Dependencies + grunt.loadNpmTasks( 'grunt-contrib-connect' ); + grunt.loadNpmTasks( 'grunt-contrib-cssmin' ); + grunt.loadNpmTasks( 'grunt-contrib-jshint' ); + grunt.loadNpmTasks( 'grunt-contrib-qunit' ); + grunt.loadNpmTasks( 'grunt-contrib-uglify' ); + grunt.loadNpmTasks( 'grunt-contrib-watch' ); + grunt.loadNpmTasks( 'grunt-autoprefixer' ); + grunt.loadNpmTasks( 'grunt-retire' ); + grunt.loadNpmTasks( 'grunt-sass' ); + grunt.loadNpmTasks( 'grunt-zip' ); + + // Default task + grunt.registerTask( 'default', [ 'css', 'js' ] ); + + // JS task + grunt.registerTask( 'js', [ 'jshint', 'uglify', 'qunit' ] ); + + // Theme CSS + grunt.registerTask( 'css-themes', [ 'sass:themes' ] ); + + // Core framework CSS + grunt.registerTask( 'css-core', [ 'sass:core', 'autoprefixer', 'cssmin' ] ); + + // All CSS + grunt.registerTask( 'css', [ 'sass', 'autoprefixer', 'cssmin' ] ); + + // Package presentation to archive + grunt.registerTask( 'package', [ 'default', 'zip' ] ); + + // Serve presentation locally + grunt.registerTask( 'serve', [ 'connect', 'watch' ] ); + + // Run tests + grunt.registerTask( 'test', [ 'jshint', 'qunit' ] ); + +}; diff --git a/bower_components/reveal.js/LICENSE b/bower_components/reveal.js/LICENSE new file mode 100644 index 0000000..c3e6e5f --- /dev/null +++ b/bower_components/reveal.js/LICENSE @@ -0,0 +1,19 @@ +Copyright (C) 2017 Hakim El Hattab, http://hakim.se, and reveal.js contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/bower_components/reveal.js/README.md b/bower_components/reveal.js/README.md new file mode 100644 index 0000000..9d71472 --- /dev/null +++ b/bower_components/reveal.js/README.md @@ -0,0 +1,1238 @@ +# reveal.js [![Build Status](https://travis-ci.org/hakimel/reveal.js.svg?branch=master)](https://travis-ci.org/hakimel/reveal.js) Slides + +A framework for easily creating beautiful presentations using HTML. [Check out the live demo](http://revealjs.com/). + +reveal.js comes with a broad range of features including [nested slides](https://github.com/hakimel/reveal.js#markup), [Markdown contents](https://github.com/hakimel/reveal.js#markdown), [PDF export](https://github.com/hakimel/reveal.js#pdf-export), [speaker notes](https://github.com/hakimel/reveal.js#speaker-notes) and a [JavaScript API](https://github.com/hakimel/reveal.js#api). There's also a fully featured visual editor and platform for sharing reveal.js presentations at [slides.com](https://slides.com?ref=github). + +## Table of contents +- [Online Editor](#online-editor) +- [Instructions](#instructions) + - [Markup](#markup) + - [Markdown](#markdown) + - [Element Attributes](#element-attributes) + - [Slide Attributes](#slide-attributes) +- [Configuration](#configuration) +- [Presentation Size](#presentation-size) +- [Dependencies](#dependencies) +- [Ready Event](#ready-event) +- [Auto-sliding](#auto-sliding) +- [Keyboard Bindings](#keyboard-bindings) +- [Touch Navigation](#touch-navigation) +- [Lazy Loading](#lazy-loading) +- [API](#api) + - [Slide Changed Event](#slide-changed-event) + - [Presentation State](#presentation-state) + - [Slide States](#slide-states) + - [Slide Backgrounds](#slide-backgrounds) + - [Parallax Background](#parallax-background) + - [Slide Transitions](#slide-transitions) + - [Internal links](#internal-links) + - [Fragments](#fragments) + - [Fragment events](#fragment-events) + - [Code syntax highlighting](#code-syntax-highlighting) + - [Slide number](#slide-number) + - [Overview mode](#overview-mode) + - [Fullscreen mode](#fullscreen-mode) + - [Embedded media](#embedded-media) + - [Stretching elements](#stretching-elements) + - [postMessage API](#postmessage-api) +- [PDF Export](#pdf-export) +- [Theming](#theming) +- [Speaker Notes](#speaker-notes) + - [Share and Print Speaker Notes](#share-and-print-speaker-notes) + - [Server Side Speaker Notes](#server-side-speaker-notes) +- [Multiplexing](#multiplexing) + - [Master presentation](#master-presentation) + - [Client presentation](#client-presentation) + - [Socket.io server](#socketio-server) +- [MathJax](#mathjax) +- [Installation](#installation) + - [Basic setup](#basic-setup) + - [Full setup](#full-setup) + - [Folder Structure](#folder-structure) +- [License](#license) + +#### More reading +- [Changelog](https://github.com/hakimel/reveal.js/releases): Up-to-date version history. +- [Examples](https://github.com/hakimel/reveal.js/wiki/Example-Presentations): Presentations created with reveal.js, add your own! +- [Browser Support](https://github.com/hakimel/reveal.js/wiki/Browser-Support): Explanation of browser support and fallbacks. +- [Plugins](https://github.com/hakimel/reveal.js/wiki/Plugins,-Tools-and-Hardware): A list of plugins that can be used to extend reveal.js. + +## Online Editor + +Presentations are written using HTML or Markdown but there's also an online editor for those of you who prefer a graphical interface. Give it a try at [https://slides.com](https://slides.com?ref=github). + + +## Instructions + +### Markup + +Here's a barebones example of a fully working reveal.js presentation: +```html + + + + + + +
+
+
Slide 1
+
Slide 2
+
+
+ + + + +``` + +The presentation markup hierarchy needs to be `.reveal > .slides > section` where the `section` represents one slide and can be repeated indefinitely. If you place multiple `section` elements inside of another `section` they will be shown as vertical slides. The first of the vertical slides is the "root" of the others (at the top), and will be included in the horizontal sequence. For example: + +```html +
+
+
Single Horizontal Slide
+
+
Vertical Slide 1
+
Vertical Slide 2
+
+
+
+``` + +### Markdown + +It's possible to write your slides using Markdown. To enable Markdown, add the `data-markdown` attribute to your `
` elements and wrap the contents in a ` +
+``` + +#### External Markdown + +You can write your content as a separate file and have reveal.js load it at runtime. Note the separator arguments which determine how slides are delimited in the external file: the `data-separator` attribute defines a regular expression for horizontal slides (defaults to `^\r?\n---\r?\n$`, a newline-bounded horizontal rule) and `data-separator-vertical` defines vertical slides (disabled by default). The `data-separator-notes` attribute is a regular expression for specifying the beginning of the current slide's speaker notes (defaults to `note:`). The `data-charset` attribute is optional and specifies which charset to use when loading the external file. + +When used locally, this feature requires that reveal.js [runs from a local web server](#full-setup). The following example customises all available options: + +```html +
+
+``` + +#### Element Attributes + +Special syntax (in html comment) is available for adding attributes to Markdown elements. This is useful for fragments, amongst other things. + +```html +
+ +
+``` + +#### Slide Attributes + +Special syntax (in html comment) is available for adding attributes to the slide `
` elements generated by your Markdown. + +```html +
+ +
+``` + +#### Configuring *marked* + +We use [marked](https://github.com/chjj/marked) to parse Markdown. To customise marked's rendering, you can pass in options when [configuring Reveal](#configuration): + +```javascript +Reveal.initialize({ + // Options which are passed into marked + // See https://github.com/chjj/marked#options-1 + markdown: { + smartypants: true + } +}); +``` + +### Configuration + +At the end of your page you need to initialize reveal by running the following code. Note that all config values are optional and will default as specified below. + +```javascript +Reveal.initialize({ + + // Display presentation control arrows + controls: true, + + // Help the user learn the controls by providing hints, for example by + // bouncing the down arrow when they first encounter a vertical slide + controlsTutorial: true, + + // Determines where controls appear, "edges" or "bottom-right" + controlsLayout: 'bottom-right', + + // Visibility rule for backwards navigation arrows; "faded", "hidden" + // or "visible" + controlsBackArrows: 'faded', + + // Display a presentation progress bar + progress: true, + + // Set default timing of 2 minutes per slide + defaultTiming: 120, + + // Display the page number of the current slide + slideNumber: false, + + // Push each slide change to the browser history + history: false, + + // Enable keyboard shortcuts for navigation + keyboard: true, + + // Enable the slide overview mode + overview: true, + + // Vertical centering of slides + center: true, + + // Enables touch navigation on devices with touch input + touch: true, + + // Loop the presentation + loop: false, + + // Change the presentation direction to be RTL + rtl: false, + + // Randomizes the order of slides each time the presentation loads + shuffle: false, + + // Turns fragments on and off globally + fragments: true, + + // Flags if the presentation is running in an embedded mode, + // i.e. contained within a limited portion of the screen + embedded: false, + + // Flags if we should show a help overlay when the questionmark + // key is pressed + help: true, + + // Flags if speaker notes should be visible to all viewers + showNotes: false, + + // Global override for autoplaying embedded media (video/audio/iframe) + // - null: Media will only autoplay if data-autoplay is present + // - true: All media will autoplay, regardless of individual setting + // - false: No media will autoplay, regardless of individual setting + autoPlayMedia: null, + + // Number of milliseconds between automatically proceeding to the + // next slide, disabled when set to 0, this value can be overwritten + // by using a data-autoslide attribute on your slides + autoSlide: 0, + + // Stop auto-sliding after user input + autoSlideStoppable: true, + + // Use this method for navigation when auto-sliding + autoSlideMethod: Reveal.navigateNext, + + // Enable slide navigation via mouse wheel + mouseWheel: false, + + // Hides the address bar on mobile devices + hideAddressBar: true, + + // Opens links in an iframe preview overlay + previewLinks: false, + + // Transition style + transition: 'slide', // none/fade/slide/convex/concave/zoom + + // Transition speed + transitionSpeed: 'default', // default/fast/slow + + // Transition style for full page slide backgrounds + backgroundTransition: 'fade', // none/fade/slide/convex/concave/zoom + + // Number of slides away from the current that are visible + viewDistance: 3, + + // Parallax background image + parallaxBackgroundImage: '', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'" + + // Parallax background size + parallaxBackgroundSize: '', // CSS syntax, e.g. "2100px 900px" + + // Number of pixels to move the parallax background per slide + // - Calculated automatically unless specified + // - Set to 0 to disable movement along an axis + parallaxBackgroundHorizontal: null, + parallaxBackgroundVertical: null, + + // The display mode that will be used to show slides + display: 'block' + +}); +``` + + +The configuration can be updated after initialization using the ```configure``` method: + +```javascript +// Turn autoSlide off +Reveal.configure({ autoSlide: 0 }); + +// Start auto-sliding every 5s +Reveal.configure({ autoSlide: 5000 }); +``` + + +### Presentation Size + +All presentations have a normal size, that is the resolution at which they are authored. The framework will automatically scale presentations uniformly based on this size to ensure that everything fits on any given display or viewport. + +See below for a list of configuration options related to sizing, including default values: + +```javascript +Reveal.initialize({ + + ... + + // The "normal" size of the presentation, aspect ratio will be preserved + // when the presentation is scaled to fit different resolutions. Can be + // specified using percentage units. + width: 960, + height: 700, + + // Factor of the display size that should remain empty around the content + margin: 0.1, + + // Bounds for smallest/largest possible scale to apply to content + minScale: 0.2, + maxScale: 1.5 + +}); +``` + +If you wish to disable this behavior and do your own scaling (e.g. using media queries), try these settings: + +```javascript +Reveal.initialize({ + + ... + + width: "100%", + height: "100%", + margin: 0, + minScale: 1, + maxScale: 1 +}); +``` + +### Dependencies + +Reveal.js doesn't _rely_ on any third party scripts to work but a few optional libraries are included by default. These libraries are loaded as dependencies in the order they appear, for example: + +```javascript +Reveal.initialize({ + dependencies: [ + // Cross-browser shim that fully implements classList - https://github.com/eligrey/classList.js/ + { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, + + // Interpret Markdown in
elements + { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, + { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, + + // Syntax highlight for elements + { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, + + // Zoom in and out with Alt+click + { src: 'plugin/zoom-js/zoom.js', async: true }, + + // Speaker notes + { src: 'plugin/notes/notes.js', async: true }, + + // MathJax + { src: 'plugin/math/math.js', async: true } + ] +}); +``` + +You can add your own extensions using the same syntax. The following properties are available for each dependency object: +- **src**: Path to the script to load +- **async**: [optional] Flags if the script should load after reveal.js has started, defaults to false +- **callback**: [optional] Function to execute when the script has loaded +- **condition**: [optional] Function which must return true for the script to be loaded + +To load these dependencies, reveal.js requires [head.js](http://headjs.com/) *(a script loading library)* to be loaded before reveal.js. + +### Ready Event + +A 'ready' event is fired when reveal.js has loaded all non-async dependencies and is ready to start navigating. To check if reveal.js is already 'ready' you can call `Reveal.isReady()`. + +```javascript +Reveal.addEventListener( 'ready', function( event ) { + // event.currentSlide, event.indexh, event.indexv +} ); +``` + +Note that we also add a `.ready` class to the `.reveal` element so that you can hook into this with CSS. + +### Auto-sliding + +Presentations can be configured to progress through slides automatically, without any user input. To enable this you will need to tell the framework how many milliseconds it should wait between slides: + +```javascript +// Slide every five seconds +Reveal.configure({ + autoSlide: 5000 +}); +``` +When this is turned on a control element will appear that enables users to pause and resume auto-sliding. Alternatively, sliding can be paused or resumed by pressing »a« on the keyboard. Sliding is paused automatically as soon as the user starts navigating. You can disable these controls by specifying ```autoSlideStoppable: false``` in your reveal.js config. + +You can also override the slide duration for individual slides and fragments by using the ```data-autoslide``` attribute: + +```html +
+

After 2 seconds the first fragment will be shown.

+

After 10 seconds the next fragment will be shown.

+

Now, the fragment is displayed for 2 seconds before the next slide is shown.

+
+``` + +To override the method used for navigation when auto-sliding, you can specify the ```autoSlideMethod``` setting. To only navigate along the top layer and ignore vertical slides, set this to ```Reveal.navigateRight```. + +Whenever the auto-slide mode is resumed or paused the ```autoslideresumed``` and ```autoslidepaused``` events are fired. + + +### Keyboard Bindings + +If you're unhappy with any of the default keyboard bindings you can override them using the ```keyboard``` config option: + +```javascript +Reveal.configure({ + keyboard: { + 13: 'next', // go to the next slide when the ENTER key is pressed + 27: function() {}, // do something custom when ESC is pressed + 32: null // don't do anything when SPACE is pressed (i.e. disable a reveal.js default binding) + } +}); +``` + +### Touch Navigation + +You can swipe to navigate through a presentation on any touch-enabled device. Horizontal swipes change between horizontal slides, vertical swipes change between vertical slides. If you wish to disable this you can set the `touch` config option to false when initializing reveal.js. + +If there's some part of your content that needs to remain accessible to touch events you'll need to highlight this by adding a `data-prevent-swipe` attribute to the element. One common example where this is useful is elements that need to be scrolled. + + +### Lazy Loading + +When working on presentation with a lot of media or iframe content it's important to load lazily. Lazy loading means that reveal.js will only load content for the few slides nearest to the current slide. The number of slides that are preloaded is determined by the `viewDistance` configuration option. + +To enable lazy loading all you need to do is change your "src" attributes to "data-src" as shown below. This is supported for image, video, audio and iframe elements. Lazy loaded iframes will also unload when the containing slide is no longer visible. + +```html +
+ + + +
+``` + + +### API + +The ``Reveal`` object exposes a JavaScript API for controlling navigation and reading state: + +```javascript +// Navigation +Reveal.slide( indexh, indexv, indexf ); +Reveal.left(); +Reveal.right(); +Reveal.up(); +Reveal.down(); +Reveal.prev(); +Reveal.next(); +Reveal.prevFragment(); +Reveal.nextFragment(); + +// Randomize the order of slides +Reveal.shuffle(); + +// Toggle presentation states, optionally pass true/false to force on/off +Reveal.toggleOverview(); +Reveal.togglePause(); +Reveal.toggleAutoSlide(); + +// Shows a help overlay with keyboard shortcuts, optionally pass true/false +// to force on/off +Reveal.toggleHelp(); + +// Change a config value at runtime +Reveal.configure({ controls: true }); + +// Returns the present configuration options +Reveal.getConfig(); + +// Fetch the current scale of the presentation +Reveal.getScale(); + +// Retrieves the previous and current slide elements +Reveal.getPreviousSlide(); +Reveal.getCurrentSlide(); + +Reveal.getIndices(); // { h: 0, v: 0 } } +Reveal.getPastSlideCount(); +Reveal.getProgress(); // (0 == first slide, 1 == last slide) +Reveal.getSlides(); // Array of all slides +Reveal.getTotalSlides(); // total number of slides + +// Returns the speaker notes for the current slide +Reveal.getSlideNotes(); + +// State checks +Reveal.isFirstSlide(); +Reveal.isLastSlide(); +Reveal.isOverview(); +Reveal.isPaused(); +Reveal.isAutoSliding(); +``` + +### Slide Changed Event + +A 'slidechanged' event is fired each time the slide is changed (regardless of state). The event object holds the index values of the current slide as well as a reference to the previous and current slide HTML nodes. + +Some libraries, like MathJax (see [#226](https://github.com/hakimel/reveal.js/issues/226#issuecomment-10261609)), get confused by the transforms and display states of slides. Often times, this can be fixed by calling their update or render function from this callback. + +```javascript +Reveal.addEventListener( 'slidechanged', function( event ) { + // event.previousSlide, event.currentSlide, event.indexh, event.indexv +} ); +``` + +### Presentation State + +The presentation's current state can be fetched by using the `getState` method. A state object contains all of the information required to put the presentation back as it was when `getState` was first called. Sort of like a snapshot. It's a simple object that can easily be stringified and persisted or sent over the wire. + +```javascript +Reveal.slide( 1 ); +// we're on slide 1 + +var state = Reveal.getState(); + +Reveal.slide( 3 ); +// we're on slide 3 + +Reveal.setState( state ); +// we're back on slide 1 +``` + +### Slide States + +If you set ``data-state="somestate"`` on a slide ``
``, "somestate" will be applied as a class on the document element when that slide is opened. This allows you to apply broad style changes to the page based on the active slide. + +Furthermore you can also listen to these changes in state via JavaScript: + +```javascript +Reveal.addEventListener( 'somestate', function() { + // TODO: Sprinkle magic +}, false ); +``` + +### Slide Backgrounds + +Slides are contained within a limited portion of the screen by default to allow them to fit any display and scale uniformly. You can apply full page backgrounds outside of the slide area by adding a ```data-background``` attribute to your ```
``` elements. Four different types of backgrounds are supported: color, image, video and iframe. + +#### Color Backgrounds +All CSS color formats are supported, like rgba() or hsl(). +```html +
+

Color

+
+``` + +#### Image Backgrounds +By default, background images are resized to cover the full page. Available options: + +| Attribute | Default | Description | +| :--------------------------- | :--------- | :---------- | +| data-background-image | | URL of the image to show. GIFs restart when the slide opens. | +| data-background-size | cover | See [background-size](https://developer.mozilla.org/docs/Web/CSS/background-size) on MDN. | +| data-background-position | center | See [background-position](https://developer.mozilla.org/docs/Web/CSS/background-position) on MDN. | +| data-background-repeat | no-repeat | See [background-repeat](https://developer.mozilla.org/docs/Web/CSS/background-repeat) on MDN. | +```html +
+

Image

+
+
+

This background image will be sized to 100px and repeated

+
+``` + +#### Video Backgrounds +Automatically plays a full size video behind the slide. + +| Attribute | Default | Description | +| :--------------------------- | :------ | :---------- | +| data-background-video | | A single video source, or a comma separated list of video sources. | +| data-background-video-loop | false | Flags if the video should play repeatedly. | +| data-background-video-muted | false | Flags if the audio should be muted. | +| data-background-size | cover | Use `cover` for full screen and some cropping or `contain` for letterboxing. | + +```html +
+

Video

+
+``` + +#### Iframe Backgrounds +Embeds a web page as a slide background that covers 100% of the reveal.js width and height. The iframe is in the background layer, behind your slides, and as such it's not possible to interact with it by default. To make your background interactive, you can add the `data-background-interactive` attribute. +```html +
+

Iframe

+
+``` + +#### Background Transitions +Backgrounds transition using a fade animation by default. This can be changed to a linear sliding transition by passing ```backgroundTransition: 'slide'``` to the ```Reveal.initialize()``` call. Alternatively you can set ```data-background-transition``` on any section with a background to override that specific transition. + + +### Parallax Background + +If you want to use a parallax scrolling background, set the first two config properties below when initializing reveal.js (the other two are optional). + +```javascript +Reveal.initialize({ + + // Parallax background image + parallaxBackgroundImage: '', // e.g. "https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg" + + // Parallax background size + parallaxBackgroundSize: '', // CSS syntax, e.g. "2100px 900px" - currently only pixels are supported (don't use % or auto) + + // Number of pixels to move the parallax background per slide + // - Calculated automatically unless specified + // - Set to 0 to disable movement along an axis + parallaxBackgroundHorizontal: 200, + parallaxBackgroundVertical: 50 + +}); +``` + +Make sure that the background size is much bigger than screen size to allow for some scrolling. [View example](http://revealjs.com/?parallaxBackgroundImage=https%3A%2F%2Fs3.amazonaws.com%2Fhakim-static%2Freveal-js%2Freveal-parallax-1.jpg¶llaxBackgroundSize=2100px%20900px). + + + +### Slide Transitions +The global presentation transition is set using the ```transition``` config value. You can override the global transition for a specific slide by using the ```data-transition``` attribute: + +```html +
+

This slide will override the presentation transition and zoom!

+
+ +
+

Choose from three transition speeds: default, fast or slow!

+
+``` + +You can also use different in and out transitions for the same slide: + +```html +
+ The train goes on … +
+
+ and on … +
+
+ and stops. +
+
+ (Passengers entering and leaving) +
+
+ And it starts again. +
+``` + + +### Internal links + +It's easy to link between slides. The first example below targets the index of another slide whereas the second targets a slide with an ID attribute (```
```): + +```html +Link +Link +``` + +You can also add relative navigation links, similar to the built in reveal.js controls, by appending one of the following classes on any element. Note that each element is automatically given an ```enabled``` class when it's a valid navigation route based on the current slide. + +```html + + + + + + +``` + + +### Fragments +Fragments are used to highlight individual elements on a slide. Every element with the class ```fragment``` will be stepped through before moving on to the next slide. Here's an example: http://revealjs.com/#/fragments + +The default fragment style is to start out invisible and fade in. This style can be changed by appending a different class to the fragment: + +```html +
+

grow

+

shrink

+

fade-out

+

fade-up (also down, left and right!)

+

visible only once

+

blue only once

+

highlight-red

+

highlight-green

+

highlight-blue

+
+``` + +Multiple fragments can be applied to the same element sequentially by wrapping it, this will fade in the text on the first step and fade it back out on the second. + +```html +
+ + I'll fade in, then out + +
+``` + +The display order of fragments can be controlled using the ```data-fragment-index``` attribute. + +```html +
+

Appears last

+

Appears first

+

Appears second

+
+``` + +### Fragment events + +When a slide fragment is either shown or hidden reveal.js will dispatch an event. + +Some libraries, like MathJax (see #505), get confused by the initially hidden fragment elements. Often times this can be fixed by calling their update or render function from this callback. + +```javascript +Reveal.addEventListener( 'fragmentshown', function( event ) { + // event.fragment = the fragment DOM element +} ); +Reveal.addEventListener( 'fragmenthidden', function( event ) { + // event.fragment = the fragment DOM element +} ); +``` + +### Code syntax highlighting + +By default, Reveal is configured with [highlight.js](https://highlightjs.org/) for code syntax highlighting. Below is an example with clojure code that will be syntax highlighted. When the `data-trim` attribute is present, surrounding whitespace is automatically removed. HTML will be escaped by default. To avoid this, for example if you are using `` to call out a line of code, add the `data-noescape` attribute to the `` element. + +```html +
+

+(def lazy-fib
+  (concat
+   [0 1]
+   ((fn rfib [a b]
+        (lazy-cons (+ a b) (rfib b (+ a b)))) 0 1)))
+	
+
+``` + +### Slide number +If you would like to display the page number of the current slide you can do so using the ```slideNumber``` and ```showSlideNumber``` configuration values. + +```javascript +// Shows the slide number using default formatting +Reveal.configure({ slideNumber: true }); + +// Slide number formatting can be configured using these variables: +// "h.v": horizontal . vertical slide number (default) +// "h/v": horizontal / vertical slide number +// "c": flattened slide number +// "c/t": flattened slide number / total slides +Reveal.configure({ slideNumber: 'c/t' }); + +// Control which views the slide number displays on using the "showSlideNumber" value: +// "all": show on all views (default) +// "speaker": only show slide numbers on speaker notes view +// "print": only show slide numbers when printing to PDF +Reveal.configure({ showSlideNumber: 'speaker' }); + +``` + + +### Overview mode + +Press "Esc" or "o" keys to toggle the overview mode on and off. While you're in this mode, you can still navigate between slides, +as if you were at 1,000 feet above your presentation. The overview mode comes with a few API hooks: + +```javascript +Reveal.addEventListener( 'overviewshown', function( event ) { /* ... */ } ); +Reveal.addEventListener( 'overviewhidden', function( event ) { /* ... */ } ); + +// Toggle the overview mode programmatically +Reveal.toggleOverview(); +``` + + +### Fullscreen mode +Just press »F« on your keyboard to show your presentation in fullscreen mode. Press the »ESC« key to exit fullscreen mode. + + +### Embedded media +Add `data-autoplay` to your media element if you want it to automatically start playing when the slide is shown: + +```html + +``` + +If you want to enable or disable autoplay globally, for all embedded media, you can use the `autoPlayMedia` configuration option. If you set this to `true` ALL media will autoplay regardless of individual `data-autoplay` attributes. If you initialize with `autoPlayMedia: false` NO media will autoplay. + +Note that embedded HTML5 `