diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f2c1360..0000000 --- a/.gitignore +++ /dev/null @@ -1,34 +0,0 @@ -*.gem -*.rbc -/.config -/coverage/ -/InstalledFiles -/pkg/ -/spec/reports/ -/test/tmp/ -/test/version_tmp/ -/tmp/ - -## Specific to RubyMotion: -.dat* -.repl_history -build/ - -## Documentation cache and generated files: -/.yardoc/ -/_yardoc/ -/doc/ -/rdoc/ - -## Environment normalisation: -/.bundle/ -/lib/bundler/man/ - -# for a library or gem, you might want to ignore these files since the code is -# intended to run in multiple environments; otherwise, check them in: -# Gemfile.lock -# .ruby-version -# .ruby-gemset - -# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: -.rvmrc diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..6a9d75b --- /dev/null +++ b/CNAME @@ -0,0 +1,2 @@ +nodebots.co.nz +www.nodebots.co.nz diff --git a/LICENSE b/LICENSE deleted file mode 100644 index e25b6d0..0000000 --- a/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 JavaScript NZ Incorporated - -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. - diff --git a/README.md b/README.md deleted file mode 100644 index 7033dd3..0000000 --- a/README.md +++ /dev/null @@ -1,34 +0,0 @@ -NodeBots New Zealand -======= - -Welcome to NodeBots New Zealand. Here you will find all the things you need to get up and running at a NodeBots New Zealand Event. - -If you're here for the NodeBots event for nz.js(con), then head on over [here](events/nodebots-nz-js-con-2017.md). - -For general help on getting started, checkout our [setup guide](setup.md) and [getting started guide](guides/getting-started.md#getting-started). These two guides should cover everything you need for a NodeBots day. - -[Join the chat at http://slack.javascript.org.nz](http://slack.javascript.org.nz) - - -## Guides -1. [Code of Conduct](code-of-conduct.md) -2. [Setup](setup.md) -3. [Getting started](guides/getting-started.md#getting-started) -4. [NodeBots day schedule](guides/nodebots-day-schedule.md) - -## Sponsors -* [Xero](http://www.xero.co.nz) -* [TradeMe](http://www.trademe.co.nz) -* [Hoist](http://www.hoistapps.com) -* [Media Suite](http://www.mediasuite.co.nz) -* [Powershop](http://www.powershop.com) -* [Alphero](http://www.alphero.com) - -## The Team -- James Macfie - [@jamesmacfie](https://twitter.com/jamesmacfie) -- Mayur Pancal - [@VicEngrGuy](https://twitter.com/VicEngrGuy) -- Elf Eldridge - [@Kaiwhata](https://twitter.com/Kaiwhata) -- Erica Anderson - [@Sputina](https://twitter.com/Sputina) -- Alex Gibson - [@PrototypeAlex](https://twitter.com/PrototypeAlex) - -- [Help Wanted!](mailto:darth.gibson@gmail.com) diff --git a/assets/jwplayer/glow/controlbar/background.png b/assets/jwplayer/glow/controlbar/background.png new file mode 100644 index 0000000..c2824cc Binary files /dev/null and b/assets/jwplayer/glow/controlbar/background.png differ diff --git a/assets/jwplayer/glow/controlbar/blankButton.png b/assets/jwplayer/glow/controlbar/blankButton.png new file mode 100644 index 0000000..010159f Binary files /dev/null and b/assets/jwplayer/glow/controlbar/blankButton.png differ diff --git a/assets/jwplayer/glow/controlbar/divider.png b/assets/jwplayer/glow/controlbar/divider.png new file mode 100644 index 0000000..77cd829 Binary files /dev/null and b/assets/jwplayer/glow/controlbar/divider.png differ diff --git a/assets/jwplayer/glow/controlbar/fullscreenButton.png b/assets/jwplayer/glow/controlbar/fullscreenButton.png new file mode 100644 index 0000000..e06aa50 Binary files /dev/null and b/assets/jwplayer/glow/controlbar/fullscreenButton.png differ diff --git a/assets/jwplayer/glow/controlbar/fullscreenButtonOver.png b/assets/jwplayer/glow/controlbar/fullscreenButtonOver.png new file mode 100644 index 0000000..d2bc4fc Binary files /dev/null and b/assets/jwplayer/glow/controlbar/fullscreenButtonOver.png differ diff --git a/assets/jwplayer/glow/controlbar/muteButton.png b/assets/jwplayer/glow/controlbar/muteButton.png new file mode 100644 index 0000000..40c40ab Binary files /dev/null and b/assets/jwplayer/glow/controlbar/muteButton.png differ diff --git a/assets/jwplayer/glow/controlbar/muteButtonOver.png b/assets/jwplayer/glow/controlbar/muteButtonOver.png new file mode 100644 index 0000000..96fe7bb Binary files /dev/null and b/assets/jwplayer/glow/controlbar/muteButtonOver.png differ diff --git a/assets/jwplayer/glow/controlbar/normalscreenButton.png b/assets/jwplayer/glow/controlbar/normalscreenButton.png new file mode 100644 index 0000000..2229507 Binary files /dev/null and b/assets/jwplayer/glow/controlbar/normalscreenButton.png differ diff --git a/assets/jwplayer/glow/controlbar/normalscreenButtonOver.png b/assets/jwplayer/glow/controlbar/normalscreenButtonOver.png new file mode 100644 index 0000000..15db44d Binary files /dev/null and b/assets/jwplayer/glow/controlbar/normalscreenButtonOver.png differ diff --git a/assets/jwplayer/glow/controlbar/pauseButton.png b/assets/jwplayer/glow/controlbar/pauseButton.png new file mode 100644 index 0000000..e399bf3 Binary files /dev/null and b/assets/jwplayer/glow/controlbar/pauseButton.png differ diff --git a/assets/jwplayer/glow/controlbar/pauseButtonOver.png b/assets/jwplayer/glow/controlbar/pauseButtonOver.png new file mode 100644 index 0000000..409d89d Binary files /dev/null and b/assets/jwplayer/glow/controlbar/pauseButtonOver.png differ diff --git a/assets/jwplayer/glow/controlbar/playButton.png b/assets/jwplayer/glow/controlbar/playButton.png new file mode 100644 index 0000000..f8d9a00 Binary files /dev/null and b/assets/jwplayer/glow/controlbar/playButton.png differ diff --git a/assets/jwplayer/glow/controlbar/playButtonOver.png b/assets/jwplayer/glow/controlbar/playButtonOver.png new file mode 100644 index 0000000..3fe2848 Binary files /dev/null and b/assets/jwplayer/glow/controlbar/playButtonOver.png differ diff --git a/assets/jwplayer/glow/controlbar/timeSliderBuffer.png b/assets/jwplayer/glow/controlbar/timeSliderBuffer.png new file mode 100644 index 0000000..73b371a Binary files /dev/null and b/assets/jwplayer/glow/controlbar/timeSliderBuffer.png differ diff --git a/assets/jwplayer/glow/controlbar/timeSliderCapLeft.png b/assets/jwplayer/glow/controlbar/timeSliderCapLeft.png new file mode 100644 index 0000000..7232217 Binary files /dev/null and b/assets/jwplayer/glow/controlbar/timeSliderCapLeft.png differ diff --git a/assets/jwplayer/glow/controlbar/timeSliderCapRight.png b/assets/jwplayer/glow/controlbar/timeSliderCapRight.png new file mode 100644 index 0000000..626444a Binary files /dev/null and b/assets/jwplayer/glow/controlbar/timeSliderCapRight.png differ diff --git a/assets/jwplayer/glow/controlbar/timeSliderProgress.png b/assets/jwplayer/glow/controlbar/timeSliderProgress.png new file mode 100644 index 0000000..132a8e7 Binary files /dev/null and b/assets/jwplayer/glow/controlbar/timeSliderProgress.png differ diff --git a/assets/jwplayer/glow/controlbar/timeSliderRail.png b/assets/jwplayer/glow/controlbar/timeSliderRail.png new file mode 100644 index 0000000..27851df Binary files /dev/null and b/assets/jwplayer/glow/controlbar/timeSliderRail.png differ diff --git a/assets/jwplayer/glow/controlbar/unmuteButton.png b/assets/jwplayer/glow/controlbar/unmuteButton.png new file mode 100644 index 0000000..3658453 Binary files /dev/null and b/assets/jwplayer/glow/controlbar/unmuteButton.png differ diff --git a/assets/jwplayer/glow/controlbar/unmuteButtonOver.png b/assets/jwplayer/glow/controlbar/unmuteButtonOver.png new file mode 100644 index 0000000..138ebb3 Binary files /dev/null and b/assets/jwplayer/glow/controlbar/unmuteButtonOver.png differ diff --git a/assets/jwplayer/glow/display/background.png b/assets/jwplayer/glow/display/background.png new file mode 100644 index 0000000..391152f Binary files /dev/null and b/assets/jwplayer/glow/display/background.png differ diff --git a/assets/jwplayer/glow/display/bufferIcon.png b/assets/jwplayer/glow/display/bufferIcon.png new file mode 100644 index 0000000..a3819c1 Binary files /dev/null and b/assets/jwplayer/glow/display/bufferIcon.png differ diff --git a/assets/jwplayer/glow/display/muteIcon.png b/assets/jwplayer/glow/display/muteIcon.png new file mode 100644 index 0000000..e0408bb Binary files /dev/null and b/assets/jwplayer/glow/display/muteIcon.png differ diff --git a/assets/jwplayer/glow/display/playIcon.png b/assets/jwplayer/glow/display/playIcon.png new file mode 100644 index 0000000..cb38427 Binary files /dev/null and b/assets/jwplayer/glow/display/playIcon.png differ diff --git a/assets/jwplayer/glow/dock/button.png b/assets/jwplayer/glow/dock/button.png new file mode 100644 index 0000000..391152f Binary files /dev/null and b/assets/jwplayer/glow/dock/button.png differ diff --git a/assets/jwplayer/glow/glow.xml b/assets/jwplayer/glow/glow.xml new file mode 100644 index 0000000..71bdced --- /dev/null +++ b/assets/jwplayer/glow/glow.xml @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + +