diff --git a/.ruby-version b/.ruby-version index cb50681..ac2cdeb 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.0.0-p247 +2.1.3 diff --git a/Gemfile b/Gemfile index 5eee749..e4f67d2 100644 --- a/Gemfile +++ b/Gemfile @@ -2,19 +2,15 @@ # the following line to use "https" source 'https://rubygems.org' -# If you have OpenSSL installed, we recommend updating -# the following line to use "https" -source 'https://rubygems.org' - -gem "middleman", "~>3.3.5" +gem "middleman", "~>3.3.10" # gem "middleman-deploy" gem "middleman-smusher" -gem "compass", "~> 1.0.0" -gem "sass", "~> 3.3.14" +gem "sass" +gem 'bourbon' # Live-reloading plugin -gem "middleman-livereload", "~> 3.3.4" +gem "middleman-livereload" # For faster file watcher updates on Windows: gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] @@ -27,11 +23,12 @@ platforms :mri_18 do end # CSS Grid System -gem "susy", "~> 2.1.3" +gem "susy", "~> 2.2.2" # Slim HTML Preprocessor gem "slim" gem "redcarpet" -# Living styleguide generator -# gem "kss" +# Asset Management - Fixing a bug in 2.x sprockets +# gem "middleman-sprockets", "~> 3.1.2" +# gem "sprockets", "~> 3.0.0.beta.8" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index f3be10e..897629e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,28 +1,30 @@ GEM - remote: https://rubygems.org/ remote: https://rubygems.org/ specs: - activesupport (4.1.4) + activesupport (4.1.9) i18n (~> 0.6, >= 0.6.9) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.1) tzinfo (~> 1.1) - celluloid (0.15.2) - timers (~> 1.1.0) - chunky_png (1.3.1) + bourbon (4.2.1) + sass (~> 3.4) + thor + celluloid (0.16.0) + timers (~> 4.0.0) + chunky_png (1.3.4) coffee-script (2.3.0) coffee-script-source execjs - coffee-script-source (1.7.1) - compass (1.0.0) + coffee-script-source (1.9.1) + compass (1.0.3) chunky_png (~> 1.2) - compass-core (~> 1.0.0) + compass-core (~> 1.0.2) compass-import-once (~> 1.0.5) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) sass (>= 3.3.13, < 3.5) - compass-core (1.0.0) + compass-core (1.0.3) multi_json (~> 1.0) sass (>= 3.3.0, < 3.5) compass-import-once (1.0.5) @@ -31,106 +33,108 @@ GEM eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) erubis (2.7.0) - eventmachine (1.0.3) - execjs (2.2.1) - ffi (1.9.3) - haml (4.0.5) + eventmachine (1.0.7) + execjs (2.3.0) + ffi (1.9.6) + haml (4.0.6) tilt hike (1.2.3) + hitimes (1.2.2) hooks (0.4.0) uber (~> 0.0.4) http_parser.rb (0.6.0) - httpclient (2.3.4.1) - i18n (0.6.11) - json (1.8.1) - kramdown (1.4.1) - listen (2.7.9) + httpclient (2.6.0.1) + i18n (0.7.0) + json (1.8.2) + kramdown (1.6.0) + listen (2.8.5) celluloid (>= 0.15.2) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) - middleman (3.3.5) + middleman (3.3.10) coffee-script (~> 2.2) - compass (>= 0.12.4) + compass (>= 1.0.0, < 2.0.0) compass-import-once (= 1.0.5) execjs (~> 2.0) haml (>= 4.0.5) kramdown (~> 1.2) - middleman-core (= 3.3.5) + middleman-core (= 3.3.10) middleman-sprockets (>= 3.1.2) - sass (>= 3.2.17, < 4.0) + sass (>= 3.4.0, < 4.0) uglifier (~> 2.5) - middleman-core (3.3.5) + middleman-core (3.3.10) activesupport (~> 4.1.0) bundler (~> 1.1) erubis hooks (~> 0.3) - i18n (~> 0.6.9) + i18n (~> 0.7.0) listen (>= 2.7.9, < 3.0) padrino-helpers (~> 0.12.3) rack (>= 1.4.5, < 2.0) rack-test (~> 0.6.2) thor (>= 0.15.2, < 2.0) tilt (~> 1.4.1, < 2.0) - middleman-livereload (3.3.4) + middleman-livereload (3.4.2) em-websocket (~> 0.5.1) - middleman-core (~> 3.2) + middleman-core (>= 3.3) rack-livereload (~> 0.3.15) middleman-smusher (3.0.0) middleman (>= 3.0.0) smusher (~> 0.4.9) - middleman-sprockets (3.3.7) - middleman-core (~> 3.3) + middleman-sprockets (3.4.2) + middleman-core (>= 3.3) sprockets (~> 2.12.1) sprockets-helpers (~> 1.1.0) - sprockets-sass (~> 1.2.0) - minitest (5.4.0) + sprockets-sass (~> 1.3.0) + minitest (5.5.1) multi_json (1.10.1) - padrino-helpers (0.12.3) + padrino-helpers (0.12.4) i18n (~> 0.6, >= 0.6.7) - padrino-support (= 0.12.3) + padrino-support (= 0.12.4) tilt (~> 1.4.1) - padrino-support (0.12.3) + padrino-support (0.12.4) activesupport (>= 3.1) - rack (1.5.2) + rack (1.6.0) rack-livereload (0.3.15) rack - rack-test (0.6.2) + rack-test (0.6.3) rack (>= 1.0) - rake (10.3.2) + rake (10.4.2) rb-fsevent (0.9.4) rb-inotify (0.9.5) ffi (>= 0.5.0) - redcarpet (3.1.2) + redcarpet (3.2.2) ruby18_source_location (0.2) - sass (3.3.14) - slim (2.0.3) - temple (~> 0.6.6) + sass (3.4.13) + slim (3.0.2) + temple (~> 0.7.3) tilt (>= 1.3.3, < 2.1) smusher (0.4.9) httpclient (>= 2.2) json rake - sprockets (2.12.1) + sprockets (2.12.3) hike (~> 1.2) multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) sprockets-helpers (1.1.0) sprockets (~> 2.0) - sprockets-sass (1.2.0) + sprockets-sass (1.3.1) sprockets (~> 2.0) tilt (~> 1.1) - susy (2.1.3) + susy (2.2.2) sass (>= 3.3.0, < 3.5) - temple (0.6.8) + temple (0.7.5) thor (0.19.1) thread_safe (0.3.4) tilt (1.4.1) - timers (1.1.0) + timers (4.0.1) + hitimes tzinfo (1.2.2) thread_safe (~> 0.1) - uber (0.0.8) - uglifier (2.5.3) + uber (0.0.13) + uglifier (2.7.1) execjs (>= 0.3.0) json (>= 1.8.0) @@ -138,13 +142,13 @@ PLATFORMS ruby DEPENDENCIES - compass (~> 1.0.0) - middleman (~> 3.3.5) - middleman-livereload (~> 3.3.4) + bourbon + middleman (~> 3.3.10) + middleman-livereload middleman-smusher redcarpet ruby18_source_location - sass (~> 3.3.14) + sass slim - susy (~> 2.1.3) + susy (~> 2.2.2) wdm (~> 0.1.0) diff --git a/build/assets/fonts/OpenSans-Bold-webfont.eot b/build/assets/fonts/OpenSans-Bold-webfont.eot new file mode 100755 index 0000000..5d20d91 Binary files /dev/null and b/build/assets/fonts/OpenSans-Bold-webfont.eot differ diff --git a/build/assets/fonts/OpenSans-Bold-webfont.svg b/build/assets/fonts/OpenSans-Bold-webfont.svg new file mode 100644 index 0000000..3ed7be4 --- /dev/null +++ b/build/assets/fonts/OpenSans-Bold-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/assets/fonts/OpenSans-Bold-webfont.ttf b/build/assets/fonts/OpenSans-Bold-webfont.ttf new file mode 100755 index 0000000..2109c95 Binary files /dev/null and b/build/assets/fonts/OpenSans-Bold-webfont.ttf differ diff --git a/build/assets/fonts/OpenSans-Bold-webfont.woff b/build/assets/fonts/OpenSans-Bold-webfont.woff new file mode 100755 index 0000000..1205787 Binary files /dev/null and b/build/assets/fonts/OpenSans-Bold-webfont.woff differ diff --git a/build/assets/fonts/OpenSans-BoldItalic-webfont.eot b/build/assets/fonts/OpenSans-BoldItalic-webfont.eot new file mode 100755 index 0000000..1f639a1 Binary files /dev/null and b/build/assets/fonts/OpenSans-BoldItalic-webfont.eot differ diff --git a/build/assets/fonts/OpenSans-BoldItalic-webfont.svg b/build/assets/fonts/OpenSans-BoldItalic-webfont.svg new file mode 100644 index 0000000..6a2607b --- /dev/null +++ b/build/assets/fonts/OpenSans-BoldItalic-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/assets/fonts/OpenSans-BoldItalic-webfont.ttf b/build/assets/fonts/OpenSans-BoldItalic-webfont.ttf new file mode 100755 index 0000000..242d6b2 Binary files /dev/null and b/build/assets/fonts/OpenSans-BoldItalic-webfont.ttf differ diff --git a/build/assets/fonts/OpenSans-BoldItalic-webfont.woff b/build/assets/fonts/OpenSans-BoldItalic-webfont.woff new file mode 100755 index 0000000..ed760c0 Binary files /dev/null and b/build/assets/fonts/OpenSans-BoldItalic-webfont.woff differ diff --git a/build/assets/fonts/OpenSans-ExtraBold-webfont.eot b/build/assets/fonts/OpenSans-ExtraBold-webfont.eot new file mode 100755 index 0000000..1e29ad5 Binary files /dev/null and b/build/assets/fonts/OpenSans-ExtraBold-webfont.eot differ diff --git a/build/assets/fonts/OpenSans-ExtraBold-webfont.svg b/build/assets/fonts/OpenSans-ExtraBold-webfont.svg new file mode 100644 index 0000000..2780050 --- /dev/null +++ b/build/assets/fonts/OpenSans-ExtraBold-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/assets/fonts/OpenSans-ExtraBold-webfont.ttf b/build/assets/fonts/OpenSans-ExtraBold-webfont.ttf new file mode 100755 index 0000000..6b9118e Binary files /dev/null and b/build/assets/fonts/OpenSans-ExtraBold-webfont.ttf differ diff --git a/build/assets/fonts/OpenSans-ExtraBold-webfont.woff b/build/assets/fonts/OpenSans-ExtraBold-webfont.woff new file mode 100755 index 0000000..a7b99d2 Binary files /dev/null and b/build/assets/fonts/OpenSans-ExtraBold-webfont.woff differ diff --git a/build/assets/fonts/OpenSans-ExtraBoldItalic-webfont.eot b/build/assets/fonts/OpenSans-ExtraBoldItalic-webfont.eot new file mode 100755 index 0000000..77184af Binary files /dev/null and b/build/assets/fonts/OpenSans-ExtraBoldItalic-webfont.eot differ diff --git a/build/assets/fonts/OpenSans-ExtraBoldItalic-webfont.svg b/build/assets/fonts/OpenSans-ExtraBoldItalic-webfont.svg new file mode 100644 index 0000000..8f080c1 --- /dev/null +++ b/build/assets/fonts/OpenSans-ExtraBoldItalic-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/assets/fonts/OpenSans-ExtraBoldItalic-webfont.ttf b/build/assets/fonts/OpenSans-ExtraBoldItalic-webfont.ttf new file mode 100755 index 0000000..26a07e9 Binary files /dev/null and b/build/assets/fonts/OpenSans-ExtraBoldItalic-webfont.ttf differ diff --git a/build/assets/fonts/OpenSans-ExtraBoldItalic-webfont.woff b/build/assets/fonts/OpenSans-ExtraBoldItalic-webfont.woff new file mode 100755 index 0000000..45395d1 Binary files /dev/null and b/build/assets/fonts/OpenSans-ExtraBoldItalic-webfont.woff differ diff --git a/build/assets/fonts/OpenSans-Italic-webfont.eot b/build/assets/fonts/OpenSans-Italic-webfont.eot new file mode 100755 index 0000000..0c8a0ae Binary files /dev/null and b/build/assets/fonts/OpenSans-Italic-webfont.eot differ diff --git a/build/assets/fonts/OpenSans-Italic-webfont.svg b/build/assets/fonts/OpenSans-Italic-webfont.svg new file mode 100644 index 0000000..e1075dc --- /dev/null +++ b/build/assets/fonts/OpenSans-Italic-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/assets/fonts/OpenSans-Italic-webfont.ttf b/build/assets/fonts/OpenSans-Italic-webfont.ttf new file mode 100755 index 0000000..12d25d9 Binary files /dev/null and b/build/assets/fonts/OpenSans-Italic-webfont.ttf differ diff --git a/build/assets/fonts/OpenSans-Italic-webfont.woff b/build/assets/fonts/OpenSans-Italic-webfont.woff new file mode 100755 index 0000000..ff652e6 Binary files /dev/null and b/build/assets/fonts/OpenSans-Italic-webfont.woff differ diff --git a/build/assets/fonts/OpenSans-Light-webfont.eot b/build/assets/fonts/OpenSans-Light-webfont.eot new file mode 100755 index 0000000..1486840 Binary files /dev/null and b/build/assets/fonts/OpenSans-Light-webfont.eot differ diff --git a/build/assets/fonts/OpenSans-Light-webfont.svg b/build/assets/fonts/OpenSans-Light-webfont.svg new file mode 100644 index 0000000..11a472c --- /dev/null +++ b/build/assets/fonts/OpenSans-Light-webfont.svg @@ -0,0 +1,1831 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/assets/fonts/OpenSans-Light-webfont.ttf b/build/assets/fonts/OpenSans-Light-webfont.ttf new file mode 100755 index 0000000..63af664 Binary files /dev/null and b/build/assets/fonts/OpenSans-Light-webfont.ttf differ diff --git a/build/assets/fonts/OpenSans-Light-webfont.woff b/build/assets/fonts/OpenSans-Light-webfont.woff new file mode 100755 index 0000000..e786074 Binary files /dev/null and b/build/assets/fonts/OpenSans-Light-webfont.woff differ diff --git a/build/assets/fonts/OpenSans-LightItalic-webfont.eot b/build/assets/fonts/OpenSans-LightItalic-webfont.eot new file mode 100755 index 0000000..8f44592 Binary files /dev/null and b/build/assets/fonts/OpenSans-LightItalic-webfont.eot differ diff --git a/build/assets/fonts/OpenSans-LightItalic-webfont.svg b/build/assets/fonts/OpenSans-LightItalic-webfont.svg new file mode 100644 index 0000000..431d7e3 --- /dev/null +++ b/build/assets/fonts/OpenSans-LightItalic-webfont.svg @@ -0,0 +1,1835 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/assets/fonts/OpenSans-LightItalic-webfont.ttf b/build/assets/fonts/OpenSans-LightItalic-webfont.ttf new file mode 100755 index 0000000..01dda28 Binary files /dev/null and b/build/assets/fonts/OpenSans-LightItalic-webfont.ttf differ diff --git a/build/assets/fonts/OpenSans-LightItalic-webfont.woff b/build/assets/fonts/OpenSans-LightItalic-webfont.woff new file mode 100755 index 0000000..43e8b9e Binary files /dev/null and b/build/assets/fonts/OpenSans-LightItalic-webfont.woff differ diff --git a/build/assets/fonts/OpenSans-Regular-webfont.eot b/build/assets/fonts/OpenSans-Regular-webfont.eot new file mode 100755 index 0000000..6bbc3cf Binary files /dev/null and b/build/assets/fonts/OpenSans-Regular-webfont.eot differ diff --git a/build/assets/fonts/OpenSans-Regular-webfont.svg b/build/assets/fonts/OpenSans-Regular-webfont.svg new file mode 100644 index 0000000..25a3952 --- /dev/null +++ b/build/assets/fonts/OpenSans-Regular-webfont.svg @@ -0,0 +1,1831 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/assets/fonts/OpenSans-Regular-webfont.ttf b/build/assets/fonts/OpenSans-Regular-webfont.ttf new file mode 100755 index 0000000..c537f83 Binary files /dev/null and b/build/assets/fonts/OpenSans-Regular-webfont.ttf differ diff --git a/build/assets/fonts/OpenSans-Regular-webfont.woff b/build/assets/fonts/OpenSans-Regular-webfont.woff new file mode 100755 index 0000000..e231183 Binary files /dev/null and b/build/assets/fonts/OpenSans-Regular-webfont.woff differ diff --git a/build/assets/fonts/OpenSans-Semibold-webfont.eot b/build/assets/fonts/OpenSans-Semibold-webfont.eot new file mode 100755 index 0000000..d8375dd Binary files /dev/null and b/build/assets/fonts/OpenSans-Semibold-webfont.eot differ diff --git a/build/assets/fonts/OpenSans-Semibold-webfont.svg b/build/assets/fonts/OpenSans-Semibold-webfont.svg new file mode 100644 index 0000000..eec4db8 --- /dev/null +++ b/build/assets/fonts/OpenSans-Semibold-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/assets/fonts/OpenSans-Semibold-webfont.ttf b/build/assets/fonts/OpenSans-Semibold-webfont.ttf new file mode 100755 index 0000000..b329084 Binary files /dev/null and b/build/assets/fonts/OpenSans-Semibold-webfont.ttf differ diff --git a/build/assets/fonts/OpenSans-Semibold-webfont.woff b/build/assets/fonts/OpenSans-Semibold-webfont.woff new file mode 100755 index 0000000..28d6ade Binary files /dev/null and b/build/assets/fonts/OpenSans-Semibold-webfont.woff differ diff --git a/build/assets/fonts/OpenSans-SemiboldItalic-webfont.eot b/build/assets/fonts/OpenSans-SemiboldItalic-webfont.eot new file mode 100755 index 0000000..0ab1db2 Binary files /dev/null and b/build/assets/fonts/OpenSans-SemiboldItalic-webfont.eot differ diff --git a/build/assets/fonts/OpenSans-SemiboldItalic-webfont.svg b/build/assets/fonts/OpenSans-SemiboldItalic-webfont.svg new file mode 100644 index 0000000..7166ec1 --- /dev/null +++ b/build/assets/fonts/OpenSans-SemiboldItalic-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/assets/fonts/OpenSans-SemiboldItalic-webfont.ttf b/build/assets/fonts/OpenSans-SemiboldItalic-webfont.ttf new file mode 100755 index 0000000..d2d6318 Binary files /dev/null and b/build/assets/fonts/OpenSans-SemiboldItalic-webfont.ttf differ diff --git a/build/assets/fonts/OpenSans-SemiboldItalic-webfont.woff b/build/assets/fonts/OpenSans-SemiboldItalic-webfont.woff new file mode 100755 index 0000000..d4dfca4 Binary files /dev/null and b/build/assets/fonts/OpenSans-SemiboldItalic-webfont.woff differ diff --git a/build/assets/images/content/blendconf-social-banner-2015.jpg b/build/assets/images/content/blendconf-social-banner-2015.jpg new file mode 100644 index 0000000..6232e1c Binary files /dev/null and b/build/assets/images/content/blendconf-social-banner-2015.jpg differ diff --git a/build/assets/images/layout/blendconf-bg-2.jpg b/build/assets/images/layout/blendconf-bg-2.jpg new file mode 100644 index 0000000..bae1177 Binary files /dev/null and b/build/assets/images/layout/blendconf-bg-2.jpg differ diff --git a/build/assets/images/layout/icon-github.svg b/build/assets/images/layout/icon-github.svg new file mode 100644 index 0000000..f492675 --- /dev/null +++ b/build/assets/images/layout/icon-github.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/build/assets/images/layout/icon-mail.svg b/build/assets/images/layout/icon-mail.svg new file mode 100644 index 0000000..7890e2a --- /dev/null +++ b/build/assets/images/layout/icon-mail.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/build/assets/images/layout/icon-twitter.svg b/build/assets/images/layout/icon-twitter.svg new file mode 100644 index 0000000..aefd941 --- /dev/null +++ b/build/assets/images/layout/icon-twitter.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/build/assets/images/layout/kids-hardware-hacking.jpg b/build/assets/images/layout/kids-hardware-hacking.jpg new file mode 100644 index 0000000..c229a23 Binary files /dev/null and b/build/assets/images/layout/kids-hardware-hacking.jpg differ diff --git a/build/assets/javascripts/base.js b/build/assets/javascripts/base.js index 7224a68..e3c2a60 100644 --- a/build/assets/javascripts/base.js +++ b/build/assets/javascripts/base.js @@ -1 +1 @@ -jQuery(document).ready(function(t){t("#nav-toggle").on("click",function(){return t(this).next().slideToggle(200),!1}),t("#speakers").find("li").click(function(){return window.location=t(this).find("a").attr("href"),0}),t("a[data-type]").on("click",function(e){var n=t(this).attr("href"),a=t(this).data("type");if((void 0==a||""==a)&&(a="External"),e.currentTarget.host!=window.location.host){if(_gat._getTrackerByName()._trackEvent(a,e.currentTarget,n,0),e.metaKey||e.ctrlKey)var r=!0;r||(e.preventDefault(),setTimeout('document.location = "'+n+'"',100))}})}); \ No newline at end of file +jQuery(document).ready(function(t){t("a[data-type]").on("click",function(e){var a=t(this).attr("href"),r=t(this).data("type");if((void 0==r||""==r)&&(r="External"),e.currentTarget.host!=window.location.host){if(_gat._getTrackerByName()._trackEvent(r,e.currentTarget,a,0),e.metaKey||e.ctrlKey)var n=!0;n||(e.preventDefault(),setTimeout('document.location = "'+a+'"',100))}})}); \ No newline at end of file diff --git a/build/assets/javascripts/global.js b/build/assets/javascripts/global.js index 8767a93..d3ad825 100644 --- a/build/assets/javascripts/global.js +++ b/build/assets/javascripts/global.js @@ -1 +1 @@ -jQuery(document).ready(function(e){e(".custom-option").find("input[type=checkbox],input[type=radio]").accessibleOptions(),e(".custom-select-wrapper").find("select").amwins_select(),e(".tabs").amwins_tabs(),e(".accordion").amwins_accordion(),e(".collapsible").amwins_collapsible(),e(".alert-remove-control").amwins_alert(),e("[data-tooltip]").amwins_collapsible(),e("[data-popover]").amwins_collapsible(),e("#styleguide-nav-primary").find("header").find("a").on("click",function(a){e("#styleguide-nav-primary > ul").data("hidden",!0).stop().slideUp(250),e(this).toggleClass("active"),e(this).parent().parent().next().stop().slideToggle(250),e(this).parent().parent().siblings("header").find("a").removeClass("active"),a.preventDefault()})}); \ No newline at end of file +jQuery(document).ready(function(){}); \ No newline at end of file diff --git a/build/assets/javascripts/libs/jquery.js b/build/assets/javascripts/libs/jquery.js index 7e53920..4c33338 100644 --- a/build/assets/javascripts/libs/jquery.js +++ b/build/assets/javascripts/libs/jquery.js @@ -1,3 +1,6 @@ +/*! jQuery v2.0.0 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license +//@ sourceMappingURL=jquery.min.map +*/ !function(e,t){function n(e){var t=e.length,n=ot.type(e);return ot.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}function r(e){var t=ht[e]={};return ot.each(e.match(at)||[],function(e,n){t[n]=!0}),t}function i(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=ot.expando+Math.random()}function o(e,n,r){var i;if(r===t&&1===e.nodeType)if(i="data-"+n.replace(vt,"-$1").toLowerCase(),r=e.getAttribute(i),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:yt.test(r)?JSON.parse(r):r}catch(o){}gt.set(e,n,r)}else r=t;return r}function s(){return!0}function a(){return!1}function u(){try{return X.activeElement}catch(e){}}function l(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function c(e,t,n){if(ot.isFunction(t))return ot.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return ot.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(jt.test(t))return ot.filter(t,e,n);t=ot.filter(t,e)}return ot.grep(e,function(e){return tt.call(t,e)>=0!==n})}function f(e,t){return ot.nodeName(e,"table")&&ot.nodeName(1===t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function p(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function d(e){var t=Mt.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function h(e,t){for(var n=e.length,r=0;n>r;r++)mt.set(e[r],"globalEval",!t||mt.get(t[r],"globalEval"))}function g(e,t){var n,r,i,o,s,a,u,l;if(1===t.nodeType){if(mt.hasData(e)&&(o=mt.access(e),s=ot.extend({},o),l=o.events,mt.set(t,s),l)){delete s.handle,s.events={};for(i in l)for(n=0,r=l[i].length;r>n;n++)ot.event.add(t,i,l[i][n])}gt.hasData(e)&&(a=gt.access(e),u=ot.extend({},a),gt.set(t,u))}}function m(e,n){var r=e.getElementsByTagName?e.getElementsByTagName(n||"*"):e.querySelectorAll?e.querySelectorAll(n||"*"):[];return n===t||n&&ot.nodeName(e,n)?ot.merge([e],r):r}function y(e,t){var n=t.nodeName.toLowerCase();"input"===n&&Ft.test(e.type)?t.checked=e.checked:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}function v(e,t){if(t in e)return t;for(var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=Kt.length;i--;)if(t=Kt[i]+n,t in e)return t;return r}function x(e,t){return e=t||e,"none"===ot.css(e,"display")||!ot.contains(e.ownerDocument,e)}function b(t){return e.getComputedStyle(t,null)}function w(e,t){for(var n,r,i,o=[],s=0,a=e.length;a>s;s++)r=e[s],r.style&&(o[s]=mt.get(r,"olddisplay"),n=r.style.display,t?(o[s]||"none"!==n||(r.style.display=""),""===r.style.display&&x(r)&&(o[s]=mt.access(r,"olddisplay",k(r.nodeName)))):o[s]||(i=x(r),(n&&"none"!==n||!i)&&mt.set(r,"olddisplay",i?n:ot.css(r,"display"))));for(s=0;a>s;s++)r=e[s],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[s]||"":"none"));return e}function T(e,t,n){var r=Xt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function C(e,t,n,r,i){for(var o=n===(r?"border":"content")?4:"width"===t?1:0,s=0;4>o;o+=2)"margin"===n&&(s+=ot.css(e,n+Qt[o],!0,i)),r?("content"===n&&(s-=ot.css(e,"padding"+Qt[o],!0,i)),"margin"!==n&&(s-=ot.css(e,"border"+Qt[o]+"Width",!0,i))):(s+=ot.css(e,"padding"+Qt[o],!0,i),"padding"!==n&&(s+=ot.css(e,"border"+Qt[o]+"Width",!0,i)));return s}function N(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=b(e),s=ot.support.boxSizing&&"border-box"===ot.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=Bt(e,t,o),(0>i||null==i)&&(i=e.style[t]),Ut.test(i))return i;r=s&&(ot.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+C(e,t,n||(s?"border":"content"),r,o)+"px"}function k(e){var t=X,n=Vt[e];return n||(n=E(e,t),"none"!==n&&n||(It=(It||ot(" - -

You've got the hang of this whole JavaScript thing. Your code works on ancient browsers, and positively sings on new ones. AMD, SPA, MVC -- you can do that stuff in your sleep, amirite? 

But now your users are trying to type in your Very Important Form, and nothing is showing up; you loaded Backbone into your app right there on line 1, but window.Backbone is nowhere to be found; that widget that's supposed to end up in a certain div is showing up somewhere completely different; calls to jQuery's .css() are doing absolutely nothing; and, rarely but not never, your app just doesn't load at all.

You thought you had the hang of this whole JavaScript thing, but now you're in the world of third-party JavaScript, where all you control is a single script tag and where it's all but impossible to dream up every hostile environment in which your code will be expected to work. "It works on my machine" has never rung quite so hollow.

In this talk, we'll take a look at some of the delightful bugs we've had to solve at Bazaarvoice while working on the third-party JavaScript app that collects and displays ratings and reviews for some of the world's largest retailers.

-
-
-

- About Rebecca Murphey -

- Rebecca Murphey is a staff software engineer at Bazaarvoice, where she leads the team that develops the third-party JavaScript application for collecting and displaying ratings, reviews, and other social commerce content. She is a frequent speaker on the topic of code organization and best practices at various JavaScript conferences, including Front-End Ops Conf, the 2014 jQuery Conference in San Diego, JSConf US 2013, JSConf US 2011, JSConf EU 2010, Full Frontal 2012, Fronteers 2012, and many others. She lives in Austin, TX, with her partner, their son, and their dog. -
- -
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
- - - - \ No newline at end of file diff --git a/build/schedule/api-anecdotes-and-aspirations/index.html b/build/schedule/api-anecdotes-and-aspirations/index.html deleted file mode 100644 index 53ffc4d..0000000 --- a/build/schedule/api-anecdotes-and-aspirations/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - API Anecdotes and Aspirations with Jason Hunter | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Everyone loves to hate the decisions other developers make. We point and gibe with our fellow co-workers at the dumb thing that other guy did, all the while knowing that in all likelihood somebody else is saying the same about us. This is especially true when it comes to API design.

In this talk, I will share some anecdotes about personal experiences I have had while integrating APIs over the past few years and give some tips to help you overcome any premature hair loss when working under similar circumstances. We will then turn the talk on its head and discuss steps that can be taken to mitigate being on the receiving end of a developer's temper tantrum.

-
-
-

- About Jason Hunter -

- Jason Hunter has been a Software Engineer at Red Ventures in various capacities over the past 4 years. Most recently, he heads up development for the insurance division. In 2010, Jason took the reigns of the local PHP User Group but has been woefully negligent of late. He also helps organize the annual TechCLT Holiday Party, which brings together people from many of the local technology user groups for end of year festivities. In his (little) free time, he enjoys taking his car to the track and spending time with his lovely wife and daughter. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/applications-languages-and-libraries/index.html b/build/schedule/applications-languages-and-libraries/index.html deleted file mode 100644 index d45efe9..0000000 --- a/build/schedule/applications-languages-and-libraries/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Applications, Languages, and Libraries with Steve Klabnik | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Different kinds of programming require different kinds of skills. Steve has worked on a number of projects over the years, being one of the most active contributors on GitHub, and will give a talk about his experiences working on three kinds of projects: applications, libraries, and languages. He'll discuss the unique challenges of each kind, which might make sense for you to contribute to, and war stories from being on too many core teams.

-
-
-

- About Steve Klabnik -

- Hypermedia enthusiast, prolific open source contributor, on contract with Mozilla to write documentation for Rust. Currently writing "Designing Hypermedia APIs," "Rust for Rubyists," and "Rails 4 in Action." -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/azure-for-non-microsoft-people/index.html b/build/schedule/azure-for-non-microsoft-people/index.html deleted file mode 100644 index 04edb1e..0000000 --- a/build/schedule/azure-for-non-microsoft-people/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Azure for non-Microsoft People with Scott Hanselman | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Join Scott as he shows you a practical, no-BS intro to Azure. 20% of Azure runs Linux, and you can easily deploy sites in PHP, node, Java and more. Push with Git, fire up a thousand VMs, and script it all with an open source node library. It's a whole new game and a whole no cloud. This talk wll will be 95% code and demos.

-
-
-

- About Scott Hanselman -

- Scott is a web developer who has been blogging at http://hanselman.com for over a decade. He works in Open Source on ASP.NET and the Azure Cloud for Microsoft out of his home office in Portland, Oregon. Scott has three podcasts, http://hanselminutes.com for tech talk, http://thisdeveloperslife.com on developers' lives and loves, and http://ratchetandthegeek.com for pop culture and tech media. He's written a number of books and spoken in person to almost a half million developers worldwide. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/beyond-mvc/index.html b/build/schedule/beyond-mvc/index.html deleted file mode 100644 index ec12dbf..0000000 --- a/build/schedule/beyond-mvc/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Beyond MVC with Alex Gaynor | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

For the past decade (time flies!) MVC web frameworks like Rails have dominated the landscape of web development. This talk will explore alternate patterns for developing web applications, and for frameworks themselves, and investigate whether MVC is ready for the challenges the always-changing web will bring.

-
-
-

- About Alex Gaynor -

- Alex is an open source engineer. He works on a wide variety of projects, mostly in Python, including Django, PyPy, CPython, and OpenStack. He serves on the board of directors for the Python Software Foundation and works for Rackspace. When he's not writing software Alex enjoys bagels and delis. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/black-girls-code/index.html b/build/schedule/black-girls-code/index.html deleted file mode 100644 index 96e726b..0000000 --- a/build/schedule/black-girls-code/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Black Girls Code with Kimberly Bryant | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
- -
-
-

- About Kimberly Bryant -

- Kimberly Bryant is the Founder and Executive Director of Black Girls CODE, a non-profit organization dedicated to introducing girls of color (ages 7-17) to the field of technology and computer programming with a concentration on entrepreneurial concepts. Ms. Bryant's has enjoyed a very successful 20+ year professional career in the pharmaceutical and biotech industries as an Engineering Manager in a series of technical leadership roles for various Fortune 100 companies such as Genentech, Merck, and Pfizer. Since 2011 Ms. Bryant has helped Black Girl CODE grow from a local organization serving only the Bay Area, to an international non-profit organization with chapters in 7 US cities and Johannesburg, South Africa serving over 2000 African/African-American, Latina, and Native American girls. Ms. Bryant serves on the National Champions Board for the National Girls Collaborative Project, and the National Board of the NCWIT K-12 Alliance. In August 2012, Kimberly Bryant was also given the honor of receiving the prestigious Jefferson Award for Community Service for her work to support communities in the Bay Area. In 2013 Black Girls Code and was selected by Business Insider in 2013 on its list of BusinessInsider.com’s list of The 25 Most Influential African-Americans in Technology and was named to The Root 100 list, and the Ebony Power 100 list in 2013. Ms. Bryant was honored in 2013 as a Champion of Change by the White House for her work in tech inclusion and for her focus on bridging the digital divide for girls. She has been identified as a thought leader in the area of tech inclusion and has spoken on the topic at events such as Personal Democracy Forum, TedX Kansas City, Platform Summit, Big Ideas Festival, SXSW, and others. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/building-modern-web-applications-with-meteor/index.html b/build/schedule/building-modern-web-applications-with-meteor/index.html deleted file mode 100644 index 40d56a3..0000000 --- a/build/schedule/building-modern-web-applications-with-meteor/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - Building Modern Web Applications with Meteor with Mark Shropshire | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Meteor is a pure JavaScript full stack framework for creating realtime interactive applications. Its simplicity allows for quick prototyping and building more complex applications faster than ever. The Meteor Development Group has created a framework which shifts away from the traditional web framework paradigm, while building on trusted open-source technologies.

This session will cover the following:

  • What is Meteor what makes it so special
  • How to install and use Meteor
  • Meteor app demo with code examples
-
-
-

- About Mark Shropshire -

- -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/building-oss-centric-companies-and-why-you-want-to/index.html b/build/schedule/building-oss-centric-companies-and-why-you-want-to/index.html deleted file mode 100644 index 1acc551..0000000 --- a/build/schedule/building-oss-centric-companies-and-why-you-want-to/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Building OSS-Centric Companies (and why you want to) with Leah Silber | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
- -
-
-

- About Leah Silber -

- Leah is a member of the Ember Core Team, a recently retired member of the jQuery Core Team, and one of the organizers behind the annual Golden Gate Ruby Conference, EmberConf and RailsConf. She spends most of her daytime hours at the startup she founded, Tilde Inc., where she works with numerous open source projects to help build communities and events. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/c-speak-presenting-ux-to-deciders/index.html b/build/schedule/c-speak-presenting-ux-to-deciders/index.html deleted file mode 100644 index 3acad30..0000000 --- a/build/schedule/c-speak-presenting-ux-to-deciders/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - C-Speak: Presenting UX To Deciders with Angel Anderson | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

UX has hit puberty. Clients and stakeholders are aware of terms like ecosystems, user journeys, and touch-points, but their understanding of exactly what these things are and how to use them for shaping a meaningful strategy is still fuzzy. Business owners now believe that customer experience is one of the best sources for long-term competitive advantages, but they still struggle to foster and achieve great experiences.

The good news is that clients increasing look to UX designers for answers about how our work can bring their business strategy to life. We are in a unique position to help companies evolve their strategy so that every touch-point becomes an opportunity for a great user experience. The catch is that to be successful, we must be fluent in the C-speak, the language of C-level executives and business directors, so we can help them recognize pain points and take the right steps to improving the user experience for their product, service, or brand.

There is a more strategic role for designers, but traditional design skills will only get you so far. To get a seat at the table with C-level stakeholders and deciders, you must acquire new communication skills and new know-how. This workshop will cover:

  • C-speak 101 – the language of business strategy
  • What UX can add to the conversation that others can’t
  • 5 capabilities to add to your repertoire
  • Techniques for communicating decision makers

Designers are not generally taught how to define opportunities in ways that are credible in a business context. By learning to speak the language of C-level executives and senior business managers, we can communicate how all channels and touch-points must work together not just stylistically but with strategic intelligence to create a true and lasting value exchange between businesses and customers.

-
-
-

- About Angel Anderson -

- Angel Anderson has 15+ years of experience humanizing digital products and services for clients such as Old Navy, Mattel, Best Buy, and American Express. Her design expertise has helped shape solutions for enterprise software platforms, large-scale web properties, and mobile apps with recent work focused on the link between physical and digital retail experiences. Angel is active in the Los Angeles design community as the founding IxDA Los Angeles local leader and as a guest lecturer at USC, UCLA, and The Arts Institute of California. When she's not designing, speaking, or traveling, Angel creates needle felted animals and tends a small urban farm with her family in Silverlake, California. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/civic-design-charlotte-code-for-america/index.html b/build/schedule/civic-design-charlotte-code-for-america/index.html deleted file mode 100644 index 1b2ccba..0000000 --- a/build/schedule/civic-design-charlotte-code-for-america/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Civic Design: Charlotte Code for America with Tiffany Chu | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
- -
-
-

- About Tiffany Chu -

- Tiffany is a designer, researcher, and urbanist. She is currently a Fellow at Code for America partnering with the City of Charlotte, and is passionate about helping cities and organizations become more accessible and user-centered through design and technology. Previously, Tiffany launched the UX research practice at Zipcar, worked as an innovation consultant at Continuum, and wrote for Dwell. Tiffany has a background in architecture and urban planning from MIT. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/design-for-the-one-little-thing-that-changes-everything/index.html b/build/schedule/design-for-the-one-little-thing-that-changes-everything/index.html deleted file mode 100644 index db09f1a..0000000 --- a/build/schedule/design-for-the-one-little-thing-that-changes-everything/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Design for the One Little Thing that Changes Everything with Pamela Pavliscak | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

So much of the news about technology is that it's bad for us - it's tapping in to our worst possible selves, it makes us anxious, we get caught in a dopamine loop. We'd just be happier without it. Or would we? Maybe, just maybe, there are things that make people happy when they use a favorite website and tap into a trusted mobile app. This session looks at the principles that the happiest websites and app share. A combination of data, little things, not-so-little things, social science, experiments, and real life uncovers some moments of truth about happy user experience. Come away with a short list of patterns, across sites and apps, that make people happy.

-
-
-

- About Pamela Pavliscak -

- Pamela is founder of Change Sciences, a user experience research and strategy firm for Fortune 500s, startups, and other smart companies. Over the past 15 years, she’s logged thousands of hours in the field trying to better understand how people use technology and run hundreds of UX studies on almost every type of site you could imagine. Lately, she's been thinking about how to bring together quantitative data and qualitative insights. She's also been encouraging women entrepreneurs, working with schools to create maker labs, and speaking about data fluency. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/designing-for-a-brand-aware-less-customer/index.html b/build/schedule/designing-for-a-brand-aware-less-customer/index.html deleted file mode 100644 index 3cf540c..0000000 --- a/build/schedule/designing-for-a-brand-aware-less-customer/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Designing for a Brand Aware-less Customer with Nora Richardson | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

"No one cares about your brand. It is not loved. It is not important. It is not invited anywhere but to your company picnic. That is, unless you can make the brand relevant to people’s lives. To the way they understand things…No one cares about your brand unless you find a way to speak to why you care about it." - Scott Goodson, Author of Uprising

And that is where design comes in. Most marketers identified brand awareness as a goal. And that is where design comes in. Most customers don’t feel like marketers understand them. And that is where design comes in. The ultimate purchasers are becoming blind in this noisy marketing world. And that is where design comes in.

We as designers need to rethink our world…rethink our purpose…rethink our importance.

  • Defining Brand Awareness vs Brand Aware-less
  • The Current Problem of Designers
  • How to Reach a Blinded Audience
-
-
-

- About Nora Richardson -

- Nora D. Richardson is a life-long learner, creative and a big believer in making the world better and more beautiful place through effective branding. Founder of her own branding design firm, Spot-On Branding, LLC, Nora is known as the "big picture" brand consultant and designer for small to mid-sized companies. She believes that you are never too small to look big. Nora speaks to business owners and students about branding and is regularly featured on websites such as Biznik, Brandergy, and Blogher. She has been published in The New York Times and The Costco Connection as well as been a co-host on an International Radio Show about branding, which reached listeners across three continents. Although she focus’ on small to mid-sized businesses, she has branded and designed for several Fortune 500 companies, including Kahlúa, the Olympics, and Northwest Airlines. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/designing-for-clients-working-together-for-the-health-of-the-project/index.html b/build/schedule/designing-for-clients-working-together-for-the-health-of-the-project/index.html deleted file mode 100644 index ffd64b8..0000000 --- a/build/schedule/designing-for-clients-working-together-for-the-health-of-the-project/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Designing for Clients: Working Together For The Health of the Project with Sophie Shepherd | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

With sites out there like "Clients From Hell" it can be easy to see clients as our opposition and to forget that they are actually our lifeblood and the sole reason that many designers have been able to make a career out of their passions. In this talk, Sophie will explain the importance of joining forces with clients rather than setting up against them. She will provide tips about educating, selling design, and keeping clients excited about the work at hand.

-
-
-

- About Sophie Shepherd -

- Sophie is a Senior Designer in Happy Cog's Austin office. She cares deeply about designing websites that are simple, easily navigable, and full of necessary, applicable content. When not designing, Sophie enjoys cooking, drinking beer outside, riding her bike, road trips, and camping. She is active in the Austin web design community, where she organizes the Dribbble Meetup and teaches Intro to Responsive Design and Intro to Sass for Girl Develop It. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/designing-for-love/index.html b/build/schedule/designing-for-love/index.html deleted file mode 100644 index b3c97d4..0000000 --- a/build/schedule/designing-for-love/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Designing for Love with Scott Stroud | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Spike Jonze's movie Her is about a man falling in love with his OS. The film is science fiction, and the forecasts are both exciting and challenging. As we imagine what’s next, the goal for UX designers is not how to make devices more human or more lovable. The questions we should chase are: How can we create products to sustain and amplify our human relationships rather than to replace or deflect them? Are we looking for technology to meet our needs or help us become less needful? How can we design Things that coax more good from our brains and our hearts?

-
-
-

- About Scott Stroud -

- Scott is a UX consultant, collaborating with organizations on their digital product strategy: interaction design, user testing, behavioral design and Lean UX methodologies. He was a principal interaction designer of the original NPR iPad app and the NPR.org responsive website. He is also a certified yoga teacher and writer. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/designing-killer-apps--websites-using-photoshop/index.html b/build/schedule/designing-killer-apps--websites-using-photoshop/index.html deleted file mode 100644 index f242d66..0000000 --- a/build/schedule/designing-killer-apps--websites-using-photoshop/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Designing Killer Apps & Websites Using Photoshop with Paul Trani | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

A large percentage of Photoshop users use it for screen design, and for good reason. In this session you will learn the features that make Photoshop perfect for screen design: smart guides, linked smart objects, tricks to generate graphics and creating CSS are just a few features to exploit. But it doesn’t stop there; Paul will then show you how to use Photoshop content in other apps like Muse, Reflow and Dreamweaver to easily create compelling website and apps.

The audience will learn:

  • How to use Photoshop to design
  • Reusing assets across multiple files
  • Outputting graphics
  • Using graphics in HTML and apps.
-
-
-

- About Paul Trani -

- Paul Trani is a Creative Suite Evangelist for Adobe Systems, focusing on workflows that empower designers and developers to publish to multiple screens and platforms. Paul has been an Adobe Certified Instructor and CourseWare creator for over a decade and as a writer and prolific trainer, Paul has earned top author status at Lynda.com and has created a constant stream of content for AdobeTV, as well as his own tutorials on www.paultrani.com. Prior to joining Adobe, Paul led a team of interactive designers and developers at Starz Entertainment producing multi-million dollar web and mobile campaigns. When he is not traversing the globe he can be found hiking somewhere in the Colorado mountains (and he’s not telling where). -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git "a/build/schedule/digital-adaptation-\342\200\223-time-to-untie-your-hands/index.html" "b/build/schedule/digital-adaptation-\342\200\223-time-to-untie-your-hands/index.html" deleted file mode 100644 index b98100e..0000000 --- "a/build/schedule/digital-adaptation-\342\200\223-time-to-untie-your-hands/index.html" +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Digital Adaptation – Time to Untie your Hands with Paul Boag | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

Do you feel like you are doing your job with one hand tied behind your back? Are you frustrated by company practices that are horribly antiquated and inappropriate for the digital world. Does your boss or client fail to understand the unique characteristics of the web?

If so you are not alone. The majority of traditional businesses are struggling to adapt to the digital economy and need your help even if they don’t realise it. In his talk Paul explains why this is, and what we (as the web community) can do about it. He highlights that to build a great website we have to be the catalyst for organisational change and recommends ways to start that happening.

Things you will learn include:

  • Why so many organisations are failing to adapt.
  • Why it falls to you to instigate the change in company culture.
  • Practical ways of instigating change.
  • Why your primary job isn’t to build websites, despite what your boss or client might think.
-
-
-

- About Paul Boag -

- Paul Boag has been working with the web since 1994. He is now co-founder of the digital agency Headscape, where he works closely with clients to establish their web strategy. Paul is a prolific writer having written Digital Adaptation, Website Owners Manual, Client Centric Web Design and numerous articles for publications such as .net magazine, Smashing Magazine and the econsultancy.com. Paul also speaks extensively on various aspects of web design both at conferences across the world and on his award winning web design podcast boagworld. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/digital-fluency-and-user-experience/index.html b/build/schedule/digital-fluency-and-user-experience/index.html deleted file mode 100644 index 1b9a496..0000000 --- a/build/schedule/digital-fluency-and-user-experience/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Digital Fluency and User Experience with J. Cornelius | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

People have explored the globe since the beginning of history, and have encountered new languages and methods of communication. The Web has done great things to bring us together across languages and cultures, but that doesn't mean we all understand things the same way, even if we are speaking the same language. This new digital landscape still has much to be explored.

In this talk we'll look at the idea of digital fluency and how different levels of understanding can impact experience in ways we might not have considered before. We'll look at some of the psychology behind how fluency influences judgement and perception of digital experiences, and how we can approach experience design to build meaningful connections with the people who use our creations.

-
-
-

- About J. Cornelius -

- J has been making websites and software for the web since 1998, and has been credited with creating several software features web designers and developers take for granted today. He's passionate about efficient, usable, aesthetically pleasing design. He is the President of Nine Labs, an experience and strategy consultancy where he works with companies far and wide to improve their products and services. He's also the President of the Atlanta Web Design Group, and founder of the Web Afternoon conference series. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/falling-in-love-with-forms/index.html b/build/schedule/falling-in-love-with-forms/index.html deleted file mode 100644 index 8544d93..0000000 --- a/build/schedule/falling-in-love-with-forms/index.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - Falling in Love with Forms with Aaron Gustafson | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

In this session, we will explore forms from top to bottom, examining how they work and how their components can be incorporated with other elements to maximize accessibility, improve semantics, and allow for more flexible styling. You’ll get to see the complete picture with forms, including: 

  • new HTML5 field types;
  • validation, error messages & formatting hints;
  • how to mark up and style forms for the greatest flexibility in responsive designs; and
  • best practices for enhancing forms with JavaScript.
-
-
-

- About Aaron Gustafson -

- Aaron has been building websites for nearly two decades and, in that time, has cultivated a love of web standards and an in-depth knowledge of website strategy, architecture, and interface design, picking up several programming languages along the way.He has served as Technical Editor for A List Apart, is a contributing writer for .net Magazine, and has filled a small library with his technical writing and editing credits. His latest book is Adaptive Web Design: Crafting Rich Experiences with Progressive Enhancement. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/full-stack-clojure/index.html b/build/schedule/full-stack-clojure/index.html deleted file mode 100644 index c9b3ff7..0000000 --- a/build/schedule/full-stack-clojure/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Full-Stack Clojure with Clinton Dreisbach | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Using libraries like Hoplon and Castra, Clojure can be used to develop web applications from client to server, making the communication between them easy to write and understand.

-
-
-

- About Clinton Dreisbach -

- Clinton is an instructor at The Iron Yard and a Clojure and Ruby hacker. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/getting-to-know-sass/index.html b/build/schedule/getting-to-know-sass/index.html deleted file mode 100644 index 7331c03..0000000 --- a/build/schedule/getting-to-know-sass/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Getting to know Sass with Claudina Sarahe | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
- -
-
-

- About Claudina Sarahe -

- Radical entrepreneur, developer, organizer, teacher and author driven by a desire to make a difference and bring a smile to a face. Claudina Sarahe has been striving for a more beautiful and useable web since 2005. She has worked with notable brands such as PBS, Charlie Rose, Daniel Libeskind, Scholastic, Huffington Post, and Deep Dish TV. She was a founding member of the UNICEF Innovations team and is on the board of MACILE, a non-profit dedicated to advancing STEM in less advantaged communities. She's taught high schoolers in the Dominican Republic and West Harlem and is the curriculum co-lead for Black Girls Code NYC chapter. She co-founded Autotax.me (RIP), a 2013 Y Combinator finalist, organizes the monthly NYC Sass Meetup and is the chair of SassConf. When she's not pursuing her various projects she can be found molding ideas into experiences for humans with OddBird. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/good-design-for-good-reason/index.html b/build/schedule/good-design-for-good-reason/index.html deleted file mode 100644 index 801f884..0000000 --- a/build/schedule/good-design-for-good-reason/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Good Design for Good Reason with Netta Marshall | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Design has the biggest potential for impact in the non-profit space, but much of the world's design power goes elsewhere. In this talk, you'll hear about my experiences designing for good at a non-profit aiming to expand access to healthcare to every person on the planet.

-
-
-

- About Netta Marshall -

- Netta Marshall is a designer and photographer based in San Francisco, California. She enjoys nighttime bike rides, and pillow fights, strumming guitars, and baking cookies. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/hands-on-with-polymer/index.html b/build/schedule/hands-on-with-polymer/index.html deleted file mode 100644 index 54c6199..0000000 --- a/build/schedule/hands-on-with-polymer/index.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - Hands-on with Polymer with Michael Labriola | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

Web Components allow for the viewing of web applications as a set of encapsulated, maintainable and reusable components. This half-day session will teach participants to work with the Polymer libraries to begin creating web components today, while learning about concepts such as the Shadow DOM, HTML Imports and Custom elements. This is a bleeding edge session, based on pre-alpha software, but it’s also insanely cool and undeniably useful. Michelle Yaiser and Michael Labriola invite you to come learn how to integrate these pieces into your process today in order to bring sanity and reuse to your world.

-
-
-

- About Michael Labriola -

- Michael Labriola is Senior Consultant at Digital Primates, architect of several open source projects, and a PMC member and committer for Apache Flex. He has been developing Internet applications since 1995 and has consulted for many of the world’s top brands. Michael is the co-author of five books on Internet technologies, an international speaker and team mentor and has delivered solutions for enterprises worldwide using a variety of platforms and technologies. His free time is spent escaping from technology through wine and food. -

- About Michelle Yaiser -

-

- Michelle Yaiser directs user research and helps plan educational content on Adobe’s Creative Cloud Learning team. Prior to joining Adobe she taught development at the college level and now enjoys working with new technologies and planning lessons without having to grade homework. She plays the clarinet and races cars (yes on a race track with other cars), and would love to have her own TARDIS. -

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/hardware-for-a-soft-world/index.html b/build/schedule/hardware-for-a-soft-world/index.html deleted file mode 100644 index 8877ed0..0000000 --- a/build/schedule/hardware-for-a-soft-world/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Hardware for a Soft World with Stacey Mulcahy | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

From microcontrollers to the Kinect, devices that were never meant to speak to each other and some that never should, this session will take a look at how to transition from the world of software into the one of hardware.

Collaborative projects will be shown and some electronic basics will be shared.

-
-
-

- About Stacey Mulcahy -

- Stacey Mulcahy is a technical evangelist with Microsoft for Windows 8. Prior, she was the Lead Developer working with a variety of technologies at Big Spaceship, a digital agency based out of Brooklyn, NY. She has worked at Teknision and Fuel Industries in Ottawa, Canada, and IQ Interactive in Atlanta in a variety of technical roles. A technical editor and instructor, Stacey enjoys sharing her love for her work in interactive development. She considers her lack of verbal filter and extreme candor just a small part of her charm. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/how-designers-destroyed-the-world/index.html b/build/schedule/how-designers-destroyed-the-world/index.html deleted file mode 100644 index 8d98306..0000000 --- a/build/schedule/how-designers-destroyed-the-world/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - How Designers Destroyed the World with Mike Monteiro | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Designers have a responsibility, not only to themselves and to their clients, but also to the wider world. We are designers because we love to create, but creation without responsibility breeds destruction. Every day, designers all over the world work on projects without giving any thought or consideration to the impact that work has on the world around them. This needs to change. In this bluntly honest talk, Mike will invite you to consider your responsibilities as a designer and embrace your role as gatekeeper. You’ll learn how to increase your influence and be moved to use your powers for good.

-
-
-

- About Mike Monteiro -

- Mike Monteiro is the co-founder and design director of Mule Design, an interactive design studio whose work has been called "delightfully hostile" by the New Yorker. He prefers elegant, simple sites with clear language that serve a real need. He prefers that designers have strong spines. Mike writes and speaks frequently about the craft and business of design. In early 2011, he gave a CreativeMornings talk entitled "F— You, Pay Me" that uplifted the downtrodden the world over, and he can be heard weekly as the co-host of Let’s Make Mistakes. His book about handling yourself professionally as a designer, Design Is a Job, was published by A Book Apart in 2012, and is being incorporated as a textbook in design programs across the country. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/how-to-do-great-work-without-losing-your-shirt-and-soul/index.html b/build/schedule/how-to-do-great-work-without-losing-your-shirt-and-soul/index.html deleted file mode 100644 index 14b162d..0000000 --- a/build/schedule/how-to-do-great-work-without-losing-your-shirt-and-soul/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - How to Do Great Work Without Losing Your Shirt (and Soul) with Brad Weaver | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Most of us who are any good at design, development, or UX got into this because we love it, not because we saw dollar signs. We grew up with concert posters, comic books, and t-shirts letting us know that creative is cool, and we'd like to keep it that way. But what happens when you've been at this for a while and you're still making fry cook wages (or so it seems)? Billing hourly, outsourcing, using templates, and all of the other less than exciting parts of the job creep in.

So how do you create great work, stay fresh, and avoid starvation all at once? Let's have a chat about real dollars, real projects, and real solutions to figure out how we can do what we love without losing our shirts and souls.

-
-
-

- About Brad Weaver -

- Brad Weaver is a Partner & Director of Design at Nine Labs. He designs, he codes, he writes, he UXs, he slices and dices. Brad went to school to be a lawyer, then he came to his senses and has spent the last 15 years as a UX generalist with a geek's heart of gold. His experience includes product development, interactive, branding, and market segmentation. He's been the big cheese, the plebeian, the middle manager, and the class clown. He's also folded clothes, pumped gas, bagged groceries, sold cell phones, and climbed the Great Wall of China. He likes beer, scotch, Oxford commas, and Jesus, but not in that order. He's worked with clients including MTV, Verizon, Bank of America, AT&T, ESPN, Disney, Columbia Records, NATO, SunTrust, The PGA, Olive Garden, Coca-Cola, Big Brothers Big Sisters, United Health Group, The Home Depot, Chick-fil-A, Macy’s, Hard Rock Café, and more. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/how-to-make-sense-of-any-mess/index.html b/build/schedule/how-to-make-sense-of-any-mess/index.html deleted file mode 100644 index a06bdd0..0000000 --- a/build/schedule/how-to-make-sense-of-any-mess/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - How to Make Sense of Any Mess with Abby Covert | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

In a world where everything is getting more complex and we are all experiencing personal information overload, there is a growing need to understand the tools and processes that are used to make sense of complex subjects and situations. These tools aren't hard to learn or even tough to implement but they are also not part of many people's education.

Information Architecture is a practice of making sense. A set of principles, lessons and tools to help anyone make sense of any thing. Whether you are - a student or professional, a designer, technologist or small business owner, an intern or executive - learn how information architecture can help you make sense of your next endeavor.

-
-
-

- About Abby Covert -

- Abby Covert is an independent information architect working and living in New York City. With a proven track record in establishing user-centric practices in a variety of creative environments, Abby also has a reputation for stellar information architecture work in a variety of consulting contexts. Abby prides herself on being an active organizer and mentor within the IA community. She served as Executive Producer for the IDEA conference in 2010 and the Information Architecture Summit in 2010 and 2012. She currently serves as Co Chair for the 15th annual Summit to be held in March 2014. Abby also serves as an adviser for and holds credit for inventing World Information Architecture Day, which held an inaugural event in 2012 with 14 locations globally serving over 1600 attendees. World IA Day 2014, now in its third year, looks to serve 20+ locations globally. Abby speaks and writes under the pseudonym Abby the IA, and currently serves as faculty for Parsons, The School of Visual Arts, General Assembly and Hyper Island. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/how-usable-are-you/index.html b/build/schedule/how-usable-are-you/index.html deleted file mode 100644 index ff0c9c1..0000000 --- a/build/schedule/how-usable-are-you/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - How Usable Are You? with Heather O'Neill | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

As UX professionals, we spend a lot of our time thinking about the usability of software. But how often do you stop to think about how usable you are – to your colleagues, stakeholders and peers? Many of the same considerations apply to people as to applications. So if you find that you’re not getting your points across, getting materials thrown “over the wall” to you, or not being invited to the conversations you know you should be part of… maybe it’s time for a usability review. Luckily, there are some things you can do to help your “users” gain more understanding and to produce better outcomes for everyone. We’ll cover how to more effectively interact with a team in order to get benefits for yourself and for the whole team, preventing problems down the line while making your working life much happier.

-
-
-

- About Heather O'Neill -

- A seasoned UX consultant, researcher and speaker, I've seen the realm of user experience expand to be increasingly intentional and nuanced. As a co-owner of UX design firm, Above the Fold, I've helped clients increase sales, decrease CSR calls, maximize efficiency and more. I'm a big believer in the "anyone can do it" philosophy, and I've led several workshops on usability testing, and coached teams to success in incorporating UX into their dev projects. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/index.html b/build/schedule/index.html index f58cff4..d466edf 100644 --- a/build/schedule/index.html +++ b/build/schedule/index.html @@ -10,889 +10,274 @@ - Schedule | Blend Conference: Sept 11-13 in Charlotte, NC + Schedule | Blend Conference: Sept 2-4, 2015 in Charlotte, NC - + - + - + - - - + + + - +
- -
-
-

- Workshops -

-

- Thursday, Sept. 11th -

-
    -
  • - 8:00am - 9:00am -
  • -
  • -

    - Registration -

    -
  • -
- -
    -
  • - 12:30pm - 2:00pm -
  • -
  • -

    - Lunch -

    -
  • -
- -
-
-

- Conference Day -

-

- Friday, Sept. 12th -

-
    -
  • - 8:00am - 8:45am -
  • -
  • -

    - Registration -

    -
  • -
-
    -
  • - 8:45am - 9:00am -
  • -
  • -

    - Opening Remarks -

    -
  • -
- -
    -
  • - 12:30pm - 1:45pm -
  • -
  • -

    - Lunch -

    -
  • -
- -
-
-

- Blend Day -

-

- Saturday, Sept. 13th -

-
    -
  • - 8:00am - 8:45am -
  • -
  • -

    - Registration -

    -
  • -
-
    -
  • - 8:45am - 9:00am -
  • -
  • -

    - Opening Remarks -

    -
  • -
- -
    -
  • - 12:30pm - 1:45pm -
  • -
  • -

    - Lunch -

    -
  • -
- -
    -
  • - 5:00pm - 5:15pm -
  • -
  • -

    - Closing Remarks -

    -
  • -
- -
    -
  • - 7:00pm -
  • -
  • -

    - After Party -

    -
  • -
+
+
+ +
+
+

+ Workshops +

+

+ Thursday, Sept. 11th +

+
    +
  • + 8:00am - 9:00am +
  • +
  • +

    + Registration +

    +
  • +
+
    +
  • + 9:00am - 12:30pm +
  • +
+
    +
  • + 12:30pm - 2:00pm +
  • +
  • +

    + Lunch +

    +
  • +
+
    +
  • + 2:00pm - 5:30pm +
  • +
+
+
+

+ Conference Day +

+

+ Friday, Sept. 12th +

+
    +
  • + 8:00am - 8:45am +
  • +
  • +

    + Registration +

    +
  • +
+
    +
  • + 8:45am - 9:00am +
  • +
  • +

    + Opening Remarks +

    +
  • +
+
    +
  • + 9:00am - 9:30am +
  • +
    +
  • + 9:45am - 10:30am +
  • +
    +
  • + 10:45am - 11:30am +
  • +
    +
  • + 11:45am - 12:30pm +
  • +
+
    +
  • + 12:30pm - 1:45pm +
  • +
  • +

    + Lunch +

    +
  • +
+
    +
  • + 2:00pm - 2:45pm +
  • +
    +
  • + 3:00pm - 3:45pm +
  • +
    +
  • + 4:00pm - 4:45pm +
  • +
    +
  • + 5:00pm - 5:30pm +
  • +
+
+
+

+ Blend Day +

+

+ Saturday, Sept. 13th +

+
    +
  • + 8:00am - 8:45am +
  • +
  • +

    + Registration +

    +
  • +
+
    +
  • + 8:45am - 9:00am +
  • +
  • +

    + Opening Remarks +

    +
  • +
+
    +
  • + 9:00am - 9:30am +
  • +
    +
  • + 9:45am - 10:30am +
  • +
    +
  • + 10:45am - 11:30am +
  • +
    +
  • + 11:45am - 12:30pm +
  • +
+
    +
  • + 12:30pm - 1:45pm +
  • +
  • +

    + Lunch +

    +
  • +
+
    +
  • + 2:00pm - 2:45pm +
  • +
    +
  • + 3:00pm - 3:45pm +
  • +
    +
  • + 4:00pm - 4:45pm +
  • +
+
    +
  • + 5:00pm - 5:15pm +
  • +
  • +

    + Closing Remarks +

    +
  • +
+
    +
  • + 5:15pm - 5:45pm +
  • +
+
    +
  • + 7:00pm +
  • +
  • +

    + After Party +

    +
  • +
+
+
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus -
+
+
+ +
+ +
+
+ + + - - \ No newline at end of file diff --git a/build/schedule/interface-animations-workshop/index.html b/build/schedule/interface-animations-workshop/index.html deleted file mode 100644 index 24909e6..0000000 --- a/build/schedule/interface-animations-workshop/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Interface Animations Workshop with Mark Geyer | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

Join Mark as he interprets traditional animation principles on how they might help you create better interface animations. Create CSS transitions and animations that perform well. Learn After Effects to create mini static prototypes that can double up as dribbble shots. Talk about current interaction tools that help convey your interactions and animations. Prototype animations in an environment like AngularJS with minimal effort.

-
-
-

- About Mark Geyer -

- Mark is designer who does a little bit of everything. His passion lies in designing product systems, crafting animations, and making illustrations. Mark has three jobs... he's a dad of three, a husband, and he works at Salesforce as a Lead Product Designer. He loves cats. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/interface-writing-code-for-humans/index.html b/build/schedule/interface-writing-code-for-humans/index.html deleted file mode 100644 index 034b380..0000000 --- a/build/schedule/interface-writing-code-for-humans/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Interface Writing: Code for Humans with Nicole Fenton | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

We build systems to help real people. But honestly, are we being that helpful in our interfaces? Or are we treating the copy as an afterthought and letting people fend for themselves? Instead of debating the latest design trends, let’s reflect on something that isn’t going away: the text on your website.

In this session, we’ll look at how strings, labels, forms, and flows shape the user experience. You’ll learn how to write clear copy and guide your readers through multipart interfaces in a friendly way.

-
-
-

- About Nicole Fenton -

- Nicole Fenton is an independent writer and editor in Brooklyn. She is the coauthor of Nicely Said: Writing for the Web with Style and Purpose (New Riders, 2014). Previously, Nicole was a content strategist at a large social network, a small design studio, and a startup incubator in San Francisco. She started her professional writing practice in 2005 at Apple, where she served as communications lead for five years. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/javascript-the-cloud-and-the-rise-of-the-new-virtual-machine/index.html b/build/schedule/javascript-the-cloud-and-the-rise-of-the-new-virtual-machine/index.html deleted file mode 100644 index bf6f800..0000000 --- a/build/schedule/javascript-the-cloud-and-the-rise-of-the-new-virtual-machine/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - JavaScript, The Cloud, and the rise of the New Virtual Machine with Scott Hanselman | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

One day we woke up and things were different. Suddenly we are scripting against thousands of Virtual Machines from the command line while creating things today with JavaScript in the browser that were impossible yesterday.

-
-
-

- About Scott Hanselman -

- Scott is a web developer who has been blogging at http://hanselman.com for over a decade. He works in Open Source on ASP.NET and the Azure Cloud for Microsoft out of his home office in Portland, Oregon. Scott has worked in tech for over 20 years building large systems with a number of nondenominational technologies. Scott has three podcasts: The Hanselminutes Podcast for tech talk, This Developer’s Life on developers’ lives and loves, and Ratchet and the Geek for pop culture and tech media. He’s written a number of books and spoken in person to almost a half million developers worldwide -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/learnings-from-collaborating-across-ux-and-design/index.html b/build/schedule/learnings-from-collaborating-across-ux-and-design/index.html deleted file mode 100644 index 392da74..0000000 --- a/build/schedule/learnings-from-collaborating-across-ux-and-design/index.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - Learnings from Collaborating across UX and Design with Anton Repponen | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

Irene Pereyra, User Experience Director / Designer and Anton Repponen, Creative Director / Designer, will walk-through an in-depth ‘behind the scenes’ of the redesign of Wacom.com and the challenges in other large redesigns in a chronological manner: from how the projects started, to the successes and hurdles faced along the way, and ultimately to launch.

This presentation is an opportunity to learn about the ideas that worked and the others that failed miserably. It is the ‘behind the scenes’ story of the real-life challenges faced by Anton and Irene, told in a refreshingly candid manner.

-
-
-

- About Anton Repponen -

- As Creative Director, Anton was responsible for delivering creative solutions for clients such as Google, Wacom, USA Today, HTC, Nickelodeon, Porsche and SAS. His client work has been awarded by Cannes, FWA, The Webbys and The European Design Awards. -

- About Irene Pereyra -

-

- Irene Pereyra, User Experience Director / Designer and Anton Repponen, Creative Director / Designer, will walk-through an in-depth ‘behind the scenes’ of the redesign of Wacom.com and the challenges in other large redesigns in a chronological manner: from how the projects started, to the successes and hurdles faced along the way, and ultimately to launch. This presentation is an opportunity to learn about the ideas that worked and the others that failed miserably. It is the ‘behind the scenes’ story of the real-life challenges faced by Anton and Irene, told in a refreshingly candid manner. -

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/lessons-learned-from-teaching-thousands-of-people-to-code/index.html b/build/schedule/lessons-learned-from-teaching-thousands-of-people-to-code/index.html deleted file mode 100644 index 726e92e..0000000 --- a/build/schedule/lessons-learned-from-teaching-thousands-of-people-to-code/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Lessons Learned from Teaching Thousands of People to Code with Heather Payne | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

In this session, Heather will share lessons learned from three years of teaching people how to code - first through founding the Canadian not-for-profit Ladies Learning Code, and then through running Canada's original programming bootcamp, HackerYou. She'll share stories of lives changed, amazing projects created by relative beginners, as well as the challenges involved in teaching beginners to code, and how to overcome them. You'll leave this session feeling inspired about the next generation of developers, and maybe even motivated to do your part to expose more beginners to the amazing world of creating - not just consuming - technology and the web. It might leave you looking at the junior developers at your company through a new lens.

-
-
-

- About Heather Payne -

- Heather Payne is the CEO of HackerYou, Canada’s original programming bootcamp and to date, the only one of dozens around North America that was founded by women. HackerYou offers Toronto’s best full- and part-time courses for people who want to learn to code. Heather also operates a 7000-square foot digital literacy education facility in the heart of downtown Toronto called The Lab. In 2011, Heather founded Ladies Learning Code, a Canadian not-for-profit organization that runs popular workshops for women (and men, and girls and boys) who want to learn computer programming and other technical skills in a social and collaborative way. Ladies Learning Code now has chapters in over a dozen cities across Canada and a thriving program for youth. In 2012, Heather spent a year working on a project for the Mozilla Foundation: her job was to build a community of people and organizations in Toronto who care about raising youth as creators – not just consumers – of technology and the web. The project was granted $365,000 in funding from the Ontario Trillium Foundation. Heather was an early investor in ShopLocket, and was recently named one of Canada’s 100 Most Powerful Women in the Trendsetters & Trailblazers category. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git "a/build/schedule/love--trust-\342\200\223-what-we-know-about-relationships-holds-true-in-products/index.html" "b/build/schedule/love--trust-\342\200\223-what-we-know-about-relationships-holds-true-in-products/index.html" deleted file mode 100644 index 7349cc8..0000000 --- "a/build/schedule/love--trust-\342\200\223-what-we-know-about-relationships-holds-true-in-products/index.html" +++ /dev/null @@ -1,175 +0,0 @@ - - - - - Love & Trust – What we know about relationships holds true in products with Ben Lehnert | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Why do some people fall in love with some products and others don’t? What does it take to get a product passed the first date toward a lifetime partner? This talk is about how you can apply the patterns of human relationships to design products that people fall in love with.

-
-
-

- About Ben Lehnert -

- Benedikt is the Chief Design Officer at 6Wunderkinder, the makers of Wunderlist. As a writer, advisor and speaker Benedikt is an advocate for human-centered design and has made it his goal in life to create meaningful experiences for millions of people. Benedikt developed a character-driven design approach and believes that making technology more human leads to an emotional connection between user and product and in the end to a more successful business. Benedikt loves handmade things, typography, the sound of water, Wall-E, the smell of fabric softener and photography in black and white. -

- About Cat Noone -

-

- Cat is a designer focused on building meaningful products. She is the Co-Founder and Design Chief of Liberio — Simple eBook creation and publishing through Google Drive. She advocates for the little details that make a big difference in design. Cat enjoys writing about design and tech, advising startups, speaking and working on side projects. Formerly in the special education field, she is a promoter and believer of technology in the classroom. In her spare time, Cat is a fan of making S'mores, getting lost in a good read, and a nail-biting TV series. -

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/microsoft-azure-hands-on/index.html b/build/schedule/microsoft-azure-hands-on/index.html deleted file mode 100644 index 4aaba66..0000000 --- a/build/schedule/microsoft-azure-hands-on/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Microsoft Azure Hands On with Mark Wilson | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
- -
-
-

- About Mark Wilson -

- Software craftsman, consultant and agile .NET/JavaScript web developer. User group leader and event planner. Loving husband, dog foster, and Disney aficionado. Mark specializes in cloud computing and web application development. Client side languages include HTML5, JavaScript, and CSS3. Server side technologies include Microsoft Visual C#, ASP.NET MVC, and SQL Server. He is a Senior .NET Developer at Logical Advantage (www.logicaladvantage.com) in Charlotte, NC. A self-motivated, energetic team leader able to quickly learn new technologies and tools. Experienced in all phases of the agile software development methodology. Focused on building applications that enhance and help people–not hinder them. Committed to providing the highest level of customer service and satisfaction. Delivers custom Business Process Management/Automation and Business Intelligence products and services. Mark lives with his wife and a house full of dogs, most of them being foster dogs. Hobbies include helping his wife with her non-profit animal rescue, promoting the development community, and everything Disney. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/modern-layouts-getting-out-of-our-ruts/index.html b/build/schedule/modern-layouts-getting-out-of-our-ruts/index.html deleted file mode 100644 index ddf109b..0000000 --- a/build/schedule/modern-layouts-getting-out-of-our-ruts/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Modern Layouts: Getting Out of Our Ruts with Jen Simmons | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

In the early years of the web, there was a lot of variation and experimentation with where to put content on a web page. Then, it seems we all settled into a handful of patterns and stayed there for over a decade. It wasn’t until the arrival of responsive design that new ideas for page layout started appearing. Now with new CSS properties for layout landing in browsers, we may be about to see a bigger renaissance in layout design patterns. How can we better use the space inside the glass rectangle? What layout innovations could help users better find and focus on what they want? Take a walk through where we’ve been, where we might be going, and how we can better design for the true medium at hand. This talk features practical examples of what's newly possible, along with access to a code repo for you to play with later. 

-
-
-

- About Jen Simmons -

- Jen Simmons is a designer who builds stuff, too. She’s best-known as the host of The Web Ahead, a podcast about changing technologies and the future of the web. Creating websites since 1996, Jen designs innovative sites and products using the latest web technology, pushing the envelope of what's possible. She's also an independent consultant and trainer, helping teams transition to a responsive design process and envision implementations of the HTML5 APIs. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/more-than-ui-how-the-brand-plays-a-role-in-the-user-experience/index.html b/build/schedule/more-than-ui-how-the-brand-plays-a-role-in-the-user-experience/index.html deleted file mode 100644 index 43ba2a0..0000000 --- a/build/schedule/more-than-ui-how-the-brand-plays-a-role-in-the-user-experience/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - More Than UI: How the Brand Plays a Role in the User Experience with Jason Toth | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

For years, branding and user experience design seem to be a discipline mixture more reminiscent of oil and water than peanut butter and jelly. However, the need for companies to communicate their values, messages, personality and products in a multi-channel yet consistent experience makes the line between branding and experience design razor thin. Touching on the intersection of marketing, service design, product design, technology, and customer/user experience, this talk will consider what the UX designer’s role could be within this landscape and whether or not we are (or should be) considering the brand experience in user experience design.

-
-
-

- About Jason Toth -

- With a range of professional experiences and design training including architecture, graphic design, and interaction design, Jason has worked in the software and web design industry for the past 10 years. He brings a wealth of industry knowledge in web strategy, usability, and information design, which he uses to create experiences that merge client needs with strong visual and interactive strategies. Jason’s user experience efforts have included projects for Puma, Google, Conservation International, WRAL, Duke University, and GoPole to name just a few. Previously, Jason worked at IBM where he was a senior user experience designer responsible for the design and strategy of products in their social collaboration software suite. Jason is active at the College of Design at NC State University, participating in numerous reviews, design projects, and undergraduate charrettes. Jason earned his B.S. in Architecture from the University of Virginia and a Master's of Graphic Design from NC State University. Prior to working as a User Experience Designer, he worked professionally as a freelance graphic designer and an intern architect. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/my-handbook/index.html b/build/schedule/my-handbook/index.html deleted file mode 100644 index e7f0d44..0000000 --- a/build/schedule/my-handbook/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - My Handbook with Mark Boulton | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Over the years, every designer picks up a ton of little tips and tricks along the way. Scraps of code, ways of doing things, stories of how not to do it, and how to do it. In this talk, Mark will share some thoughts from his notebook. You'll hear tales of designing by committee, the death of typesetting, content mountains and what happened when he led a team of designers in India for a week.

-
-
-

- About Mark Boulton -

- Mark Boulton runs a small design studio, Mark Boulton Design, working with clients such as ESPN, CERN, Al Jazeera and Drupal. In the past, he worked for the BBC and Agency.com, designing experiences for all manner of clients and people across the world. He also runs a small publishing imprint, Five Simple Steps, and a tool for making grids for web: Gridset. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/neuromarketing-the-next-generation-of-customer-intelligence/index.html b/build/schedule/neuromarketing-the-next-generation-of-customer-intelligence/index.html deleted file mode 100644 index 432d560..0000000 --- a/build/schedule/neuromarketing-the-next-generation-of-customer-intelligence/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Neuromarketing: The Next Generation of Customer Intelligence with Diana Lucaci | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

"If I had asked people what they wanted, they would've said faster horses." - Henry Ford

The future of customer-centric and experiential marketing relies heavily on your understanding of the customer. Traditional methods like surveys and focus groups tell you WHO is interested, and WHAT they're buying, but not WHY. Understanding why people do what they do is now made possible with scalable, portable and predictable neuroscience and biometric technologies.

This introductory session will cover:

  • Introduction to Neuromarketing
  • The current methods of gathering customer intelligence
  • Separating fact from fiction and what can be accurately measured
  • Available technologies and case studies
  • The future of consumer neuroscience research.
-
-
-

- About Diana Lucaci -

- Diana Lucaci is the CEO and Founder of True Impact Marketing, the leading Canadian neuromarketing strategy and research firm. True Impact Marketing has been featured on CBC The National, CBC Radio One - The Current, Rogers TV, Reader's Digest, Newstalk 1010, BizTV Canada, Strategy Magazine, TEDx Richmond Hill, etc. Diana was named one of Marketing Mag's Top 30 under Thirty for 2013. Diana is also the Canadian Chair of the Neuromarketing Science & Business Association (NMSBA), and speaks at various Advertising, Marketing and Market Research conferences. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/polishing-your-content-publishing-process/index.html b/build/schedule/polishing-your-content-publishing-process/index.html deleted file mode 100644 index 3845569..0000000 --- a/build/schedule/polishing-your-content-publishing-process/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Polishing Your Content Publishing Process with Lisa Maria Martin | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

You're starting to incorporate content strategy into your organization, building up (or elbowing your way into) a process that shepherds content from concept to implementation.

And yet: there are bottlenecks and broken tools, slowdowns and workarounds. Despite the big ideas and deliverables, the process of producing and publishing content is still awfully messy.

Luckily, you've got the skills to improve it. In this session, we'll talk about how the content strategy work you're already doing can help identify and untangle the knots in your team and workflow, and lead to a more sustainable content production process.

-
-
-

- About Lisa Maria Martin -

- Lisa Maria Martin is a content strategist, information architect, and writer based in Washington, DC. She is also an editor at A List Apart. In her previous lives, she’s been a copywriter, a designer, a journalist, and a lecturer at several universities, extolling the virtues of MLA citation and Oxford commas. You can follow her on Twitter @redsesame (but she mostly tweets about doges and Star Trek. Fair warning). -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/process-poetics-and-performance/index.html b/build/schedule/process-poetics-and-performance/index.html deleted file mode 100644 index 240a603..0000000 --- a/build/schedule/process-poetics-and-performance/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Process, Poetics and Performance with Sougwen Chung | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

How can established techniques in art making and composition find a new voice in the current cultural, technological and creative landscape?

Sougwen Chung shares her approach and reflects on her artistic development and forthcoming curiosities. From her origins as a violinist, to an artist working within the realm of intricate and textural audio-visuals and installation, Chung will trace her process of being inspired by tactile materials against a connection and disconnection with digital technology. In this talk, Sougwen will communicate an interdisciplinary perspective on culling influences and inquiry for exploring transitional edges in creative practice.

-
-
-

- About Sougwen Chung -

- Canadian-born, Chinese-raised, New York-based. Sougwen Chung is an interdisciplinary artist whose work explores transitional edges. Her artistic practice spans installation, sculpture, still image, drawing and performance, informing her multi-faceted approach to experiential art. Chung’s work iterates on the expressive agency of form catalyzed with software, sound, light and space. Her installations involve multiple layers of light on intricate structures, taking a variety of media and transforming it into spatial experiences. Her work has been featured in exhibitions in North America, Europe and Asia. Recent venues include the Museum of Contemporary Art in Geneva, Switzerland and 319 Scholes in Brooklyn, New York. Additionally, Chung has been featured in The New Yorker, Dazed and Confused, Cool Hunting and The Creators Project. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/rangular-blending-rails-and-angular-for-enterprise-applications/index.html b/build/schedule/rangular-blending-rails-and-angular-for-enterprise-applications/index.html deleted file mode 100644 index 6d8021b..0000000 --- a/build/schedule/rangular-blending-rails-and-angular-for-enterprise-applications/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Rangular: Blending Rails and Angular for Enterprise Applications with Adam Hunter | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
- -
-
-

- About Adam Hunter -

- Adam D. C. Hunter is Tax Management Associates Application Development Manager. For the last four years he has managed teams of developers at TMA specializing in software solutions for state and local government revenue enhancement projects. Adam is a leader in the Charlotte technology community; he has taught at local Ruby on Rails classes in Packard Place, instructed for the Charlotte Rails Girls event and has mentored junior programmers. He also presents to various Charlotte technology organizations on emerging and advanced software technologies and practices. His passion lies in user interface and automation, which he applies in his field by meticulously crafting software and training developers to meet his exacting standards. Prior to TMA, Adam worked for Basho, a noSQL start-up technology company, and has help various other technology related positions. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/reaching-asynchronous-cloud-nine-in-javascript/index.html b/build/schedule/reaching-asynchronous-cloud-nine-in-javascript/index.html deleted file mode 100644 index 84eac2c..0000000 --- a/build/schedule/reaching-asynchronous-cloud-nine-in-javascript/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Reaching asynchronous cloud nine in JavaScript with Garrett Johnson | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Asynchronous code can be tough to manage, even for a seasoned JavaScript developer. Sometimes it seems like the only options are a pyramid nested callbacks, a pyramid of nested promises, or trying some functional tricks that your friend Monad told you about in math class. Well, thanks to one of the language enhancements in ES6, we have a new option: clear and concise code with generators.

In this talk I will walk you through the underlying concepts of generators and how they can be applied to control the asynchronous behavior in your web or nodejs applications.

-
-
-

- About Garrett Johnson -

- Garrett Johnson is a local Charlotte resident where he works remotely as a Software Engineer for Segmentio and co-manages the local JavaScript and Go meetups. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/responsive-email-design-and-tooling/index.html b/build/schedule/responsive-email-design-and-tooling/index.html deleted file mode 100644 index 9e961a4..0000000 --- a/build/schedule/responsive-email-design-and-tooling/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Responsive Email Design and Tooling with Dan Denny | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

This presentation will cover a few small details on why you should be sending responsive email, but will focus on the techniques behind designing and building them. There will be code and tooling examples, as well as some repos for you to grab to try things out on your own.

-
-
-

- About Dan Denny -

- Dan is a front-end dev at Envy Labs, where he works on Code School projects. He has been called a "seriously good copy and paster" and he puts those skills to use as he spends his days learning, unlearning and relearning how to build things for the web. Knowledge sharing is one of his biggest passions, so he founded the Front-End Design Conference in St. Petersburg in 2009. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/responsive-typography/index.html b/build/schedule/responsive-typography/index.html deleted file mode 100644 index cb3cbfe..0000000 --- a/build/schedule/responsive-typography/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - Responsive Typography with Clarissa Peterson | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Your content is the most important feature of your website, so it's important to make sure that the text looks good and is easy to read no matter what device type or screen size it's being viewed on. One size does not fit all when it comes to typography, but you can use media queries to adjust type qualities such as size, line height, column width, margins, hyphenation, and even typeface depending on the viewport size. Learn how you can use CSS to apply design rules that will make your typography look better and perform better across devices. You'll also find out how typography affects the loading time of your website, and what you can do to improve performance.

-
-
-

- About Clarissa Peterson -

- Clarissa Peterson is a UX designer and web developer, and co-founder of Peterson/Kandy, a Montreal-based digital consultancy specializing in creating responsive websites. Clarissa frequently speaks and gives workshops on responsive design, mobile strategy, and user experience. She is the author of Learning Responsive Web Design: A Beginner's Guide, available now from O'Reilly Media. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/sass-map-magic/index.html b/build/schedule/sass-map-magic/index.html deleted file mode 100644 index f5b6a9f..0000000 --- a/build/schedule/sass-map-magic/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Sass Map Magic with Eric M Suzanne | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Maps are a powerful new data type in Sass 3.3 — giving you key-value pairs without the pain of nested lists, or the clutter of variables. Maps are great for site settings, mixin arguments, data storage, and more. We'll explore maps from the insane to the mundane, and find ways to incorporate them into any web project — from sites and apps, to Sass libraries and frameworks.

-
-
-

- About Eric M Suzanne -

- Eric Suzanne builds custom web software with OddBird, soundscapes with Teacup Gorilla, and performance art with Vicious Trap. He is the author of two forthcoming novels and many original performance pieces, core developer on the Compass project, creator of Susy (Sass layout engine), True (Sass unit testing), and other open-source projects. Eric has developed work for Mozilla, Junyo, SpringGun Press, The Operating System, The Media Archeology Lab, Illiterate Magazine, and Pittsburgh’s City Theatre. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/sell-your-story-grow-your-business-how-to-create-engaging-content-that-attracts-and-converts/index.html b/build/schedule/sell-your-story-grow-your-business-how-to-create-engaging-content-that-attracts-and-converts/index.html deleted file mode 100644 index 3e3bdbe..0000000 --- a/build/schedule/sell-your-story-grow-your-business-how-to-create-engaging-content-that-attracts-and-converts/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Sell Your Story, Grow Your Business: How to Create Engaging Content That Attracts and Converts with Michelle Salater | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-
  • The Why Factor - top 4 emotional drivers that motivate people to take action and stick around as loyal customers
  • How to strategize marketing campaigns around story for maximum ROI. (ie, people don’t connect to the product, they buy into the story behind it.)
  • How to create compelling story-driven copy that pre-qualifies prospects while building a community of lifetime customers who are brand warriors
-
-
-

- About Michelle Salater -

- Michelle Salater is the CEO of Sūmèr, LLC, a copywriting and content marketing firm for businesses that need a clear, optimized message that attracts and converts. Michelle frequently speaks to business owners on how to engage prospects and nurture loyal customer following using the power of story and measurable content marketing strategies. She is an award-winning writer and content expert featured in Entrepreneur Magazine, MyBusiness Magazine, and Under30CEO, among others. In 2009, Michelle won the Charleston Business Journal’s Forty under 40 award for her business and community leadership. She has spoken globally, including in Harare, Zimbabwe, for the Big Africa Conference. More recently, Michelle was interviewed on the Barry Moltz Business Insanity talk radio show. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/shepherding-unicorns-how-to-be-a-good-web-mentor/index.html b/build/schedule/shepherding-unicorns-how-to-be-a-good-web-mentor/index.html deleted file mode 100644 index e76fa96..0000000 --- a/build/schedule/shepherding-unicorns-how-to-be-a-good-web-mentor/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Shepherding Unicorns: How to be a Good Web Mentor with Jen Myers | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

The web industry moves fast - so fast that web education often has a difficult time keeping up with it. What can those of us currently in the industry do to teach and support the new generation of web creators? Let's talk about strategies, resources and inspirations that we can use to help grow students, apprentices and colleagues into well-rounded designers and developers who understand how to create beautiful and functional web products from the ground up.

-
-
-

- About Jen Myers -

- Jen Myers is a web designer/developer and part of the instructor team at Dev Bootcamp in Chicago. In 2011, she founded the Columbus, Ohio chapter of Girl Develop It, an organization that provides introductory coding classes aimed at women, and currently serves there as an organizational advisor. She speaks regularly about design, development and diversity, and focuses on finding new ways to make both technology and technology education accessible to everyone. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/simple-accessibility-the-bare-minimum-for-compassionate-development/index.html b/build/schedule/simple-accessibility-the-bare-minimum-for-compassionate-development/index.html deleted file mode 100644 index 0d53c1c..0000000 --- a/build/schedule/simple-accessibility-the-bare-minimum-for-compassionate-development/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Simple Accessibility: The Bare Minimum for Compassionate Development with Melissa Avery-Weir | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

As front-end developers, we bear significant responsibility to ensure that our teams’ creations can be used by real people. We’re often told that accessibility is a “nice idea,” but that it’s too costly to learn, implement, or validate, or that people who “need accessibility” can just ask someone to help them. We then build sites and apps for an audience of mythical people with exceptional eyesight and hearing, full range of motion in their bodies, impeccable memory, and as much attention span as we think they should have.

We can do better, and if we want to take pride in crafting quality software, we must. Learn what accessibility really covers, how to incorporate it into ongoing development, and how to verify we’re doing it correctly.

-
-
-

- About Melissa Avery-Weir -

- Melissa is a front-end/.NET/Django UX developer currently plying their trade for local Charlotte companies LendingTree and Future Proof Games. They've been doing web development in one way or another since about 2000, when blogging was new and classic ASP with Access databases was all the rage for single developers. They flourish in the end-to-end processes of software and game creation: that never-ending, never-perfect crafting that produces art, valued services, profit, and -- with success -- joy for users. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/start-at-the-top-getting-your-first-design-job-in-tech/index.html b/build/schedule/start-at-the-top-getting-your-first-design-job-in-tech/index.html deleted file mode 100644 index 65eeeee..0000000 --- a/build/schedule/start-at-the-top-getting-your-first-design-job-in-tech/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Start at the Top: Getting Your First Design Job in Tech with Allison House | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
- When you have no work experience under your belt, how do you show employers you’d still be a great design hire? I’ll discuss my experience hiring and getting hired at tech startups like Dropbox, Codecademy, and Treehouse. I’ll also identify the characteristics that signal to employers you have an explosive trajectory—and make it easy for them to say, “Yes!” -
-
-

- About Allison House -

- Allison House is a product designer exploring the intersections of art, technology, education. She writes about starting a career in design on her blog, http://allison.house. Her work includes Dropbox and Codecademy, and has been featured in the New York Times, TIME Magazine, Wall Street Journal, and more. She paints portraits and abstracts in her spare time. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/svg-is-for-everybody/index.html b/build/schedule/svg-is-for-everybody/index.html deleted file mode 100644 index f6aae4b..0000000 --- a/build/schedule/svg-is-for-everybody/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - SVG is for Everybody with Chris Coyier | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

While SVG isn’t exactly new, browser support is just getting to the point that we can use it without much worry. Even if we do need fallbacks for older browsers, modern tools make it easy. This makes now the perfect time to learn about SVG and how it can help you in everyday web design. Perhaps the most compelling reason: SVG images look sharp at any dimension with tiny file sizes—which is great for making responsive websites responsibly.

You’ll also learn how SVG helps make otherwise awkward shapes easy to make, and how to use it to make icons that are more accessible than with any other web-based icon creation technique. You’ll learn how SVG can make customized complex graphics on the fly, create compelling animations and other interactions, and empower some pretty great designerly effects. We’ll end by discovering a cornucopia of SVG source materials that are easy to find and even easier to work with.

-
-
-

- About Chris Coyier -

- Chris is the force behind CSS-Tricks, previously he was with Wufoo and SurveyMonkey as Lead Hucklebucker. Chris is a Wordpress expert having authored the Digging into Wordpress book and the Lynda.com Wordpress 3 tutorial series. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/take-a-deep-breath-were-all-in-this-together/index.html b/build/schedule/take-a-deep-breath-were-all-in-this-together/index.html deleted file mode 100644 index 2ef584e..0000000 --- a/build/schedule/take-a-deep-breath-were-all-in-this-together/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Take a Deep Breath: We're All in This Together with Laura Helen Winn | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

What does life look like when we stop pretending we know everything? How does our outlook change after we get down to the hard work of improving ourselves? Graduating design school is just the beginning, and your technical skills will only take you so far.

What's the real trick to success? Coming to terms with who you are, where you fall short, and having the courage to change for the better. I won't teach you how to be a rockstar designer. I will teach you how to be an excellent human.

-
-
-

- About Laura Helen Winn -

- Laura Helen Winn is a visual designer who focuses on digital services and products. She works with the designers, researchers, and engineers at Smart Design in San Francisco, where she bring projects to life–from user research to final designs. Laura is driven by thinking critically about design as a discipline, and encouraging new designers to do the same. That's why she co-founded Hike, a conference for new designers, presented by The Secret Handshake. Her mission is to empower new designers to do the hard work required to reach their aspirations. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/teaching-with-javascript/index.html b/build/schedule/teaching-with-javascript/index.html deleted file mode 100644 index 5937a4d..0000000 --- a/build/schedule/teaching-with-javascript/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Teaching with JavaScript with Martha Girdler | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

I am a self taught programmer. I grew up in Alabama where the opportunity to learn about computers was not readily available. After I completed Hacker School I began hosting hack days and user groups in my community to share the opportunity I had been given. Through these experiences I learned how to teach and how to support those who want to learn. In particular, I found that learning JavaScript is an excellent first step to help students fall in love with programming.

In this talk I'll share what I've learned with you. We'll cover common barriers to entry, how to mitigate them, and I'll show you the kinds of projects encourage new programmers to stick with it.

-
-
-

- About Martha Girdler -

- Martha Kelly Girdler is an artist turned self-taught Software Engineer. She studied Art/Art History and Design at Auburn University, became obsessed with programming at Hacker School in New York City, and now works on making Driver Operations insanely efficient at Uber. She is a bit obsessed with teaching people about •:*¨☆ computers ☆¨*:•, kittens, and chanel mademoiselle. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/team-communication-through-code/index.html b/build/schedule/team-communication-through-code/index.html deleted file mode 100644 index d43ca4d..0000000 --- a/build/schedule/team-communication-through-code/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Team Communication Through Code with Rachel Ober | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

Over the past year, Paperless Post has grown tremendously in terms of goals, accomplishments, and new employees. We’ve come to find that with that rapid expansion are some growing pains that necessitated us to rethink and retool how we communicated within our individual teams as well as across teams. But the question becomes, how can we communicate our core beliefs and impart our knowledge of the code base to new team members as quickly and seamlessly as possible without losing the camaraderie and gained experience of a smaller start up? This talk will discuss some of the techniques and tools we use to communicate within and among our teams as well as examine ways to improve ourselves further.

-
-
-

- About Rachel Ober -

- Rachel is a software engineer at Paperless Post in New York City who focuses on front-end technologies and the user interface. She has taught at General Assembly in Manhattan and has contributed to their Front-end and Ruby on Rails curriculum that is used at their various campuses around the world. Starting in 2013, Rachel organizes and volunteers her time teaching women Ruby and Ruby on Rails through RailsBridge NYC. Rachel is an avid paper crafter and loves to talk about her Pembroke Welsh Corgi, Isabella. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/the-creation-of-a-brand/index.html b/build/schedule/the-creation-of-a-brand/index.html deleted file mode 100644 index e4071b7..0000000 --- a/build/schedule/the-creation-of-a-brand/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - The Creation of a Brand with Christy Harner | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

Whether a startup company or a new product line for an existing business, Christy will discuss the process of creating a brand identity with a client. From market analysis and "unique factor" discovery to logo and tagline creation, from messaging and web design to social media campaigns and video production, we will walk through a typical brainstorming session and learn how to effectively win a client's heart and give them a product and brand identity that will exceed their expectations and bring to life their dream.

-
-
-

- About Christy Harner -

- Christy Harner is the Creative Principal and co-founder of Binary Ventures, a digital agency and app development firm in Charlotte, North Carolina. A serial entrepreneur, she has been a founding member of several other companies, including NexTable, Spendboss and Dream Big. Her passion is for design-- whether in film, illustration or web development. Every year, Christy helps dozens of startups create their entire identity--from logo to mobile apps to social media to film. She has a B.A. in Cross-Cultural Studies and has written several young adult novels, including Behind Every Illusion. In her spare time, she travels the world, spends time with her kids, and studies Mandarin Chinese. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/the-future-of-interfaces-to-government/index.html b/build/schedule/the-future-of-interfaces-to-government/index.html deleted file mode 100644 index d76cb90..0000000 --- a/build/schedule/the-future-of-interfaces-to-government/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - The Future of Interfaces to Government with Jennifer Pahlka | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
- -
-
-

- About Jennifer Pahlka -

- Jennifer is the founder and executive director of Code for America, which works to make government work for the people, by the people, in the 21st century. She recently served as US Deputy Chief Technology Officer in the White House Office of Science and Technology Policy. Prior to CfA, Jennifer worked in technology media, on the Web 2.0 and Gov 2.0 events for TechWeb with O'Reilly Media and the Game Developers Conference and associated media with CMP. She is known for her TED talk, Coding a Better Government, and the recipient of several awards, including MIT’s Kevin Lynch Award, the Oxford Internet Institute’s Internet and Society Award, and the National Democratic Institute’s Democracy Award. She lives in Oakland, CA with her family and seven chickens. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/the-web-developers-toolbag/index.html b/build/schedule/the-web-developers-toolbag/index.html deleted file mode 100644 index c37a087..0000000 --- a/build/schedule/the-web-developers-toolbag/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - The Web Developer's Toolbag with Moses Ngone | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

The web developers workflow can dramatically change everyday. With the influx of new tools, processes and applications, we all sometimes feel like we need to learn how to use all of them.

Well in this talk, we will explore the use and combination of some new "shinies", old and tested ones and a couple of hidden rarely used ones.

We will piece it all together and make a great toolchain that doesn't get you overwhelmed. Tools include grunt, phing, capistrano,boxen, hubot, vagrant and a few more

-
-
-

- About Moses Ngone -

- Moses is the Director of Engineering at Nine Labs. After many years curating code for the likes of Cengage and Sharecare, he took the leap and created his solo consultancy Mospired while managing projects at Epic Labs. When not at the office, Mo loves sharing ideas and giving back to the community. As an active member of Atlanta web community, he participates and speaks on various topics related to web development. On any given weekend he is glued to the screen fueling his "fanhood" of the Arsenal Football Club (Gunners) and or looking out for the ever elusive super car. Ask him about it. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/think-like-them-solving-ux-problems/index.html b/build/schedule/think-like-them-solving-ux-problems/index.html deleted file mode 100644 index 92d74a4..0000000 --- a/build/schedule/think-like-them-solving-ux-problems/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Think like them: Solving UX Problems with Jessie Shternshus | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
- Stuck on a problem? Don’t understand your user? This interactive workshop will give you the tools to have empathy and understanding for your user and then effectively collaborate with your team to come up with creative ways to their solve problems. -
-
-

- About Jessie Shternshus -

- As the founder and owner of The IMPROV EFFECT, Jessie weds her lifelong passion for and expertise in applied improv with the fast pace and demands of the corporate world. She travels worldwide creating powerful learning environments for developers, designers, product owners, and many other teams, that will enable them to become better listeners, team players, problem solvers, innovators and collaborators. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/to-the-moon-and-back-taking-the-leap-towards-solving-big-problems/index.html b/build/schedule/to-the-moon-and-back-taking-the-leap-towards-solving-big-problems/index.html deleted file mode 100644 index 3152592..0000000 --- a/build/schedule/to-the-moon-and-back-taking-the-leap-towards-solving-big-problems/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - To The Moon And Back: Taking the Leap Towards Solving Big Problems with Julia Elman | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

President John F. Kennedy was a visionary. In 1962, he proposed the seemingly impossible challenge of walking on the Moon. On July 20, 1969, that challenge became a reality. It was a moment in our history that propelled us into moving beyond our self-imposed limitations of what we, as human beings, are capable of doing.

Today, we see how this vision of space travel has affected our love and work on technology. Our multiple devices and subscriptions guide us through our daily lives, which has changed the way we see our world.

But how does this love for technology propel us forward to solve the most difficult problems we face as a society: ever growing issues, such as hunger, poverty, climate change, social inequality and injustice?

This talk reflects upon where we are as technologists, where we have been and how we can start focusing again on solving hard problems. We’ll go over ways attendees can contribute their talents, gifts and ideas to varying initiatives around the globe which are taking on these challenging issues.

-
-
-

- About Julia Elman -

- Julia has been working her brand of web skills for nearly a decade. She started out as a designer for an internal marketing group at a travel agency in Los Angeles, and quickly honed her skills as a web designer using HTML/CSS. Her creative nature drove her to find work at Hallmark Cards, Inc. She worked mostly on Flash development and on projects such as the Product (RED) campaign and Hallmark’s site re-design. In 2007, her team was awarded the AIGA award for Web Design as a result of their work on the Product (RED) microsite. She first learned about Django after attending the 2008 SXSW Interactive Festival. She was amazed at how rapidly you can create useful web applications using Django. Shortly after the festival, she left Hallmark to work at the Lawrence Journal World as a Junior Designer/Developer, where Django originated. She worked on projects such as Ellington CMS and Marketplace, where she developed applications, designed templates, and wrote client-side documentation. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/web-designer/-motion-designer/index.html b/build/schedule/web-designer/-motion-designer/index.html deleted file mode 100644 index cf16973..0000000 --- a/build/schedule/web-designer/-motion-designer/index.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - Web Designer/ Motion Designer with Val Head | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - -
- -
-

-
-

With the current state of CSS and JavaScript the web has seriously stepped up its animation game. As web designers and developers we’ve never had to understand animation principles like we do now. Smart animation comes from thinking like a motion designer when adding animations and transitions to our web work. There is a huge depth of knowledge we can pull from while we design and build the new UIs of the web.

In this session we will demonstrate key animation principles like timing, offsets, and others as they apply to UI work on the web. And we'll cover principles specific to UI animation that will make your work both usable and delightful. Consider this your crash course into becoming a web animation pro!

-
-
-

- About Val Head -

- Val Head is a designer and consultant based in Philadelphia. Her work ranges from projects on the web to interactive installations to print. She is the author of The Pocket Guide to CSS Animations, teaches CSS Animations on Lynda.com, and hosts the All The Right Moves tutorial screencast. You can find her on stage speaking at events like An Event Apart and encouraging others to do the same as the co-host of the Ladies in Tech podcast. She also founded the popular Web Design Day conference, and leads workshops around the world on animation for the web and creative coding. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/work-is-the-magic-bullet/index.html b/build/schedule/work-is-the-magic-bullet/index.html deleted file mode 100644 index 8174a17..0000000 --- a/build/schedule/work-is-the-magic-bullet/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Work is the Magic Bullet with Greg Hoy | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

"No one looks back on their lives and remembers the nights they had plenty of sleep" — J. Cornelius

Your personal success isn't just delivered to you on a silver platter. You have to hustle and make things happen yourself. Getting ahead means working hard, smart, and building trust along the way.

If getting ahead in your line of work means getting promoted and/or making more money, Greg is here to assist you. Bosses promote hard, smart workers. And you don't have to pull 60-80 hour work weeks to do it. You just have to know what they are looking for.

Greg has been managing teams for two decades. Through the course of his experience, he's learned that the people who are most likely to advance in their careers are those who embody specific characteristics — characteristics he will share with you that you can put into action immediately. When it comes to review time, you manager will be looking for them. If you follow them, you'll have a significant advantage.

-
-
-

- About Greg Hoy -

- As CEO, Greg Hoy brings 20 years of interactive design and management experience to Happy Cog. Greg began his career in sales and marketing in 1992, before turning his focus to interactive design in 1994. He worked as a web designer for 10 years, and has managed teams since 1997. His career spans the publishing, media, insurance, and tech consulting industries. An entrepreneur at his core, he has launched several successful companies. Greg and industry pioneer Jeffrey Zeldman partnered in 2006 to expand Happy Cog's footprint to Philadelphia, and later further expanded the company's reach and capabilities by merging with boutique design studio Airbag Industries in 2009. Greg received his BA in Management from Gettysburg College, where he now is an active alumni and serves on the college's Marketing and Communications committee. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/schedule/you-me--the-future-of-online-video/index.html b/build/schedule/you-me--the-future-of-online-video/index.html deleted file mode 100644 index 4a12164..0000000 --- a/build/schedule/you-me--the-future-of-online-video/index.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - You, Me & the Future of Online Video with Darcy Clarke | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
-

In this talk we’ll examine the past, present and future of video, the most immersive type of content, on the web; Including solutions for solving cross-platform implementation problems and insights/examples of new technologies like video decodes, JavaScript-based codecs (ORBX.js) and much more. Along the way we’ll touch on accessible libraries, new standards/implementations and the importance of DRM and the EME spec to the way we develop video-based experiences on the web.

-
-
-

- About Darcy Clarke -

- Darcy Clarke is an award winning Front-end Developer, Designer, User Experience Advocate & Entrepreneur. He speaks, mentors, builds & promotes all things HTML5, CSS3, JS & Open Source related. -
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/-/index.html b/build/speakers/-/index.html new file mode 100644 index 0000000..7e0534c --- /dev/null +++ b/build/speakers/-/index.html @@ -0,0 +1,140 @@ + + + + + | Blend Conference: Sept 11-13 in Charlotte, NC + + + + + + + + + + + + + + + + + +
+ +
+
+

+ A little more about +

+ +
+
+

+ 's Presentation +

+
+
+ +
+
+

+ +

+

+ +

+
+
+
+

+ Incredibly supportive sponsors that we love +

+

+ We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. +

+ View the Prospectus + +
+
+ + + \ No newline at end of file diff --git a/build/speakers/aaron-gustafson/index.html b/build/speakers/aaron-gustafson/index.html deleted file mode 100644 index 54034fb..0000000 --- a/build/speakers/aaron-gustafson/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Aaron Gustafson | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Aaron -

- Aaron has been building websites for nearly two decades and, in that time, has cultivated a love of web standards and an in-depth knowledge of website strategy, architecture, and interface design, picking up several programming languages along the way.He has served as Technical Editor for A List Apart, is a contributing writer for .net Magazine, and has filled a small library with his technical writing and editing credits. His latest book is Adaptive Web Design: Crafting Rich Experiences with Progressive Enhancement. -
-
-

- Aaron's Presentation -

-
-
- -
-
-

- Falling in Love with Forms -

-

-

In this session, we will explore forms from top to bottom, examining how they work and how their components can be incorporated with other elements to maximize accessibility, improve semantics, and allow for more flexible styling. You’ll get to see the complete picture with forms, including: 

  • new HTML5 field types;
  • validation, error messages & formatting hints;
  • how to mark up and style forms for the greatest flexibility in responsive designs; and
  • best practices for enhancing forms with JavaScript.
-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/abby-covert/index.html b/build/speakers/abby-covert/index.html deleted file mode 100644 index f489213..0000000 --- a/build/speakers/abby-covert/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Abby Covert | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Abby -

- Abby Covert is an independent information architect working and living in New York City. With a proven track record in establishing user-centric practices in a variety of creative environments, Abby also has a reputation for stellar information architecture work in a variety of consulting contexts. Abby prides herself on being an active organizer and mentor within the IA community. She served as Executive Producer for the IDEA conference in 2010 and the Information Architecture Summit in 2010 and 2012. She currently serves as Co Chair for the 15th annual Summit to be held in March 2014. Abby also serves as an adviser for and holds credit for inventing World Information Architecture Day, which held an inaugural event in 2012 with 14 locations globally serving over 1600 attendees. World IA Day 2014, now in its third year, looks to serve 20+ locations globally. Abby speaks and writes under the pseudonym Abby the IA, and currently serves as faculty for Parsons, The School of Visual Arts, General Assembly and Hyper Island. -
-
-

- Abby's Presentation -

-
-
- -
-
-

- How to Make Sense of Any Mess -

-

-

In a world where everything is getting more complex and we are all experiencing personal information overload, there is a growing need to understand the tools and processes that are used to make sense of complex subjects and situations. These tools aren't hard to learn or even tough to implement but they are also not part of many people's education.

Information Architecture is a practice of making sense. A set of principles, lessons and tools to help anyone make sense of any thing. Whether you are - a student or professional, a designer, technologist or small business owner, an intern or executive - learn how information architecture can help you make sense of your next endeavor.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/adam-hunter/index.html b/build/speakers/adam-hunter/index.html deleted file mode 100644 index 736b309..0000000 --- a/build/speakers/adam-hunter/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Adam Hunter | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Adam -

- Adam D. C. Hunter is Tax Management Associates Application Development Manager. For the last four years he has managed teams of developers at TMA specializing in software solutions for state and local government revenue enhancement projects. Adam is a leader in the Charlotte technology community; he has taught at local Ruby on Rails classes in Packard Place, instructed for the Charlotte Rails Girls event and has mentored junior programmers. He also presents to various Charlotte technology organizations on emerging and advanced software technologies and practices. His passion lies in user interface and automation, which he applies in his field by meticulously crafting software and training developers to meet his exacting standards. Prior to TMA, Adam worked for Basho, a noSQL start-up technology company, and has help various other technology related positions. -
-
-

- Adam's Presentation -

-
-
- -
-
-

- Rangular: Blending Rails and Angular for Enterprise Applications -

-

- -

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/alex-gaynor/index.html b/build/speakers/alex-gaynor/index.html deleted file mode 100644 index e809116..0000000 --- a/build/speakers/alex-gaynor/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Alex Gaynor | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Alex -

- Alex is an open source engineer. He works on a wide variety of projects, mostly in Python, including Django, PyPy, CPython, and OpenStack. He serves on the board of directors for the Python Software Foundation and works for Rackspace. When he's not writing software Alex enjoys bagels and delis. -
-
-

- Alex's Presentation -

-
-
- -
-
-

- Beyond MVC -

-

-

For the past decade (time flies!) MVC web frameworks like Rails have dominated the landscape of web development. This talk will explore alternate patterns for developing web applications, and for frameworks themselves, and investigate whether MVC is ready for the challenges the always-changing web will bring.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/allison-house/index.html b/build/speakers/allison-house/index.html deleted file mode 100644 index 5632eac..0000000 --- a/build/speakers/allison-house/index.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - Allison House | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Allison -

- Allison House is a product designer exploring the intersections of art, technology, education. She writes about starting a career in design on her blog, http://allison.house. Her work includes Dropbox and Codecademy, and has been featured in the New York Times, TIME Magazine, Wall Street Journal, and more. She paints portraits and abstracts in her spare time. -
-
-

- Allison's Presentation -

-
-
- -
-
-

- Start at the Top: Getting Your First Design Job in Tech -

-

- When you have no work experience under your belt, how do you show employers you’d still be a great design hire? I’ll discuss my experience hiring and getting hired at tech startups like Dropbox, Codecademy, and Treehouse. I’ll also identify the characteristics that signal to employers you have an explosive trajectory—and make it easy for them to say, “Yes!” -

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/angel-anderson/index.html b/build/speakers/angel-anderson/index.html deleted file mode 100644 index 71b6bc1..0000000 --- a/build/speakers/angel-anderson/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Angel Anderson | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Angel -

- Angel Anderson has 15+ years of experience humanizing digital products and services for clients such as Old Navy, Mattel, Best Buy, and American Express. Her design expertise has helped shape solutions for enterprise software platforms, large-scale web properties, and mobile apps with recent work focused on the link between physical and digital retail experiences. Angel is active in the Los Angeles design community as the founding IxDA Los Angeles local leader and as a guest lecturer at USC, UCLA, and The Arts Institute of California. When she's not designing, speaking, or traveling, Angel creates needle felted animals and tends a small urban farm with her family in Silverlake, California. -
-
-

- Angel's Presentation -

-
-
- -
-
-

- C-Speak: Presenting UX To Deciders -

-

-

UX has hit puberty. Clients and stakeholders are aware of terms like ecosystems, user journeys, and touch-points, but their understanding of exactly what these things are and how to use them for shaping a meaningful strategy is still fuzzy. Business owners now believe that customer experience is one of the best sources for long-term competitive advantages, but they still struggle to foster and achieve great experiences.

The good news is that clients increasing look to UX designers for answers about how our work can bring their business strategy to life. We are in a unique position to help companies evolve their strategy so that every touch-point becomes an opportunity for a great user experience. The catch is that to be successful, we must be fluent in the C-speak, the language of C-level executives and business directors, so we can help them recognize pain points and take the right steps to improving the user experience for their product, service, or brand.

There is a more strategic role for designers, but traditional design skills will only get you so far. To get a seat at the table with C-level stakeholders and deciders, you must acquire new communication skills and new know-how. This workshop will cover:

  • C-speak 101 – the language of business strategy
  • What UX can add to the conversation that others can’t
  • 5 capabilities to add to your repertoire
  • Techniques for communicating decision makers

Designers are not generally taught how to define opportunities in ways that are credible in a business context. By learning to speak the language of C-level executives and senior business managers, we can communicate how all channels and touch-points must work together not just stylistically but with strategic intelligence to create a true and lasting value exchange between businesses and customers.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/anton-repponen/index.html b/build/speakers/anton-repponen/index.html deleted file mode 100644 index e3687e2..0000000 --- a/build/speakers/anton-repponen/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Anton Repponen | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Anton -

- As Creative Director, Anton was responsible for delivering creative solutions for clients such as Google, Wacom, USA Today, HTC, Nickelodeon, Porsche and SAS. His client work has been awarded by Cannes, FWA, The Webbys and The European Design Awards. -
-
-

- Anton's Presentation -

-
-
- -
-
-

- Learnings from Collaborating across UX and Design -

-

-

Irene Pereyra, User Experience Director / Designer and Anton Repponen, Creative Director / Designer, will walk-through an in-depth ‘behind the scenes’ of the redesign of Wacom.com and the challenges in other large redesigns in a chronological manner: from how the projects started, to the successes and hurdles faced along the way, and ultimately to launch.

This presentation is an opportunity to learn about the ideas that worked and the others that failed miserably. It is the ‘behind the scenes’ story of the real-life challenges faced by Anton and Irene, told in a refreshingly candid manner.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/ben-lehnert/index.html b/build/speakers/ben-lehnert/index.html deleted file mode 100644 index 42f954f..0000000 --- a/build/speakers/ben-lehnert/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Ben Lehnert | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Ben -

- Benedikt is the Chief Design Officer at 6Wunderkinder, the makers of Wunderlist. As a writer, advisor and speaker Benedikt is an advocate for human-centered design and has made it his goal in life to create meaningful experiences for millions of people. Benedikt developed a character-driven design approach and believes that making technology more human leads to an emotional connection between user and product and in the end to a more successful business. Benedikt loves handmade things, typography, the sound of water, Wall-E, the smell of fabric softener and photography in black and white. -
-
-

- Ben's Presentation -

-
-
- -
-
-

- Love & Trust – What we know about relationships holds true in products -

-

-

Why do some people fall in love with some products and others don’t? What does it take to get a product passed the first date toward a lifetime partner? This talk is about how you can apply the patterns of human relationships to design products that people fall in love with.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/brad-weaver/index.html b/build/speakers/brad-weaver/index.html deleted file mode 100644 index 6926734..0000000 --- a/build/speakers/brad-weaver/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Brad Weaver | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Brad -

- Brad Weaver is a Partner & Director of Design at Nine Labs. He designs, he codes, he writes, he UXs, he slices and dices. Brad went to school to be a lawyer, then he came to his senses and has spent the last 15 years as a UX generalist with a geek's heart of gold. His experience includes product development, interactive, branding, and market segmentation. He's been the big cheese, the plebeian, the middle manager, and the class clown. He's also folded clothes, pumped gas, bagged groceries, sold cell phones, and climbed the Great Wall of China. He likes beer, scotch, Oxford commas, and Jesus, but not in that order. He's worked with clients including MTV, Verizon, Bank of America, AT&T, ESPN, Disney, Columbia Records, NATO, SunTrust, The PGA, Olive Garden, Coca-Cola, Big Brothers Big Sisters, United Health Group, The Home Depot, Chick-fil-A, Macy’s, Hard Rock Café, and more. -
-
-

- Brad's Presentation -

-
-
- -
-
-

- How to Do Great Work Without Losing Your Shirt (and Soul) -

-

-

Most of us who are any good at design, development, or UX got into this because we love it, not because we saw dollar signs. We grew up with concert posters, comic books, and t-shirts letting us know that creative is cool, and we'd like to keep it that way. But what happens when you've been at this for a while and you're still making fry cook wages (or so it seems)? Billing hourly, outsourcing, using templates, and all of the other less than exciting parts of the job creep in.

So how do you create great work, stay fresh, and avoid starvation all at once? Let's have a chat about real dollars, real projects, and real solutions to figure out how we can do what we love without losing our shirts and souls.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/cat-noone/index.html b/build/speakers/cat-noone/index.html deleted file mode 100644 index 4cd6150..0000000 --- a/build/speakers/cat-noone/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Cat Noone | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Cat -

- Cat is a designer focused on building meaningful products. She is the Co-Founder and Design Chief of Liberio — Simple eBook creation and publishing through Google Drive. She advocates for the little details that make a big difference in design. Cat enjoys writing about design and tech, advising startups, speaking and working on side projects. Formerly in the special education field, she is a promoter and believer of technology in the classroom. In her spare time, Cat is a fan of making S'mores, getting lost in a good read, and a nail-biting TV series. -
-
-

- Cat's Presentation -

-
-
- -
-
-

- Love & Trust – What we know about relationships holds true in products -

-

-

Why do some people fall in love with some products and others don’t? What does it take to get a product passed the first date toward a lifetime partner? This talk is about how you can apply the patterns of human relationships to design products that people fall in love with.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/chris-coyier/index.html b/build/speakers/chris-coyier/index.html deleted file mode 100644 index 40d5a62..0000000 --- a/build/speakers/chris-coyier/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Chris Coyier | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Chris -

- Chris is the force behind CSS-Tricks, previously he was with Wufoo and SurveyMonkey as Lead Hucklebucker. Chris is a Wordpress expert having authored the Digging into Wordpress book and the Lynda.com Wordpress 3 tutorial series. -
-
-

- Chris's Presentation -

-
-
- -
-
-

- SVG is for Everybody -

-

-

While SVG isn’t exactly new, browser support is just getting to the point that we can use it without much worry. Even if we do need fallbacks for older browsers, modern tools make it easy. This makes now the perfect time to learn about SVG and how it can help you in everyday web design. Perhaps the most compelling reason: SVG images look sharp at any dimension with tiny file sizes—which is great for making responsive websites responsibly.

You’ll also learn how SVG helps make otherwise awkward shapes easy to make, and how to use it to make icons that are more accessible than with any other web-based icon creation technique. You’ll learn how SVG can make customized complex graphics on the fly, create compelling animations and other interactions, and empower some pretty great designerly effects. We’ll end by discovering a cornucopia of SVG source materials that are easy to find and even easier to work with.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/christy-harner/index.html b/build/speakers/christy-harner/index.html deleted file mode 100644 index dbaf7ac..0000000 --- a/build/speakers/christy-harner/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Christy Harner | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Christy -

- Christy Harner is the Creative Principal and co-founder of Binary Ventures, a digital agency and app development firm in Charlotte, North Carolina. A serial entrepreneur, she has been a founding member of several other companies, including NexTable, Spendboss and Dream Big. Her passion is for design-- whether in film, illustration or web development. Every year, Christy helps dozens of startups create their entire identity--from logo to mobile apps to social media to film. She has a B.A. in Cross-Cultural Studies and has written several young adult novels, including Behind Every Illusion. In her spare time, she travels the world, spends time with her kids, and studies Mandarin Chinese. -
-
-

- Christy's Presentation -

-
-
- -
-
-

- The Creation of a Brand -

-

-

Whether a startup company or a new product line for an existing business, Christy will discuss the process of creating a brand identity with a client. From market analysis and "unique factor" discovery to logo and tagline creation, from messaging and web design to social media campaigns and video production, we will walk through a typical brainstorming session and learn how to effectively win a client's heart and give them a product and brand identity that will exceed their expectations and bring to life their dream.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/clarissa-peterson/index.html b/build/speakers/clarissa-peterson/index.html deleted file mode 100644 index 6443ac7..0000000 --- a/build/speakers/clarissa-peterson/index.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - Clarissa Peterson | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Clarissa -

- Clarissa Peterson is a UX designer and web developer, and co-founder of Peterson/Kandy, a Montreal-based digital consultancy specializing in creating responsive websites. Clarissa frequently speaks and gives workshops on responsive design, mobile strategy, and user experience. She is the author of Learning Responsive Web Design: A Beginner's Guide, available now from O'Reilly Media. -
-
-

- Clarissa's Presentation -

-
-
- -
-
-

- Responsive Typography -

-

-

Your content is the most important feature of your website, so it's important to make sure that the text looks good and is easy to read no matter what device type or screen size it's being viewed on. One size does not fit all when it comes to typography, but you can use media queries to adjust type qualities such as size, line height, column width, margins, hyphenation, and even typeface depending on the viewport size. Learn how you can use CSS to apply design rules that will make your typography look better and perform better across devices. You'll also find out how typography affects the loading time of your website, and what you can do to improve performance.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/claudina-sarahe/index.html b/build/speakers/claudina-sarahe/index.html deleted file mode 100644 index 594f80d..0000000 --- a/build/speakers/claudina-sarahe/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Claudina Sarahe | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Claudina -

- Radical entrepreneur, developer, organizer, teacher and author driven by a desire to make a difference and bring a smile to a face. Claudina Sarahe has been striving for a more beautiful and useable web since 2005. She has worked with notable brands such as PBS, Charlie Rose, Daniel Libeskind, Scholastic, Huffington Post, and Deep Dish TV. She was a founding member of the UNICEF Innovations team and is on the board of MACILE, a non-profit dedicated to advancing STEM in less advantaged communities. She's taught high schoolers in the Dominican Republic and West Harlem and is the curriculum co-lead for Black Girls Code NYC chapter. She co-founded Autotax.me (RIP), a 2013 Y Combinator finalist, organizes the monthly NYC Sass Meetup and is the chair of SassConf. When she's not pursuing her various projects she can be found molding ideas into experiences for humans with OddBird. -
-
-

- Claudina's Presentation -

-
-
- -
-
-

- Getting to know Sass -

-

- -

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/clinton-dreisbach/index.html b/build/speakers/clinton-dreisbach/index.html deleted file mode 100644 index 9f5faf3..0000000 --- a/build/speakers/clinton-dreisbach/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Clinton Dreisbach | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Clinton -

- Clinton is an instructor at The Iron Yard and a Clojure and Ruby hacker. -
-
-

- Clinton's Presentation -

-
-
- -
-
-

- Full-Stack Clojure -

-

-

Using libraries like Hoplon and Castra, Clojure can be used to develop web applications from client to server, making the communication between them easy to write and understand.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/dan-denny/index.html b/build/speakers/dan-denny/index.html deleted file mode 100644 index 2fc6340..0000000 --- a/build/speakers/dan-denny/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Dan Denny | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Dan -

- Dan is a front-end dev at Envy Labs, where he works on Code School projects. He has been called a "seriously good copy and paster" and he puts those skills to use as he spends his days learning, unlearning and relearning how to build things for the web. Knowledge sharing is one of his biggest passions, so he founded the Front-End Design Conference in St. Petersburg in 2009. -
-
-

- Dan's Presentation -

-
-
- -
-
-

- Responsive Email Design and Tooling -

-

-

This presentation will cover a few small details on why you should be sending responsive email, but will focus on the techniques behind designing and building them. There will be code and tooling examples, as well as some repos for you to grab to try things out on your own.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/darcy-clarke/index.html b/build/speakers/darcy-clarke/index.html deleted file mode 100644 index 36a106e..0000000 --- a/build/speakers/darcy-clarke/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Darcy Clarke | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Darcy -

- Darcy Clarke is an award winning Front-end Developer, Designer, User Experience Advocate & Entrepreneur. He speaks, mentors, builds & promotes all things HTML5, CSS3, JS & Open Source related. -
-
-

- Darcy's Presentation -

-
-
- -
-
-

- You, Me & the Future of Online Video -

-

-

In this talk we’ll examine the past, present and future of video, the most immersive type of content, on the web; Including solutions for solving cross-platform implementation problems and insights/examples of new technologies like video decodes, JavaScript-based codecs (ORBX.js) and much more. Along the way we’ll touch on accessible libraries, new standards/implementations and the importance of DRM and the EME spec to the way we develop video-based experiences on the web.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/diana-lucaci/index.html b/build/speakers/diana-lucaci/index.html deleted file mode 100644 index 6af941a..0000000 --- a/build/speakers/diana-lucaci/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Diana Lucaci | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Diana -

- Diana Lucaci is the CEO and Founder of True Impact Marketing, the leading Canadian neuromarketing strategy and research firm. True Impact Marketing has been featured on CBC The National, CBC Radio One - The Current, Rogers TV, Reader's Digest, Newstalk 1010, BizTV Canada, Strategy Magazine, TEDx Richmond Hill, etc. Diana was named one of Marketing Mag's Top 30 under Thirty for 2013. Diana is also the Canadian Chair of the Neuromarketing Science & Business Association (NMSBA), and speaks at various Advertising, Marketing and Market Research conferences. -
-
-

- Diana's Presentation -

-
-
- -
-
-

- Neuromarketing: The Next Generation of Customer Intelligence -

-

-

"If I had asked people what they wanted, they would've said faster horses." - Henry Ford

The future of customer-centric and experiential marketing relies heavily on your understanding of the customer. Traditional methods like surveys and focus groups tell you WHO is interested, and WHAT they're buying, but not WHY. Understanding why people do what they do is now made possible with scalable, portable and predictable neuroscience and biometric technologies.

This introductory session will cover:

  • Introduction to Neuromarketing
  • The current methods of gathering customer intelligence
  • Separating fact from fiction and what can be accurately measured
  • Available technologies and case studies
  • The future of consumer neuroscience research.
-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/eric-m-suzanne/index.html b/build/speakers/eric-m-suzanne/index.html deleted file mode 100644 index 3bb521d..0000000 --- a/build/speakers/eric-m-suzanne/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Eric M Suzanne | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Eric M -

- Eric Suzanne builds custom web software with OddBird, soundscapes with Teacup Gorilla, and performance art with Vicious Trap. He is the author of two forthcoming novels and many original performance pieces, core developer on the Compass project, creator of Susy (Sass layout engine), True (Sass unit testing), and other open-source projects. Eric has developed work for Mozilla, Junyo, SpringGun Press, The Operating System, The Media Archeology Lab, Illiterate Magazine, and Pittsburgh’s City Theatre. -
-
-

- Eric M's Presentation -

-
-
- -
-
-

- Sass Map Magic -

-

-

Maps are a powerful new data type in Sass 3.3 — giving you key-value pairs without the pain of nested lists, or the clutter of variables. Maps are great for site settings, mixin arguments, data storage, and more. We'll explore maps from the insane to the mundane, and find ways to incorporate them into any web project — from sites and apps, to Sass libraries and frameworks.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/garrett-johnson/index.html b/build/speakers/garrett-johnson/index.html deleted file mode 100644 index 56e5c25..0000000 --- a/build/speakers/garrett-johnson/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Garrett Johnson | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Garrett -

- Garrett Johnson is a local Charlotte resident where he works remotely as a Software Engineer for Segmentio and co-manages the local JavaScript and Go meetups. -
-
-

- Garrett's Presentation -

-
-
- -
-
-

- Reaching asynchronous cloud nine in JavaScript -

-

-

Asynchronous code can be tough to manage, even for a seasoned JavaScript developer. Sometimes it seems like the only options are a pyramid nested callbacks, a pyramid of nested promises, or trying some functional tricks that your friend Monad told you about in math class. Well, thanks to one of the language enhancements in ES6, we have a new option: clear and concise code with generators.

In this talk I will walk you through the underlying concepts of generators and how they can be applied to control the asynchronous behavior in your web or nodejs applications.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/greg-hoy/index.html b/build/speakers/greg-hoy/index.html deleted file mode 100644 index 0966857..0000000 --- a/build/speakers/greg-hoy/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Greg Hoy | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Greg -

- As CEO, Greg Hoy brings 20 years of interactive design and management experience to Happy Cog. Greg began his career in sales and marketing in 1992, before turning his focus to interactive design in 1994. He worked as a web designer for 10 years, and has managed teams since 1997. His career spans the publishing, media, insurance, and tech consulting industries. An entrepreneur at his core, he has launched several successful companies. Greg and industry pioneer Jeffrey Zeldman partnered in 2006 to expand Happy Cog's footprint to Philadelphia, and later further expanded the company's reach and capabilities by merging with boutique design studio Airbag Industries in 2009. Greg received his BA in Management from Gettysburg College, where he now is an active alumni and serves on the college's Marketing and Communications committee. -
-
-

- Greg's Presentation -

-
-
- -
-
-

- Work is the Magic Bullet -

-

-

"No one looks back on their lives and remembers the nights they had plenty of sleep" — J. Cornelius

Your personal success isn't just delivered to you on a silver platter. You have to hustle and make things happen yourself. Getting ahead means working hard, smart, and building trust along the way.

If getting ahead in your line of work means getting promoted and/or making more money, Greg is here to assist you. Bosses promote hard, smart workers. And you don't have to pull 60-80 hour work weeks to do it. You just have to know what they are looking for.

Greg has been managing teams for two decades. Through the course of his experience, he's learned that the people who are most likely to advance in their careers are those who embody specific characteristics — characteristics he will share with you that you can put into action immediately. When it comes to review time, you manager will be looking for them. If you follow them, you'll have a significant advantage.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/heather-oneill/index.html b/build/speakers/heather-oneill/index.html deleted file mode 100644 index 9e5012e..0000000 --- a/build/speakers/heather-oneill/index.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - Heather O'Neill | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Heather -

- A seasoned UX consultant, researcher and speaker, I've seen the realm of user experience expand to be increasingly intentional and nuanced. As a co-owner of UX design firm, Above the Fold, I've helped clients increase sales, decrease CSR calls, maximize efficiency and more. I'm a big believer in the "anyone can do it" philosophy, and I've led several workshops on usability testing, and coached teams to success in incorporating UX into their dev projects. -
-
-

- Heather's Presentation -

-
-
- -
-
-

- How Usable Are You? -

-

-

As UX professionals, we spend a lot of our time thinking about the usability of software. But how often do you stop to think about how usable you are – to your colleagues, stakeholders and peers? Many of the same considerations apply to people as to applications. So if you find that you’re not getting your points across, getting materials thrown “over the wall” to you, or not being invited to the conversations you know you should be part of… maybe it’s time for a usability review. Luckily, there are some things you can do to help your “users” gain more understanding and to produce better outcomes for everyone. We’ll cover how to more effectively interact with a team in order to get benefits for yourself and for the whole team, preventing problems down the line while making your working life much happier.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/heather-payne/index.html b/build/speakers/heather-payne/index.html deleted file mode 100644 index 066409d..0000000 --- a/build/speakers/heather-payne/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Heather Payne | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Heather -

- Heather Payne is the CEO of HackerYou, Canada’s original programming bootcamp and to date, the only one of dozens around North America that was founded by women. HackerYou offers Toronto’s best full- and part-time courses for people who want to learn to code. Heather also operates a 7000-square foot digital literacy education facility in the heart of downtown Toronto called The Lab. In 2011, Heather founded Ladies Learning Code, a Canadian not-for-profit organization that runs popular workshops for women (and men, and girls and boys) who want to learn computer programming and other technical skills in a social and collaborative way. Ladies Learning Code now has chapters in over a dozen cities across Canada and a thriving program for youth. In 2012, Heather spent a year working on a project for the Mozilla Foundation: her job was to build a community of people and organizations in Toronto who care about raising youth as creators – not just consumers – of technology and the web. The project was granted $365,000 in funding from the Ontario Trillium Foundation. Heather was an early investor in ShopLocket, and was recently named one of Canada’s 100 Most Powerful Women in the Trendsetters & Trailblazers category. -
-
-

- Heather's Presentation -

-
-
- -
-
-

- Lessons Learned from Teaching Thousands of People to Code -

-

-

In this session, Heather will share lessons learned from three years of teaching people how to code - first through founding the Canadian not-for-profit Ladies Learning Code, and then through running Canada's original programming bootcamp, HackerYou. She'll share stories of lives changed, amazing projects created by relative beginners, as well as the challenges involved in teaching beginners to code, and how to overcome them. You'll leave this session feeling inspired about the next generation of developers, and maybe even motivated to do your part to expose more beginners to the amazing world of creating - not just consuming - technology and the web. It might leave you looking at the junior developers at your company through a new lens.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/index.html b/build/speakers/index.html index 0d5a906..e56d4c6 100644 --- a/build/speakers/index.html +++ b/build/speakers/index.html @@ -10,371 +10,110 @@ - 60+ Speakers | Blend Conference: Sept 11-13 in Charlotte, NC + 60+ Speakers | Blend Conference: Sept 2-4, 2015 in Charlotte, NC - + - + - + - - - + + + - +
- -
-
-

- We wanted some of the smartest & nicest folks in our industry to come to Charlotte. Boy were we excited when they said yes. Prepare to have your brains filled with some most excellent knowledge. -

-
    -
  • - Aaron Gustafson Easy Designs
    -
  • -
  • - Abby Covert IA Institute
    -
  • -
  • - Adam Hunter Tax Management Associates
    -
  • -
  • - Alex Gaynor Rackspace
    -
  • -
  • - Allison House
    -
  • -
  • - Angel Anderson Crispin Porter + Bogusky
    -
  • -
  • - Anton Repponen Fi
    -
  • -
  • - Ben Lehnert Wunderlist
    -
  • -
  • - Brad Weaver Nine Labs
    -
  • -
  • - Cat Noone Liberio
    -
  • -
  • - Chris Coyier Codepen
    -
  • -
  • - Clarissa Peterson Peterson/Kandy
    -
  • -
  • - Claudina Sarahe OddBird
    -
  • -
  • - Clinton Dreisbach The Iron Yard
    -
  • -
  • - Christy Harner Binary Ventures
    -
  • -
  • - Dan Denny Envy Labs
    -
  • -
  • - Darcy Clarke Blanche
    -
  • -
  • - Diana Lucaci True Impact
    -
  • -
  • - Eric M Suzanne Oddbird
    -
  • -
  • - Garrett Johnson Segment.io
    -
  • -
  • - Greg Hoy Happy Cog
    -
  • -
  • - Heather O'Neill Pixels for Humans
    -
  • -
  • - Heather Payne HackerYou
    -
  • -
  • - Irene Pereyra Fi
    -
  • -
  • - J. Cornelius Nine Labs
    -
  • -
  • - Jason Toth Viget
    -
  • -
  • - Jason Hunter Red Ventures
    -
  • -
  • - Jen Myers Dev Bootcamp
    -
  • -
  • - Jen Simmons The Web Ahead
    -
  • -
  • - Jennifer Pahlka Code for America
    -
  • -
  • - Jessie Shternshus The Improv Effect
    -
  • -
  • - Julia Elman
    -
  • -
  • - Kimberly Bryant Black Girls Code
    -
  • -
  • - Laura Helen Winn Smart Design
    -
  • -
  • - Leah Silber Tilde Inc
    -
  • -
  • - Lisa Maria Martin Independent Content Strategist
    -
  • -
  • - Mark Boulton Mark Boulton Design
    -
  • -
  • - Mark Geyer Salesforce
    -
  • -
  • - Mark Shropshire Classic Graphics
    -
  • -
  • - Mark Wilson Logical Advantage
    -
  • -
  • - Martha Girdler Uber
    -
  • -
  • - Melissa Avery-Weir Future Proof Games
    -
  • -
  • - Michael Labriola Digital Primates
    -
  • -
  • - Michelle Salater Sūmèr Copywriting
    -
  • -
  • - Michelle Yaiser Adobe
    -
  • -
  • - Mike Monteiro Mule Design
    -
  • -
  • - Moses Ngone Nine Labs
    -
  • -
  • - Netta Marshall Watsi
    -
  • -
  • - Nicole Fenton Swell Content
    -
  • -
  • - Nora Richardson Spot-on Branding
    -
  • -
  • - Pamela Pavliscak Change Sciences
    -
  • -
  • - Paul Boag Headscape
    -
  • -
  • - Paul Trani Adobe
    -
  • -
  • - Rachel Ober Paperless Post
    -
  • -
  • - Rebecca Murphey BazaarVoice
    -
  • -
  • - Scott Stroud NPR
    -
  • -
  • - Scott Hanselman Microsoft
    -
  • -
  • - Sophie Shepherd Happy Cog
    -
  • -
  • - Sougwen Chung Freelance
    -
  • -
  • - Stacey Mulcahy Microsoft
    -
  • -
  • - Steve Klabnik Freelance, Mozilla
    -
  • -
  • - Tiffany Chu Code for America
    -
  • -
  • - Val Head Ladies in Tech
    -
  • -
+
+
+ +
+
+

+ We wanted some of the smartest & nicest folks in our industry to come to Charlotte. Boy were we excited when they said yes. Prepare to have your brains filled with some most excellent knowledge. +

+
    +
  • +
    +
  • +
+
+
+
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus -
+
+
+ +
+ +
+
+ + + - - \ No newline at end of file diff --git a/build/speakers/irene-pereyra/index.html b/build/speakers/irene-pereyra/index.html deleted file mode 100644 index abae990..0000000 --- a/build/speakers/irene-pereyra/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Irene Pereyra | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Irene -

- Irene Pereyra, User Experience Director / Designer and Anton Repponen, Creative Director / Designer, will walk-through an in-depth ‘behind the scenes’ of the redesign of Wacom.com and the challenges in other large redesigns in a chronological manner: from how the projects started, to the successes and hurdles faced along the way, and ultimately to launch. This presentation is an opportunity to learn about the ideas that worked and the others that failed miserably. It is the ‘behind the scenes’ story of the real-life challenges faced by Anton and Irene, told in a refreshingly candid manner. -
-
-

- Irene's Presentation -

-
-
- -
-
-

- Learnings from Collaborating across UX and Design -

-

-

Irene Pereyra, User Experience Director / Designer and Anton Repponen, Creative Director / Designer, will walk-through an in-depth ‘behind the scenes’ of the redesign of Wacom.com and the challenges in other large redesigns in a chronological manner: from how the projects started, to the successes and hurdles faced along the way, and ultimately to launch.

This presentation is an opportunity to learn about the ideas that worked and the others that failed miserably. It is the ‘behind the scenes’ story of the real-life challenges faced by Anton and Irene, told in a refreshingly candid manner.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/j-cornelius/index.html b/build/speakers/j-cornelius/index.html deleted file mode 100644 index 34f1ea3..0000000 --- a/build/speakers/j-cornelius/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - J. Cornelius | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about J. -

- J has been making websites and software for the web since 1998, and has been credited with creating several software features web designers and developers take for granted today. He's passionate about efficient, usable, aesthetically pleasing design. He is the President of Nine Labs, an experience and strategy consultancy where he works with companies far and wide to improve their products and services. He's also the President of the Atlanta Web Design Group, and founder of the Web Afternoon conference series. -
-
-

- J.'s Presentation -

-
-
- -
-
-

- Digital Fluency and User Experience -

-

-

People have explored the globe since the beginning of history, and have encountered new languages and methods of communication. The Web has done great things to bring us together across languages and cultures, but that doesn't mean we all understand things the same way, even if we are speaking the same language. This new digital landscape still has much to be explored.

In this talk we'll look at the idea of digital fluency and how different levels of understanding can impact experience in ways we might not have considered before. We'll look at some of the psychology behind how fluency influences judgement and perception of digital experiences, and how we can approach experience design to build meaningful connections with the people who use our creations.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/jason-hunter/index.html b/build/speakers/jason-hunter/index.html deleted file mode 100644 index 958d77e..0000000 --- a/build/speakers/jason-hunter/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Jason Hunter | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Jason -

- Jason Hunter has been a Software Engineer at Red Ventures in various capacities over the past 4 years. Most recently, he heads up development for the insurance division. In 2010, Jason took the reigns of the local PHP User Group but has been woefully negligent of late. He also helps organize the annual TechCLT Holiday Party, which brings together people from many of the local technology user groups for end of year festivities. In his (little) free time, he enjoys taking his car to the track and spending time with his lovely wife and daughter. -
-
-

- Jason's Presentation -

-
-
- -
-
-

- API Anecdotes and Aspirations -

-

-

Everyone loves to hate the decisions other developers make. We point and gibe with our fellow co-workers at the dumb thing that other guy did, all the while knowing that in all likelihood somebody else is saying the same about us. This is especially true when it comes to API design.

In this talk, I will share some anecdotes about personal experiences I have had while integrating APIs over the past few years and give some tips to help you overcome any premature hair loss when working under similar circumstances. We will then turn the talk on its head and discuss steps that can be taken to mitigate being on the receiving end of a developer's temper tantrum.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/jason-toth/index.html b/build/speakers/jason-toth/index.html deleted file mode 100644 index fc77fa0..0000000 --- a/build/speakers/jason-toth/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Jason Toth | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Jason -

- With a range of professional experiences and design training including architecture, graphic design, and interaction design, Jason has worked in the software and web design industry for the past 10 years. He brings a wealth of industry knowledge in web strategy, usability, and information design, which he uses to create experiences that merge client needs with strong visual and interactive strategies. Jason’s user experience efforts have included projects for Puma, Google, Conservation International, WRAL, Duke University, and GoPole to name just a few. Previously, Jason worked at IBM where he was a senior user experience designer responsible for the design and strategy of products in their social collaboration software suite. Jason is active at the College of Design at NC State University, participating in numerous reviews, design projects, and undergraduate charrettes. Jason earned his B.S. in Architecture from the University of Virginia and a Master's of Graphic Design from NC State University. Prior to working as a User Experience Designer, he worked professionally as a freelance graphic designer and an intern architect. -
-
-

- Jason's Presentation -

-
-
- -
-
-

- More Than UI: How the Brand Plays a Role in the User Experience -

-

-

For years, branding and user experience design seem to be a discipline mixture more reminiscent of oil and water than peanut butter and jelly. However, the need for companies to communicate their values, messages, personality and products in a multi-channel yet consistent experience makes the line between branding and experience design razor thin. Touching on the intersection of marketing, service design, product design, technology, and customer/user experience, this talk will consider what the UX designer’s role could be within this landscape and whether or not we are (or should be) considering the brand experience in user experience design.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/jen-myers/index.html b/build/speakers/jen-myers/index.html deleted file mode 100644 index 4d99712..0000000 --- a/build/speakers/jen-myers/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Jen Myers | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Jen -

- Jen Myers is a web designer/developer and part of the instructor team at Dev Bootcamp in Chicago. In 2011, she founded the Columbus, Ohio chapter of Girl Develop It, an organization that provides introductory coding classes aimed at women, and currently serves there as an organizational advisor. She speaks regularly about design, development and diversity, and focuses on finding new ways to make both technology and technology education accessible to everyone. -
-
-

- Jen's Presentation -

-
-
- -
-
-

- Shepherding Unicorns: How to be a Good Web Mentor -

-

-

The web industry moves fast - so fast that web education often has a difficult time keeping up with it. What can those of us currently in the industry do to teach and support the new generation of web creators? Let's talk about strategies, resources and inspirations that we can use to help grow students, apprentices and colleagues into well-rounded designers and developers who understand how to create beautiful and functional web products from the ground up.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/jen-simmons/index.html b/build/speakers/jen-simmons/index.html deleted file mode 100644 index eccb70c..0000000 --- a/build/speakers/jen-simmons/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Jen Simmons | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Jen -

- Jen Simmons is a designer who builds stuff, too. She’s best-known as the host of The Web Ahead, a podcast about changing technologies and the future of the web. Creating websites since 1996, Jen designs innovative sites and products using the latest web technology, pushing the envelope of what's possible. She's also an independent consultant and trainer, helping teams transition to a responsive design process and envision implementations of the HTML5 APIs. -
-
-

- Jen's Presentation -

-
-
- -
-
-

- Modern Layouts: Getting Out of Our Ruts -

-

-

In the early years of the web, there was a lot of variation and experimentation with where to put content on a web page. Then, it seems we all settled into a handful of patterns and stayed there for over a decade. It wasn’t until the arrival of responsive design that new ideas for page layout started appearing. Now with new CSS properties for layout landing in browsers, we may be about to see a bigger renaissance in layout design patterns. How can we better use the space inside the glass rectangle? What layout innovations could help users better find and focus on what they want? Take a walk through where we’ve been, where we might be going, and how we can better design for the true medium at hand. This talk features practical examples of what's newly possible, along with access to a code repo for you to play with later. 

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/jennifer-pahlka/index.html b/build/speakers/jennifer-pahlka/index.html deleted file mode 100644 index 41f75c9..0000000 --- a/build/speakers/jennifer-pahlka/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Jennifer Pahlka | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Jennifer -

- Jennifer is the founder and executive director of Code for America, which works to make government work for the people, by the people, in the 21st century. She recently served as US Deputy Chief Technology Officer in the White House Office of Science and Technology Policy. Prior to CfA, Jennifer worked in technology media, on the Web 2.0 and Gov 2.0 events for TechWeb with O'Reilly Media and the Game Developers Conference and associated media with CMP. She is known for her TED talk, Coding a Better Government, and the recipient of several awards, including MIT’s Kevin Lynch Award, the Oxford Internet Institute’s Internet and Society Award, and the National Democratic Institute’s Democracy Award. She lives in Oakland, CA with her family and seven chickens. -
-
-

- Jennifer's Presentation -

-
-
- -
-
-

- The Future of Interfaces to Government -

-

- -

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/jessie-shternshus/index.html b/build/speakers/jessie-shternshus/index.html deleted file mode 100644 index 61f5ef6..0000000 --- a/build/speakers/jessie-shternshus/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Jessie Shternshus | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Jessie -

- As the founder and owner of The IMPROV EFFECT, Jessie weds her lifelong passion for and expertise in applied improv with the fast pace and demands of the corporate world. She travels worldwide creating powerful learning environments for developers, designers, product owners, and many other teams, that will enable them to become better listeners, team players, problem solvers, innovators and collaborators. -
-
-

- Jessie's Presentation -

-
-
- -
-
-

- Think like them: Solving UX Problems -

-

- Stuck on a problem? Don’t understand your user? This interactive workshop will give you the tools to have empathy and understanding for your user and then effectively collaborate with your team to come up with creative ways to their solve problems. -

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/julia-elman/index.html b/build/speakers/julia-elman/index.html deleted file mode 100644 index 911897e..0000000 --- a/build/speakers/julia-elman/index.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - Julia Elman | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Julia -

- Julia has been working her brand of web skills for nearly a decade. She started out as a designer for an internal marketing group at a travel agency in Los Angeles, and quickly honed her skills as a web designer using HTML/CSS. Her creative nature drove her to find work at Hallmark Cards, Inc. She worked mostly on Flash development and on projects such as the Product (RED) campaign and Hallmark’s site re-design. In 2007, her team was awarded the AIGA award for Web Design as a result of their work on the Product (RED) microsite. She first learned about Django after attending the 2008 SXSW Interactive Festival. She was amazed at how rapidly you can create useful web applications using Django. Shortly after the festival, she left Hallmark to work at the Lawrence Journal World as a Junior Designer/Developer, where Django originated. She worked on projects such as Ellington CMS and Marketplace, where she developed applications, designed templates, and wrote client-side documentation. -
-
-

- Julia's Presentation -

-
-
- -
-
-

- To The Moon And Back: Taking the Leap Towards Solving Big Problems -

-

-

President John F. Kennedy was a visionary. In 1962, he proposed the seemingly impossible challenge of walking on the Moon. On July 20, 1969, that challenge became a reality. It was a moment in our history that propelled us into moving beyond our self-imposed limitations of what we, as human beings, are capable of doing.

Today, we see how this vision of space travel has affected our love and work on technology. Our multiple devices and subscriptions guide us through our daily lives, which has changed the way we see our world.

But how does this love for technology propel us forward to solve the most difficult problems we face as a society: ever growing issues, such as hunger, poverty, climate change, social inequality and injustice?

This talk reflects upon where we are as technologists, where we have been and how we can start focusing again on solving hard problems. We’ll go over ways attendees can contribute their talents, gifts and ideas to varying initiatives around the globe which are taking on these challenging issues.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/kimberly-bryant/index.html b/build/speakers/kimberly-bryant/index.html deleted file mode 100644 index eaea551..0000000 --- a/build/speakers/kimberly-bryant/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Kimberly Bryant | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Kimberly -

- Kimberly Bryant is the Founder and Executive Director of Black Girls CODE, a non-profit organization dedicated to introducing girls of color (ages 7-17) to the field of technology and computer programming with a concentration on entrepreneurial concepts. Ms. Bryant's has enjoyed a very successful 20+ year professional career in the pharmaceutical and biotech industries as an Engineering Manager in a series of technical leadership roles for various Fortune 100 companies such as Genentech, Merck, and Pfizer. Since 2011 Ms. Bryant has helped Black Girl CODE grow from a local organization serving only the Bay Area, to an international non-profit organization with chapters in 7 US cities and Johannesburg, South Africa serving over 2000 African/African-American, Latina, and Native American girls. Ms. Bryant serves on the National Champions Board for the National Girls Collaborative Project, and the National Board of the NCWIT K-12 Alliance. In August 2012, Kimberly Bryant was also given the honor of receiving the prestigious Jefferson Award for Community Service for her work to support communities in the Bay Area. In 2013 Black Girls Code and was selected by Business Insider in 2013 on its list of BusinessInsider.com’s list of The 25 Most Influential African-Americans in Technology and was named to The Root 100 list, and the Ebony Power 100 list in 2013. Ms. Bryant was honored in 2013 as a Champion of Change by the White House for her work in tech inclusion and for her focus on bridging the digital divide for girls. She has been identified as a thought leader in the area of tech inclusion and has spoken on the topic at events such as Personal Democracy Forum, TedX Kansas City, Platform Summit, Big Ideas Festival, SXSW, and others. -
-
-

- Kimberly's Presentation -

-
-
- -
-
-

- Black Girls Code -

-

- -

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/laura-helen-winn/index.html b/build/speakers/laura-helen-winn/index.html deleted file mode 100644 index 3eea1c7..0000000 --- a/build/speakers/laura-helen-winn/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Laura Helen Winn | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Laura Helen -

- Laura Helen Winn is a visual designer who focuses on digital services and products. She works with the designers, researchers, and engineers at Smart Design in San Francisco, where she bring projects to life–from user research to final designs. Laura is driven by thinking critically about design as a discipline, and encouraging new designers to do the same. That's why she co-founded Hike, a conference for new designers, presented by The Secret Handshake. Her mission is to empower new designers to do the hard work required to reach their aspirations. -
-
-

- Laura Helen's Presentation -

-
-
- -
-
-

- Take a Deep Breath: We're All in This Together -

-

-

What does life look like when we stop pretending we know everything? How does our outlook change after we get down to the hard work of improving ourselves? Graduating design school is just the beginning, and your technical skills will only take you so far.

What's the real trick to success? Coming to terms with who you are, where you fall short, and having the courage to change for the better. I won't teach you how to be a rockstar designer. I will teach you how to be an excellent human.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/leah-silber/index.html b/build/speakers/leah-silber/index.html deleted file mode 100644 index 2820b62..0000000 --- a/build/speakers/leah-silber/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Leah Silber | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Leah -

- Leah is a member of the Ember Core Team, a recently retired member of the jQuery Core Team, and one of the organizers behind the annual Golden Gate Ruby Conference, EmberConf and RailsConf. She spends most of her daytime hours at the startup she founded, Tilde Inc., where she works with numerous open source projects to help build communities and events. -
-
-

- Leah's Presentation -

-
-
- -
-
-

- Building OSS-Centric Companies (and why you want to) -

-

- -

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/lisa-maria-martin/index.html b/build/speakers/lisa-maria-martin/index.html deleted file mode 100644 index f608227..0000000 --- a/build/speakers/lisa-maria-martin/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Lisa Maria Martin | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Lisa Maria -

- Lisa Maria Martin is a content strategist, information architect, and writer based in Washington, DC. She is also an editor at A List Apart. In her previous lives, she’s been a copywriter, a designer, a journalist, and a lecturer at several universities, extolling the virtues of MLA citation and Oxford commas. You can follow her on Twitter @redsesame (but she mostly tweets about doges and Star Trek. Fair warning). -
-
-

- Lisa Maria's Presentation -

-
-
- -
-
-

- Polishing Your Content Publishing Process -

-

-

You're starting to incorporate content strategy into your organization, building up (or elbowing your way into) a process that shepherds content from concept to implementation.

And yet: there are bottlenecks and broken tools, slowdowns and workarounds. Despite the big ideas and deliverables, the process of producing and publishing content is still awfully messy.

Luckily, you've got the skills to improve it. In this session, we'll talk about how the content strategy work you're already doing can help identify and untangle the knots in your team and workflow, and lead to a more sustainable content production process.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/mark-boulton/index.html b/build/speakers/mark-boulton/index.html deleted file mode 100644 index 0544cf9..0000000 --- a/build/speakers/mark-boulton/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Mark Boulton | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Mark -

- Mark Boulton runs a small design studio, Mark Boulton Design, working with clients such as ESPN, CERN, Al Jazeera and Drupal. In the past, he worked for the BBC and Agency.com, designing experiences for all manner of clients and people across the world. He also runs a small publishing imprint, Five Simple Steps, and a tool for making grids for web: Gridset. -
-
-

- Mark's Presentation -

-
-
- -
-
-

- My Handbook -

-

-

Over the years, every designer picks up a ton of little tips and tricks along the way. Scraps of code, ways of doing things, stories of how not to do it, and how to do it. In this talk, Mark will share some thoughts from his notebook. You'll hear tales of designing by committee, the death of typesetting, content mountains and what happened when he led a team of designers in India for a week.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/mark-geyer/index.html b/build/speakers/mark-geyer/index.html deleted file mode 100644 index 76d8c1e..0000000 --- a/build/speakers/mark-geyer/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Mark Geyer | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Mark -

- Mark is designer who does a little bit of everything. His passion lies in designing product systems, crafting animations, and making illustrations. Mark has three jobs... he's a dad of three, a husband, and he works at Salesforce as a Lead Product Designer. He loves cats. -
-
-

- Mark's Presentation -

-
-
- -
-
-

- Interface Animations Workshop -

-

-

Join Mark as he interprets traditional animation principles on how they might help you create better interface animations. Create CSS transitions and animations that perform well. Learn After Effects to create mini static prototypes that can double up as dribbble shots. Talk about current interaction tools that help convey your interactions and animations. Prototype animations in an environment like AngularJS with minimal effort.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/mark-shropshire/index.html b/build/speakers/mark-shropshire/index.html deleted file mode 100644 index edf975f..0000000 --- a/build/speakers/mark-shropshire/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Mark Shropshire | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Mark -

- -
-
-

- Mark's Presentation -

-
-
- -
-
-

- Building Modern Web Applications with Meteor -

-

-

Meteor is a pure JavaScript full stack framework for creating realtime interactive applications. Its simplicity allows for quick prototyping and building more complex applications faster than ever. The Meteor Development Group has created a framework which shifts away from the traditional web framework paradigm, while building on trusted open-source technologies.

This session will cover the following:

  • What is Meteor what makes it so special
  • How to install and use Meteor
  • Meteor app demo with code examples
-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/mark-wilson/index.html b/build/speakers/mark-wilson/index.html deleted file mode 100644 index 500a1cb..0000000 --- a/build/speakers/mark-wilson/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Mark Wilson | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Mark -

- Software craftsman, consultant and agile .NET/JavaScript web developer. User group leader and event planner. Loving husband, dog foster, and Disney aficionado. Mark specializes in cloud computing and web application development. Client side languages include HTML5, JavaScript, and CSS3. Server side technologies include Microsoft Visual C#, ASP.NET MVC, and SQL Server. He is a Senior .NET Developer at Logical Advantage (www.logicaladvantage.com) in Charlotte, NC. A self-motivated, energetic team leader able to quickly learn new technologies and tools. Experienced in all phases of the agile software development methodology. Focused on building applications that enhance and help people–not hinder them. Committed to providing the highest level of customer service and satisfaction. Delivers custom Business Process Management/Automation and Business Intelligence products and services. Mark lives with his wife and a house full of dogs, most of them being foster dogs. Hobbies include helping his wife with her non-profit animal rescue, promoting the development community, and everything Disney. -
-
-

- Mark's Presentation -

-
-
- -
-
-

- Microsoft Azure Hands On -

-

- -

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/martha-girdler/index.html b/build/speakers/martha-girdler/index.html deleted file mode 100644 index 8f60c8b..0000000 --- a/build/speakers/martha-girdler/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Martha Girdler | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Martha -

- Martha Kelly Girdler is an artist turned self-taught Software Engineer. She studied Art/Art History and Design at Auburn University, became obsessed with programming at Hacker School in New York City, and now works on making Driver Operations insanely efficient at Uber. She is a bit obsessed with teaching people about •:*¨☆ computers ☆¨*:•, kittens, and chanel mademoiselle. -
-
-

- Martha's Presentation -

-
-
- -
-
-

- Teaching with JavaScript -

-

-

I am a self taught programmer. I grew up in Alabama where the opportunity to learn about computers was not readily available. After I completed Hacker School I began hosting hack days and user groups in my community to share the opportunity I had been given. Through these experiences I learned how to teach and how to support those who want to learn. In particular, I found that learning JavaScript is an excellent first step to help students fall in love with programming.

In this talk I'll share what I've learned with you. We'll cover common barriers to entry, how to mitigate them, and I'll show you the kinds of projects encourage new programmers to stick with it.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/melissa-avery-weir/index.html b/build/speakers/melissa-avery-weir/index.html deleted file mode 100644 index c71e6b5..0000000 --- a/build/speakers/melissa-avery-weir/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Melissa Avery-Weir | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Melissa -

- Melissa is a front-end/.NET/Django UX developer currently plying their trade for local Charlotte companies LendingTree and Future Proof Games. They've been doing web development in one way or another since about 2000, when blogging was new and classic ASP with Access databases was all the rage for single developers. They flourish in the end-to-end processes of software and game creation: that never-ending, never-perfect crafting that produces art, valued services, profit, and -- with success -- joy for users. -
-
-

- Melissa's Presentation -

-
-
- -
-
-

- Simple Accessibility: The Bare Minimum for Compassionate Development -

-

-

As front-end developers, we bear significant responsibility to ensure that our teams’ creations can be used by real people. We’re often told that accessibility is a “nice idea,” but that it’s too costly to learn, implement, or validate, or that people who “need accessibility” can just ask someone to help them. We then build sites and apps for an audience of mythical people with exceptional eyesight and hearing, full range of motion in their bodies, impeccable memory, and as much attention span as we think they should have.

We can do better, and if we want to take pride in crafting quality software, we must. Learn what accessibility really covers, how to incorporate it into ongoing development, and how to verify we’re doing it correctly.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/michael-labriola/index.html b/build/speakers/michael-labriola/index.html deleted file mode 100644 index ed4ede3..0000000 --- a/build/speakers/michael-labriola/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Michael Labriola | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Michael -

- Michael Labriola is Senior Consultant at Digital Primates, architect of several open source projects, and a PMC member and committer for Apache Flex. He has been developing Internet applications since 1995 and has consulted for many of the world’s top brands. Michael is the co-author of five books on Internet technologies, an international speaker and team mentor and has delivered solutions for enterprises worldwide using a variety of platforms and technologies. His free time is spent escaping from technology through wine and food. -
-
-

- Michael's Presentation -

-
-
- -
-
-

- Hands-on with Polymer -

-

-

Web Components allow for the viewing of web applications as a set of encapsulated, maintainable and reusable components. This half-day session will teach participants to work with the Polymer libraries to begin creating web components today, while learning about concepts such as the Shadow DOM, HTML Imports and Custom elements. This is a bleeding edge session, based on pre-alpha software, but it’s also insanely cool and undeniably useful. Michelle Yaiser and Michael Labriola invite you to come learn how to integrate these pieces into your process today in order to bring sanity and reuse to your world.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/michelle-salater/index.html b/build/speakers/michelle-salater/index.html deleted file mode 100644 index c7bc918..0000000 --- a/build/speakers/michelle-salater/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Michelle Salater | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Michelle -

- Michelle Salater is the CEO of Sūmèr, LLC, a copywriting and content marketing firm for businesses that need a clear, optimized message that attracts and converts. Michelle frequently speaks to business owners on how to engage prospects and nurture loyal customer following using the power of story and measurable content marketing strategies. She is an award-winning writer and content expert featured in Entrepreneur Magazine, MyBusiness Magazine, and Under30CEO, among others. In 2009, Michelle won the Charleston Business Journal’s Forty under 40 award for her business and community leadership. She has spoken globally, including in Harare, Zimbabwe, for the Big Africa Conference. More recently, Michelle was interviewed on the Barry Moltz Business Insanity talk radio show. -
-
-

- Michelle's Presentation -

-
-
- -
-
-

- Sell Your Story, Grow Your Business: How to Create Engaging Content That Attracts and Converts -

-

-

  • The Why Factor - top 4 emotional drivers that motivate people to take action and stick around as loyal customers
  • How to strategize marketing campaigns around story for maximum ROI. (ie, people don’t connect to the product, they buy into the story behind it.)
  • How to create compelling story-driven copy that pre-qualifies prospects while building a community of lifetime customers who are brand warriors
-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/michelle-yaiser/index.html b/build/speakers/michelle-yaiser/index.html deleted file mode 100644 index 97dd1a5..0000000 --- a/build/speakers/michelle-yaiser/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Michelle Yaiser | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Michelle -

- Michelle Yaiser directs user research and helps plan educational content on Adobe’s Creative Cloud Learning team. Prior to joining Adobe she taught development at the college level and now enjoys working with new technologies and planning lessons without having to grade homework. She plays the clarinet and races cars (yes on a race track with other cars), and would love to have her own TARDIS. -
-
-

- Michelle's Presentation -

-
-
- -
-
-

- Hands-on with Polymer -

-

-

Web Components allow for the viewing of web applications as a set of encapsulated, maintainable and reusable components. This half-day session will teach participants to work with the Polymer libraries to begin creating web components today, while learning about concepts such as the Shadow DOM, HTML Imports and Custom elements. This is a bleeding edge session, based on pre-alpha software, but it’s also insanely cool and undeniably useful. Michelle Yaiser and Michael Labriola invite you to come learn how to integrate these pieces into your process today in order to bring sanity and reuse to your world.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/mike-monteiro/index.html b/build/speakers/mike-monteiro/index.html deleted file mode 100644 index cfa423e..0000000 --- a/build/speakers/mike-monteiro/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Mike Monteiro | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Mike -

- Mike Monteiro is the co-founder and design director of Mule Design, an interactive design studio whose work has been called "delightfully hostile" by the New Yorker. He prefers elegant, simple sites with clear language that serve a real need. He prefers that designers have strong spines. Mike writes and speaks frequently about the craft and business of design. In early 2011, he gave a CreativeMornings talk entitled "F— You, Pay Me" that uplifted the downtrodden the world over, and he can be heard weekly as the co-host of Let’s Make Mistakes. His book about handling yourself professionally as a designer, Design Is a Job, was published by A Book Apart in 2012, and is being incorporated as a textbook in design programs across the country. -
-
-

- Mike's Presentation -

-
-
- -
-
-

- How Designers Destroyed the World -

-

-

Designers have a responsibility, not only to themselves and to their clients, but also to the wider world. We are designers because we love to create, but creation without responsibility breeds destruction. Every day, designers all over the world work on projects without giving any thought or consideration to the impact that work has on the world around them. This needs to change. In this bluntly honest talk, Mike will invite you to consider your responsibilities as a designer and embrace your role as gatekeeper. You’ll learn how to increase your influence and be moved to use your powers for good.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/moses-ngone/index.html b/build/speakers/moses-ngone/index.html deleted file mode 100644 index bdd412b..0000000 --- a/build/speakers/moses-ngone/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Moses Ngone | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Moses -

- Moses is the Director of Engineering at Nine Labs. After many years curating code for the likes of Cengage and Sharecare, he took the leap and created his solo consultancy Mospired while managing projects at Epic Labs. When not at the office, Mo loves sharing ideas and giving back to the community. As an active member of Atlanta web community, he participates and speaks on various topics related to web development. On any given weekend he is glued to the screen fueling his "fanhood" of the Arsenal Football Club (Gunners) and or looking out for the ever elusive super car. Ask him about it. -
-
-

- Moses's Presentation -

-
-
- -
-
-

- The Web Developer's Toolbag -

-

-

The web developers workflow can dramatically change everyday. With the influx of new tools, processes and applications, we all sometimes feel like we need to learn how to use all of them.

Well in this talk, we will explore the use and combination of some new "shinies", old and tested ones and a couple of hidden rarely used ones.

We will piece it all together and make a great toolchain that doesn't get you overwhelmed. Tools include grunt, phing, capistrano,boxen, hubot, vagrant and a few more

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/netta-marshall/index.html b/build/speakers/netta-marshall/index.html deleted file mode 100644 index 283a356..0000000 --- a/build/speakers/netta-marshall/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Netta Marshall | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Netta -

- Netta Marshall is a designer and photographer based in San Francisco, California. She enjoys nighttime bike rides, and pillow fights, strumming guitars, and baking cookies. -
-
-

- Netta's Presentation -

-
-
- -
-
-

- Good Design for Good Reason -

-

-

Design has the biggest potential for impact in the non-profit space, but much of the world's design power goes elsewhere. In this talk, you'll hear about my experiences designing for good at a non-profit aiming to expand access to healthcare to every person on the planet.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/nicole-fenton/index.html b/build/speakers/nicole-fenton/index.html deleted file mode 100644 index af0bcf0..0000000 --- a/build/speakers/nicole-fenton/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Nicole Fenton | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Nicole -

- Nicole Fenton is an independent writer and editor in Brooklyn. She is the coauthor of Nicely Said: Writing for the Web with Style and Purpose (New Riders, 2014). Previously, Nicole was a content strategist at a large social network, a small design studio, and a startup incubator in San Francisco. She started her professional writing practice in 2005 at Apple, where she served as communications lead for five years. -
-
-

- Nicole's Presentation -

-
-
- -
-
-

- Interface Writing: Code for Humans -

-

-

We build systems to help real people. But honestly, are we being that helpful in our interfaces? Or are we treating the copy as an afterthought and letting people fend for themselves? Instead of debating the latest design trends, let’s reflect on something that isn’t going away: the text on your website.

In this session, we’ll look at how strings, labels, forms, and flows shape the user experience. You’ll learn how to write clear copy and guide your readers through multipart interfaces in a friendly way.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/nora-richardson/index.html b/build/speakers/nora-richardson/index.html deleted file mode 100644 index 1af99e3..0000000 --- a/build/speakers/nora-richardson/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Nora Richardson | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Nora -

- Nora D. Richardson is a life-long learner, creative and a big believer in making the world better and more beautiful place through effective branding. Founder of her own branding design firm, Spot-On Branding, LLC, Nora is known as the "big picture" brand consultant and designer for small to mid-sized companies. She believes that you are never too small to look big. Nora speaks to business owners and students about branding and is regularly featured on websites such as Biznik, Brandergy, and Blogher. She has been published in The New York Times and The Costco Connection as well as been a co-host on an International Radio Show about branding, which reached listeners across three continents. Although she focus’ on small to mid-sized businesses, she has branded and designed for several Fortune 500 companies, including Kahlúa, the Olympics, and Northwest Airlines. -
-
-

- Nora's Presentation -

-
-
- -
-
-

- Designing for a Brand Aware-less Customer -

-

-

"No one cares about your brand. It is not loved. It is not important. It is not invited anywhere but to your company picnic. That is, unless you can make the brand relevant to people’s lives. To the way they understand things…No one cares about your brand unless you find a way to speak to why you care about it." - Scott Goodson, Author of Uprising

And that is where design comes in. Most marketers identified brand awareness as a goal. And that is where design comes in. Most customers don’t feel like marketers understand them. And that is where design comes in. The ultimate purchasers are becoming blind in this noisy marketing world. And that is where design comes in.

We as designers need to rethink our world…rethink our purpose…rethink our importance.

  • Defining Brand Awareness vs Brand Aware-less
  • The Current Problem of Designers
  • How to Reach a Blinded Audience
-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/pamela-pavliscak/index.html b/build/speakers/pamela-pavliscak/index.html deleted file mode 100644 index 68fccc5..0000000 --- a/build/speakers/pamela-pavliscak/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Pamela Pavliscak | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Pamela -

- Pamela is founder of Change Sciences, a user experience research and strategy firm for Fortune 500s, startups, and other smart companies. Over the past 15 years, she’s logged thousands of hours in the field trying to better understand how people use technology and run hundreds of UX studies on almost every type of site you could imagine. Lately, she's been thinking about how to bring together quantitative data and qualitative insights. She's also been encouraging women entrepreneurs, working with schools to create maker labs, and speaking about data fluency. -
-
-

- Pamela's Presentation -

-
-
- -
-
-

- Design for the One Little Thing that Changes Everything -

-

-

So much of the news about technology is that it's bad for us - it's tapping in to our worst possible selves, it makes us anxious, we get caught in a dopamine loop. We'd just be happier without it. Or would we? Maybe, just maybe, there are things that make people happy when they use a favorite website and tap into a trusted mobile app. This session looks at the principles that the happiest websites and app share. A combination of data, little things, not-so-little things, social science, experiments, and real life uncovers some moments of truth about happy user experience. Come away with a short list of patterns, across sites and apps, that make people happy.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/paul-boag/index.html b/build/speakers/paul-boag/index.html deleted file mode 100644 index d5b05f1..0000000 --- a/build/speakers/paul-boag/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Paul Boag | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Paul -

- Paul Boag has been working with the web since 1994. He is now co-founder of the digital agency Headscape, where he works closely with clients to establish their web strategy. Paul is a prolific writer having written Digital Adaptation, Website Owners Manual, Client Centric Web Design and numerous articles for publications such as .net magazine, Smashing Magazine and the econsultancy.com. Paul also speaks extensively on various aspects of web design both at conferences across the world and on his award winning web design podcast boagworld. -
-
-

- Paul's Presentation -

-
-
- -
-
-

- Digital Adaptation – Time to Untie your Hands -

-

-

Do you feel like you are doing your job with one hand tied behind your back? Are you frustrated by company practices that are horribly antiquated and inappropriate for the digital world. Does your boss or client fail to understand the unique characteristics of the web?

If so you are not alone. The majority of traditional businesses are struggling to adapt to the digital economy and need your help even if they don’t realise it. In his talk Paul explains why this is, and what we (as the web community) can do about it. He highlights that to build a great website we have to be the catalyst for organisational change and recommends ways to start that happening.

Things you will learn include:

  • Why so many organisations are failing to adapt.
  • Why it falls to you to instigate the change in company culture.
  • Practical ways of instigating change.
  • Why your primary job isn’t to build websites, despite what your boss or client might think.
-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/paul-trani/index.html b/build/speakers/paul-trani/index.html deleted file mode 100644 index 3a206e1..0000000 --- a/build/speakers/paul-trani/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Paul Trani | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Paul -

- Paul Trani is a Creative Suite Evangelist for Adobe Systems, focusing on workflows that empower designers and developers to publish to multiple screens and platforms. Paul has been an Adobe Certified Instructor and CourseWare creator for over a decade and as a writer and prolific trainer, Paul has earned top author status at Lynda.com and has created a constant stream of content for AdobeTV, as well as his own tutorials on www.paultrani.com. Prior to joining Adobe, Paul led a team of interactive designers and developers at Starz Entertainment producing multi-million dollar web and mobile campaigns. When he is not traversing the globe he can be found hiking somewhere in the Colorado mountains (and he’s not telling where). -
-
-

- Paul's Presentation -

-
-
- -
-
-

- Designing Killer Apps & Websites Using Photoshop -

-

-

A large percentage of Photoshop users use it for screen design, and for good reason. In this session you will learn the features that make Photoshop perfect for screen design: smart guides, linked smart objects, tricks to generate graphics and creating CSS are just a few features to exploit. But it doesn’t stop there; Paul will then show you how to use Photoshop content in other apps like Muse, Reflow and Dreamweaver to easily create compelling website and apps.

The audience will learn:

  • How to use Photoshop to design
  • Reusing assets across multiple files
  • Outputting graphics
  • Using graphics in HTML and apps.
-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/rachel-ober/index.html b/build/speakers/rachel-ober/index.html deleted file mode 100644 index cac9fa2..0000000 --- a/build/speakers/rachel-ober/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Rachel Ober | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Rachel -

- Rachel is a software engineer at Paperless Post in New York City who focuses on front-end technologies and the user interface. She has taught at General Assembly in Manhattan and has contributed to their Front-end and Ruby on Rails curriculum that is used at their various campuses around the world. Starting in 2013, Rachel organizes and volunteers her time teaching women Ruby and Ruby on Rails through RailsBridge NYC. Rachel is an avid paper crafter and loves to talk about her Pembroke Welsh Corgi, Isabella. -
-
-

- Rachel's Presentation -

-
-
- -
-
-

- Team Communication Through Code -

-

-

Over the past year, Paperless Post has grown tremendously in terms of goals, accomplishments, and new employees. We’ve come to find that with that rapid expansion are some growing pains that necessitated us to rethink and retool how we communicated within our individual teams as well as across teams. But the question becomes, how can we communicate our core beliefs and impart our knowledge of the code base to new team members as quickly and seamlessly as possible without losing the camaraderie and gained experience of a smaller start up? This talk will discuss some of the techniques and tools we use to communicate within and among our teams as well as examine ways to improve ourselves further.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/rebecca-murphey/index.html b/build/speakers/rebecca-murphey/index.html deleted file mode 100644 index 2d85af6..0000000 --- a/build/speakers/rebecca-murphey/index.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - Rebecca Murphey | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Rebecca -

- Rebecca Murphey is a staff software engineer at Bazaarvoice, where she leads the team that develops the third-party JavaScript application for collecting and displaying ratings, reviews, and other social commerce content. She is a frequent speaker on the topic of code organization and best practices at various JavaScript conferences, including Front-End Ops Conf, the 2014 jQuery Conference in San Diego, JSConf US 2013, JSConf US 2011, JSConf EU 2010, Full Frontal 2012, Fronteers 2012, and many others. She lives in Austin, TX, with her partner, their son, and their dog. -
-
-

- Rebecca's Presentation -

-
-
- -
-
-

- Ain't No Party Like A Third-Party JS Party -

-

You've got the hang of this whole JavaScript thing. Your code works on ancient browsers, and positively sings on new ones. AMD, SPA, MVC -- you can do that stuff in your sleep, amirite? 

But now your users are trying to type in your Very Important Form, and nothing is showing up; you loaded Backbone into your app right there on line 1, but window.Backbone is nowhere to be found; that widget that's supposed to end up in a certain div is showing up somewhere completely different; calls to jQuery's .css() are doing absolutely nothing; and, rarely but not never, your app just doesn't load at all.

You thought you had the hang of this whole JavaScript thing, but now you're in the world of third-party JavaScript, where all you control is a single script tag and where it's all but impossible to dream up every hostile environment in which your code will be expected to work. "It works on my machine" has never rung quite so hollow.

In this talk, we'll take a look at some of the delightful bugs we've had to solve at Bazaarvoice while working on the third-party JavaScript app that collects and displays ratings and reviews for some of the world's largest retailers.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/scott-hanselman/index.html b/build/speakers/scott-hanselman/index.html deleted file mode 100644 index 90d2481..0000000 --- a/build/speakers/scott-hanselman/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Scott Hanselman | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Scott -

- Scott is a web developer who has been blogging at http://hanselman.com for over a decade. He works in Open Source on ASP.NET and the Azure Cloud for Microsoft out of his home office in Portland, Oregon. Scott has worked in tech for over 20 years building large systems with a number of nondenominational technologies. Scott has three podcasts: The Hanselminutes Podcast for tech talk, This Developer’s Life on developers’ lives and loves, and Ratchet and the Geek for pop culture and tech media. He’s written a number of books and spoken in person to almost a half million developers worldwide -
-
-

- Scott's Presentation -

-
-
- -
-
-

- JavaScript, The Cloud, and the rise of the New Virtual Machine -

-

-

One day we woke up and things were different. Suddenly we are scripting against thousands of Virtual Machines from the command line while creating things today with JavaScript in the browser that were impossible yesterday.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/scott-stroud/index.html b/build/speakers/scott-stroud/index.html deleted file mode 100644 index 8273d4c..0000000 --- a/build/speakers/scott-stroud/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Scott Stroud | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Scott -

- Scott is a UX consultant, collaborating with organizations on their digital product strategy: interaction design, user testing, behavioral design and Lean UX methodologies. He was a principal interaction designer of the original NPR iPad app and the NPR.org responsive website. He is also a certified yoga teacher and writer. -
-
-

- Scott's Presentation -

-
-
- -
-
-

- Designing for Love -

-

-

Spike Jonze's movie Her is about a man falling in love with his OS. The film is science fiction, and the forecasts are both exciting and challenging. As we imagine what’s next, the goal for UX designers is not how to make devices more human or more lovable. The questions we should chase are: How can we create products to sustain and amplify our human relationships rather than to replace or deflect them? Are we looking for technology to meet our needs or help us become less needful? How can we design Things that coax more good from our brains and our hearts?

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/sophie-shepherd/index.html b/build/speakers/sophie-shepherd/index.html deleted file mode 100644 index e7f6867..0000000 --- a/build/speakers/sophie-shepherd/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Sophie Shepherd | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Sophie -

- Sophie is a Senior Designer in Happy Cog's Austin office. She cares deeply about designing websites that are simple, easily navigable, and full of necessary, applicable content. When not designing, Sophie enjoys cooking, drinking beer outside, riding her bike, road trips, and camping. She is active in the Austin web design community, where she organizes the Dribbble Meetup and teaches Intro to Responsive Design and Intro to Sass for Girl Develop It. -
-
-

- Sophie's Presentation -

-
-
- -
-
-

- Designing for Clients: Working Together For The Health of the Project -

-

-

With sites out there like "Clients From Hell" it can be easy to see clients as our opposition and to forget that they are actually our lifeblood and the sole reason that many designers have been able to make a career out of their passions. In this talk, Sophie will explain the importance of joining forces with clients rather than setting up against them. She will provide tips about educating, selling design, and keeping clients excited about the work at hand.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/sougwen-chung/index.html b/build/speakers/sougwen-chung/index.html deleted file mode 100644 index 998b13a..0000000 --- a/build/speakers/sougwen-chung/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Sougwen Chung | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Sougwen -

- Canadian-born, Chinese-raised, New York-based. Sougwen Chung is an interdisciplinary artist whose work explores transitional edges. Her artistic practice spans installation, sculpture, still image, drawing and performance, informing her multi-faceted approach to experiential art. Chung’s work iterates on the expressive agency of form catalyzed with software, sound, light and space. Her installations involve multiple layers of light on intricate structures, taking a variety of media and transforming it into spatial experiences. Her work has been featured in exhibitions in North America, Europe and Asia. Recent venues include the Museum of Contemporary Art in Geneva, Switzerland and 319 Scholes in Brooklyn, New York. Additionally, Chung has been featured in The New Yorker, Dazed and Confused, Cool Hunting and The Creators Project. -
-
-

- Sougwen's Presentation -

-
-
- -
-
-

- Process, Poetics and Performance -

-

-

How can established techniques in art making and composition find a new voice in the current cultural, technological and creative landscape?

Sougwen Chung shares her approach and reflects on her artistic development and forthcoming curiosities. From her origins as a violinist, to an artist working within the realm of intricate and textural audio-visuals and installation, Chung will trace her process of being inspired by tactile materials against a connection and disconnection with digital technology. In this talk, Sougwen will communicate an interdisciplinary perspective on culling influences and inquiry for exploring transitional edges in creative practice.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/stacey-mulcahy/index.html b/build/speakers/stacey-mulcahy/index.html deleted file mode 100644 index 61b741f..0000000 --- a/build/speakers/stacey-mulcahy/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Stacey Mulcahy | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Stacey -

- Stacey Mulcahy is a technical evangelist with Microsoft for Windows 8. Prior, she was the Lead Developer working with a variety of technologies at Big Spaceship, a digital agency based out of Brooklyn, NY. She has worked at Teknision and Fuel Industries in Ottawa, Canada, and IQ Interactive in Atlanta in a variety of technical roles. A technical editor and instructor, Stacey enjoys sharing her love for her work in interactive development. She considers her lack of verbal filter and extreme candor just a small part of her charm. -
-
-

- Stacey's Presentation -

-
-
- -
-
-

- Hardware for a Soft World -

-

-

From microcontrollers to the Kinect, devices that were never meant to speak to each other and some that never should, this session will take a look at how to transition from the world of software into the one of hardware.

Collaborative projects will be shown and some electronic basics will be shared.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/steve-klabnik/index.html b/build/speakers/steve-klabnik/index.html deleted file mode 100644 index 415b66c..0000000 --- a/build/speakers/steve-klabnik/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Steve Klabnik | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Steve -

- Hypermedia enthusiast, prolific open source contributor, on contract with Mozilla to write documentation for Rust. Currently writing "Designing Hypermedia APIs," "Rust for Rubyists," and "Rails 4 in Action." -
-
-

- Steve's Presentation -

-
-
- -
-
-

- Applications, Languages, and Libraries -

-

-

Different kinds of programming require different kinds of skills. Steve has worked on a number of projects over the years, being one of the most active contributors on GitHub, and will give a talk about his experiences working on three kinds of projects: applications, libraries, and languages. He'll discuss the unique challenges of each kind, which might make sense for you to contribute to, and war stories from being on too many core teams.

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/tiffany-chu/index.html b/build/speakers/tiffany-chu/index.html deleted file mode 100644 index 009d4bb..0000000 --- a/build/speakers/tiffany-chu/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Tiffany Chu | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Tiffany -

- Tiffany is a designer, researcher, and urbanist. She is currently a Fellow at Code for America partnering with the City of Charlotte, and is passionate about helping cities and organizations become more accessible and user-centered through design and technology. Previously, Tiffany launched the UX research practice at Zipcar, worked as an innovation consultant at Continuum, and wrote for Dwell. Tiffany has a background in architecture and urban planning from MIT. -
-
-

- Tiffany's Presentation -

-
-
- -
-
-

- Civic Design: Charlotte Code for America -

-

- -

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/speakers/val-head/index.html b/build/speakers/val-head/index.html deleted file mode 100644 index a21e87b..0000000 --- a/build/speakers/val-head/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Val Head | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- A little more about Val -

- Val Head is a designer and consultant based in Philadelphia. Her work ranges from projects on the web to interactive installations to print. She is the author of The Pocket Guide to CSS Animations, teaches CSS Animations on Lynda.com, and hosts the All The Right Moves tutorial screencast. You can find her on stage speaking at events like An Event Apart and encouraging others to do the same as the co-host of the Ladies in Tech podcast. She also founded the popular Web Design Day conference, and leads workshops around the world on animation for the web and creative coding. -
-
-

- Val's Presentation -

-
-
- -
-
-

- Web Designer/ Motion Designer -

-

-

With the current state of CSS and JavaScript the web has seriously stepped up its animation game. As web designers and developers we’ve never had to understand animation principles like we do now. Smart animation comes from thinking like a motion designer when adding animations and transitions to our web work. There is a huge depth of knowledge we can pull from while we design and build the new UIs of the web.

In this session we will demonstrate key animation principles like timing, offsets, and others as they apply to UI work on the web. And we'll cover principles specific to UI animation that will make your work both usable and delightful. Consider this your crash course into becoming a web animation pro!

-

-
-
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/thursday/index.html b/build/thursday/index.html deleted file mode 100644 index 4b643e9..0000000 --- a/build/thursday/index.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - Schedule | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-
-

- Workshops -

-

- Thursday, Sept. 11th -

-
    -
  • - 8:00am - 9:00am -
  • -
  • -

    - Registration -

    -
  • -
- -
    -
  • - 12:30pm - 2:00pm -
  • -
  • -

    - Lunch -

    -
  • -
- -
-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/build/venue/index.html b/build/venue/index.html index f9b8699..a0ba65b 100644 --- a/build/venue/index.html +++ b/build/venue/index.html @@ -10,152 +10,77 @@ - Venue and Things to do in Charlotte | Blend Conference: Sept 11-13 in Charlotte, NC + Venue and Things to do in Charlotte | Blend Conference: Sept 2-4, 2015 in Charlotte, NC - + - + - + - - - + + + - +
-
-

- The Venue -

+
+
+
+

+ The Venue +

+
+
+

+ Classic Venue & Hotel in Downtown Charlotte +

+

+ The conference will be held at The Charlotte Sheraton Hotel. The room block has expired but they should still have room. To make a reservation call their reservations desk 1-800-325-3535 and let them know you're booking a room for "Blend Conference". +

+
+
-
-

- Classic Venue & Hotel in Downtown Charlotte -

-

- The conference will be held at The Charlotte Sheraton Hotel. The room block has expired but they should still have room. To make a reservation call their reservations desk 1-800-325-3535 and let them know you're booking a room for "Blend Conference". -

-
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus -
+
+ + +
+ + +
- - \ No newline at end of file diff --git a/build/wrapup/index.html b/build/wrapup/index.html deleted file mode 100644 index 2f4b4e1..0000000 --- a/build/wrapup/index.html +++ /dev/null @@ -1,621 +0,0 @@ - - - - - Blend Conference - A 3 Day Conference about User Experience, UI Design, and Development in Charlotte, NC | Blend Conference: Sept 11-13 in Charlotte, NC - - - - - - - - - - - - - - - - - -
- -
-

- 64 Amazing Speakers -

-

- We spent the first few days in September hearing topics covering design, user experience, and development. Check out the following list for their names, topics, and if we have them, their videos and slides. -

- -

- Folks really enjoyed it -

-
    -
  • - Just got a heckofa great SASS primer from @itsmisscs at @blendconf. (Thank you, Claudina!)@maxfenton -
  • -
  • - No-device policy at @blendconf! Curiously happy to work within these user experience restrictions. ;) #ux #blendconf@catffeine -
  • -
  • - First web conference I've been to that has nail polish in the gift bag. I love it! @blendconf #blendconf http://t.co/X5Y9YcZrRJ@juliamtaylor -
  • -
  • - Yesterday team BlueKey rocked out at @blendconf workshops! Bringing a ton of new UX knowledge home to #charleston http://t.co/ZGoV2s8Hj5@bluekeyinc -
  • -
  • - Ask not what your government can do for you, ask what you can code/design for your gov. ❤️ @pahlkadot’s @CodeforAmerica talk at @blendconf@angel -
  • -
  • - @nettatheninja wow, @blendconf sounds amazeballs. I <3 the no devices policy!@jc00ke -
  • -
  • - Great talks today @blendconf. Rounding off the day with @Abby_the_IA was great! Such a great talk!@markboulton -
  • -
  • - As always @shanselman delivers a hilariously informative talk @blendconf!@wesg92 -
  • -
  • - #BlendConference @blendconf today was amazing! Just because I'm an analyst doesn't mean I can't refine my #UX & #javascript skills :-)@marissa_carter -
  • -
  • - Fantastic first day at @blendconf. This conference has good content, nice people, & diversity. What all should aspire to! Thx @bermonpainter@sophieshepherd -
  • -
  • - Spending the morning with @itsmisscs at @blendconf! We're talking to a roomful of middle school students about #STEM! http://t.co/MaDGOLggza@shanselman -
  • -
  • - I really enjoyed seeing my coworker @sophshepherd speak at @blendconf today about keeping your client in mind as you design.@hoyboy -
  • -
  • - Happiness is @blendconf! Amazing people, incredible sessions, fascinating conversations. Thanks so much, #blendconf14@paminthelab -
  • -
  • - Just watched @monteiro’s keynote at @blendconf win the Best Web Design Talk of 2014 award. #fightme@jc -
  • -
  • - Great ending to @blendconf. You are responsible for what you put out into the world.@stkwon -
  • -
  • - Only 3 of the talks I went to at #blendconf were presented by guys & it felt totally normal. That's just plain cool.@grahamlangdon -
  • -
  • - Amazing how inclusive #blendconf was. All people encountered were friendly, speakers were accessible, and I attended every talk I wanted to.@catffeine -
  • -
  • - Still thinking about the most influential talk on Designing For Love by @sstroud. Both informative and enlightening. #blendconf@spestian -
  • -
-

- They even wrote about it -

- -

- Get ready for BlendConf 2015 -

-

- We have some pretty nifty things planned for 2014 that we think you'll really like. Right now we're shooting for Sept 2-4, 2015 right here in lovely Charlotte, NC. Speakers will be announced in February with the new site. Follow @blendconf to stay up-to-date. -

- Grab a ticket -
-

- Incredibly supportive sponsors that we love -

-

- We think sponsorship should be more than just a link and logo on a website. If you're looking to put your sponsorship dollars to use we have a few pretty nifty ideas to get you noticed and be a fun experience for our attendees. If you aren't boring you should contact us. -

- View the Prospectus - -
-
- - - \ No newline at end of file diff --git a/config.rb b/config.rb index 38c84b9..efc8e4e 100644 --- a/config.rb +++ b/config.rb @@ -24,9 +24,9 @@ # CSS Processing # ---------------------------------------------- # Compass -compass_config do |config| - config.output_style = :expanded -end +# compass_config do |config| +# config.output_style = :expanded +# end # Susy grids in Compass # First: gem install susy --pre @@ -59,7 +59,7 @@ def copyright_years(start_year) end def clean_data(url) - url.downcase.tr(" ", "-").tr(".", "").tr(":", "").tr("(", "").tr(")", "").tr(" &", "").tr("'", "").tr(",","").tr("?","") + url.to_s.downcase.tr(" ", "-").tr(".", "").tr(":", "").tr("(", "").tr(")", "").tr(" &", "").tr("'", "").tr(",","").tr("?","") end def sanitize(html) diff --git a/build/assets/stylesheets/themes/blendconf2014.css b/data/articles.yaml similarity index 100% rename from build/assets/stylesheets/themes/blendconf2014.css rename to data/articles.yaml diff --git a/data/articles2014.yaml b/data/articles2014.yaml deleted file mode 100644 index 95d5b0d..0000000 --- a/data/articles2014.yaml +++ /dev/null @@ -1,24 +0,0 @@ -- article: - url: http://clclt.com/theclog/archives/2014/08/21/blendconf-just-what-charlottes-tech-environment-needs - title: "BlendConf: Just What Charlotte's Tech Environment Needs" - author: "Desiree Kane - Creative Loafing" -- article: - url: http://www.bizjournals.com/charlotte/news/2014/08/28/turn-off-your-smartphone-or-shunned-at-blendconf.html?page=all - title: "Turn off your smartphone or be shunned at Charlotte's hottest tech conference" - author: "Adam O'Daniel" -- article: - url: http://rmion.com/mike-monteiro-made-me-cry-at-blendconf-2014/ - title: "Mike Monteiro made me cry, and other notes from BlendConf 2014" - author: "Robert Mion" -- article: - url: http://www.smashingmagazine.com/2014/10/14/taking-a-closer-look-at-tech-conferences/ - title: "Taking A Closer Look At Tech Conferences: The Nitty Gritty Details (A Study)" - author: "Jan Constantin" -- article: - url: http://flyingdogcreative.com/ten-great-ideas-from-blendconf-2014/ - title: "Ten big ideas from BlendConf 2014" - author: "Matt Pusateri" -- article: - url: http://www.elepalmer.com/blend-conf-user-experience-current-career-plans/ - title: "Blend Conf, User Experience, and My Current Career Path" - author: "Eleanor Palmer" diff --git a/data/speakers.yml b/data/speakers.yml index 22d4d35..b2d1995 100644 --- a/data/speakers.yml +++ b/data/speakers.yml @@ -1,1026 +1,16 @@ - speaker: - firstName: Aaron - lastName: Gustafson - type: Conference Speakers - discipline: Front-End - day: 2 - session: 5 - talkTitle: "Falling in Love with Forms" - talkDescription: "

In this session, we will explore forms from top to bottom, examining how they work and how their components can be incorporated with other elements to maximize accessibility, improve semantics, and allow for more flexible styling. You’ll get to see the complete picture with forms, including: 

" - company: Easy Designs - companyWebsite: http://easy-designs.net/ - personalWebsite: http://aaron-gustafson.com/ - personalTwitter: AaronGustafson - bio: "Aaron has been building websites for nearly two decades and, in that time, has cultivated a love of web standards and an in-depth knowledge of website strategy, architecture, and interface design, picking up several programming languages along the way.He has served as Technical Editor for A List Apart, is a contributing writer for .net Magazine, and has filled a small library with his technical writing and editing credits. His latest book is Adaptive Web Design: Crafting Rich Experiences with Progressive Enhancement." - slides: http://www.slideshare.net/AaronGustafson/falling-in-love-with-forms-blendconf-2014 - video: ~ -- speaker: - firstName: Abby - lastName: Covert - type: Conference Speakers - discipline: User Experience - day: 2 - session: 6 - talkTitle: "How to Make Sense of Any Mess" - talkDescription: "

In a world where everything is getting more complex and we are all experiencing personal information overload, there is a growing need to understand the tools and processes that are used to make sense of complex subjects and situations. These tools aren't hard to learn or even tough to implement but they are also not part of many people's education.

Information Architecture is a practice of making sense. A set of principles, lessons and tools to help anyone make sense of any thing. Whether you are - a student or professional, a designer, technologist or small business owner, an intern or executive - learn how information architecture can help you make sense of your next endeavor.

" - company: IA Institute - companyWebsite: iainstitute.org - personalWebsite: http://abbytheia.com/ - personalTwitter: Abby_the_IA - bio: "Abby Covert is an independent information architect working and living in New York City. With a proven track record in establishing user-centric practices in a variety of creative environments, Abby also has a reputation for stellar information architecture work in a variety of consulting contexts. Abby prides herself on being an active organizer and mentor within the IA community. She served as Executive Producer for the IDEA conference in 2010 and the Information Architecture Summit in 2010 and 2012. She currently serves as Co Chair for the 15th annual Summit to be held in March 2014. Abby also serves as an adviser for and holds credit for inventing World Information Architecture Day, which held an inaugural event in 2012 with 14 locations globally serving over 1600 attendees. World IA Day 2014, now in its third year, looks to serve 20+ locations globally. Abby speaks and writes under the pseudonym Abby the IA, and currently serves as faculty for Parsons, The School of Visual Arts, General Assembly and Hyper Island." - slides: ~ - video: 115271304 -- speaker: - firstName: Adam - lastName: Hunter - type: Workshops - discipline: Back-End - day: 1 - session: 2 - talkTitle: "Rangular: Blending Rails and Angular for Enterprise Applications" + firstName: ~ + lastName: ~ + type: ~ + discipline: ~ + day: ~ + session: ~ + talkTitle: ~ talkDescription: ~ - company: Tax Management Associates - companyWebsite: http://www.tma1.com/ - personalWebsite: http://adamhunter.me/ - personalTwitter: adamachine - bio: "Adam D. C. Hunter is Tax Management Associates Application Development Manager. For the last four years he has managed teams of developers at TMA specializing in software solutions for state and local government revenue enhancement projects. Adam is a leader in the Charlotte technology community; he has taught at local Ruby on Rails classes in Packard Place, instructed for the Charlotte Rails Girls event and has mentored junior programmers. He also presents to various Charlotte technology organizations on emerging and advanced software technologies and practices. His passion lies in user interface and automation, which he applies in his field by meticulously crafting software and training developers to meet his exacting standards. Prior to TMA, Adam worked for Basho, a noSQL start-up technology company, and has help various other technology related positions." - slides: ~ - video: ~ -- speaker: - firstName: Alex - lastName: Gaynor - type: Conference Speakers - discipline: Back-End - day: 2 - session: 1 - talkTitle: "Beyond MVC" - talkDescription: "

For the past decade (time flies!) MVC web frameworks like Rails have dominated the landscape of web development. This talk will explore alternate patterns for developing web applications, and for frameworks themselves, and investigate whether MVC is ready for the challenges the always-changing web will bring.

" - company: Rackspace - companyWebsite: http://www.rackspace.com/ - personalWebsite: http://alexgaynor.net/ - personalTwitter: alex_gaynor - bio: "Alex is an open source engineer. He works on a wide variety of projects, mostly in Python, including Django, PyPy, CPython, and OpenStack. He serves on the board of directors for the Python Software Foundation and works for Rackspace. When he's not writing software Alex enjoys bagels and delis." - slides: ~ - video: 114549434 -- speaker: - firstName: Allison - lastName: House - type: Conference Speakers - discipline: Design - day: 2 - session: 6 - talkTitle: "Start at the Top: Getting Your First Design Job in Tech" - talkDescription: "When you have no work experience under your belt, how do you show employers you’d still be a great design hire? I’ll discuss my experience hiring and getting hired at tech startups like Dropbox, Codecademy, and Treehouse. I’ll also identify the characteristics that signal to employers you have an explosive trajectory—and make it easy for them to say, “Yes!”" company: ~ companyWebsite: ~ - personalWebsite: http://allison.house - personalTwitter: house - bio: "Allison House is a product designer exploring the intersections of art, technology, education. She writes about starting a career in design on her blog, http://allison.house. Her work includes Dropbox and Codecademy, and has been featured in the New York Times, TIME Magazine, Wall Street Journal, and more. She paints portraits and abstracts in her spare time." - slides: ~ - video: 115271305 -- speaker: - firstName: Angel - lastName: Anderson - type: Workshops - discipline: User Experience - day: 1 - session: 1 - talkTitle: "C-Speak: Presenting UX To Deciders" - talkDescription: "

UX has hit puberty. Clients and stakeholders are aware of terms like ecosystems, user journeys, and touch-points, but their understanding of exactly what these things are and how to use them for shaping a meaningful strategy is still fuzzy. Business owners now believe that customer experience is one of the best sources for long-term competitive advantages, but they still struggle to foster and achieve great experiences.

The good news is that clients increasing look to UX designers for answers about how our work can bring their business strategy to life. We are in a unique position to help companies evolve their strategy so that every touch-point becomes an opportunity for a great user experience. The catch is that to be successful, we must be fluent in the C-speak, the language of C-level executives and business directors, so we can help them recognize pain points and take the right steps to improving the user experience for their product, service, or brand.

There is a more strategic role for designers, but traditional design skills will only get you so far. To get a seat at the table with C-level stakeholders and deciders, you must acquire new communication skills and new know-how. This workshop will cover:

Designers are not generally taught how to define opportunities in ways that are credible in a business context. By learning to speak the language of C-level executives and senior business managers, we can communicate how all channels and touch-points must work together not just stylistically but with strategic intelligence to create a true and lasting value exchange between businesses and customers.

" - company: Crispin Porter + Bogusky - companyWebsite: http://www.cpbgroup.com/ - personalWebsite: https://www.vizify.com/angel-anderson - personalTwitter: angel - bio: "Angel Anderson has 15+ years of experience humanizing digital products and services for clients such as Old Navy, Mattel, Best Buy, and American Express. Her design expertise has helped shape solutions for enterprise software platforms, large-scale web properties, and mobile apps with recent work focused on the link between physical and digital retail experiences. Angel is active in the Los Angeles design community as the founding IxDA Los Angeles local leader and as a guest lecturer at USC, UCLA, and The Arts Institute of California. When she's not designing, speaking, or traveling, Angel creates needle felted animals and tends a small urban farm with her family in Silverlake, California." - slides: ~ - video: ~ -- speaker: - firstName: Anton - lastName: Repponen - type: Conference Speakers - discipline: Design - day: 2 - session: 3 - talkTitle: "Learnings from Collaborating across UX and Design" - talkDescription: "

Irene Pereyra, User Experience Director / Designer and Anton Repponen, Creative Director / Designer, will walk-through an in-depth ‘behind the scenes’ of the redesign of Wacom.com and the challenges in other large redesigns in a chronological manner: from how the projects started, to the successes and hurdles faced along the way, and ultimately to launch.

This presentation is an opportunity to learn about the ideas that worked and the others that failed miserably. It is the ‘behind the scenes’ story of the real-life challenges faced by Anton and Irene, told in a refreshingly candid manner.

" - company: Fi - companyWebsite: http://www.f-i.com/ - personalWebsite: http://repponen.com - personalTwitter: repponen - bio: "As Creative Director, Anton was responsible for delivering creative solutions for clients such as Google, Wacom, USA Today, HTC, Nickelodeon, Porsche and SAS. His client work has been awarded by Cannes, FWA, The Webbys and The European Design Awards." - slides: ~ - video: ~ -- speaker: - firstName: Ben - lastName: Lehnert - type: Conference Speakers - discipline: User Experience - day: 3 - session: 1 - talkTitle: "Love & Trust – What we know about relationships holds true in products" - talkDescription: "

Why do some people fall in love with some products and others don’t? What does it take to get a product passed the first date toward a lifetime partner? This talk is about how you can apply the patterns of human relationships to design products that people fall in love with.

" - company: Wunderlist - companyWebsite: https://www.wunderlist.com/ - personalWebsite: http://benedikt-lehnert.de - personalTwitter: blehnert - bio: "Benedikt is the Chief Design Officer at 6Wunderkinder, the makers of Wunderlist. As a writer, advisor and speaker Benedikt is an advocate for human-centered design and has made it his goal in life to create meaningful experiences for millions of people. Benedikt developed a character-driven design approach and believes that making technology more human leads to an emotional connection between user and product and in the end to a more successful business. Benedikt loves handmade things, typography, the sound of water, Wall-E, the smell of fabric softener and photography in black and white." - slides: ~ - video: 115298954 -- speaker: - firstName: Brad - lastName: Weaver - type: Conference Speakers - discipline: Design - day: 3 - session: 2 - talkTitle: "How to Do Great Work Without Losing Your Shirt (and Soul)" - talkDescription: "

Most of us who are any good at design, development, or UX got into this because we love it, not because we saw dollar signs. We grew up with concert posters, comic books, and t-shirts letting us know that creative is cool, and we'd like to keep it that way. But what happens when you've been at this for a while and you're still making fry cook wages (or so it seems)? Billing hourly, outsourcing, using templates, and all of the other less than exciting parts of the job creep in.

So how do you create great work, stay fresh, and avoid starvation all at once? Let's have a chat about real dollars, real projects, and real solutions to figure out how we can do what we love without losing our shirts and souls.

" - company: Nine Labs - companyWebsite: http://www.ninelabs.com/ - personalWebsite: ~ - personalTwitter: sbradweaver - bio: "Brad Weaver is a Partner & Director of Design at Nine Labs. He designs, he codes, he writes, he UXs, he slices and dices. Brad went to school to be a lawyer, then he came to his senses and has spent the last 15 years as a UX generalist with a geek's heart of gold. His experience includes product development, interactive, branding, and market segmentation. He's been the big cheese, the plebeian, the middle manager, and the class clown. He's also folded clothes, pumped gas, bagged groceries, sold cell phones, and climbed the Great Wall of China. He likes beer, scotch, Oxford commas, and Jesus, but not in that order. He's worked with clients including MTV, Verizon, Bank of America, AT&T, ESPN, Disney, Columbia Records, NATO, SunTrust, The PGA, Olive Garden, Coca-Cola, Big Brothers Big Sisters, United Health Group, The Home Depot, Chick-fil-A, Macy’s, Hard Rock Café, and more." - slides: ~ - video: 119086852 -- speaker: - firstName: Cat - lastName: Noone - type: Conference Speakers - discipline: User Experience - day: 3 - session: 1 - talkTitle: "Love & Trust – What we know about relationships holds true in products" - talkDescription: "

Why do some people fall in love with some products and others don’t? What does it take to get a product passed the first date toward a lifetime partner? This talk is about how you can apply the patterns of human relationships to design products that people fall in love with.

" - company: Liberio - companyWebsite: http://www.liber.io/ - personalWebsite: http://heyimcat.com/ - personalTwitter: imcatnoone - bio: "Cat is a designer focused on building meaningful products. She is the Co-Founder and Design Chief of Liberio — Simple eBook creation and publishing through Google Drive. She advocates for the little details that make a big difference in design. Cat enjoys writing about design and tech, advising startups, speaking and working on side projects. Formerly in the special education field, she is a promoter and believer of technology in the classroom. In her spare time, Cat is a fan of making S'mores, getting lost in a good read, and a nail-biting TV series." - slides: ~ - video: 115298954 -- speaker: - firstName: Chris - lastName: Coyier - type: Conference Speakers - discipline: Front-End - day: 2 - session: 6 - talkTitle: "SVG is for Everybody" - talkDescription: "

While SVG isn’t exactly new, browser support is just getting to the point that we can use it without much worry. Even if we do need fallbacks for older browsers, modern tools make it easy. This makes now the perfect time to learn about SVG and how it can help you in everyday web design. Perhaps the most compelling reason: SVG images look sharp at any dimension with tiny file sizes—which is great for making responsive websites responsibly.

You’ll also learn how SVG helps make otherwise awkward shapes easy to make, and how to use it to make icons that are more accessible than with any other web-based icon creation technique. You’ll learn how SVG can make customized complex graphics on the fly, create compelling animations and other interactions, and empower some pretty great designerly effects. We’ll end by discovering a cornucopia of SVG source materials that are easy to find and even easier to work with.

" - company: Codepen - companyWebsite: http://codepen.io/ - personalWebsite: css-tricks.com - personalTwitter: chriscoyier - bio: "Chris is the force behind CSS-Tricks, previously he was with Wufoo and SurveyMonkey as Lead Hucklebucker. Chris is a Wordpress expert having authored the Digging into Wordpress book and the Lynda.com Wordpress 3 tutorial series." - slides: ~ - video: 115298951 -- speaker: - firstName: Clarissa - lastName: Peterson - type: Conference Speakers - discipline: Design - day: 2 - session: 1 - talkTitle: "Responsive Typography" - talkDescription: "

Your content is the most important feature of your website, so it's important to make sure that the text looks good and is easy to read no matter what device type or screen size it's being viewed on. One size does not fit all when it comes to typography, but you can use media queries to adjust type qualities such as size, line height, column width, margins, hyphenation, and even typeface depending on the viewport size. Learn how you can use CSS to apply design rules that will make your typography look better and perform better across devices. You'll also find out how typography affects the loading time of your website, and what you can do to improve performance.

" - company: Peterson/Kandy - companyWebsite: ~ - personalWebsite: http://www.clarissapeterson.com/ - personalTwitter: clarissa - bio: "Clarissa Peterson is a UX designer and web developer, and co-founder of Peterson/Kandy, a Montreal-based digital consultancy specializing in creating responsive websites. Clarissa frequently speaks and gives workshops on responsive design, mobile strategy, and user experience. She is the author of Learning Responsive Web Design: A Beginner's Guide, available now from O'Reilly Media." - slides: http://www.slideshare.net/clarissapeterson/responsive-typographyii - video: 114549436 -- speaker: - firstName: Claudina - lastName: Sarahe - type: Workshops - discipline: Front-End - day: 1 - session: 1 - talkTitle: "Getting to know Sass" - talkDescription: ~ - company: OddBird - companyWebsite: http://oddbird.net/ - personalWebsite: http://itsmisscs.me/ - personalTwitter: itsmisscs - bio: "Radical entrepreneur, developer, organizer, teacher and author driven by a desire to make a difference and bring a smile to a face. Claudina Sarahe has been striving for a more beautiful and useable web since 2005. She has worked with notable brands such as PBS, Charlie Rose, Daniel Libeskind, Scholastic, Huffington Post, and Deep Dish TV. She was a founding member of the UNICEF Innovations team and is on the board of MACILE, a non-profit dedicated to advancing STEM in less advantaged communities. She's taught high schoolers in the Dominican Republic and West Harlem and is the curriculum co-lead for Black Girls Code NYC chapter. She co-founded Autotax.me (RIP), a 2013 Y Combinator finalist, organizes the monthly NYC Sass Meetup and is the chair of SassConf. When she's not pursuing her various projects she can be found molding ideas into experiences for humans with OddBird." - slides: ~ - video: ~ -- speaker: - firstName: Clinton - lastName: Dreisbach - type: Conference Speakers - discipline: Back-End - day: 2 - session: 5 - talkTitle: "Full-Stack Clojure" - talkDescription: "

Using libraries like Hoplon and Castra, Clojure can be used to develop web applications from client to server, making the communication between them easy to write and understand.

" - company: The Iron Yard - companyWebsite: http://theironyard.com/ - personalWebsite: http://dreisbach.us/ - personalTwitter: cndreisbach - bio: "Clinton is an instructor at The Iron Yard and a Clojure and Ruby hacker." - slides: ~ - video: 115271300 -- speaker: - firstName: Christy - lastName: Harner - type: Conference Speakers - discipline: Design - day: 3 - session: 5 - talkTitle: "The Creation of a Brand" - talkDescription: "

Whether a startup company or a new product line for an existing business, Christy will discuss the process of creating a brand identity with a client. From market analysis and \"unique factor\" discovery to logo and tagline creation, from messaging and web design to social media campaigns and video production, we will walk through a typical brainstorming session and learn how to effectively win a client's heart and give them a product and brand identity that will exceed their expectations and bring to life their dream.

" - company: Binary Ventures - companyWebsite: http://binary.ventures/ - personalWebsite: ~ - personalTwitter: christyharner - bio: "Christy Harner is the Creative Principal and co-founder of Binary Ventures, a digital agency and app development firm in Charlotte, North Carolina. A serial entrepreneur, she has been a founding member of several other companies, including NexTable, Spendboss and Dream Big. Her passion is for design-- whether in film, illustration or web development. Every year, Christy helps dozens of startups create their entire identity--from logo to mobile apps to social media to film. She has a B.A. in Cross-Cultural Studies and has written several young adult novels, including Behind Every Illusion. In her spare time, she travels the world, spends time with her kids, and studies Mandarin Chinese." - slides: ~ - video: ~ -- speaker: - firstName: Dan - lastName: Denny - type: Conference Speakers - discipline: Front-End - day: 2 - session: 2 - talkTitle: "Responsive Email Design and Tooling" - talkDescription: "

This presentation will cover a few small details on why you should be sending responsive email, but will focus on the techniques behind designing and building them. There will be code and tooling examples, as well as some repos for you to grab to try things out on your own.

" - company: Envy Labs - companyWebsite: http://envylabs.com/ - personalWebsite: http://dandenney.com/ - personalTwitter: dandenney - bio: 'Dan is a front-end dev at Envy Labs, where he works on Code School projects. He has been called a "seriously good copy and paster" and he puts those skills to use as he spends his days learning, unlearning and relearning how to build things for the web. Knowledge sharing is one of his biggest passions, so he founded the Front-End Design Conference in St. Petersburg in 2009.' - slides: ~ - video: 114549444 -- speaker: - firstName: Darcy - lastName: Clarke - type: Conference Speakers - discipline: Front-End - day: 3 - session: 3 - talkTitle: "You, Me & the Future of Online Video" - talkDescription: "

In this talk we’ll examine the past, present and future of video, the most immersive type of content, on the web; Including solutions for solving cross-platform implementation problems and insights/examples of new technologies like video decodes, JavaScript-based codecs (ORBX.js) and much more. Along the way we’ll touch on accessible libraries, new standards/implementations and the importance of DRM and the EME spec to the way we develop video-based experiences on the web.

" - company: Blanche - companyWebsite: http://blanche.is - personalWebsite: http://darcyclarke.me - personalTwitter: darcy - bio: "Darcy Clarke is an award winning Front-end Developer, Designer, User Experience Advocate & Entrepreneur. He speaks, mentors, builds & promotes all things HTML5, CSS3, JS & Open Source related." - slides: ~ - video: 115826192 -- speaker: - firstName: Diana - lastName: Lucaci - type: Conference Speakers - discipline: Design - day: 3 - session: 6 - talkTitle: "Neuromarketing: The Next Generation of Customer Intelligence" - talkDescription: "

\"If I had asked people what they wanted, they would've said faster horses.\" - Henry Ford

The future of customer-centric and experiential marketing relies heavily on your understanding of the customer. Traditional methods like surveys and focus groups tell you WHO is interested, and WHAT they're buying, but not WHY. Understanding why people do what they do is now made possible with scalable, portable and predictable neuroscience and biometric technologies.

This introductory session will cover:

" - company: True Impact - companyWebsite: http://trueimpact.ca - personalWebsite: - personalTwitter: dianalucaci - bio: "Diana Lucaci is the CEO and Founder of True Impact Marketing, the leading Canadian neuromarketing strategy and research firm. True Impact Marketing has been featured on CBC The National, CBC Radio One - The Current, Rogers TV, Reader's Digest, Newstalk 1010, BizTV Canada, Strategy Magazine, TEDx Richmond Hill, etc. Diana was named one of Marketing Mag's Top 30 under Thirty for 2013. Diana is also the Canadian Chair of the Neuromarketing Science & Business Association (NMSBA), and speaks at various Advertising, Marketing and Market Research conferences." - slides: ~ - video: 115937298 -- speaker: - firstName: Eric M - lastName: Suzanne - type: Conference Speakers - discipline: Front-End - day: 3 - session: 4 - talkTitle: "Sass Map Magic" - talkDescription: "

Maps are a powerful new data type in Sass 3.3 — giving you key-value pairs without the pain of nested lists, or the clutter of variables. Maps are great for site settings, mixin arguments, data storage, and more. We'll explore maps from the insane to the mundane, and find ways to incorporate them into any web project — from sites and apps, to Sass libraries and frameworks.

" - company: Oddbird - companyWebsite: http://oddbird.net/ - personalWebsite: http://ericsuzanne.com/ - personalTwitter: ericmsuzanne - bio: "Eric Suzanne builds custom web software with OddBird, soundscapes with Teacup Gorilla, and performance art with Vicious Trap. He is the author of two forthcoming novels and many original performance pieces, core developer on the Compass project, creator of Susy (Sass layout engine), True (Sass unit testing), and other open-source projects. Eric has developed work for Mozilla, Junyo, SpringGun Press, The Operating System, The Media Archeology Lab, Illiterate Magazine, and Pittsburgh’s City Theatre." - slides: ~ - video: 115826194 -- speaker: - firstName: Garrett - lastName: Johnson - type: Conference Speakers - discipline: Back-End - day: 3 - session: 5 - talkTitle: "Reaching asynchronous cloud nine in JavaScript" - talkDescription: "

Asynchronous code can be tough to manage, even for a seasoned JavaScript developer. Sometimes it seems like the only options are a pyramid nested callbacks, a pyramid of nested promises, or trying some functional tricks that your friend Monad told you about in math class. Well, thanks to one of the language enhancements in ES6, we have a new option: clear and concise code with generators.

In this talk I will walk you through the underlying concepts of generators and how they can be applied to control the asynchronous behavior in your web or nodejs applications.

" - company: Segment.io - companyWebsite: http://www.segement.io - personalWebsite: http://garrett-johnson.info/ - personalTwitter: gjohnson391 - bio: "Garrett Johnson is a local Charlotte resident where he works remotely as a Software Engineer for Segmentio and co-manages the local JavaScript and Go meetups." - slides: ~ - video: 115298956 -- speaker: - firstName: Greg - lastName: Hoy - type: Conference Speakers - discipline: Design - day: 2 - session: 5 - talkTitle: "Work is the Magic Bullet" - talkDescription: "

\"No one looks back on their lives and remembers the nights they had plenty of sleep\" — J. Cornelius

Your personal success isn't just delivered to you on a silver platter. You have to hustle and make things happen yourself. Getting ahead means working hard, smart, and building trust along the way.

If getting ahead in your line of work means getting promoted and/or making more money, Greg is here to assist you. Bosses promote hard, smart workers. And you don't have to pull 60-80 hour work weeks to do it. You just have to know what they are looking for.

Greg has been managing teams for two decades. Through the course of his experience, he's learned that the people who are most likely to advance in their careers are those who embody specific characteristics — characteristics he will share with you that you can put into action immediately. When it comes to review time, you manager will be looking for them. If you follow them, you'll have a significant advantage.

" - company: Happy Cog - companyWebsite: http://happycog.com/ - personalWebsite: http://greghoy.com/ - personalTwitter: hoyboy - bio: "As CEO, Greg Hoy brings 20 years of interactive design and management experience to Happy Cog. Greg began his career in sales and marketing in 1992, before turning his focus to interactive design in 1994. He worked as a web designer for 10 years, and has managed teams since 1997. His career spans the publishing, media, insurance, and tech consulting industries. An entrepreneur at his core, he has launched several successful companies. Greg and industry pioneer Jeffrey Zeldman partnered in 2006 to expand Happy Cog's footprint to Philadelphia, and later further expanded the company's reach and capabilities by merging with boutique design studio Airbag Industries in 2009. Greg received his BA in Management from Gettysburg College, where he now is an active alumni and serves on the college's Marketing and Communications committee." - slides: ~ - video: 115271301 -- speaker: - firstName: Heather - lastName: O'Neill - type: Conference Speakers - discipline: User Experience - day: 3 - session: 5 - talkTitle: "How Usable Are You?" - talkDescription: "

As UX professionals, we spend a lot of our time thinking about the usability of software. But how often do you stop to think about how usable you are – to your colleagues, stakeholders and peers? Many of the same considerations apply to people as to applications. So if you find that you’re not getting your points across, getting materials thrown “over the wall” to you, or not being invited to the conversations you know you should be part of… maybe it’s time for a usability review. Luckily, there are some things you can do to help your “users” gain more understanding and to produce better outcomes for everyone. We’ll cover how to more effectively interact with a team in order to get benefits for yourself and for the whole team, preventing problems down the line while making your working life much happier.

" - company: Pixels for Humans - companyWebsite: ~ personalWebsite: ~ - personalTwitter: hlrjo - bio: "A seasoned UX consultant, researcher and speaker, I've seen the realm of user experience expand to be increasingly intentional and nuanced. As a co-owner of UX design firm, Above the Fold, I've helped clients increase sales, decrease CSR calls, maximize efficiency and more. I'm a big believer in the \"anyone can do it\" philosophy, and I've led several workshops on usability testing, and coached teams to success in incorporating UX into their dev projects." - slides: http://www.slideshare.net/pixelsforhumans/how-usableareyou-blend2014slides - video: 115937297 -- speaker: - firstName: Heather - lastName: Payne - type: Conference Speakers - discipline: Front-End - day: 3 - session: 5 - talkTitle: "Lessons Learned from Teaching Thousands of People to Code" - talkDescription: "

In this session, Heather will share lessons learned from three years of teaching people how to code - first through founding the Canadian not-for-profit Ladies Learning Code, and then through running Canada's original programming bootcamp, HackerYou. She'll share stories of lives changed, amazing projects created by relative beginners, as well as the challenges involved in teaching beginners to code, and how to overcome them. You'll leave this session feeling inspired about the next generation of developers, and maybe even motivated to do your part to expose more beginners to the amazing world of creating - not just consuming - technology and the web. It might leave you looking at the junior developers at your company through a new lens.

" - company: HackerYou - companyWebsite: "#" - personalWebsite: http://heatherpayne.ca/ - personalTwitter: heatherpayne - bio: "Heather Payne is the CEO of HackerYou, Canada’s original programming bootcamp and to date, the only one of dozens around North America that was founded by women. HackerYou offers Toronto’s best full- and part-time courses for people who want to learn to code. Heather also operates a 7000-square foot digital literacy education facility in the heart of downtown Toronto called The Lab. In 2011, Heather founded Ladies Learning Code, a Canadian not-for-profit organization that runs popular workshops for women (and men, and girls and boys) who want to learn computer programming and other technical skills in a social and collaborative way. Ladies Learning Code now has chapters in over a dozen cities across Canada and a thriving program for youth. In 2012, Heather spent a year working on a project for the Mozilla Foundation: her job was to build a community of people and organizations in Toronto who care about raising youth as creators – not just consumers – of technology and the web. The project was granted $365,000 in funding from the Ontario Trillium Foundation. Heather was an early investor in ShopLocket, and was recently named one of Canada’s 100 Most Powerful Women in the Trendsetters & Trailblazers category." - slides: ~ - video: 115946692 -- speaker: - firstName: Irene - lastName: Pereyra - type: Conference Speakers - discipline: Design - day: 2 - session: 3 - talkTitle: "Learnings from Collaborating across UX and Design" - talkDescription: "

Irene Pereyra, User Experience Director / Designer and Anton Repponen, Creative Director / Designer, will walk-through an in-depth ‘behind the scenes’ of the redesign of Wacom.com and the challenges in other large redesigns in a chronological manner: from how the projects started, to the successes and hurdles faced along the way, and ultimately to launch.

This presentation is an opportunity to learn about the ideas that worked and the others that failed miserably. It is the ‘behind the scenes’ story of the real-life challenges faced by Anton and Irene, told in a refreshingly candid manner.

" - company: Fi - companyWebsite: http://www.f-i.com/ - personalWebsite: http://www.irenepereyra.com/ personalTwitter: ~ - bio: "Irene Pereyra, User Experience Director / Designer and Anton Repponen, Creative Director / Designer, will walk-through an in-depth ‘behind the scenes’ of the redesign of Wacom.com and the challenges in other large redesigns in a chronological manner: from how the projects started, to the successes and hurdles faced along the way, and ultimately to launch. This presentation is an opportunity to learn about the ideas that worked and the others that failed miserably. It is the ‘behind the scenes’ story of the real-life challenges faced by Anton and Irene, told in a refreshingly candid manner." - slides: ~ - video: ~ -- speaker: - firstName: J. - lastName: Cornelius - type: Conference Speakers - discipline: User Experience - day: 2 - session: 1 - talkTitle: "Digital Fluency and User Experience" - talkDescription: "

People have explored the globe since the beginning of history, and have encountered new languages and methods of communication. The Web has done great things to bring us together across languages and cultures, but that doesn't mean we all understand things the same way, even if we are speaking the same language. This new digital landscape still has much to be explored.

In this talk we'll look at the idea of digital fluency and how different levels of understanding can impact experience in ways we might not have considered before. We'll look at some of the psychology behind how fluency influences judgement and perception of digital experiences, and how we can approach experience design to build meaningful connections with the people who use our creations.

" - company: Nine Labs - companyWebsite: http://ninelabs.com/ - personalWebsite: http://jcornelius.com/ - personalTwitter: jc - bio: "J has been making websites and software for the web since 1998, and has been credited with creating several software features web designers and developers take for granted today. He's passionate about efficient, usable, aesthetically pleasing design. He is the President of Nine Labs, an experience and strategy consultancy where he works with companies far and wide to improve their products and services. He's also the President of the Atlanta Web Design Group, and founder of the Web Afternoon conference series." - slides: ~ - video: ~ -- speaker: - firstName: Jason - lastName: Toth - type: Conference Speakers - discipline: User Experience - day: 2 - session: 5 - talkTitle: "More Than UI: How the Brand Plays a Role in the User Experience" - talkDescription: "

For years, branding and user experience design seem to be a discipline mixture more reminiscent of oil and water than peanut butter and jelly. However, the need for companies to communicate their values, messages, personality and products in a multi-channel yet consistent experience makes the line between branding and experience design razor thin. Touching on the intersection of marketing, service design, product design, technology, and customer/user experience, this talk will consider what the UX designer’s role could be within this landscape and whether or not we are (or should be) considering the brand experience in user experience design.

" - company: Viget - companyWebsite: "#" - personalWebsite: http://jtothdesign.com/ - personalTwitter: tothy - bio: "With a range of professional experiences and design training including architecture, graphic design, and interaction design, Jason has worked in the software and web design industry for the past 10 years. He brings a wealth of industry knowledge in web strategy, usability, and information design, which he uses to create experiences that merge client needs with strong visual and interactive strategies. Jason’s user experience efforts have included projects for Puma, Google, Conservation International, WRAL, Duke University, and GoPole to name just a few. Previously, Jason worked at IBM where he was a senior user experience designer responsible for the design and strategy of products in their social collaboration software suite. Jason is active at the College of Design at NC State University, participating in numerous reviews, design projects, and undergraduate charrettes. Jason earned his B.S. in Architecture from the University of Virginia and a Master's of Graphic Design from NC State University. Prior to working as a User Experience Designer, he worked professionally as a freelance graphic designer and an intern architect." - slides: ~ - video: 115271302 -- speaker: - firstName: Jason - lastName: Hunter - type: Conference Speakers - discipline: Back-End - day: 2 - session: 3 - talkTitle: "API Anecdotes and Aspirations" - talkDescription: "

Everyone loves to hate the decisions other developers make. We point and gibe with our fellow co-workers at the dumb thing that other guy did, all the while knowing that in all likelihood somebody else is saying the same about us. This is especially true when it comes to API design.

In this talk, I will share some anecdotes about personal experiences I have had while integrating APIs over the past few years and give some tips to help you overcome any premature hair loss when working under similar circumstances. We will then turn the talk on its head and discuss steps that can be taken to mitigate being on the receiving end of a developer's temper tantrum.

" - company: Red Ventures - companyWebsite: http://redventures.com/ - personalWebsite: ~ - personalTwitter: hunterjm - bio: "Jason Hunter has been a Software Engineer at Red Ventures in various capacities over the past 4 years. Most recently, he heads up development for the insurance division. In 2010, Jason took the reigns of the local PHP User Group but has been woefully negligent of late. He also helps organize the annual TechCLT Holiday Party, which brings together people from many of the local technology user groups for end of year festivities. In his (little) free time, he enjoys taking his car to the track and spending time with his lovely wife and daughter." - slides: ~ - video: 114568898 -- speaker: - firstName: Jen - lastName: Myers - type: Conference Speakers - discipline: Front-End - day: 3 - session: 1 - talkTitle: "Shepherding Unicorns: How to be a Good Web Mentor" - talkDescription: "

The web industry moves fast - so fast that web education often has a difficult time keeping up with it. What can those of us currently in the industry do to teach and support the new generation of web creators? Let's talk about strategies, resources and inspirations that we can use to help grow students, apprentices and colleagues into well-rounded designers and developers who understand how to create beautiful and functional web products from the ground up.

" - company: Dev Bootcamp - companyWebsite: "#" - personalWebsite: http://jenmyers.net/ - personalTwitter: antiheroine - bio: "Jen Myers is a web designer/developer and part of the instructor team at Dev Bootcamp in Chicago. In 2011, she founded the Columbus, Ohio chapter of Girl Develop It, an organization that provides introductory coding classes aimed at women, and currently serves there as an organizational advisor. She speaks regularly about design, development and diversity, and focuses on finding new ways to make both technology and technology education accessible to everyone." - slides: ~ - video: 115298955 -- speaker: - firstName: Jen - lastName: Simmons - type: Conference Speakers - discipline: Front-End - day: 2 - session: 1 - talkTitle: "Modern Layouts: Getting Out of Our Ruts" - talkDescription: "

In the early years of the web, there was a lot of variation and experimentation with where to put content on a web page. Then, it seems we all settled into a handful of patterns and stayed there for over a decade. It wasn’t until the arrival of responsive design that new ideas for page layout started appearing. Now with new CSS properties for layout landing in browsers, we may be about to see a bigger renaissance in layout design patterns. How can we better use the space inside the glass rectangle? What layout innovations could help users better find and focus on what they want? Take a walk through where we’ve been, where we might be going, and how we can better design for the true medium at hand. This talk features practical examples of what's newly possible, along with access to a code repo for you to play with later. 

" - company: The Web Ahead - companyWebsite: "#" - personalWebsite: http://jensimmons.com/ - personalTwitter: jensimmons - bio: "Jen Simmons is a designer who builds stuff, too. She’s best-known as the host of The Web Ahead, a podcast about changing technologies and the future of the web. Creating websites since 1996, Jen designs innovative sites and products using the latest web technology, pushing the envelope of what's possible. She's also an independent consultant and trainer, helping teams transition to a responsive design process and envision implementations of the HTML5 APIs." - slides: ~ - video: ~ -- speaker: - firstName: Jennifer - lastName: Pahlka - type: Keynotes - discipline: Keynote - day: 2 - session: 0 - talkTitle: "The Future of Interfaces to Government" - talkDescription: ~ - company: Code for America - companyWebsite: http://www.codeforamerica.org/ - personalWebsite: ~ - personalTwitter: pahlkadot - bio: "Jennifer is the founder and executive director of Code for America, which works to make government work for the people, by the people, in the 21st century. She recently served as US Deputy Chief Technology Officer in the White House Office of Science and Technology Policy. Prior to CfA, Jennifer worked in technology media, on the Web 2.0 and Gov 2.0 events for TechWeb with O'Reilly Media and the Game Developers Conference and associated media with CMP. She is known for her TED talk, Coding a Better Government, and the recipient of several awards, including MIT’s Kevin Lynch Award, the Oxford Internet Institute’s Internet and Society Award, and the National Democratic Institute’s Democracy Award. She lives in Oakland, CA with her family and seven chickens." - slides: ~ - video: 114549440 -- speaker: - firstName: Jessie - lastName: Shternshus - type: Workshops - discipline: User Experience - day: 1 - session: 2 - talkTitle: "Think like them: Solving UX Problems" - talkDescription: "Stuck on a problem? Don’t understand your user? This interactive workshop will give you the tools to have empathy and understanding for your user and then effectively collaborate with your team to come up with creative ways to their solve problems." - company: The Improv Effect - companyWebsite: http://www.improveffect.com/ - personalWebsite: ~ - personalTwitter: TheImprovEffect - bio: "As the founder and owner of The IMPROV EFFECT, Jessie weds her lifelong passion for and expertise in applied improv with the fast pace and demands of the corporate world. She travels worldwide creating powerful learning environments for developers, designers, product owners, and many other teams, that will enable them to become better listeners, team players, problem solvers, innovators and collaborators." - slides: ~ - video: ~ -- speaker: - firstName: Julia - lastName: Elman - type: Conference Speakers - discipline: Back-End - day: 2 - session: 2 - talkTitle: "To The Moon And Back: Taking the Leap Towards Solving Big Problems" - talkDescription: "

President John F. Kennedy was a visionary. In 1962, he proposed the seemingly impossible challenge of walking on the Moon. On July 20, 1969, that challenge became a reality. It was a moment in our history that propelled us into moving beyond our self-imposed limitations of what we, as human beings, are capable of doing.

Today, we see how this vision of space travel has affected our love and work on technology. Our multiple devices and subscriptions guide us through our daily lives, which has changed the way we see our world.

But how does this love for technology propel us forward to solve the most difficult problems we face as a society: ever growing issues, such as hunger, poverty, climate change, social inequality and injustice?

This talk reflects upon where we are as technologists, where we have been and how we can start focusing again on solving hard problems. We’ll go over ways attendees can contribute their talents, gifts and ideas to varying initiatives around the globe which are taking on these challenging issues.

" - company: ~ - companyWebsite: ~ - personalWebsite: http://juliaelman.com/ - personalTwitter: juliaelman - bio: "Julia has been working her brand of web skills for nearly a decade. She started out as a designer for an internal marketing group at a travel agency in Los Angeles, and quickly honed her skills as a web designer using HTML/CSS. Her creative nature drove her to find work at Hallmark Cards, Inc. She worked mostly on Flash development and on projects such as the Product (RED) campaign and Hallmark’s site re-design. In 2007, her team was awarded the AIGA award for Web Design as a result of their work on the Product (RED) microsite. She first learned about Django after attending the 2008 SXSW Interactive Festival. She was amazed at how rapidly you can create useful web applications using Django. Shortly after the festival, she left Hallmark to work at the Lawrence Journal World as a Junior Designer/Developer, where Django originated. She worked on projects such as Ellington CMS and Marketplace, where she developed applications, designed templates, and wrote client-side documentation. " - slides: ~ - video: 114568893 -- speaker: - firstName: Kimberly - lastName: Bryant - type: Keynotes - discipline: Keynote - day: 3 - session: 0 - talkTitle: "Black Girls Code" - talkDescription: ~ - company: Black Girls Code - companyWebsite: "#" - personalWebsite: http://about.me/KimberlyBryant - personalTwitter: 6Gems - bio: "Kimberly Bryant is the Founder and Executive Director of Black Girls CODE, a non-profit organization dedicated to introducing girls of color (ages 7-17) to the field of technology and computer programming with a concentration on entrepreneurial concepts. Ms. Bryant's has enjoyed a very successful 20+ year professional career in the pharmaceutical and biotech industries as an Engineering Manager in a series of technical leadership roles for various Fortune 100 companies such as Genentech, Merck, and Pfizer. Since 2011 Ms. Bryant has helped Black Girl CODE grow from a local organization serving only the Bay Area, to an international non-profit organization with chapters in 7 US cities and Johannesburg, South Africa serving over 2000 African/African-American, Latina, and Native American girls. Ms. Bryant serves on the National Champions Board for the National Girls Collaborative Project, and the National Board of the NCWIT K-12 Alliance. In August 2012, Kimberly Bryant was also given the honor of receiving the prestigious Jefferson Award for Community Service for her work to support communities in the Bay Area. In 2013 Black Girls Code and was selected by Business Insider in 2013 on its list of BusinessInsider.com’s list of The 25 Most Influential African-Americans in Technology and was named to The Root 100 list, and the Ebony Power 100 list in 2013. Ms. Bryant was honored in 2013 as a Champion of Change by the White House for her work in tech inclusion and for her focus on bridging the digital divide for girls. She has been identified as a thought leader in the area of tech inclusion and has spoken on the topic at events such as Personal Democracy Forum, TedX Kansas City, Platform Summit, Big Ideas Festival, SXSW, and others." - slides: ~ - video: 114568900 -- speaker: - firstName: Laura Helen - lastName: Winn - type: Conference Speakers - discipline: Design - day: 2 - session: 2 - talkTitle: "Take a Deep Breath: We're All in This Together" - talkDescription: "

What does life look like when we stop pretending we know everything? How does our outlook change after we get down to the hard work of improving ourselves? Graduating design school is just the beginning, and your technical skills will only take you so far.

What's the real trick to success? Coming to terms with who you are, where you fall short, and having the courage to change for the better. I won't teach you how to be a rockstar designer. I will teach you how to be an excellent human.

" - company: Smart Design - companyWebsite: "#" - personalWebsite: http://www.hikecon.com/ - personalTwitter: LauraHelenWinn - bio: "Laura Helen Winn is a visual designer who focuses on digital services and products. She works with the designers, researchers, and engineers at Smart Design in San Francisco, where she bring projects to life–from user research to final designs. Laura is driven by thinking critically about design as a discipline, and encouraging new designers to do the same. That's why she co-founded Hike, a conference for new designers, presented by The Secret Handshake. Her mission is to empower new designers to do the hard work required to reach their aspirations." - slides: ~ - video: ~ -- speaker: - firstName: Leah - lastName: Silber - type: Conference Speakers - discipline: Back-End - day: 3 - session: 3 - talkTitle: "Building OSS-Centric Companies (and why you want to)" - talkDescription: ~ - company: Tilde Inc - companyWebsite: "#" - personalWebsite: http://about.me/leahsilber - personalTwitter: wifelette - bio: "Leah is a member of the Ember Core Team, a recently retired member of the jQuery Core Team, and one of the organizers behind the annual Golden Gate Ruby Conference, EmberConf and RailsConf. She spends most of her daytime hours at the startup she founded, Tilde Inc., where she works with numerous open source projects to help build communities and events." - slides: ~ - video: ~ -- speaker: - firstName: Lisa Maria - lastName: Martin - type: Conference Speakers - discipline: User Experience - day: 3 - session: 4 - talkTitle: "Polishing Your Content Publishing Process" - talkDescription: "

You're starting to incorporate content strategy into your organization, building up (or elbowing your way into) a process that shepherds content from concept to implementation.

And yet: there are bottlenecks and broken tools, slowdowns and workarounds. Despite the big ideas and deliverables, the process of producing and publishing content is still awfully messy.

Luckily, you've got the skills to improve it. In this session, we'll talk about how the content strategy work you're already doing can help identify and untangle the knots in your team and workflow, and lead to a more sustainable content production process.

" - company: Independent Content Strategist - companyWebsite: http://lisamariamartin.com/ - personalWebsite: http://lisamariamartin.com/ - personalTwitter: redsesame - bio: "Lisa Maria Martin is a content strategist, information architect, and writer based in Washington, DC. She is also an editor at A List Apart. In her previous lives, she’s been a copywriter, a designer, a journalist, and a lecturer at several universities, extolling the virtues of MLA citation and Oxford commas. You can follow her on Twitter @redsesame (but she mostly tweets about doges and Star Trek. Fair warning)." - slides: ~ - video: 115826196 -- speaker: - firstName: Mark - lastName: Boulton - type: Conference Speakers - discipline: User Experience - day: 2 - session: 4 - talkTitle: "My Handbook" - talkDescription: "

Over the years, every designer picks up a ton of little tips and tricks along the way. Scraps of code, ways of doing things, stories of how not to do it, and how to do it. In this talk, Mark will share some thoughts from his notebook. You'll hear tales of designing by committee, the death of typesetting, content mountains and what happened when he led a team of designers in India for a week.

" - company: Mark Boulton Design - companyWebsite: "http://www.markboultondesign.com/" - personalWebsite: http://www.markboulton.co.uk/ - personalTwitter: markboulton - bio: "Mark Boulton runs a small design studio, Mark Boulton Design, working with clients such as ESPN, CERN, Al Jazeera and Drupal. In the past, he worked for the BBC and Agency.com, designing experiences for all manner of clients and people across the world. He also runs a small publishing imprint, Five Simple Steps, and a tool for making grids for web: Gridset." - slides: ~ - video: 114587985 -- speaker: - firstName: Mark - lastName: Geyer - type: Workshops - discipline: Design - day: 1 - session: 1 - talkTitle: "Interface Animations Workshop" - talkDescription: "

Join Mark as he interprets traditional animation principles on how they might help you create better interface animations. Create CSS transitions and animations that perform well. Learn After Effects to create mini static prototypes that can double up as dribbble shots. Talk about current interaction tools that help convey your interactions and animations. Prototype animations in an environment like AngularJS with minimal effort.

" - company: Salesforce - companyWebsite: "#" - personalWebsite: http://markgeyer.com/ - personalTwitter: markgeyer - bio: "Mark is designer who does a little bit of everything. His passion lies in designing product systems, crafting animations, and making illustrations. Mark has three jobs... he's a dad of three, a husband, and he works at Salesforce as a Lead Product Designer. He loves cats." - slides: ~ - video: ~ -- speaker: - firstName: Mark - lastName: Shropshire - type: Conference Speakers - discipline: Back-End - day: 3 - session: 4 - talkTitle: "Building Modern Web Applications with Meteor" - talkDescription: "

Meteor is a pure JavaScript full stack framework for creating realtime interactive applications. Its simplicity allows for quick prototyping and building more complex applications faster than ever. The Meteor Development Group has created a framework which shifts away from the traditional web framework paradigm, while building on trusted open-source technologies.

This session will cover the following:

" - company: Classic Graphics - companyWebsite: https://www.knowclassic.com/ - personalWebsite: http://mark.shropshires.net/ - personalTwitter: shrop bio: ~ - slides: https://speakerdeck.com/shrop/building-modern-web-applications-with-meteor - video: 115826198 -- speaker: - firstName: Mark - lastName: Wilson - type: Workshops - discipline: Back-End - day: 1 - session: 1 - talkTitle: "Microsoft Azure Hands On" - talkDescription: ~ - company: Logical Advantage - companyWebsite: http://www.logicaladvantage.com/ - personalWebsite: http://about.me/developerinfra - personalTwitter: DeveloperInfra - bio: "Software craftsman, consultant and agile .NET/JavaScript web developer. User group leader and event planner. Loving husband, dog foster, and Disney aficionado. Mark specializes in cloud computing and web application development. Client side languages include HTML5, JavaScript, and CSS3. Server side technologies include Microsoft Visual C#, ASP.NET MVC, and SQL Server. He is a Senior .NET Developer at Logical Advantage (www.logicaladvantage.com) in Charlotte, NC. A self-motivated, energetic team leader able to quickly learn new technologies and tools. Experienced in all phases of the agile software development methodology. Focused on building applications that enhance and help people–not hinder them. Committed to providing the highest level of customer service and satisfaction. Delivers custom Business Process Management/Automation and Business Intelligence products and services. Mark lives with his wife and a house full of dogs, most of them being foster dogs. Hobbies include helping his wife with her non-profit animal rescue, promoting the development community, and everything Disney." - slides: ~ - video: ~ -- speaker: - firstName: Martha - lastName: Girdler - type: Conference Speakers - discipline: Front-End - day: 2 - session: 3 - talkTitle: "Teaching with JavaScript" - talkDescription: "

I am a self taught programmer. I grew up in Alabama where the opportunity to learn about computers was not readily available. After I completed Hacker School I began hosting hack days and user groups in my community to share the opportunity I had been given. Through these experiences I learned how to teach and how to support those who want to learn. In particular, I found that learning JavaScript is an excellent first step to help students fall in love with programming.

In this talk I'll share what I've learned with you. We'll cover common barriers to entry, how to mitigate them, and I'll show you the kinds of projects encourage new programmers to stick with it.

" - company: Uber - companyWebsite: "#" - personalWebsite: http://marthakelly.github.io/ - personalTwitter: marthakelly - bio: "Martha Kelly Girdler is an artist turned self-taught Software Engineer. She studied Art/Art History and Design at Auburn University, became obsessed with programming at Hacker School in New York City, and now works on making Driver Operations insanely efficient at Uber. She is a bit obsessed with teaching people about •:*¨☆ computers ☆¨*:•, kittens, and chanel mademoiselle." - slides: ~ - video: 114587986 -- speaker: - firstName: Melissa - lastName: Avery-Weir - type: Conference Speakers - discipline: Front-End - day: 3 - session: 2 - talkTitle: "Simple Accessibility: The Bare Minimum for Compassionate Development" - talkDescription: "

As front-end developers, we bear significant responsibility to ensure that our teams’ creations can be used by real people. We’re often told that accessibility is a “nice idea,” but that it’s too costly to learn, implement, or validate, or that people who “need accessibility” can just ask someone to help them. We then build sites and apps for an audience of mythical people with exceptional eyesight and hearing, full range of motion in their bodies, impeccable memory, and as much attention span as we think they should have.

We can do better, and if we want to take pride in crafting quality software, we must. Learn what accessibility really covers, how to incorporate it into ongoing development, and how to verify we’re doing it correctly.

" - company: Future Proof Games - companyWebsite: http://futureproofgames.com - personalWebsite: http://irrsinn.net/ - personalTwitter: averymd - bio: "Melissa is a front-end/.NET/Django UX developer currently plying their trade for local Charlotte companies LendingTree and Future Proof Games. They've been doing web development in one way or another since about 2000, when blogging was new and classic ASP with Access databases was all the rage for single developers. They flourish in the end-to-end processes of software and game creation: that never-ending, never-perfect crafting that produces art, valued services, profit, and -- with success -- joy for users." - slides: ~ - video: 119086853 -- speaker: - firstName: Michael - lastName: Labriola - type: Workshops - discipline: Front-End - day: 1 - session: 2 - talkTitle: "Hands-on with Polymer" - talkDescription: "

Web Components allow for the viewing of web applications as a set of encapsulated, maintainable and reusable components. This half-day session will teach participants to work with the Polymer libraries to begin creating web components today, while learning about concepts such as the Shadow DOM, HTML Imports and Custom elements. This is a bleeding edge session, based on pre-alpha software, but it’s also insanely cool and undeniably useful. Michelle Yaiser and Michael Labriola invite you to come learn how to integrate these pieces into your process today in order to bring sanity and reuse to your world.

" - company: Digital Primates - companyWebsite: http://www.digitalprimates.net/ - personalWebsite: http://www.digitalprimates.net/ - personalTwitter: mlabriola - bio: "Michael Labriola is Senior Consultant at Digital Primates, architect of several open source projects, and a PMC member and committer for Apache Flex. He has been developing Internet applications since 1995 and has consulted for many of the world’s top brands. Michael is the co-author of five books on Internet technologies, an international speaker and team mentor and has delivered solutions for enterprises worldwide using a variety of platforms and technologies. His free time is spent escaping from technology through wine and food." - slides: ~ - video: ~ -- speaker: - firstName: Michelle - lastName: Salater - type: Conference Speakers - discipline: User Experience - day: 3 - session: 2 - talkTitle: "Sell Your Story, Grow Your Business: How to Create Engaging Content That Attracts and Converts" - talkDescription: "" - company: Sūmèr Copywriting - companyWebsite: http://www.sumercopywriting.com/ - personalWebsite: ~ - personalTwitter: ~ - bio: "Michelle Salater is the CEO of Sūmèr, LLC, a copywriting and content marketing firm for businesses that need a clear, optimized message that attracts and converts. Michelle frequently speaks to business owners on how to engage prospects and nurture loyal customer following using the power of story and measurable content marketing strategies. She is an award-winning writer and content expert featured in Entrepreneur Magazine, MyBusiness Magazine, and Under30CEO, among others. In 2009, Michelle won the Charleston Business Journal’s Forty under 40 award for her business and community leadership. She has spoken globally, including in Harare, Zimbabwe, for the Big Africa Conference. More recently, Michelle was interviewed on the Barry Moltz Business Insanity talk radio show." slides: ~ - video: 119086854 -- speaker: - firstName: Michelle - lastName: Yaiser - type: Workshops - discipline: Front-End - day: 1 - session: 2 - talkTitle: "Hands-on with Polymer" - talkDescription: "

Web Components allow for the viewing of web applications as a set of encapsulated, maintainable and reusable components. This half-day session will teach participants to work with the Polymer libraries to begin creating web components today, while learning about concepts such as the Shadow DOM, HTML Imports and Custom elements. This is a bleeding edge session, based on pre-alpha software, but it’s also insanely cool and undeniably useful. Michelle Yaiser and Michael Labriola invite you to come learn how to integrate these pieces into your process today in order to bring sanity and reuse to your world.

" - company: Adobe - companyWebsite: "#" - personalWebsite: http://michelleyaiser.com/ - personalTwitter: MichelleYaiser - bio: "Michelle Yaiser directs user research and helps plan educational content on Adobe’s Creative Cloud Learning team. Prior to joining Adobe she taught development at the college level and now enjoys working with new technologies and planning lessons without having to grade homework. She plays the clarinet and races cars (yes on a race track with other cars), and would love to have her own TARDIS." - slides: ~ - video: ~ -- speaker: - firstName: Mike - lastName: Monteiro - type: Keynotes - discipline: Keynote - day: 3 - session: 7 - talkTitle: "How Designers Destroyed the World" - talkDescription: "

Designers have a responsibility, not only to themselves and to their clients, but also to the wider world. We are designers because we love to create, but creation without responsibility breeds destruction. Every day, designers all over the world work on projects without giving any thought or consideration to the impact that work has on the world around them. This needs to change. In this bluntly honest talk, Mike will invite you to consider your responsibilities as a designer and embrace your role as gatekeeper. You’ll learn how to increase your influence and be moved to use your powers for good.

" - company: Mule Design - companyWebsite: http://muledesign.com/ - personalWebsite: http://mikemonteiro.com/ - personalTwitter: monteiro - bio: "Mike Monteiro is the co-founder and design director of Mule Design, an interactive design studio whose work has been called \"delightfully hostile\" by the New Yorker. He prefers elegant, simple sites with clear language that serve a real need. He prefers that designers have strong spines. Mike writes and speaks frequently about the craft and business of design. In early 2011, he gave a CreativeMornings talk entitled \"F— You, Pay Me\" that uplifted the downtrodden the world over, and he can be heard weekly as the co-host of Let’s Make Mistakes. His book about handling yourself professionally as a designer, Design Is a Job, was published by A Book Apart in 2012, and is being incorporated as a textbook in design programs across the country." - slides: ~ - video: 115258555 -- speaker: - firstName: Moses - lastName: Ngone - type: Conference Speakers - discipline: Back-End - day: 3 - session: 1 - talkTitle: "The Web Developer's Toolbag" - talkDescription: "

The web developers workflow can dramatically change everyday. With the influx of new tools, processes and applications, we all sometimes feel like we need to learn how to use all of them.

Well in this talk, we will explore the use and combination of some new \"shinies\", old and tested ones and a couple of hidden rarely used ones.

We will piece it all together and make a great toolchain that doesn't get you overwhelmed. Tools include grunt, phing, capistrano,boxen, hubot, vagrant and a few more

" - company: Nine Labs - companyWebsite: http://www.ninelabs.com - personalWebsite: http://mospired.com/ - personalTwitter: mospired - bio: "Moses is the Director of Engineering at Nine Labs. After many years curating code for the likes of Cengage and Sharecare, he took the leap and created his solo consultancy Mospired while managing projects at Epic Labs. When not at the office, Mo loves sharing ideas and giving back to the community. As an active member of Atlanta web community, he participates and speaks on various topics related to web development. On any given weekend he is glued to the screen fueling his \"fanhood\" of the Arsenal Football Club (Gunners) and or looking out for the ever elusive super car. Ask him about it." - slides: ~ - video: 119086850 -- speaker: - firstName: Netta - lastName: Marshall - type: Conference Speakers - discipline: Design - day: 2 - session: 4 - talkTitle: "Good Design for Good Reason" - talkDescription: "

Design has the biggest potential for impact in the non-profit space, but much of the world's design power goes elsewhere. In this talk, you'll hear about my experiences designing for good at a non-profit aiming to expand access to healthcare to every person on the planet.

" - company: Watsi - companyWebsite: "https://watsi.org/" - personalWebsite: http://www.nettamarshall.com/ - personalTwitter: nettatheninja - bio: "Netta Marshall is a designer and photographer based in San Francisco, California. She enjoys nighttime bike rides, and pillow fights, strumming guitars, and baking cookies." - slides: ~ - video: 114587988 -- speaker: - firstName: Nicole - lastName: Fenton - type: Conference Speakers - discipline: User Experience - day: 3 - session: 6 - talkTitle: "Interface Writing: Code for Humans" - talkDescription: "

We build systems to help real people. But honestly, are we being that helpful in our interfaces? Or are we treating the copy as an afterthought and letting people fend for themselves? Instead of debating the latest design trends, let’s reflect on something that isn’t going away: the text on your website.

In this session, we’ll look at how strings, labels, forms, and flows shape the user experience. You’ll learn how to write clear copy and guide your readers through multipart interfaces in a friendly way.

" - company: Swell Content - companyWebsite: "#" - personalWebsite: http://www.nicolefenton.com/ - personalTwitter: nicoleslaw - bio: "Nicole Fenton is an independent writer and editor in Brooklyn. She is the coauthor of Nicely Said: Writing for the Web with Style and Purpose (New Riders, 2014). Previously, Nicole was a content strategist at a large social network, a small design studio, and a startup incubator in San Francisco. She started her professional writing practice in 2005 at Apple, where she served as communications lead for five years." - slides: ~ - video: 115937299 -- speaker: - firstName: Nora - lastName: Richardson - type: Conference Speakers - discipline: Design - day: 3 - session: 4 - talkTitle: "Designing for a Brand Aware-less Customer" - talkDescription: "

\"No one cares about your brand. It is not loved. It is not important. It is not invited anywhere but to your company picnic. That is, unless you can make the brand relevant to people’s lives. To the way they understand things…No one cares about your brand unless you find a way to speak to why you care about it.\" - Scott Goodson, Author of Uprising

And that is where design comes in. Most marketers identified brand awareness as a goal. And that is where design comes in. Most customers don’t feel like marketers understand them. And that is where design comes in. The ultimate purchasers are becoming blind in this noisy marketing world. And that is where design comes in.

We as designers need to rethink our world…rethink our purpose…rethink our importance.

" - company: Spot-on Branding - companyWebsite: www.spot-onbranding.com - personalWebsite: ~ - personalTwitter: ~ - bio: "Nora D. Richardson is a life-long learner, creative and a big believer in making the world better and more beautiful place through effective branding. Founder of her own branding design firm, Spot-On Branding, LLC, Nora is known as the \"big picture\" brand consultant and designer for small to mid-sized companies. She believes that you are never too small to look big. Nora speaks to business owners and students about branding and is regularly featured on websites such as Biznik, Brandergy, and Blogher. She has been published in The New York Times and The Costco Connection as well as been a co-host on an International Radio Show about branding, which reached listeners across three continents. Although she focus’ on small to mid-sized businesses, she has branded and designed for several Fortune 500 companies, including Kahlúa, the Olympics, and Northwest Airlines." - slides: ~ - video: 115937296 -- speaker: - firstName: Pamela - lastName: Pavliscak - type: Conference Speakers - discipline: User Experience - day: 2 - session: 3 - talkTitle: "Design for the One Little Thing that Changes Everything" - talkDescription: "

So much of the news about technology is that it's bad for us - it's tapping in to our worst possible selves, it makes us anxious, we get caught in a dopamine loop. We'd just be happier without it. Or would we? Maybe, just maybe, there are things that make people happy when they use a favorite website and tap into a trusted mobile app. This session looks at the principles that the happiest websites and app share. A combination of data, little things, not-so-little things, social science, experiments, and real life uncovers some moments of truth about happy user experience. Come away with a short list of patterns, across sites and apps, that make people happy.

-" - company: Change Sciences - companyWebsite: "#" - personalWebsite: https://www.changesciences.com/ - personalTwitter: paminthelab - bio: "Pamela is founder of Change Sciences, a user experience research and strategy firm for Fortune 500s, startups, and other smart companies. Over the past 15 years, she’s logged thousands of hours in the field trying to better understand how people use technology and run hundreds of UX studies on almost every type of site you could imagine. Lately, she's been thinking about how to bring together quantitative data and qualitative insights. She's also been encouraging women entrepreneurs, working with schools to create maker labs, and speaking about data fluency." - slides: ~ - video: 114587987 -- speaker: - firstName: Paul - lastName: Boag - type: Conference Speakers - discipline: User Experience - day: 3 - session: 3 - talkTitle: "Digital Adaptation – Time to Untie your Hands" - talkDescription: "

Do you feel like you are doing your job with one hand tied behind your back? Are you frustrated by company practices that are horribly antiquated and inappropriate for the digital world. Does your boss or client fail to understand the unique characteristics of the web?

If so you are not alone. The majority of traditional businesses are struggling to adapt to the digital economy and need your help even if they don’t realise it. In his talk Paul explains why this is, and what we (as the web community) can do about it. He highlights that to build a great website we have to be the catalyst for organisational change and recommends ways to start that happening.

Things you will learn include:

" - company: Headscape - companyWebsite: "#" - personalWebsite: http://boagworld.com/ - personalTwitter: boagworld - bio: "Paul Boag has been working with the web since 1994. He is now co-founder of the digital agency Headscape, where he works closely with clients to establish their web strategy. Paul is a prolific writer having written Digital Adaptation, Website Owners Manual, Client Centric Web Design and numerous articles for publications such as .net magazine, Smashing Magazine and the econsultancy.com. Paul also speaks extensively on various aspects of web design both at conferences across the world and on his award winning web design podcast boagworld." - slides: ~ - video: ~ -- speaker: - firstName: Paul - lastName: Trani - type: Workshops - discipline: Design - day: 1 - session: 2 - talkTitle: "Designing Killer Apps & Websites Using Photoshop" - talkDescription: "

A large percentage of Photoshop users use it for screen design, and for good reason. In this session you will learn the features that make Photoshop perfect for screen design: smart guides, linked smart objects, tricks to generate graphics and creating CSS are just a few features to exploit. But it doesn’t stop there; Paul will then show you how to use Photoshop content in other apps like Muse, Reflow and Dreamweaver to easily create compelling website and apps.

The audience will learn:

" - company: Adobe - companyWebsite: http://www.adobe.com/ - personalWebsite: http://paultrani.com/ - personalTwitter: paultrani - bio: "Paul Trani is a Creative Suite Evangelist for Adobe Systems, focusing on workflows that empower designers and developers to publish to multiple screens and platforms. Paul has been an Adobe Certified Instructor and CourseWare creator for over a decade and as a writer and prolific trainer, Paul has earned top author status at Lynda.com and has created a constant stream of content for AdobeTV, as well as his own tutorials on www.paultrani.com. Prior to joining Adobe, Paul led a team of interactive designers and developers at Starz Entertainment producing multi-million dollar web and mobile campaigns. When he is not traversing the globe he can be found hiking somewhere in the Colorado mountains (and he’s not telling where)." - slides: ~ - video: ~ -- speaker: - firstName: Rachel - lastName: Ober - type: Conference Speakers - discipline: Back-End - day: 3 - session: 6 - talkTitle: "Team Communication Through Code" - talkDescription: "

Over the past year, Paperless Post has grown tremendously in terms of goals, accomplishments, and new employees. We’ve come to find that with that rapid expansion are some growing pains that necessitated us to rethink and retool how we communicated within our individual teams as well as across teams. But the question becomes, how can we communicate our core beliefs and impart our knowledge of the code base to new team members as quickly and seamlessly as possible without losing the camaraderie and gained experience of a smaller start up? This talk will discuss some of the techniques and tools we use to communicate within and among our teams as well as examine ways to improve ourselves further.

" - company: Paperless Post - companyWebsite: "http://paperlesspost.com/" - personalWebsite: http://rachelober.com/ - personalTwitter: rachelober - bio: "Rachel is a software engineer at Paperless Post in New York City who focuses on front-end technologies and the user interface. She has taught at General Assembly in Manhattan and has contributed to their Front-end and Ruby on Rails curriculum that is used at their various campuses around the world. Starting in 2013, Rachel organizes and volunteers her time teaching women Ruby and Ruby on Rails through RailsBridge NYC. Rachel is an avid paper crafter and loves to talk about her Pembroke Welsh Corgi, Isabella." - slides: ~ - video: 115937300 -- speaker: - firstName: Rebecca - lastName: Murphey - type: Conference Speakers - discipline: Front-End - day: 2 - session: 4 - talkTitle: "Ain't No Party Like A Third-Party JS Party" - talkDescription: "

You've got the hang of this whole JavaScript thing. Your code works on ancient browsers, and positively sings on new ones. AMD, SPA, MVC -- you can do that stuff in your sleep, amirite? 

But now your users are trying to type in your Very Important Form, and nothing is showing up; you loaded Backbone into your app right there on line 1, but window.Backbone is nowhere to be found; that widget that's supposed to end up in a certain div is showing up somewhere completely different; calls to jQuery's .css() are doing absolutely nothing; and, rarely but not never, your app just doesn't load at all.

You thought you had the hang of this whole JavaScript thing, but now you're in the world of third-party JavaScript, where all you control is a single script tag and where it's all but impossible to dream up every hostile environment in which your code will be expected to work. \"It works on my machine\" has never rung quite so hollow.

In this talk, we'll take a look at some of the delightful bugs we've had to solve at Bazaarvoice while working on the third-party JavaScript app that collects and displays ratings and reviews for some of the world's largest retailers.

" - company: BazaarVoice - companyWebsite: "#" - personalWebsite: http://rmurphey.com/ - personalTwitter: rmurphey - bio: "Rebecca Murphey is a staff software engineer at Bazaarvoice, where she leads the team that develops the third-party JavaScript application for collecting and displaying ratings, reviews, and other social commerce content. She is a frequent speaker on the topic of code organization and best practices at various JavaScript conferences, including Front-End Ops Conf, the 2014 jQuery Conference in San Diego, JSConf US 2013, JSConf US 2011, JSConf EU 2010, Full Frontal 2012, Fronteers 2012, and many others. She lives in Austin, TX, with her partner, their son, and their dog." - slides: ~ - video: 115258556 -- speaker: - firstName: Scott - lastName: Stroud - type: Conference Speakers - discipline: User Experience - day: 2 - session: 2 - talkTitle: "Designing for Love" - talkDescription: "

Spike Jonze's movie Her is about a man falling in love with his OS. The film is science fiction, and the forecasts are both exciting and challenging. As we imagine what’s next, the goal for UX designers is not how to make devices more human or more lovable. The questions we should chase are: How can we create products to sustain and amplify our human relationships rather than to replace or deflect them? Are we looking for technology to meet our needs or help us become less needful? How can we design Things that coax more good from our brains and our hearts?

" - company: NPR - companyWebsite: "#" - personalWebsite: http://www.npr.org/ - personalTwitter: sstroud - bio: "Scott is a UX consultant, collaborating with organizations on their digital product strategy: interaction design, user testing, behavioral design and Lean UX methodologies. He was a principal interaction designer of the original NPR iPad app and the NPR.org responsive website. He is also a certified yoga teacher and writer." - slides: ~ - video: 114568896 -- speaker: - firstName: Scott - lastName: Hanselman - type: Keynotes - discipline: Keynote - day: 2 - session: 7 - talkTitle: "JavaScript, The Cloud, and the rise of the New Virtual Machine" - talkDescription: "

One day we woke up and things were different. Suddenly we are scripting against thousands of Virtual Machines from the command line while creating things today with JavaScript in the browser that were impossible yesterday.

" - company: Microsoft - companyWebsite: "http://www.microsoft.com" - personalWebsite: http://www.hanselman.com/ - personalTwitter: shanselman - bio: "Scott is a web developer who has been blogging at http://hanselman.com for over a decade. He works in Open Source on ASP.NET and the Azure Cloud for Microsoft out of his home office in Portland, Oregon. Scott has worked in tech for over 20 years building large systems with a number of nondenominational technologies. Scott has three podcasts: The Hanselminutes Podcast for tech talk, This Developer’s Life on developers’ lives and loves, and Ratchet and the Geek for pop culture and tech media. He’s written a number of books and spoken in person to almost a half million developers worldwide" - slides: ~ - video: ~ -- speaker: - firstName: Scott - lastName: Hanselman - type: Conference Speakers - discipline: Back-End - day: 2 - session: 4 - talkTitle: "Azure for non-Microsoft People" - talkDescription: "

Join Scott as he shows you a practical, no-BS intro to Azure. 20% of Azure runs Linux, and you can easily deploy sites in PHP, node, Java and more. Push with Git, fire up a thousand VMs, and script it all with an open source node library. It's a whole new game and a whole no cloud. This talk wll will be 95% code and demos.

" - company: Microsoft - companyWebsite: "http://www.microsoft.com" - personalWebsite: http://www.hanselman.com/ - personalTwitter: shanselman - bio: "Scott is a web developer who has been blogging at http://hanselman.com for over a decade. He works in Open Source on ASP.NET and the Azure Cloud for Microsoft out of his home office in Portland, Oregon. Scott has three podcasts, http://hanselminutes.com for tech talk, http://thisdeveloperslife.com on developers' lives and loves, and http://ratchetandthegeek.com for pop culture and tech media. He's written a number of books and spoken in person to almost a half million developers worldwide." - slides: ~ - video: 115258557 -- speaker: - firstName: Sophie - lastName: Shepherd - type: Conference Speakers - discipline: Design - day: 3 - session: 3 - talkTitle: "Designing for Clients: Working Together For The Health of the Project" - talkDescription: "

With sites out there like \"Clients From Hell\" it can be easy to see clients as our opposition and to forget that they are actually our lifeblood and the sole reason that many designers have been able to make a career out of their passions. In this talk, Sophie will explain the importance of joining forces with clients rather than setting up against them. She will provide tips about educating, selling design, and keeping clients excited about the work at hand.

" - company: Happy Cog - companyWebsite: "#" - personalWebsite: http://sophieshepherd.com/ - personalTwitter: sophshepherd - bio: "Sophie is a Senior Designer in Happy Cog's Austin office. She cares deeply about designing websites that are simple, easily navigable, and full of necessary, applicable content. When not designing, Sophie enjoys cooking, drinking beer outside, riding her bike, road trips, and camping. She is active in the Austin web design community, where she organizes the Dribbble Meetup and teaches Intro to Responsive Design and Intro to Sass for Girl Develop It." - slides: ~ - video: 114609980 -- speaker: - firstName: Sougwen - lastName: Chung - type: Conference Speakers - discipline: Design - day: 3 - session: 1 - talkTitle: "Process, Poetics and Performance" - talkDescription: "

How can established techniques in art making and composition find a new voice in the current cultural, technological and creative landscape?

Sougwen Chung shares her approach and reflects on her artistic development and forthcoming curiosities. From her origins as a violinist, to an artist working within the realm of intricate and textural audio-visuals and installation, Chung will trace her process of being inspired by tactile materials against a connection and disconnection with digital technology. In this talk, Sougwen will communicate an interdisciplinary perspective on culling influences and inquiry for exploring transitional edges in creative practice.

" - company: Freelance - companyWebsite: "#" - personalWebsite: http://sougwen.com/ - personalTwitter: sougwen - bio: "Canadian-born, Chinese-raised, New York-based. Sougwen Chung is an interdisciplinary artist whose work explores transitional edges. Her artistic practice spans installation, sculpture, still image, drawing and performance, informing her multi-faceted approach to experiential art. Chung’s work iterates on the expressive agency of form catalyzed with software, sound, light and space. Her installations involve multiple layers of light on intricate structures, taking a variety of media and transforming it into spatial experiences. Her work has been featured in exhibitions in North America, Europe and Asia. Recent venues include the Museum of Contemporary Art in Geneva, Switzerland and 319 Scholes in Brooklyn, New York. Additionally, Chung has been featured in The New Yorker, Dazed and Confused, Cool Hunting and The Creators Project." - slides: ~ - video: ~ -- speaker: - firstName: Stacey - lastName: Mulcahy - type: Conference Speakers - discipline: Back-End - day: 3 - session: 2 - talkTitle: "Hardware for a Soft World" - talkDescription: "

From microcontrollers to the Kinect, devices that were never meant to speak to each other and some that never should, this session will take a look at how to transition from the world of software into the one of hardware.

Collaborative projects will be shown and some electronic basics will be shared.

" - company: Microsoft - companyWebsite: "http://www.microsoft.com/" - personalWebsite: http://thebitchwhocodes.com/ - personalTwitter: bitchwhocodes - bio: "Stacey Mulcahy is a technical evangelist with Microsoft for Windows 8. Prior, she was the Lead Developer working with a variety of technologies at Big Spaceship, a digital agency based out of Brooklyn, NY. She has worked at Teknision and Fuel Industries in Ottawa, Canada, and IQ Interactive in Atlanta in a variety of technical roles. A technical editor and instructor, Stacey enjoys sharing her love for her work in interactive development. She considers her lack of verbal filter and extreme candor just a small part of her charm." - slides: ~ - video: 119086856 -- speaker: - firstName: Steve - lastName: Klabnik - type: Conference Speakers - discipline: Back-End - day: 2 - session: 6 - talkTitle: "Applications, Languages, and Libraries" - talkDescription: "

Different kinds of programming require different kinds of skills. Steve has worked on a number of projects over the years, being one of the most active contributors on GitHub, and will give a talk about his experiences working on three kinds of projects: applications, libraries, and languages. He'll discuss the unique challenges of each kind, which might make sense for you to contribute to, and war stories from being on too many core teams.

" - company: Freelance, Mozilla - companyWebsite: "https://github.com/rust-lang" - personalWebsite: http://www.steveklabnik.com/ - personalTwitter: steveklabnik - bio: 'Hypermedia enthusiast, prolific open source contributor, on contract with Mozilla to write documentation for Rust. Currently writing "Designing Hypermedia APIs," "Rust for Rubyists," and "Rails 4 in Action."' - slides: ~ - video: 115298952 -- speaker: - firstName: Tiffany - lastName: Chu - type: Conference Speakers - discipline: ~ - day: ~ - session: ~ - talkTitle: "Civic Design: Charlotte Code for America" - talkDescription: ~ - company: Code for America - companyWebsite: http://www.codeforamerica.org/ - personalWebsite: http://t-chu.com/ - personalTwitter: tchu88 - bio: "Tiffany is a designer, researcher, and urbanist. She is currently a Fellow at Code for America partnering with the City of Charlotte, and is passionate about helping cities and organizations become more accessible and user-centered through design and technology. Previously, Tiffany launched the UX research practice at Zipcar, worked as an innovation consultant at Continuum, and wrote for Dwell. Tiffany has a background in architecture and urban planning from MIT." - slides: ~ - video: ~ -- speaker: - firstName: Val - lastName: Head - type: Conference Speakers - discipline: Front-End - day: 3 - session: 6 - talkTitle: "Web Designer/ Motion Designer" - talkDescription: "

With the current state of CSS and JavaScript the web has seriously stepped up its animation game. As web designers and developers we’ve never had to understand animation principles like we do now. Smart animation comes from thinking like a motion designer when adding animations and transitions to our web work. There is a huge depth of knowledge we can pull from while we design and build the new UIs of the web.

In this session we will demonstrate key animation principles like timing, offsets, and others as they apply to UI work on the web. And we'll cover principles specific to UI animation that will make your work both usable and delightful. Consider this your crash course into becoming a web animation pro!

" - company: Ladies in Tech - companyWebsite: http://ladiesintech.com/ - personalWebsite: http://www.valhead.com/ - personalTwitter: vlh - bio: "Val Head is a designer and consultant based in Philadelphia. Her work ranges from projects on the web to interactive installations to print. She is the author of The Pocket Guide to CSS Animations, teaches CSS Animations on Lynda.com, and hosts the All The Right Moves tutorial screencast. You can find her on stage speaking at events like An Event Apart and encouraging others to do the same as the co-host of the Ladies in Tech podcast. She also founded the popular Web Design Day conference, and leads workshops around the world on animation for the web and creative coding." - slides: https://speakerdeck.com/valhead/motion-designer-blend-conf-2014 video: ~ - diff --git a/data/sponsors.yml b/data/sponsors.yml index 5ef26e4..34fa377 100644 --- a/data/sponsors.yml +++ b/data/sponsors.yml @@ -1,169 +1,8 @@ - sponsor: - type: title - name: Cardinal Solutions + type: ~ + name: ~ description: ~ links: twitter: ~ facebook: ~ - website: http://www.cardinalsolutions.com/ -- sponsor: - type: platinum - name: Red Ventures - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://redventures.com/ -- sponsor: - type: platinum - name: Treehouse - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://teamtreehouse.com/ -- sponsor: - type: gold - name: Salesforce - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://www.salesforce.com/ -- sponsor: - type: silver - name: MailChimp - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://www.mailchimp.com/ -- sponsor: - type: silver - name: Mandrill - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://www.mandrill.com/ -- sponsor: - type: silver - name: Adobe - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://www.adobe.com/creativecloud.html/ -- sponsor: - type: gold - name: Github - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://www.github.com/ -- sponsor: - type: gold - name: Uber - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://www.uber.com/ -- sponsor: - type: aluminum - name: A Book Apart - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://www.abookapart.com/ -- sponsor: - type: aluminum - name: "O'Reilly" - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://www.oreilly.com/ -- sponsor: - type: aluminum - name: "Rosenfeld" - description: ~ - links: - twitter: ~ - facebook: ~ - website: https://rosenfeldmedia.com/ -- sponsor: - type: aluminum - name: "Oliver Wyman" - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://www.oliverwyman.com/ -- sponsor: - type: aluminum - name: Stickermule - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://www.stickermule.com/ -- sponsor: - type: community - name: "iT-ology" - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://it-ology.org/ -- sponsor: - type: community - name: Detailed Block - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://detailedblock.com/ -- sponsor: - type: community - name: Packard Place - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://packardplace.us/ -- sponsor: - type: community - name: AWDG - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://www.meetup.com/atlantawebdesign/ -- sponsor: - type: community - name: Code for Charlotte - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://www.aigacharlotte.org/ -- sponsor: - type: community - name: UXPA Triangle - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://triuxpa.org/ -- sponsor: - type: community - name: AIGA Charlotte - description: ~ - links: - twitter: ~ - facebook: ~ - website: http://www.aigacharlotte.org/ - + website: ~ diff --git a/data/tweets.yml b/data/tweets.yml new file mode 100644 index 0000000..90e46ac --- /dev/null +++ b/data/tweets.yml @@ -0,0 +1,4 @@ +- tweet: + url: ~ + text: ~ + author: ~ \ No newline at end of file diff --git a/data/tweets2014.yml b/data/tweets2014.yml deleted file mode 100644 index 8682a4b..0000000 --- a/data/tweets2014.yml +++ /dev/null @@ -1,72 +0,0 @@ -- tweet: - url: https://twitter.com/maxfenton/status/510096758740123648 - text: "Just got a heckofa great SASS primer from @itsmisscs at @blendconf. (Thank you, Claudina!)" - author: maxfenton -- tweet: - url: https://twitter.com/catffeine/status/510399119895298048 - text: "No-device policy at @blendconf! Curiously happy to work within these user experience restrictions. ;) #ux #blendconf" - author: catffeine -- tweet: - url: https://twitter.com/juliemtaylor/status/510414474697015296 - text: "First web conference I've been to that has nail polish in the gift bag. I love it! @blendconf #blendconf http://t.co/X5Y9YcZrRJ" - author: juliamtaylor -- tweet: - url: https://twitter.com/bluekeyinc/status/510415261045129216 - text: "Yesterday team BlueKey rocked out at @blendconf workshops! Bringing a ton of new UX knowledge home to #charleston http://t.co/ZGoV2s8Hj5" - author: bluekeyinc -- tweet: - url: https://twitter.com/Angel/status/510423717781196800 - text: "Ask not what your government can do for you, ask what you can code/design for your gov. ❤️ @pahlkadot’s @CodeforAmerica talk at @blendconf" - author: angel -- tweet: - url: https://twitter.com/jc00ke/status/510486990454661120 - text: "@nettatheninja wow, @blendconf sounds amazeballs. I <3 the no devices policy!" - author: jc00ke -- tweet: - url: https://twitter.com/markboulton/status/510537331959664640 - text: "Great talks today @blendconf. Rounding off the day with @Abby_the_IA was great! Such a great talk!" - author: markboulton -- tweet: - url: https://twitter.com/wesg92/status/510549510477852673 - text: "As always @shanselman delivers a hilariously informative talk @blendconf!" - author: wesg92 -- tweet: - url: https://twitter.com/Marissa_Carter/status/510581489504108544 - text: "#BlendConference @blendconf today was amazing! Just because I'm an analyst doesn't mean I can't refine my #UX & #javascript skills :-)" - author: marissa_carter -- tweet: - url: https://twitter.com/sophshepherd/status/510620133061308416 - text: "Fantastic first day at @blendconf. This conference has good content, nice people, & diversity. What all should aspire to! Thx @bermonpainter" - author: sophieshepherd -- tweet: - url: https://twitter.com/shanselman/status/510779106406191104 - text: "Spending the morning with @itsmisscs at @blendconf! We're talking to a roomful of middle school students about #STEM! http://t.co/MaDGOLggza" - author: shanselman -- tweet: - url: https://twitter.com/hoyboy/status/510879830926438400 - text: "I really enjoyed seeing my coworker @sophshepherd speak at @blendconf today about keeping your client in mind as you design." - author: hoyboy -- tweet: - url: https://twitter.com/paminthelab/status/510886909712039938 - text: "Happiness is @blendconf! Amazing people, incredible sessions, fascinating conversations. Thanks so much, #blendconf14" - author: paminthelab -- tweet: - url: https://twitter.com/jc/status/510914380381552640 - text: "Just watched @monteiro’s keynote at @blendconf win the Best Web Design Talk of 2014 award. #fightme" - author: jc -- tweet: - url: https://twitter.com/stkwon/status/510920137504210945 - text: "Great ending to @blendconf. You are responsible for what you put out into the world." - author: stkwon -- tweet: - url: https://twitter.com/GrahamLangdon/status/510975555219750912 - text: "Only 3 of the talks I went to at #blendconf were presented by guys & it felt totally normal. That's just plain cool." - author: grahamlangdon -- tweet: - url: https://twitter.com/catffeine/status/511135688528785408 - text: "Amazing how inclusive #blendconf was. All people encountered were friendly, speakers were accessible, and I attended every talk I wanted to." - author: catffeine -- tweet: - url: https://twitter.com/spestian/status/511500502668828672 - text: "Still thinking about the most influential talk on Designing For Love by @sstroud. Both informative and enlightening. #blendconf" - author: spestian diff --git a/humans.txt b/humans.txt deleted file mode 100644 index 8118389..0000000 --- a/humans.txt +++ /dev/null @@ -1 +0,0 @@ -humans.txt diff --git a/source/assets/fonts/OpenSans-Bold-webfont.eot b/source/assets/fonts/OpenSans-Bold-webfont.eot new file mode 100755 index 0000000..5d20d91 Binary files /dev/null and b/source/assets/fonts/OpenSans-Bold-webfont.eot differ diff --git a/source/assets/fonts/OpenSans-Bold-webfont.svg b/source/assets/fonts/OpenSans-Bold-webfont.svg new file mode 100755 index 0000000..3ed7be4 --- /dev/null +++ b/source/assets/fonts/OpenSans-Bold-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/assets/fonts/OpenSans-Bold-webfont.ttf b/source/assets/fonts/OpenSans-Bold-webfont.ttf new file mode 100755 index 0000000..2109c95 Binary files /dev/null and b/source/assets/fonts/OpenSans-Bold-webfont.ttf differ diff --git a/source/assets/fonts/OpenSans-Bold-webfont.woff b/source/assets/fonts/OpenSans-Bold-webfont.woff new file mode 100755 index 0000000..1205787 Binary files /dev/null and b/source/assets/fonts/OpenSans-Bold-webfont.woff differ diff --git a/source/assets/fonts/OpenSans-BoldItalic-webfont.eot b/source/assets/fonts/OpenSans-BoldItalic-webfont.eot new file mode 100755 index 0000000..1f639a1 Binary files /dev/null and b/source/assets/fonts/OpenSans-BoldItalic-webfont.eot differ diff --git a/source/assets/fonts/OpenSans-BoldItalic-webfont.svg b/source/assets/fonts/OpenSans-BoldItalic-webfont.svg new file mode 100755 index 0000000..6a2607b --- /dev/null +++ b/source/assets/fonts/OpenSans-BoldItalic-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/assets/fonts/OpenSans-BoldItalic-webfont.ttf b/source/assets/fonts/OpenSans-BoldItalic-webfont.ttf new file mode 100755 index 0000000..242d6b2 Binary files /dev/null and b/source/assets/fonts/OpenSans-BoldItalic-webfont.ttf differ diff --git a/source/assets/fonts/OpenSans-BoldItalic-webfont.woff b/source/assets/fonts/OpenSans-BoldItalic-webfont.woff new file mode 100755 index 0000000..ed760c0 Binary files /dev/null and b/source/assets/fonts/OpenSans-BoldItalic-webfont.woff differ diff --git a/source/assets/fonts/OpenSans-ExtraBold-webfont.eot b/source/assets/fonts/OpenSans-ExtraBold-webfont.eot new file mode 100755 index 0000000..1e29ad5 Binary files /dev/null and b/source/assets/fonts/OpenSans-ExtraBold-webfont.eot differ diff --git a/source/assets/fonts/OpenSans-ExtraBold-webfont.svg b/source/assets/fonts/OpenSans-ExtraBold-webfont.svg new file mode 100755 index 0000000..2780050 --- /dev/null +++ b/source/assets/fonts/OpenSans-ExtraBold-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/assets/fonts/OpenSans-ExtraBold-webfont.ttf b/source/assets/fonts/OpenSans-ExtraBold-webfont.ttf new file mode 100755 index 0000000..6b9118e Binary files /dev/null and b/source/assets/fonts/OpenSans-ExtraBold-webfont.ttf differ diff --git a/source/assets/fonts/OpenSans-ExtraBold-webfont.woff b/source/assets/fonts/OpenSans-ExtraBold-webfont.woff new file mode 100755 index 0000000..a7b99d2 Binary files /dev/null and b/source/assets/fonts/OpenSans-ExtraBold-webfont.woff differ diff --git a/source/assets/fonts/OpenSans-ExtraBoldItalic-webfont.eot b/source/assets/fonts/OpenSans-ExtraBoldItalic-webfont.eot new file mode 100755 index 0000000..77184af Binary files /dev/null and b/source/assets/fonts/OpenSans-ExtraBoldItalic-webfont.eot differ diff --git a/source/assets/fonts/OpenSans-ExtraBoldItalic-webfont.svg b/source/assets/fonts/OpenSans-ExtraBoldItalic-webfont.svg new file mode 100755 index 0000000..8f080c1 --- /dev/null +++ b/source/assets/fonts/OpenSans-ExtraBoldItalic-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/assets/fonts/OpenSans-ExtraBoldItalic-webfont.ttf b/source/assets/fonts/OpenSans-ExtraBoldItalic-webfont.ttf new file mode 100755 index 0000000..26a07e9 Binary files /dev/null and b/source/assets/fonts/OpenSans-ExtraBoldItalic-webfont.ttf differ diff --git a/source/assets/fonts/OpenSans-ExtraBoldItalic-webfont.woff b/source/assets/fonts/OpenSans-ExtraBoldItalic-webfont.woff new file mode 100755 index 0000000..45395d1 Binary files /dev/null and b/source/assets/fonts/OpenSans-ExtraBoldItalic-webfont.woff differ diff --git a/source/assets/fonts/OpenSans-Italic-webfont.eot b/source/assets/fonts/OpenSans-Italic-webfont.eot new file mode 100755 index 0000000..0c8a0ae Binary files /dev/null and b/source/assets/fonts/OpenSans-Italic-webfont.eot differ diff --git a/source/assets/fonts/OpenSans-Italic-webfont.svg b/source/assets/fonts/OpenSans-Italic-webfont.svg new file mode 100755 index 0000000..e1075dc --- /dev/null +++ b/source/assets/fonts/OpenSans-Italic-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/assets/fonts/OpenSans-Italic-webfont.ttf b/source/assets/fonts/OpenSans-Italic-webfont.ttf new file mode 100755 index 0000000..12d25d9 Binary files /dev/null and b/source/assets/fonts/OpenSans-Italic-webfont.ttf differ diff --git a/source/assets/fonts/OpenSans-Italic-webfont.woff b/source/assets/fonts/OpenSans-Italic-webfont.woff new file mode 100755 index 0000000..ff652e6 Binary files /dev/null and b/source/assets/fonts/OpenSans-Italic-webfont.woff differ diff --git a/source/assets/fonts/OpenSans-Light-webfont.eot b/source/assets/fonts/OpenSans-Light-webfont.eot new file mode 100755 index 0000000..1486840 Binary files /dev/null and b/source/assets/fonts/OpenSans-Light-webfont.eot differ diff --git a/source/assets/fonts/OpenSans-Light-webfont.svg b/source/assets/fonts/OpenSans-Light-webfont.svg new file mode 100755 index 0000000..11a472c --- /dev/null +++ b/source/assets/fonts/OpenSans-Light-webfont.svg @@ -0,0 +1,1831 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/assets/fonts/OpenSans-Light-webfont.ttf b/source/assets/fonts/OpenSans-Light-webfont.ttf new file mode 100755 index 0000000..63af664 Binary files /dev/null and b/source/assets/fonts/OpenSans-Light-webfont.ttf differ diff --git a/source/assets/fonts/OpenSans-Light-webfont.woff b/source/assets/fonts/OpenSans-Light-webfont.woff new file mode 100755 index 0000000..e786074 Binary files /dev/null and b/source/assets/fonts/OpenSans-Light-webfont.woff differ diff --git a/source/assets/fonts/OpenSans-LightItalic-webfont.eot b/source/assets/fonts/OpenSans-LightItalic-webfont.eot new file mode 100755 index 0000000..8f44592 Binary files /dev/null and b/source/assets/fonts/OpenSans-LightItalic-webfont.eot differ diff --git a/source/assets/fonts/OpenSans-LightItalic-webfont.svg b/source/assets/fonts/OpenSans-LightItalic-webfont.svg new file mode 100755 index 0000000..431d7e3 --- /dev/null +++ b/source/assets/fonts/OpenSans-LightItalic-webfont.svg @@ -0,0 +1,1835 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/assets/fonts/OpenSans-LightItalic-webfont.ttf b/source/assets/fonts/OpenSans-LightItalic-webfont.ttf new file mode 100755 index 0000000..01dda28 Binary files /dev/null and b/source/assets/fonts/OpenSans-LightItalic-webfont.ttf differ diff --git a/source/assets/fonts/OpenSans-LightItalic-webfont.woff b/source/assets/fonts/OpenSans-LightItalic-webfont.woff new file mode 100755 index 0000000..43e8b9e Binary files /dev/null and b/source/assets/fonts/OpenSans-LightItalic-webfont.woff differ diff --git a/source/assets/fonts/OpenSans-Regular-webfont.eot b/source/assets/fonts/OpenSans-Regular-webfont.eot new file mode 100755 index 0000000..6bbc3cf Binary files /dev/null and b/source/assets/fonts/OpenSans-Regular-webfont.eot differ diff --git a/source/assets/fonts/OpenSans-Regular-webfont.svg b/source/assets/fonts/OpenSans-Regular-webfont.svg new file mode 100755 index 0000000..25a3952 --- /dev/null +++ b/source/assets/fonts/OpenSans-Regular-webfont.svg @@ -0,0 +1,1831 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/assets/fonts/OpenSans-Regular-webfont.ttf b/source/assets/fonts/OpenSans-Regular-webfont.ttf new file mode 100755 index 0000000..c537f83 Binary files /dev/null and b/source/assets/fonts/OpenSans-Regular-webfont.ttf differ diff --git a/source/assets/fonts/OpenSans-Regular-webfont.woff b/source/assets/fonts/OpenSans-Regular-webfont.woff new file mode 100755 index 0000000..e231183 Binary files /dev/null and b/source/assets/fonts/OpenSans-Regular-webfont.woff differ diff --git a/source/assets/fonts/OpenSans-Semibold-webfont.eot b/source/assets/fonts/OpenSans-Semibold-webfont.eot new file mode 100755 index 0000000..d8375dd Binary files /dev/null and b/source/assets/fonts/OpenSans-Semibold-webfont.eot differ diff --git a/source/assets/fonts/OpenSans-Semibold-webfont.svg b/source/assets/fonts/OpenSans-Semibold-webfont.svg new file mode 100755 index 0000000..eec4db8 --- /dev/null +++ b/source/assets/fonts/OpenSans-Semibold-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/assets/fonts/OpenSans-Semibold-webfont.ttf b/source/assets/fonts/OpenSans-Semibold-webfont.ttf new file mode 100755 index 0000000..b329084 Binary files /dev/null and b/source/assets/fonts/OpenSans-Semibold-webfont.ttf differ diff --git a/source/assets/fonts/OpenSans-Semibold-webfont.woff b/source/assets/fonts/OpenSans-Semibold-webfont.woff new file mode 100755 index 0000000..28d6ade Binary files /dev/null and b/source/assets/fonts/OpenSans-Semibold-webfont.woff differ diff --git a/source/assets/fonts/OpenSans-SemiboldItalic-webfont.eot b/source/assets/fonts/OpenSans-SemiboldItalic-webfont.eot new file mode 100755 index 0000000..0ab1db2 Binary files /dev/null and b/source/assets/fonts/OpenSans-SemiboldItalic-webfont.eot differ diff --git a/source/assets/fonts/OpenSans-SemiboldItalic-webfont.svg b/source/assets/fonts/OpenSans-SemiboldItalic-webfont.svg new file mode 100755 index 0000000..7166ec1 --- /dev/null +++ b/source/assets/fonts/OpenSans-SemiboldItalic-webfont.svg @@ -0,0 +1,1830 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/assets/fonts/OpenSans-SemiboldItalic-webfont.ttf b/source/assets/fonts/OpenSans-SemiboldItalic-webfont.ttf new file mode 100755 index 0000000..d2d6318 Binary files /dev/null and b/source/assets/fonts/OpenSans-SemiboldItalic-webfont.ttf differ diff --git a/source/assets/fonts/OpenSans-SemiboldItalic-webfont.woff b/source/assets/fonts/OpenSans-SemiboldItalic-webfont.woff new file mode 100755 index 0000000..d4dfca4 Binary files /dev/null and b/source/assets/fonts/OpenSans-SemiboldItalic-webfont.woff differ diff --git a/source/assets/images/content/blendconf-social-banner-2015.jpg b/source/assets/images/content/blendconf-social-banner-2015.jpg new file mode 100644 index 0000000..ded3765 Binary files /dev/null and b/source/assets/images/content/blendconf-social-banner-2015.jpg differ diff --git a/source/assets/images/layout/blendconf-bg-2.jpg b/source/assets/images/layout/blendconf-bg-2.jpg new file mode 100644 index 0000000..bae1177 Binary files /dev/null and b/source/assets/images/layout/blendconf-bg-2.jpg differ diff --git a/source/assets/images/layout/icon-github.svg b/source/assets/images/layout/icon-github.svg new file mode 100755 index 0000000..f492675 --- /dev/null +++ b/source/assets/images/layout/icon-github.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/source/assets/images/layout/icon-mail.svg b/source/assets/images/layout/icon-mail.svg new file mode 100755 index 0000000..7890e2a --- /dev/null +++ b/source/assets/images/layout/icon-mail.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/source/assets/images/layout/icon-twitter.svg b/source/assets/images/layout/icon-twitter.svg new file mode 100755 index 0000000..aefd941 --- /dev/null +++ b/source/assets/images/layout/icon-twitter.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/source/assets/images/layout/kids-hardware-hacking.jpg b/source/assets/images/layout/kids-hardware-hacking.jpg new file mode 100644 index 0000000..c229a23 Binary files /dev/null and b/source/assets/images/layout/kids-hardware-hacking.jpg differ diff --git a/source/assets/javascripts/base.js b/source/assets/javascripts/base.js index 0f2c431..cce32ae 100644 --- a/source/assets/javascripts/base.js +++ b/source/assets/javascripts/base.js @@ -1,26 +1,4 @@ jQuery(document).ready(function($) { - $('#nav-toggle').on('click', function() { - $(this).next().slideToggle(200); - return false; - }); - // $('#home nav ul a').click(function(){ - // $.scrollTo (this.hash, 1000, {offset: -36}); - // if (Modernizr.mq('only screen and (max-width: 767px)')) { - // $(this).parent().parent().slideUp(200); - // } - // if (this.attr('class') == 'button') { - // return true; - // } else { - // return false; - // } - // }); - - // Make the speaker hexagon's clickable - $('#speakers').find('li').click(function(){ - window.location = $(this).find('a').attr('href'); - return-false; - }); - $("a[data-type]").on('click',function(e){ var link = $(this).attr("href"); var outboundLinkType = $(this).data("type"); @@ -40,4 +18,20 @@ jQuery(document).ready(function($) { } } }); + + }); + +// $(document).ready(function() { +// var bodyheight = $(document).height(); +// $("#container").height(bodyheight); +// // $("#intro").height(bodyheight - footerHeight - 50); + +// }); + +// // for the window resize +// $(window).resize(function() { +// var bodyheight = $(document).height(); +// console.log(bodyheight); +// $("#container").height(bodyheight); +// }); \ No newline at end of file diff --git a/source/assets/javascripts/global.js b/source/assets/javascripts/global.js index 1a221c2..87b47b3 100644 --- a/source/assets/javascripts/global.js +++ b/source/assets/javascripts/global.js @@ -1,24 +1,3 @@ jQuery(document).ready(function($) { - $('.custom-option').find('input[type=checkbox],input[type=radio]').accessibleOptions(); - $('.custom-select-wrapper').find('select').amwins_select(); - $('.tabs').amwins_tabs(); - $('.accordion').amwins_accordion(); - $('.collapsible').amwins_collapsible(); - $('.alert-remove-control').amwins_alert(); - $('[data-tooltip]').amwins_collapsible(); - $('[data-popover]').amwins_collapsible(); - - $('#styleguide-nav-primary').find('header').find('a').on('click', function(event) { - $('#styleguide-nav-primary > ul').data('hidden', true).stop().slideUp(250); - // if ($(this).parent().parent().next().is(':visible')) { - // $(this).parent().parent().next().data('hidden', false); - // $(this).removeClass('active'); - // } else { - // $(this).addClass('active'); - // } - $(this).toggleClass('active'); - $(this).parent().parent().next().stop().slideToggle(250); - $(this).parent().parent().siblings('header').find('a').removeClass('active'); - event.preventDefault(); - }); + }); diff --git a/source/assets/javascripts/modules.js b/source/assets/javascripts/modules.js index b12b253..e69de29 100644 --- a/source/assets/javascripts/modules.js +++ b/source/assets/javascripts/modules.js @@ -1,15 +0,0 @@ -/** - * Copyright (c) 2007-2013 Ariel Flesler - afleslergmailcom | http://flesler.blogspot.com - * Dual licensed under MIT and GPL. - * @author Ariel Flesler - * @version 1.4.6 - */ -;(function($){var h=$.scrollTo=function(a,b,c){$(window).scrollTo(a,b,c)};h.defaults={axis:'xy',duration:parseFloat($.fn.jquery)>=1.3?0:1,limit:true};h.window=function(a){return $(window)._scrollable()};$.fn._scrollable=function(){return this.map(function(){var a=this,isWin=!a.nodeName||$.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!isWin)return a;var b=(a.contentWindow||a).document||a.ownerDocument||a;return/webkit/i.test(navigator.userAgent)||b.compatMode=='BackCompat'?b.body:b.documentElement})};$.fn.scrollTo=function(e,f,g){if(typeof f=='object'){g=f;f=0}if(typeof g=='function')g={onAfter:g};if(e=='max')e=9e9;g=$.extend({},h.defaults,g);f=f||g.duration;g.queue=g.queue&&g.axis.length>1;if(g.queue)f/=2;g.offset=both(g.offset);g.over=both(g.over);return this._scrollable().each(function(){if(e==null)return;var d=this,$elem=$(d),targ=e,toff,attr={},win=$elem.is('html,body');switch(typeof targ){case'number':case'string':if(/^([+-]=?)?\d+(\.\d+)?(px|%)?$/.test(targ)){targ=both(targ);break}targ=$(targ,this);if(!targ.length)return;case'object':if(targ.is||targ.style)toff=(targ=$(targ)).offset()}$.each(g.axis.split(''),function(i,a){var b=a=='x'?'Left':'Top',pos=b.toLowerCase(),key='scroll'+b,old=d[key],max=h.max(d,a);if(toff){attr[key]=toff[pos]+(win?0:old-$elem.offset()[pos]);if(g.margin){attr[key]-=parseInt(targ.css('margin'+b))||0;attr[key]-=parseInt(targ.css('border'+b+'Width'))||0}attr[key]+=g.offset[pos]||0;if(g.over[pos])attr[key]+=targ[a=='x'?'width':'height']()*g.over[pos]}else{var c=targ[pos];attr[key]=c.slice&&c.slice(-1)=='%'?parseFloat(c)/100*max:c}if(g.limit&&/^\d+$/.test(attr[key]))attr[key]=attr[key]<=0?0:Math.min(attr[key],max);if(!i&&g.queue){if(old!=attr[key])animate(g.onAfterFirst);delete attr[key]}});animate(g.onAfter);function animate(a){$elem.animate(attr,f,g.easing,a&&function(){a.call(this,targ,g)})}}).end()};h.max=function(a,b){var c=b=='x'?'Width':'Height',scroll='scroll'+c;if(!$(a).is('html,body'))return a[scroll]-$(a)[c.toLowerCase()]();var d='client'+c,html=a.ownerDocument.documentElement,body=a.ownerDocument.body;return Math.max(html[scroll],body[scroll])-Math.min(html[d],body[d])};function both(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery); - -/** - * Copyright (c) 2007-2010 Ariel Flesler - afleslergmailcom | http://flesler.blogspot.com - * Dual licensed under MIT and GPL. - * @author Ariel Flesler - * @version 1.2.9b - */ -;(function($){var h=location.href.replace(/#.*/,'');var i=$.localScroll=function(a){$('body').localScroll(a)};i.defaults={duration:1000,axis:'y',event:'click',stop:true,target:window,reset:true};i.hash=function(a){if(location.hash){a=$.extend({},i.defaults,a);a.hash=false;if(a.reset){var d=a.duration;delete a.duration;$(a.target).scrollTo(0,a);a.duration=d}scroll(0,location,a)}};$.fn.localScroll=function(b){b=$.extend({},i.defaults,b);return b.lazy?this.bind(b.event,function(e){var a=$([e.target,e.target.parentNode]).filter(filter)[0];if(a)scroll(e,a,b)}):this.find('a,area').filter(filter).bind(b.event,function(e){scroll(e,this,b)}).end().end();function filter(){return!!this.href&&!!this.hash&&this.href.replace(this.hash,'')==h&&(!b.filter||$(this).is(b.filter))}};function scroll(e,a,b){var c=a.hash.slice(1),elem=document.getElementById(c)||document.getElementsByName(c)[0];if(!elem)return;if(e)e.preventDefault();var d=$(b.target);if(b.lock&&d.is(':animated')||b.onBefore&&b.onBefore(e,elem,d)===false)return;if(b.stop)d._scrollable().stop(true);if(b.hash){var f=b.offset;f=f&&f.top||f||0;var g=elem.id==c?'id':'name',$a=$(' ').attr(g,c).css({position:'absolute',top:$(window).scrollTop()+f,left:$(window).scrollLeft()});elem[g]='';$('body').prepend($a);location=a.hash;$a.remove();elem[g]=c}d.scrollTo(elem,b).trigger('notify.serialScroll',[elem])}})(jQuery); diff --git a/source/assets/stylesheets/base.css.scss b/source/assets/stylesheets/base.css.scss index 4a12144..f7bb47c 100755 --- a/source/assets/stylesheets/base.css.scss +++ b/source/assets/stylesheets/base.css.scss @@ -1,7 +1,4 @@ -// Compass needs to be loaded first to allow the use of -// their mixins and various other goodies. -@import "compass"; - +@import "bourbon"; // Susy is a fixed or fluid width grid system built on // top of Compass. It needs to be loaded after Compass. // @@ -19,6 +16,7 @@ // Combines the various structure, modules & responsive // partials. // ---------------------------------------------------- +@import "base/fonts"; // Core variables and mixins @import "structure/variables"; diff --git a/source/assets/stylesheets/base/_fonts.css.scss b/source/assets/stylesheets/base/_fonts.css.scss index b28ba51..ae3fe74 100644 --- a/source/assets/stylesheets/base/_fonts.css.scss +++ b/source/assets/stylesheets/base/_fonts.css.scss @@ -1,8 +1,60 @@ -// Headings -@import url(http://fonts.googleapis.com/css?family=Oswald:700); +// Light +@font-face { + font-family: 'Open Sans'; + src: url('/assets/fonts/OpenSans-Light-webfont.eot'); + src: url('/assets/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/OpenSans-Light-webfont.woff') format('woff'), + url('/assets/fonts/OpenSans-Light-webfont.ttf') format('truetype'), + url('/assets/fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg'); + font-weight: 200; + font-style: normal; +} -// Lead in or primary paragraphs -@import url(http://fonts.googleapis.com/css?family=Amaranth); +// Regular +@font-face { + font-family: 'Open Sans'; + src: url('/assets/fonts/OpenSans-Regular-webfont.eot'); + src: url('/assets/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/OpenSans-Regular-webfont.woff') format('woff'), + url('/assets/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), + url('/assets/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg'); + font-weight: normal; + font-style: normal; -// Text -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600); +} +@font-face { + font-family: 'Open Sans'; + src: url('/assets/fonts/OpenSans-Italic-webfont.eot'); + src: url('/assets/fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/OpenSans-Italic-webfont.woff') format('woff'), + url('/assets/fonts/OpenSans-Italic-webfont.ttf') format('truetype'), + url('/assets/fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg'); + font-weight: normal; + font-style: italic; + +} + +// Bold +@font-face { + font-family: 'Open Sans'; + src: url('/assets/fonts/OpenSans-Bold-webfont.eot'); + src: url('/assets/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/OpenSans-Bold-webfont.woff') format('woff'), + url('/assets/fonts/OpenSans-Bold-webfont.ttf') format('truetype'), + url('/assets/fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg'); + font-weight: 600; + font-style: normal; + +} + +@font-face { + font-family: 'Open Sans'; + src: url('/assets/fonts/OpenSans-BoldItalic-webfont.eot'); + src: url('/assets/fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('/assets/fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), + url('/assets/fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), + url('/assets/fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg'); + font-weight: 600; + font-style: italic; + +} \ No newline at end of file diff --git a/source/assets/stylesheets/base/_mixins.css.scss b/source/assets/stylesheets/base/_mixins.css.scss index 8e64117..c321007 100644 --- a/source/assets/stylesheets/base/_mixins.css.scss +++ b/source/assets/stylesheets/base/_mixins.css.scss @@ -7,7 +7,7 @@ // 2. The use of `table` rather than `block` is only necessary if using // `:before` to contain the top-margins of child elements. -@mixin clear { +%clear { &:before, &:after { content: " "; // 1 @@ -30,7 +30,7 @@ // -------------------------------------------------- // image replacement // -------------------------------------------------- -@mixin hide-text { +%hide-text { font: 0/0 a; color: transparent; text-shadow: none; diff --git a/source/assets/stylesheets/base/_root.css.scss b/source/assets/stylesheets/base/_root.css.scss index eef49f4..1231e6a 100644 --- a/source/assets/stylesheets/base/_root.css.scss +++ b/source/assets/stylesheets/base/_root.css.scss @@ -2,7 +2,7 @@ // Root // ----------------------------------------------------------------------------- * { - @include box-sizing("border-box"); + @include box-sizing(border-box); } // 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units diff --git a/source/assets/stylesheets/base/_utilities.css.scss b/source/assets/stylesheets/base/_utilities.css.scss index 019ce4a..7c6fb68 100644 --- a/source/assets/stylesheets/base/_utilities.css.scss +++ b/source/assets/stylesheets/base/_utilities.css.scss @@ -32,6 +32,7 @@ .hidden-desktop{} // clearfix +%clearfix, .clearfix { @include clearfix(); } diff --git a/source/assets/stylesheets/base/_variables.css.scss b/source/assets/stylesheets/base/_variables.css.scss index 87bd67a..a08cbd2 100644 --- a/source/assets/stylesheets/base/_variables.css.scss +++ b/source/assets/stylesheets/base/_variables.css.scss @@ -1,11 +1,5 @@ @charset "utf-8"; -// ---------------------------------------------------------------- -// Import Compass for CSS3 mixins & Susy for the grid system -// ---------------------------------------------------------------- -@import 'compass'; -@import 'susy'; - // ---------------------------------------------------------------- // Global variables // ---------------------------------------------------------------- @@ -52,7 +46,7 @@ $sans-font-family: "Oswald ", "Helvetica Neue", Helvetica; $header-font-family: "Oswald", "Helvetica Neue", Helvetica; $leadin-font-family: "Amaranth", "Georgia"; -$base-font-family: "Open Sand", "Helvetica Neue", Helvetica; +$base-font-family: "Open Sans", "Helvetica Neue", Helvetica; // ---------------------------------------------------------------- // Susy Grid diff --git a/source/assets/stylesheets/global.css.scss b/source/assets/stylesheets/global.css.scss index 7596d63..d3830ea 100644 --- a/source/assets/stylesheets/global.css.scss +++ b/source/assets/stylesheets/global.css.scss @@ -1,6 +1,4 @@ -// Compass needs to be loaded first to allow the use of -// their mixins and various other goodies. -@import "compass"; +@import "bourbon"; // Susy is a fixed or fluid width grid system built on // top of Compass. It needs to be loaded after Compass. @@ -56,7 +54,7 @@ // ---------------------------------------------------------------- // Theme // ---------------------------------------------------------------- -@import "themes/blendconf2014"; + //-------------------------------------------------------- // Small Device Styles - Mobile First diff --git a/source/assets/stylesheets/responsive/_huge.css.scss b/source/assets/stylesheets/responsive/_huge.css.scss index f303286..649fe7a 100755 --- a/source/assets/stylesheets/responsive/_huge.css.scss +++ b/source/assets/stylesheets/responsive/_huge.css.scss @@ -1,185 +1,31 @@ -#container { - @include container; - max-width: 100%; -} -.hive { - max-width: ($hex-width*5)+($hex-margin)*4; - &#keynotes { - max-width: ($hex-width*4)+($hex-margin)*3; - } - width: ($hex-width*5)+($hex-margin)*4; - // reset from the previous mq - li:nth-child(5n+1), - li:nth-child(5n+2), - li:nth-child(5n+3), - li:nth-child(5n+4), - li:nth-child(5n+5) { - float: left; - } - li:nth-child(9n-8) { - margin-left: 0; - } - li:nth-child(9n-7), - li:nth-child(9n-6), - li:nth-child(9n-5), - li:nth-child(9n-4), - li:nth-child(9n-2), - li:nth-child(9n-1), - li:nth-child(9n-0) { - margin-left: $hex-margin; - } - li:nth-child(9n-3) { - margin-left: 105px; - } - li.more{ - margin-left: $hex-width*2+($hex-margin)*2; - } -} -//-------------------------------------------------------- -// basic content -//-------------------------------------------------------- -.basic-content { - #masthead { - h1 { - text-align: center; - } - } +body { + background-position: center center; } -article { - padding-left: 0; - padding-right: 0; -} -//-------------------------------------------------------- -// newsletter / updates -//-------------------------------------------------------- -#be-notified { - .email-subscription { - width: columns(8); - input { - margin-right: 2%; - text-align: left; - text-indent: 10px; - width: 50%; - } - button { - margin-bottom: 0; - width: 48%; - } - } - .social-subscription { - padding: 0 0 0 $baseline*4; - width: columns(6); - } - .and { - left: -20%; - &:before, &:after { - display: block; - } - } -} - -#schedule, #skinny { - .schedules, - ul { - margin-left: auto; - margin-right: auto; - max-width: $max-container-width; - } -} - -//-------------------------------------------------------- -// schedule / sessions -//-------------------------------------------------------- -.session-groups { - @include clearfix; - .day, .time { - clear: both; - } - .day h4 { - font-size: 1.2em; - } - .session { - @include clearfix; - .user-experience, .design, .front-end, .back-end { - @include span(3 of 12); - } - .back-end { - @include omega; +#intro { + bottom: 140px; + #code-of-conduct &, + #refund-policy & { + &:after { + bottom: 160px; } } } -//-------------------------------------------------------- -// sponsors -//-------------------------------------------------------- -#sponsors { - ul { - margin-left: auto; - margin-right: auto; - max-width: $max-container-width; - } - .title { - li { - - } - } - .primary { - li { - - &:first-child { - // @include push(2); - } - &:last-child { - - // @include remove-omega; - } - } - } - .secondary { - li { - - &:nth-child(even) { - - } - &:nth-child(3n) { - - // @include omega(); - } - &:nth-child(4n) { - - } - &:last-child { - - } - } - } - .tertiary, - .community { - li { - - } - } - .tertiary li { - &:nth-child(6n) { - - } - &:nth-child(9n) { - - } +footer { + small { + padding-top: 0; } } - -.sponsor-logos { - li { - @include span(3 of 12); - &:nth-child(even), - &:nth-child(3n) { - @include span(3 of 12); - } - &:nth-child(4n) { - @include omega; - } +.footer-details { + position: absolute; + top: 44px; + left: 38px; + * { + text-align: left; } } +.social-links { + margin-left: 285px; +} \ No newline at end of file diff --git a/source/assets/stylesheets/responsive/_large.css.scss b/source/assets/stylesheets/responsive/_large.css.scss index 16fec50..e345f60 100755 --- a/source/assets/stylesheets/responsive/_large.css.scss +++ b/source/assets/stylesheets/responsive/_large.css.scss @@ -1,286 +1,131 @@ -#container { - @include container; - max-width: 100%; -} -#home div > div[id], -#home div > form[id], -#sponsors { - h2, .h2 { - border-left: 0px; - margin-left: auto; - margin-right: auto; - padding-left: 0; - text-align: center; - } - > p { - text-align: center; - } +html, body { + height: 100%; } -#skinny { - @include clearfix; - ul { - margin: 0 auto; - } - li { - @include span(4 of 12); - min-height: 180px; - } - li:nth-child(even) { - @include span(4 of 12); - } - li:nth-child(3n) { - @include omega; - } +#container { + height: 100%; } -#masthead { - h1 { - text-align: center; +#intro { + float: right; + // margin: 21px; + margin: 23px; + // overflow: auto; + padding: 115px 38px; + position: absolute; + top: 0; + right: 0; + bottom: 220px; + width: 722px; + #code-of-conduct &, + #refund-policy & { + overflow-x: auto; + &::-webkit-scrollbar * { + background:transparent; + } + &:before, + &:after { + // background-color: $yellow; + height: 125px; + position: fixed; + width: 722px; + z-index: 10; + pointer-events: none; + } + &:before { + @include background-image( linear-gradient($yellow 20%, rgba($yellow, 0))); + top: 23px; + right: 23px; + } + &:after { + @include background-image( linear-gradient(darken(rgba($yellow, 0), 10%), darken($yellow, 10%))); + bottom: 240px; + right: 23px; + } + } + .wrapper { + margin-top: -312px; + position: absolute; + top: 50%; + left: 0; + right: 0; + #code-of-conduct &, + #refund-policy & { + margin-top: 0; + position: inherit; + top: auto; + } } - #speaker-detail & { - text-align: center; + h2 { + margin: $baseline 0 $baseline*3; + padding: 0 0 $baseline*3; } -} - -//-------------------------------------------------------- -// main nav -//-------------------------------------------------------- -nav[role="navigation"] { - height: $baseline*3; - line-height: auto; - margin: 0 auto; - min-height: auto; - padding: 0; - ul { - background-color: transparent; - display: block; - margin: 0; - padding-bottom: 0; - top: -9px; - #home & { - margin-left: 0; - } + p { + // font-size: 1.4em; + margin-bottom: $baseline*3; } +} +.button-group { + text-align: center; li { display: inline-block; - margin: 0 $sub-baseline; - &:first-child a { - border: 0; - } + margin-right: $sub-baseline*2; &:last-child { - position: absolute; - right: 6px; - a { - padding: 0 $baseline; - } - } - a { - border: 0; - display: inline-block; - height: $baseline*2; - line-height: $baseline*2; - padding: $baseline $sub-baseline; + margin-right: 0; } } - #nav-toggle { - display: none; - } - .home { - background-color: inherit; - #home & { - display: none; - } + [class^="button"] { + width: auto; } } -//-------------------------------------------------------- -// newsletter / updates -//-------------------------------------------------------- -#be-notified { - .email-subscription { - float: left; - width: 58%; - } - .social-subscription { - float: right; - padding: $sub-baseline*5 0 0 $baseline*4; - position: relative; - width: columns(6); - } - .and { - float: left; - margin: 0; - position: absolute; - left: 0; - &:before, &:after { - display: none; - } - } - .button { - float: left; - } -} - -//-------------------------------------------------------- -// speaker hive -//-------------------------------------------------------- -.hive { - width: ($hex-width*3)+($hex-margin)*2; - // reset from the previous mq - li:nth-child(3n+1), - li:nth-child(3n+2), - li:nth-child(3n+3) { - margin-left: 0; - } - li:nth-child(5n+1) { - float: left; - } - li:nth-child(5n+2) { - float: left; - margin-left: $hex-margin; - } - li:nth-child(5n+3) { - float: left; - margin-left: $hex-margin; - } - li:nth-child(5n+4) { - float: left; - margin-left: 108px; - } - li:nth-child(5n+5) { - float: left; - margin-left: $hex-margin; - } -} - -//-------------------------------------------------------- -// schedule / sessions -//-------------------------------------------------------- -.session-groups { - @include clearfix; - .day, .time { +footer { + position: fixed; + bottom: 0; + left: 0; + right: 0; + clear: both; + padding: 38px; + small { clear: both; - } - // .session { - // @include clearfix; - // .user-experience, .design, .front-end, .back-end { - // @include span(3 of 12); - // } - // .back-end { - // @include omega; - // } - // } -} -#schedule { - .schedules { - @include clearfix; - margin-bottom: 0; - li { - - &:last-child { - - } - } - p { - text-align: left; - } + padding-top: $baseline*2; } } -#sponsors { - .title { - - } - .primary { - li { - +.social-links { + float: left; + margin-bottom: 0; + li { + width: auto; + margin-right: $sub-baseline; + &:last-child { + margin-right: 0; } } - .secondary { - li { - - &:nth-child(even) { - - } - &:nth-child(3n) { - - } - &:last-child { - - } - } + a { + height: 60px; + width: 60px; } - .tertiary, - .community { - li { - - &:nth-child(even) { - - } - &:nth-child(3n) { - - } - &:nth-child(4n) { - - } - &:last-child { - - } - } + .icon { + width: 30px; } - .community li { - &:nth-child(4n) { +} - } +form { + float: right; + margin: -20px 0 0 0; + padding: 0; + &:before, + &:after { + display: none; } - .tertiary li { - &:last-child { - - } - &:nth-child(9n) { - - } + input, + .button-primary { + display: inline-block; + width: auto; } -} - -.sponsor-logos { - li { - @include span(4 of 12); - &:nth-child(even) { - @include span(4 of 12); - } - &:nth-child(3n) { - @include omega(); - } + input { + margin: 0 $sub-baseline*2 0 0; + width: auto; } -} -//-------------------------------------------------------- -// wrapup -//-------------------------------------------------------- -#wrapup { - #masthead { - h1 { - margin-bottom: $baseline/2; - } - p { - text-align: center; - } - .button { - margin: $baseline/2 auto 0; - } + .button-primary { + width: auto; } -} - -#wrapup .quotes li:nth-child(even) { - width: 48.71795%; - float: left; - margin-right: 2.5641%; - display: inline; - float: right; - margin-right: 0; - display: inline; -} -#wrapup .quotes li:nth-child(odd) { - width: 48.71795%; - float: left; - margin-right: 2.5641%; - display: inline; -} +} \ No newline at end of file diff --git a/source/assets/stylesheets/responsive/_medium.css.scss b/source/assets/stylesheets/responsive/_medium.css.scss index 42aeec1..e69de29 100755 --- a/source/assets/stylesheets/responsive/_medium.css.scss +++ b/source/assets/stylesheets/responsive/_medium.css.scss @@ -1,25 +0,0 @@ -#container { - @include container; - max-width: 100%; -} -#skinny { - @include clearfix; - li { - @include span(6 of 12); - } - li:nth-child(even) { - @include omega; - } -} -#schedule { - @include clearfix; - li { - @include span(4 of 12); - } - li:last-child { - @include omega; - } - a.button { - clear: both; - } -} diff --git a/source/assets/stylesheets/responsive/_small.css.scss b/source/assets/stylesheets/responsive/_small.css.scss index e4ca18f..e69de29 100755 --- a/source/assets/stylesheets/responsive/_small.css.scss +++ b/source/assets/stylesheets/responsive/_small.css.scss @@ -1,99 +0,0 @@ -#container { - @include container; - max-width: 100%; -} - -.button { - max-width: 370px; - #be-notified &, - nav[role="navigation"] & { - max-width: 100%; - } -} - -.hive { - width: 400px; - // reset from the previous mq - li:nth-child(even) { - margin-left: 0; - } - li { - float: left; - margin-bottom: $hex-margin*3; - } - li:nth-child(3n+1) { - float: left; - } - li:nth-child(3n+2) { - float: right; - } - li:nth-child(3n+3) { - margin-left: 105px; - } -} -// Workshops -.workshop { - @include clearfix; - h4 { - margin: 4em 0 0 1em; - } - h4, p { - text-align: left; - } - ul { - float: left; - padding: 0; - width: auto; - } - li { - margin: 4em 1em 4em; - left: 0; - } -} - -#sponsors { - .title { - li { - - } - } - .secondary, - .primary { - li { - - &:nth-child(even) { - - } - } - } - .primary { - li:last-child { - - } - } - .tertiary, - .community { - li { - - &:nth-child(even) { - - } - &:nth-child(3n) { - - } - &:last-child { - - } - } - } - .tertiary li { - &:last-child { - - } - } - .community li { - &:nth-child(4n) { - - } - } -} diff --git a/source/assets/stylesheets/scaffold.css.scss b/source/assets/stylesheets/scaffold.css.scss index 69b824c..bd215de 100644 --- a/source/assets/stylesheets/scaffold.css.scss +++ b/source/assets/stylesheets/scaffold.css.scss @@ -1,965 +1,236 @@ -@import "compass"; +@import "bourbon"; @import "susy"; @import "structure/functions"; @import "structure/variables"; @import "structure/mixins"; -//-------------------------------------------------------- -// Small Device Styles - Mobile First -// We're starting with tablet in -// portrait mode as our base device -//-------------------------------------------------------- body { - background-color: $color-body-background; - color: $color-text; - font-family: $font-family-sans; - font-weight: 200; - line-height: 1.4; - margin-top: $baseline*3; -} -#home div > div[id], -#home div > form[id] { - padding: $baseline*5 5% $baseline*3; - position: relative; - &:before { - content: ""; - @include arrow(bottom, #000, 50px); - margin-left: -50px; - position: absolute; - top: 0; - left: 50%; - } - h2, .h2 { - max-width: $max-container-width; - } - p { - max-width: $max-container-width/1.5; - } -} - -h2, .h2 { - border-left: 1px solid; - font-size: 42px; - font-weight: 200; - line-height: 1; - margin: 0 auto $baseline*3; - max-width: $max-container-width; - padding-left: $sub-baseline*2; - text-align: left; - text-transform: uppercase; -} -p, ul { - margin: 0 auto 1em; - max-width: $max-container-width; - &:last-child { - margin-bottom: 0; - } -} -a { - color: $lavender; - text-decoration: underline; -} -article { - background-color: transparent; - margin: 0 auto; - padding: $baseline*5 5% $baseline*3; - max-width: $max-container-width; - &.basic-content { - max-width: $max-container-width/1.4; - h2 { - margin-top: $baseline*2; - margin-bottom: $baseline; - } - ul { - padding-left: $baseline; - } - li { - margin-bottom: $sub-baseline; - &:last-child { - margin-bottom: 0; - } - } - } -} - -//-------------------------------------------------------- -// main nav -//-------------------------------------------------------- -nav[role="navigation"] { - background-color: $dark-gray; - @include clearfix; - min-height: $baseline*3; - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1000; - ul { - background-color: $dark-gray; - display: none; - margin: 0 auto; - max-width: 100%; - // padding: 0 5%; - padding-bottom: $baseline; - position: relative; - top: $baseline*3; - } - li { - margin: 0 $baseline; - &:first-child a { - border-top: 1px solid lighten($dark-gray, 3%); - } - a { - color: lighten($light-gray, 20%); - border-bottom: 1px solid lighten($dark-gray, 3%); - display: block; - padding: $baseline; - text-align: center; - text-decoration: none; - &:hover, &:focus { - color: #fff; - } - &.button { - color: #fff; - margin-top: $baseline; - } - } - } - .home, - #nav-toggle { - background-color: darken($dark-gray, 5%); - @include border-radius(4px); - color: lighten($dark-gray, 40%); - height: $sub-baseline*7; - line-height: $sub-baseline*7; - padding: 0 $sub-baseline*2; - text-decoration: none; - } - .home { - - position: absolute; - top: $sub-baseline; - left: $sub-baseline; - #home & { - display: none; - } - } - #nav-toggle { - position: absolute; - top: $sub-baseline; - right: $sub-baseline; - } + background: #ccc url('/assets/images/layout/blendconf-bg-2.jpg') right center no-repeat; + background-size: cover; + background-position: fixed; + color: $dark-gray; + font: 100% "Open Sans"; + position: relative; + &:after { + content: ""; + background-color: rgba($yellow, .5); + position: absolute; + top: -5%; + left: 0; + right: 0; + bottom: 0; + z-index: 0; + } } -//-------------------------------------------------------- -// intro -//-------------------------------------------------------- #intro { - background-color: $aqua; - color: $dark-gray; - padding-top: $baseline*3 !important; - text-align: center; - &:before { - display: none !important; - // border-top-color: $dark-gray !important; - } + @extend %clearfix; + background-color: rgba($yellow, .9); + @include background-image( linear-gradient(rgba($yellow, 0), rgba(darken($yellow, 10%), .5))); + margin: 3%; + padding: 15% 5%; + position: relative; + z-index: 1; + img { + display: block; + margin: 0 auto; + max-width: 500px; + width: 100%; + } h1 { - margin: 0 auto .5em; - max-width: 500px; - padding-bottom: 0; + text-align: center; + margin-bottom: $baseline*2; } h2 { - border-width: 0; - font-size: 20px; - font-style: italic; - font-weight: 400; - padding-left: 0; - text-align: center; - text-transform: uppercase; - span { - display: block; - } + font-size: .9em; + letter-spacing: .2em; + margin: 3% 0 10%; + padding: 3% 0 10%; + position: relative; + text-align: center; + text-transform: uppercase; + &:before { + border-bottom: 3px solid darken($yellow, 20%); + content: ""; + position: absolute; + bottom: -1px; + left: 40%; + right: 40%; + } } - img { - display: block; - width: 100%; + p{ + font-size: 1.2em; + font-weight: 200; + line-height: 1.6; + margin: 0 auto 10%; + max-width: 500px; + text-align: center; + #code-of-conduct &, + #refund-policy & { + font-size: 1em; + text-align: left; + } + a { + color: $red; + display: inline-block; + } } - p { - font-size: 18px; - margin: 2em auto; + ul { + font-size: 1em; + font-weight: 200; + margin: 0 auto; + padding-left: $baseline*2; + max-width: 500px; + padding-bottom: $sub-baseline*2; + li { + line-height: 1.6; + margin-bottom: $sub-baseline*2; + } } - .button { - font-size: 18px; + .button-group { + padding-left: 0; } } -//-------------------------------------------------------- -// newsletter / updates -//-------------------------------------------------------- -#be-notified { - background-color: $dark-gray; - @include clearfix; - color: lighten($light-gray, 30%); - padding: $baseline*3 5%; - &:before { - border-top-color: $red !important; - } - label { - display: block; - } - input { - border: 1px solid darken($dark-gray, 10%); - @include border-radius(4px); - margin-bottom: $sub-baseline; - padding: $baseline 0; - text-align: center; - width: 100%; - } - button { - margin-bottom: $baseline*2; - width: 100%; - } - .and { - background-color: lighten($dark-gray, 10%); - @include border-radius($baseline*3); - display: block; - height: $baseline*3; - font-style: italic; - line-height: $baseline*3; - margin: 0 auto $baseline*2; - position: relative; - text-align: center; - text-transform: uppercase; - width: $baseline*3; - &:before, &:after { - background-color: lighten($dark-gray, 10%); - content: ""; - display: block; - height: 1px; - position: absolute; - top: ($baseline*3)/2; - width: $baseline*2; - } - &:before { - left: -$baseline*3; - } - &:after { - right: -$baseline*3; - } - } -} - -//-------------------------------------------------------- -// button -//-------------------------------------------------------- -.cta { - clear: both; -} -.button, button { - background-color: $red; - border: 0px; - @include border-radius(4px); - color: #fff; - display: inline-block; - padding: 1em; - position: relative; - text-align: center; - text-transform: uppercase; - width: 100%; - text-decoration: none; - &:hover { - background-color: darken($red, 5%); - } - span { - color: darken($aqua, 30%); - font-size: .8em; - position: absolute; - left: 0; - right: 0; - bottom: -24px; - } -} - -//-------------------------------------------------------- -// news -//-------------------------------------------------------- -#news { - background-color: $dark-gray; - color: lighten($dark-gray, 50%); - padding-top: 2em; - padding-bottom: 2em; - text-align: center; -} - -//-------------------------------------------------------- -// the skinny -//-------------------------------------------------------- -#skinny { - background-color: $red; - color: darken($red, 40%); - &:before { - border-top-color: $aqua !important; - } - ul { - @include clearfix; - list-style: none; - margin: 0; - padding: 0; - } - li { - line-height: 1.4; - margin-bottom: 1.2em; - } - strong{ - display: block; - font-size: 1.2em; - text-transform: uppercase; - } - a { - color: lighten($red, 10%); - &:hover { - color: lighten($red, 20%); - } - } -} - -//-------------------------------------------------------- -// speakers -//-------------------------------------------------------- -#speakers { - color: $dark-gray; - &:before { - border-top-color: $dark-gray !important; - } - .button { - background-color: $aqua; - display: block; - margin: .5em auto 0; - &:hover { - background-color: darken($aqua, 10%); - } - } -} -.simple-hexagon { - -} -.hexagon { - > li { - display: block; - margin: 0 0 $hex-margin*4 ; - position: relative; - z-index: 10; - height: $hex-height; - - &:before, &:after { - content: ""; - display: block; - height: $hex-height; - position: absolute; - top: 0; - left: 0; - width: $hex-width; - z-index: -3; - -webkit-backface-visibility: hidden; - } - &:before { - @include rotate(60deg); - } - &:after { - @include rotate(-60deg); - } - - strong{ - color: lighten($aqua, 35%); - @include opacity(0); - position: absolute; - top: 50%; - left: 0; - right: 0; - text-align: center; - text-transform: uppercase; - z-index: 15; - @include transition(all 0.2s ease); - span { - display: block; - font-size: .8em; - font-weight: normal; - text-transform: none; - } - } - .right-hex, .left-hex { - height: $hex-height; - overflow: hidden; - position: absolute; - top: 0; - left: 0; - z-index: -2; - width: $hex-width; - -webkit-backface-visibility: hidden; - - &:before { - background-position: 50% 50%; - @include background-size(116% auto); - position: absolute; - top: -55px; - left: 0; - content: ""; - width: $hex-width; - height: $hex-height*2; - } - } - .right-hex { - @include rotate(-60deg); - &:before { - @include rotate(60deg); - } - } - .left-hex { - @include rotate(60deg); - &:before { - @include rotate(-60deg); - } - } - a { - background-position: 50% 50%; - @include background-size(116% auto); - border: none; - cursor: default; - display: block; - height: $hex-height; - @include transition(all 0.2s ease); - width: $hex-width; - } - &:hover { - a{ - opacity: .2; - } - strong { - opacity: 1; - top: 35%; - } - } - } -} - -.hive { - @include clearfix; - list-style: none; - margin: 0 auto; - padding: 4em 0 0; - width: 260px; - li { - *{ - cursor: pointer; - } - &:nth-child(even) { - margin-left: $hex-margin*3; - } - float: left; - @for $i from 1 through length($hexagon-colors) { - &:nth-child(5n+#{$i}),&:nth-child(5n+#{$i}):before, &:nth-child(5n+#{$i}):after { - background-color: nth($hexagon-colors, $i); - } - } - @each $speaker in $speakers { - &.#{$speaker} a, &.#{$speaker} .right-hex:before, &.#{$speaker} .left-hex:before { - background-image: url('/assets/images/content/speakers/#{$speaker}.jpg'); - } - } - &.more { - &, - &:before, - &:after { - background-color: $dark-gray; - } - strong { - @include opacity(1); - text-decoration: underline; - top: 40%; - } - } - } -} - -#speaker-detail { - #masthead { - a { - color: fff; - } - } -} - - -#speaker-index article { - p { - max-width: $max-container-width/1.5; - } -} -#speakers .tbd-tbd, -#sessions .speaker[href*="tbd-tbd"] { - display: none !important; -} -#sessions a[href*="tbd"] { - color: $color-text; - cursor: default; - text-decoration: none; -} - - -//-------------------------------------------------------- -// schedule -//-------------------------------------------------------- -#schedule { - background-color: $lavender; - color: darken($lavender, 40%); - &:before { - border-top-color: $color-body-background !important; - } - a { - color: darken($lavender, 40%); - &:hover, &:focus { - color: darken($lavender, 30%); - } - } - a.button { - background-color: darken($lavender, 30%); - color: lighten($lavender, 30%); - display: block; - margin: 0 auto; - &:hover, &:focus { - background-color: darken($lavender, 35%); - color: lighten($lavender, 40%); - } - } - .schedules { - margin: $baseline*2 0; - padding: 0; - list-style: none; - h4 { - font-weight: normal; - font-style: italic; - margin-bottom: $sub-baseline; - } - li { - margin-bottom: $baseline*2; - &:last-child { - margin-bottom: 0; - } - } - } -} - -//-------------------------------------------------------- -// venue -//-------------------------------------------------------- -#venue { - background-color: $yellow; - color: darken($yellow, 40%); - &:before { - border-top-color: $lavender !important; - } - a { - color: darken($yellow, 60%); - text-decoration: underline; - &:hover { - color: darken($yellow, 70%); - } - } - a.button { - background-color: darken($yellow, 20%); - display: block; - margin: 0 auto; - color: lighten($yellow, 30%); - text-decoration: none; - &:hover, &:focus { - background-color: darken($yellow, 25%); - color: lighten($yellow, 40%); - } - } -} -//-------------------------------------------------------- -// sponsorship -//-------------------------------------------------------- -#sponsors { - background-color: $green; - color: darken($green, 40%); - padding: $baseline*3 5%; - &:before { - border-top-color: $yellow !important; - } - a { - color: darken($green, 60%); - text-decoration: underline; - &:hover { - color: darken($green, 80%); - } - } - a.button { - background-color: darken($green, 20%); - display: block; - margin: 0 auto; - color: lighten($green, 30%); - text-decoration: none; - &:hover, &:focus { - background-color: darken($green, 25%); - color: lighten($green, 40%); - } - } - p { - margin-bottom: $baseline*3; - max-width: $max-container-width/1.5; - } - img { - display: block; - margin: 0 auto; - width: 100%; - } - ul { - border-bottom: 1px solid lighten($green, 5%); - @include clearfix; - margin: 0; - padding: $baseline*2 0 $baseline; - list-style: none; - li { - background: lighten($green, 10%); - @include border-radius(4px); - margin-bottom: $baseline; - } - a { - display: block; - padding: $baseline; - } - } - .community li, - .tertiary li { - @include span(2 of 12); - &:nth-child(even) { - @include omega(); - } - &:last-child { - @include push(1); - } - } - .tertiary li { - &:last-child { - @include push(0); - } - } -} -.sponsor-logos { - li { - @include span(6 of 12); - &:nth-child(even) { - @include omega(); - } - } -} -//-------------------------------------------------------- -// footer -//-------------------------------------------------------- -footer[role="contentinfo"] { - background-color: $dark-gray; - color: lighten($dark-gray, 50%); - font-size: 80%; - padding: $baseline*3 5%; - text-align: center; +.button-group { + list-style: none; + margin: 0; + padding: 0; + li { + margin-bottom: $baseline/2; + &:last-child { + margin-bottom: none; + } + } } - -//-------------------------------------------------------- -// masthead -//-------------------------------------------------------- -#masthead { - padding: $baseline*3 5%; - position: relative; - #sessions &, - #wrapup & { - background-color: $lavender; - color: lighten($lavender, 35%); - &:before { - border-top-color: $lavender !important; - } - } - #refund-policy & { - background-color: $red; - color: lighten($red, 35%); - &:before { - border-top-color: $red !important; - } - } - #venue-activities & { - background-color: $yellow; - color: lighten($yellow, 35%); - &:before { - border-top-color: $yellow !important; - } - } - #code-of-conduct &, - #purpose & { - background-color: $red; - color: lighten($red, 35%); - &:before { - border-top-color: $red !important; - } - } - #speaker-index &, - #speaker-detail &, - #session-detail & { - background-color: $aqua; - color: lighten($aqua, 35%); - &:before { - border-top-color: $aqua !important; - } - a { - color: lighten($aqua, 35%); - font-size: 1.2em; - font-style: italic; - &:hover, &:focus { - text-decoration: underline; - } - } - } - &:before { - content: ""; - @include arrow(bottom, #000, 50px); - margin-left: -50px; - position: absolute; - bottom: -50px; - left: 50%; - } - h1 { - font-size: 54px; - font-weight: 200; - line-height: 1; - text-transform: uppercase; - margin: 0 auto; - max-width: $max-container-width; - } +%button { + @include transition(all 200ms ease-in); + background-color: $red; + border: 2px solid $red; + border-radius: 2px; + color: #fff; + display: block; + font-size: .9em; + letter-spacing: .2em; + padding: $baseline $baseline*2; + text-align: center; + text-decoration: none; + text-transform: uppercase; + &:hover, + &:focus { + background-color: darken($red, 5%); + border-color: darken($red, 5%); + } } -//-------------------------------------------------------- -// sessions -//-------------------------------------------------------- -.session-groups{ - padding: $baseline*5 5% $baseline*3; - h2 { - font-size: 2.6em; - margin-bottom: 0; - } - h3 { - font-style: italic; - font-weight: 200; - margin: 0 0 $baseline*2 $sub-baseline*2; - } - h4.title a { - display: block; - } +.button-primary { + @extend %button; } -.day { - padding-bottom: $baseline*2; - &:last-child { - padding-bottom: 0; - } - .titles { - display: none; - } - ul { - margin: 0 0 $baseline;; - padding: 0; - position: relative; - list-style: none; - .time { - border-bottom: 1px solid lighten($dark-gray, 60%); - color: lighten($dark-gray, 30%); - font-weight: normal; - padding: 0 5% $sub-baseline 0; - } - } - a { - color: $color-text; - cursor: pointer; - font-size: .9em; - text-decoration: none; - &:hover, &:focus { - color: $color-text; - text-decoration: underline; - } - } - .description { - padding: $sub-baseline 0 $sub-baseline*2; - } - h4 { - color: $lavender; - font-size: 1.4em; - font-weight: bold; - line-height: 1.2; - a, a:hover { - color: $lavender; - } - } - .lunch h4, - .registration h4 { - color: $color-text; - } - h5 { - color: lighten($dark-gray, 40%); - font-size: .8em; - font-weight: normal; - font-style: italic; - margin-bottom: $sub-baseline; - } - - .speaker { - font-weight: bold; - line-height: 1; - &:after { - color: lighten($dark-gray, 50%); - content: "/"; - // display: inline-block; - font-style: italic; - font-weight: normal; - margin: 0 $sub-baseline; - text-align: center; - } - .company { - line-height: 1; - } - } - // hiding duplicate sessions - // super hackish but /shrug - .session-20, - .session-27, - .session-25, - .session-31, - .session-39 { - display: none !important; // just in-case something of a higher specificity tries overrides - } +.button-secondary { + @extend %button; + background-color: transparent; + border-color: #fff; + color: #fff; } -#unicorn-tickets { - background-color: $aqua; - text-align: center; - img { - display: block; - margin: 0 auto $baseline*2; - width: 80%; - } - #container { - margin: 20px auto; - padding: 5%; - max-width: 500px; - } -} - - -//-------------------------------------------------------- -// Wrapup -//-------------------------------------------------------- -.wrapup-video { - position: relative; - padding-bottom: 56.25%; /* 16:9 */ - height: 0; - iframe { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - } +form { + margin: $baseline*3 0 $baseline*3; + padding: $baseline 0 $baseline*2; + position: relative; + &:before { + border-top: 3px solid $light-gray; + content: ""; + position: absolute; + top: -1px; + left: 40%; + right: 40%; + } + &:after { + border-bottom: 3px solid $light-gray; + content: ""; + position: absolute; + bottom: -1px; + left: 40%; + right: 40%; + } + label { + @extend %hide-text; + height: 0; + } + button { + display: block; + width: 100%; + } + input { + border: 2px solid $light-gray; + border-radius: 2px; + display: block; + font-size: .9em; + padding: $baseline $baseline; + margin-bottom: $baseline/2; + width: 100%; + } } -#wrapup { - #masthead { - h1 { - margin-bottom: $baseline*2; - } - .button { - display: block; - margin-top: $baseline; - padding: $baseline/3 $baseline; - width: 100%; - } - } - .sessions, .articles { - list-style: none; - margin: 0; - padding: 0; - h3 small { - font-size: .8em; - } - li { - border-bottom: 1px solid lighten($light-gray, 30%); - padding: $baseline/2 0 $baseline; - } - a { - text-decoration: none; - &:hover { - text-decoration: underline; - } - } - .speaker, .author { - font-size: .8em; - } - } - .slides { - display: inline-block; - font-size: .8em; - margin-left: $sub-baseline; - } - .quotes { - @include clearfix; - line-height: 1.5; - list-style: none; - margin: 0; - padding: 0; - li { - padding: $baseline 0; - } - .tweet { - margin-right: $baseline/2; - } - a { - display: inline-block; - text-decoration: none; - &:before { - content: "– "; - } - &:hover { - text-decoration: underline; - } - } - } +footer { + @extend %clearfix; + background-color: #efefef; + padding: 12% 8%; + position: relative; + z-index: 1; + small { + display: block; + font-size: .9em; + text-align: center; + } } - -#session-detail { - #masthead { - a { - display: block; - margin: $baseline auto 0; - text-align: center; - &:before { - content: ""; - } - } - } +.social-links { + @extend %clearfix; + list-style: none; + margin: 0 0 $baseline; + padding: 0; + li { + float: left; + width: 33.33333%; + } + a { + background-color: #ccc; + border-radius: 80px; + display: block; + height: 80px; + margin: 0 auto; + width: 80px; + @extend %hide-text; + } + .icon { + fill: $dark-gray; + display: block; + margin: 15px auto; + text-align: center; + width: 50px; + } } - -.video { - position: relative; - margin-bottom: 36px; - padding-bottom: 56.25%; - height: 0; - overflow: hidden; - max-width: 100%; - height: auto; - iframe, - object, - embed { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - } +.important-items { + font-size: .9em; + list-style: none; + margin: $baseline/2 0 0; + padding: 0; + text-align: center; + li { + border-right: 1px solid $light-gray; + display: inline-block; + margin-right: $sub-baseline; + padding-right: $sub-baseline; + &:last-child { + border: 0; + margin-right: 0; + padding-right: 0; + } + } + a { + color: $aqua; + display: block; + } } // @media print { // @import "themes/print"; @@ -967,9 +238,9 @@ footer[role="contentinfo"] { // Mobile //-------------------------------------------------------- -@media only screen and (min-width: $breakpoint-small) { - @import "responsive/small"; -} +// @media only screen and (min-width: $breakpoint-small) { +// @import "responsive/small"; +// } // Tablet //-------------------------------------------------------- @@ -977,11 +248,40 @@ footer[role="contentinfo"] { @import "responsive/medium"; } + // Desktop //-------------------------------------------------------- @media only screen and (min-width: $breakpoint-large) { @import "responsive/large"; } + +// Laptop / Tablet - Horizontal +//-------------------------------------------------------- +@media only screen and (min-height: 500px) and (max-height: 1000px) and (min-width: $breakpoint-large) { + #intro { + // overflow: auto; + #home & { + padding: 38px 38px; + .wrapper { + margin-top: -200px; + position: absolute; + } + h1 { + margin-bottom: $sub-baseline*2; + } + h2 { + margin: 0 0 $baseline; + padding: 0 0 $baseline; + } + p { + font-size: 1em; + margin-bottom: $baseline; + } + } + + } +} + @media only screen and (min-width: $breakpoint-huge) { @import "responsive/huge"; } diff --git a/source/assets/stylesheets/structure/_mixins.css.scss b/source/assets/stylesheets/structure/_mixins.css.scss index d7b8ff8..c280172 100644 --- a/source/assets/stylesheets/structure/_mixins.css.scss +++ b/source/assets/stylesheets/structure/_mixins.css.scss @@ -8,7 +8,7 @@ // CLEARFIX // -------------------------------------------------- // For clearing floats like a boss h5bp.com/q -@mixin clearfix { +%clearfix { *zoom: 1; &:before, &:after { @@ -71,7 +71,7 @@ // -------------------------------------------------- // image replacement // -------------------------------------------------- -@mixin hide-text { +%hide-text { font: 0/0 a; color: transparent; text-shadow: none; diff --git a/source/assets/stylesheets/structure/_normalize.css.scss b/source/assets/stylesheets/structure/_normalize.css.scss index 5e95f17..76fdd90 100644 --- a/source/assets/stylesheets/structure/_normalize.css.scss +++ b/source/assets/stylesheets/structure/_normalize.css.scss @@ -8,7 +8,7 @@ // borders, etc. for the box model // ---------------------------------------------------- * { - @include box-sizing("border-box"); + @include box-sizing(border-box); } // ---------------------------------------------------- diff --git a/source/assets/stylesheets/themes/blendconf2014.css.scss b/source/assets/stylesheets/themes/blendconf2014.css.scss deleted file mode 100644 index e69de29..0000000 diff --git a/source/assets/stylesheets/themes/theme.css.scss b/source/assets/stylesheets/themes/theme.css.scss deleted file mode 100644 index 306ff81..0000000 --- a/source/assets/stylesheets/themes/theme.css.scss +++ /dev/null @@ -1 +0,0 @@ -@import "compass"; diff --git a/source/friday.html.slim b/source/friday.html.slim deleted file mode 100644 index 5c53a19..0000000 --- a/source/friday.html.slim +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Schedule -description: "We have an amazing schedule planned. Workshops will be Sept. 11th. Two full conference days with 48 sessions will be Sept. 12 - 13." -socialImage: blendconf-social-banner.jpg -id: sessions ---- -#masthead role="banner" - h1 An amazing 3-day schedule - -article.session-groups - .day#conference-day - h2 Conference Day - h3 Friday, Sept. 12th - - ul.registration - li.time 8:00am - 8:45am - li.description: h4 Registration - - ul.opening - li.time 8:45am - 9:00am - li.description: h4 Opening Remarks - - == partial "/layouts/partials/sessions", :locals => { :talkType => "Keynotes", :talkDay => 2, :talkSession => 0, :talkTime => "9:00am - 9:30am"} - - == partial "/layouts/partials/sessions", :locals => { :talkType => "Conference Speakers", :talkDay => 2, :talkSession => 1, :talkTime => "9:45am - 10:30am"} - == partial "/layouts/partials/sessions", :locals => { :talkType => "Conference Speakers", :talkDay => 2, :talkSession => 2, :talkTime => "10:45am - 11:30am"} - == partial "/layouts/partials/sessions", :locals => { :talkType => "Conference Speakers", :talkDay => 2, :talkSession => 3, :talkTime => "11:45am - 12:30pm"} - - ul.lunch - li.time 12:30pm - 1:45pm - li.description: h4 Lunch - - == partial "/layouts/partials/sessions", :locals => { :talkType => "Conference Speakers", :talkDay => 2, :talkSession => 4, :talkTime => "2:00pm - 2:45pm"} - == partial "/layouts/partials/sessions", :locals => { :talkType => "Conference Speakers", :talkDay => 2, :talkSession => 5, :talkTime => "3:00pm - 3:45pm"} - == partial "/layouts/partials/sessions", :locals => { :talkType => "Conference Speakers", :talkDay => 2, :talkSession => 6, :talkTime => "4:00pm - 4:45pm"} - - == partial "/layouts/partials/sessions", :locals => { :talkType => "Keynotes", :talkDay => 2, :talkSession => 7, :talkTime => "5:00pm - 5:30pm"} diff --git a/source/index.html.slim b/source/index.html.slim index cefa308..cafb4db 100755 --- a/source/index.html.slim +++ b/source/index.html.slim @@ -1,81 +1,26 @@ --- title: Home description: "A generalist conference with a no-device policy, featuring 60+ diverse speakers sharing ideas and conversations about user experience, design, front-end and back-end development." -socialImage: blendconf-social-banner.jpg +socialImage: blendconf-social-banner-2015.jpg id: home --- -#intro role="banner" - h1== image_tag 'content/blend-conference-logo.png', :alt => 'Blend Conference' - h2 September 11-13, 2014 Charlotte, NC - p A generalist conference featuring 60+ diverse speakers sharing ideas and conversations about user experience, design, front-end and back-end development. - - a.button href="https://ti.to/blendconf/blendconf2015/" data-type="Register - Primary" Buy a 2015 Ticket - -#skinny - h2 A slightly different spin on web conferences - ul - li No Devices Wait. What? You read that right. We're going to rip you apart from the technology you love so much. Laptops, tablets and phones won't be allowed to be used during the conference sessions. - li Custom Notebooks We're going analog. Each attendee will receive a nice, custom BlendConf notebook along with something fancy to write with. You'll thank us later. - li Diversity We've spent fair amount of time curating speakers. We're talking basically a 50/50 male/female speaker ratio. You're going to really like these folks. - li 60+ Speakers Some of the finest practitioners in user experience, design, and web development will be joining us to share some amazing ideas. - li 48 Talks Over the 2 conference days there will be 48 talks total spread across 4 tracks. Pick and choose the topics that you find interesting. - li 8 Workshops A full day of hands-on workshops that'll make your brain catch fire. - - -form#be-notified action="http://blendconf.us7.list-manage2.com/subscribe/post?u=6091fee205a566406f3cbb24b&id=b29fcb12bc" method="post" name="mc-embedded-subscribe-form" - label.h2 for="mce-EMAIL" Stay up-to-date with the latest details - .email-subscription - input#mce-EMAIL type="email" name="EMAIL" placeholder="Your Email Address" - button type="submit" Subscribe - - .social-subscription - span.and And - a.button href="http://twitter.com/blendconf" Follow @blendconf - -#speakers - h2 60+ speakers covering user experience, development, and design - p We wanted some of the smartest & nicest folks in our industry to come to Charlotte. Boy were we excited when they said yes. Prepare to have your brains filled with some most excellent knowledge. - - ul.hive.hexagon - - data.speakers.shuffle.first(16).each do |speaker| - - if speaker.firstName != "TBD" - - if speaker.lastName == "Hanselman" && speaker.discipline != "Back-End" - li class="#{clean_data(speaker.firstName)}-#{clean_data(speaker.lastName)}" - strong #{speaker.firstName} #{speaker.lastName} #{speaker.company} - a href="/speakers/#{clean_data(speaker.firstName)}-#{clean_data(speaker.lastName)}/"
- - elsif speaker.lastName != "Hanselman" - li class="#{clean_data(speaker.firstName)}-#{clean_data(speaker.lastName)}" - strong #{speaker.firstName} #{speaker.lastName} #{speaker.company} - a href="/speakers/#{clean_data(speaker.firstName)}-#{clean_data(speaker.lastName)}/"
- - a.button href="/speakers/" View All Speakers - -#schedule - h2 An amazing 3-day schedule - p Each day of our web conference has 4 tracks going on at the same time covering user experience, design, and front-end and back-end development. - - ul.schedules - li - h3==link_to "Workshops", "/schedule#workshop-day" - h4 Thursday, Sept. 11th - p During our workshop day there are 8 half-day workshops to choose from. 4 in the morning and 4 in the evening. You can choose 2. - li - h3==link_to "Conference Day", "/schedule#conference-day" - h4 Friday, Sept. 12th - p The conference day is jam packed with two amazing keynote speakers and 24 sessions you can choose from. - li - h3==link_to "Blend Day", "/schedule#blend-day" - h4 Saturday, Sept. 13th - p Our blend day is something special. You still have 24 sessions to choose from but talks are aimed at helping you discover your inner generalist. - - a==link_to "Full Schedule", "/schedule/", :class => 'button' - -#venue - / #map - h2 Classic Venue & Hotel in Downtown Charlotte - - p The conference will be held at The Charlotte Sheraton Hotel. The room block has expired but they should still have room. To make a reservation call their reservations desk 1-800-325-3535 and let them know you're booking a room for "Blend Conference". - - a==link_to "Things to Do in Charlotte", "/venue/", :class => 'button' +h1== image_tag 'content/blend-conference-logo.png', :alt => 'Blend Conference' +h2 September 2-4, 2015 in Charlotte, NC +p A generalist conference featuring 60+ diverse speakers sharing ideas and conversations about user experience, design, front-end and back-end development. +p 50 Early bird tickets are on sale until March 1st. Speaker announcements will begin in March. + +ul.button-group + li: a.button-primary href="https://ti.to/blendconf/blendconf2015/" Buy Now + li: a.button-secondary href="http://2014.blendconf.com/wrapup" Watch 2014 Videos + +/ #skinny +/ h2 A slightly different spin on web conferences +/ ul +/ li No Devices Wait. What? You read that right. We're going to rip you apart from the technology you love so much. Laptops, tablets and phones won't be allowed to be used during the conference sessions. +/ li Custom Notebooks We're going analog. Each attendee will receive a nice, custom BlendConf notebook along with something fancy to write with. You'll thank us later. +/ li Diversity We've spent fair amount of time curating speakers. We're talking basically a 50/50 male/female speaker ratio. You're going to really like these folks. +/ li 60+ Speakers Some of the finest practitioners in user experience, design, and web development will be joining us to share some amazing ideas. +/ li 48 Talks Over the 2 conference days there will be 48 talks total spread across 4 tracks. Pick and choose the topics that you find interesting. +/ li 8 Workshops A full day of hands-on workshops that'll make your brain catch fire. diff --git a/source/layouts/layout.slim b/source/layouts/layout.slim index 3880491..fd3c36c 100755 --- a/source/layouts/layout.slim +++ b/source/layouts/layout.slim @@ -15,14 +15,16 @@ head body id="#{current_page.data.id}" #container role="main" + #intro + .wrapper + == yield - == yield + / == partial "/layouts/partials/sponsors" + == partial "/layouts/partials/icons" + == partial "/layouts/partials/footer" - == partial "/layouts/partials/sponsors" - == partial "/layouts/partials/footer" + / == partial "/layouts/partials/navigation" - == partial "/layouts/partials/navigation" - - == partial "/layouts/partials/javascript" + == partial "/layouts/partials/javascript" diff --git a/source/layouts/partials/_footer.slim b/source/layouts/partials/_footer.slim index 6c155fe..f5869da 100644 --- a/source/layouts/partials/_footer.slim +++ b/source/layouts/partials/_footer.slim @@ -1,7 +1,32 @@ -footer role="contentinfo" - p © #{copyright_years(2013)} BlendConf, LLC. All rights reserved. Follow @blendconf or email us at hello@blendconf.com. Organized by Bermon Painter. Find an error or want to add something? Pull requests are welcome over on GitHub. - p - |A couple of important items that we can't forget like the - == link_to ' refund policy ', '/refund-policy/' - | and - == link_to ' code of conduct', '/code-of-conduct/' +footer#footer role="contentinfo" + ul.social-links + li.twitter + a href="http://twitter.com/blendconf" data-type="external" + | Follow @blendconf on Twitter + svg viewBox="0 0 100 100" class="icon" + use xlink:href="#icon-twitter" + li.email + a href="mailto:hello@blendconf.com" data-type="external" + | Email hello@blendconf.com + svg viewBox="0 0 100 100" class="icon" + use xlink:href="#icon-mail" + li.github + a href="http://github.com/bpainter/blendconf.com" data-type="external" + | Submit a pull request on Github + svg viewBox="0 0 100 100" class="icon" + use xlink:href="#icon-github" + + form#be-notified action="http://blendconf.us7.list-manage2.com/subscribe/post?u=6091fee205a566406f3cbb24b&id=b29fcb12bc" method="post" name="mc-embedded-subscribe-form" + label for="mce-EMAIL" Stay up-to-date with the latest details + .email-subscription + input#mce-EMAIL type="email" name="EMAIL" placeholder="Your Email Address" size="30" + button.button-primary type="submit" Subscribe + + .footer-details + small Copyright 2013-2015. BlendConf, LLC. + + ul.important-items + li: a href="/refund-policy" Refund Policy + li: a href="/code-of-conduct" Code of Conduct + + diff --git a/source/layouts/partials/_head.slim b/source/layouts/partials/_head.slim index 3c1d833..cc7912d 100644 --- a/source/layouts/partials/_head.slim +++ b/source/layouts/partials/_head.slim @@ -1,7 +1,7 @@ meta charset="utf-8" / Use title if it's in the page YAML frontmatter -title #{current_page.data.title} | Blend Conference: Sept 11-13 in Charlotte, NC +title #{current_page.data.title} | Blend Conference: Sept 2-4, 2015 in Charlotte, NC @@ -22,22 +22,22 @@ meta name="twitter:card" content="summary_large_image" // meta name="twitter:player" content="https://vimeo.com/68967326" // 280x150 -meta name="twitter:image:src" content="http://2014.blendconf.com/assets/images/content/#{current_page.data.socialImage}" +meta name="twitter:image:src" content="http://2015.blendconf.com/assets/images/content/#{current_page.data.socialImage}" // Everything meta name="twitter:site" content="@blendconf" -meta name="twitter:title" content="#{current_page.data.title} | Blend Conference Sept 11-13" +meta name="twitter:title" content="#{current_page.data.title} | Blend Conference Sept 2-4, 2015" meta name="twitter:description" content="#{current_page.data.description}" -meta name="twitter:url" content="http://2014.blendconf.com#{current_page.url}" +meta name="twitter:url" content="http://2015.blendconf.com#{current_page.url}" meta name="twitter:creator" content="@blendconf" -meta property="og:url" content="http://2014.blendconf.com#{current_page.url}" -meta property="og:title" content="#{current_page.data.title} | Blend Conference Sept 11-13" -meta property="og:title" content="#{yield_content(:title)} | Blend Conference Sept 11-13" +meta property="og:url" content="http://2015.blendconf.com#{current_page.url}" +meta property="og:title" content="#{current_page.data.title} | Blend Conference Sept 2-4, 2015" +meta property="og:title" content="#{yield_content(:title)} | Blend Conference Sept 2-4, 2015" meta property="og:description" content="#{current_page.data.description}" // 600 x 315 -meta property="og:image" content="http://2014.blendconf.com/assets/images/content/#{current_page.data.socialImage}" +meta property="og:image" content="http://2015.blendconf.com/assets/images/content/#{current_page.data.socialImage}" == stylesheet_link_tag "base", "scaffold" == javascript_include_tag "libs/modernizr" diff --git a/source/layouts/partials/_icons.slim b/source/layouts/partials/_icons.slim new file mode 100644 index 0000000..635cf23 --- /dev/null +++ b/source/layouts/partials/_icons.slim @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/layouts/styleguide.css.scss b/source/layouts/styleguide.css.scss deleted file mode 100644 index e69de29..0000000 diff --git a/source/refund-policy.html.slim b/source/refund-policy.html.slim index fb89a97..72e0a6a 100644 --- a/source/refund-policy.html.slim +++ b/source/refund-policy.html.slim @@ -12,8 +12,8 @@ article.basic-content h2 Refunds - p If you decide to cancel your conference ticket, Blend Conf can refund you up until September 1st. There will be a $75 charge to to cancel and refund your ticket. After September 1st we won't be able to offer any refunds. We will be sending items to print and ordering a number of goodies (notebooks, tshirts, food) on September 1st which means that if you cancel after the 1st, the goodies still have to be paid for. + p If you decide to cancel your conference ticket, Blend Conf can refund you up until August 15th. There will be a $75 charge to to cancel and refund your ticket. After August 15th we won't be able to offer any refunds. We will be sending items to print and ordering a number of goodies (notebooks, tshirts, food) on August 15th which means that if you cancel, the goodies still have to be paid for. h2 Transferring Your Pass - p If you can't make it and would like to transfer your pass you can email us at tickets@blendconf.com and we'll take care of it for you. Like the refunds, the cutoff date for transfers will be September 1st. + p If you can't make it and would like to transfer your pass you can email us at tickets@blendconf.com and we'll take care of it for you. Like the refunds, the cutoff date for transfers will be August 15th. diff --git a/source/saturday.html.slim b/source/saturday.html.slim deleted file mode 100644 index 01abfde..0000000 --- a/source/saturday.html.slim +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: Schedule -description: "We have an amazing schedule planned. Workshops will be Sept. 11th. Two full conference days with 48 sessions will be Sept. 12 - 13." -socialImage: blendconf-social-banner.jpg -id: sessions ---- -#masthead role="banner" - h1 An amazing 3-day schedule - -article.session-groups - .day#blend-day - h2 Blend Day - h3 Saturday, Sept. 13th - - ul.registration - li.time 8:00am - 8:45am - li.description: h4 Registration - - ul.opening - li.time 8:45am - 9:00am - li.description: h4 Opening Remarks - - == partial "/layouts/partials/sessions", :locals => { :talkType => "Keynotes", :talkDay => 3, :talkSession => 0, :talkTime => "9:00am - 9:30am"} - - == partial "/layouts/partials/sessions", :locals => { :talkType => "Conference Speakers", :talkDay => 3, :talkSession => 1, :talkTime => "9:45am - 10:30am"} - == partial "/layouts/partials/sessions", :locals => { :talkType => "Conference Speakers", :talkDay => 3, :talkSession => 2, :talkTime => "10:45am - 11:30am"} - == partial "/layouts/partials/sessions", :locals => { :talkType => "Conference Speakers", :talkDay => 3, :talkSession => 3, :talkTime => "11:45am - 12:30pm"} - - ul.lunch - li.time 12:30pm - 1:45pm - li.description: h4 Lunch - - == partial "/layouts/partials/sessions", :locals => { :talkType => "Conference Speakers", :talkDay => 3, :talkSession => 4, :talkTime => "2:00pm - 2:45pm"} - == partial "/layouts/partials/sessions", :locals => { :talkType => "Conference Speakers", :talkDay => 3, :talkSession => 5, :talkTime => "3:00pm - 3:45pm"} - - == partial "/layouts/partials/sessions", :locals => { :talkType => "Conference Speakers", :talkDay => 3, :talkSession => 6, :talkTime => "4:00pm - 4:45pm"} - - ul.remarks - li.time 5:00pm - 5:15pm - li.description: h4 Closing Remarks - - == partial "/layouts/partials/sessions", :locals => { :talkType => "Keynotes", :talkDay => 3, :talkSession => 7, :talkTime => "5:15pm - 5:45pm"} - - ul.party - li.time 7:00pm - li.description: h4 After Party diff --git a/source/thursday.html.slim b/source/thursday.html.slim deleted file mode 100644 index 7afaed7..0000000 --- a/source/thursday.html.slim +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Schedule -description: "We have an amazing schedule planned. Workshops will be Sept. 11th. Two full conference days with 48 sessions will be Sept. 12 - 13." -socialImage: blendconf-social-banner.jpg -id: sessions ---- -#masthead role="banner" - h1 An amazing 3-day schedule - -article.session-groups - .day#workshop-day - h2 Workshops - h3 Thursday, Sept. 11th - - ul.registration - li.time 8:00am - 9:00am - li.description: h4 Registration - - == partial "/layouts/partials/sessions", :locals => { :talkType => "Workshops", :talkDay => 1, :talkSession => 1, :talkTime => "9:00am - 12:30pm"} - - ul.lunch - li.time 12:30pm - 2:00pm - li.description: h4 Lunch - - == partial "/layouts/partials/sessions", :locals => { :talkType => "Workshops", :talkDay => 1, :talkSession => 2, :talkTime => "2:00pm - 5:30pm"}