setting up topbar and front page video
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 16 Oct 2017 14:47:34 +0000 (10:47 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 16 Oct 2017 14:47:34 +0000 (10:47 -0400)
commit060dd1db3e996c4801fd4d3bcc244f65b5e1769e
treecac8f8e6132c548812b087d7adb39f6c081e480a
parentf70a86575d2e5ac3c664c567f8dbbb3e13bf632a
setting up topbar and front page video

adding base styles for the topbar and frontpage video
278 files changed:
.package.json.swp [new file with mode: 0644]
assets/header-video.mp4 [new file with mode: 0755]
assets/meetings-michigan-logo.jpg [new file with mode: 0755]
css/app.css [new file with mode: 0644]
css/app.css.map [new file with mode: 0644]
js/app.js [new file with mode: 0644]
js/fastclick/lib/fastclick.js [new file with mode: 0644]
js/foundation/css/foundation.css.map [new file with mode: 0644]
js/foundation/css/normalize.css.map [new file with mode: 0644]
js/foundation/js/foundation.js [new file with mode: 0644]
js/foundation/js/foundation.min.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.abide.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.accordion.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.alert.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.clearing.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.dropdown.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.equalizer.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.interchange.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.joyride.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.magellan.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.offcanvas.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.orbit.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.reveal.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.slider.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.tab.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.tooltip.js [new file with mode: 0644]
js/foundation/js/foundation/foundation.topbar.js [new file with mode: 0644]
js/foundation/js/vendor/fastclick.js [new file with mode: 0644]
js/foundation/js/vendor/jquery.cookie.js [new file with mode: 0644]
js/foundation/js/vendor/jquery.js [new file with mode: 0644]
js/foundation/js/vendor/modernizr.js [new file with mode: 0644]
js/foundation/js/vendor/placeholder.js [new file with mode: 0644]
js/jquery-placeholder/jquery.placeholder.js [new file with mode: 0644]
js/jquery.cookie/jquery.cookie.js [new file with mode: 0644]
js/jquery/dist/core.js [new file with mode: 0644]
js/jquery/dist/jquery.js [new file with mode: 0644]
js/jquery/dist/jquery.min.js [new file with mode: 0644]
js/jquery/dist/jquery.min.map [new file with mode: 0644]
js/jquery/dist/jquery.slim.js [new file with mode: 0644]
js/jquery/dist/jquery.slim.min.js [new file with mode: 0644]
js/jquery/dist/jquery.slim.min.map [new file with mode: 0644]
js/jquery/external/sizzle/dist/sizzle.js [new file with mode: 0644]
js/jquery/external/sizzle/dist/sizzle.min.js [new file with mode: 0644]
js/jquery/external/sizzle/dist/sizzle.min.map [new file with mode: 0644]
js/jquery/src/ajax.js [new file with mode: 0644]
js/jquery/src/ajax/jsonp.js [new file with mode: 0644]
js/jquery/src/ajax/load.js [new file with mode: 0644]
js/jquery/src/ajax/parseXML.js [new file with mode: 0644]
js/jquery/src/ajax/script.js [new file with mode: 0644]
js/jquery/src/ajax/var/location.js [new file with mode: 0644]
js/jquery/src/ajax/var/nonce.js [new file with mode: 0644]
js/jquery/src/ajax/var/rquery.js [new file with mode: 0644]
js/jquery/src/ajax/xhr.js [new file with mode: 0644]
js/jquery/src/attributes.js [new file with mode: 0644]
js/jquery/src/attributes/attr.js [new file with mode: 0644]
js/jquery/src/attributes/classes.js [new file with mode: 0644]
js/jquery/src/attributes/prop.js [new file with mode: 0644]
js/jquery/src/attributes/support.js [new file with mode: 0644]
js/jquery/src/attributes/val.js [new file with mode: 0644]
js/jquery/src/callbacks.js [new file with mode: 0644]
js/jquery/src/core.js [new file with mode: 0644]
js/jquery/src/core/DOMEval.js [new file with mode: 0644]
js/jquery/src/core/access.js [new file with mode: 0644]
js/jquery/src/core/init.js [new file with mode: 0644]
js/jquery/src/core/nodeName.js [new file with mode: 0644]
js/jquery/src/core/parseHTML.js [new file with mode: 0644]
js/jquery/src/core/ready-no-deferred.js [new file with mode: 0644]
js/jquery/src/core/ready.js [new file with mode: 0644]
js/jquery/src/core/readyException.js [new file with mode: 0644]
js/jquery/src/core/stripAndCollapse.js [new file with mode: 0644]
js/jquery/src/core/support.js [new file with mode: 0644]
js/jquery/src/core/var/rsingleTag.js [new file with mode: 0644]
js/jquery/src/css.js [new file with mode: 0644]
js/jquery/src/css/addGetHookIf.js [new file with mode: 0644]
js/jquery/src/css/adjustCSS.js [new file with mode: 0644]
js/jquery/src/css/curCSS.js [new file with mode: 0644]
js/jquery/src/css/hiddenVisibleSelectors.js [new file with mode: 0644]
js/jquery/src/css/showHide.js [new file with mode: 0644]
js/jquery/src/css/support.js [new file with mode: 0644]
js/jquery/src/css/var/cssExpand.js [new file with mode: 0644]
js/jquery/src/css/var/getStyles.js [new file with mode: 0644]
js/jquery/src/css/var/isHiddenWithinTree.js [new file with mode: 0644]
js/jquery/src/css/var/rmargin.js [new file with mode: 0644]
js/jquery/src/css/var/rnumnonpx.js [new file with mode: 0644]
js/jquery/src/css/var/swap.js [new file with mode: 0644]
js/jquery/src/data.js [new file with mode: 0644]
js/jquery/src/data/Data.js [new file with mode: 0644]
js/jquery/src/data/var/acceptData.js [new file with mode: 0644]
js/jquery/src/data/var/dataPriv.js [new file with mode: 0644]
js/jquery/src/data/var/dataUser.js [new file with mode: 0644]
js/jquery/src/deferred.js [new file with mode: 0644]
js/jquery/src/deferred/exceptionHook.js [new file with mode: 0644]
js/jquery/src/deprecated.js [new file with mode: 0644]
js/jquery/src/dimensions.js [new file with mode: 0644]
js/jquery/src/effects.js [new file with mode: 0644]
js/jquery/src/effects/Tween.js [new file with mode: 0644]
js/jquery/src/effects/animatedSelector.js [new file with mode: 0644]
js/jquery/src/event.js [new file with mode: 0644]
js/jquery/src/event/ajax.js [new file with mode: 0644]
js/jquery/src/event/alias.js [new file with mode: 0644]
js/jquery/src/event/focusin.js [new file with mode: 0644]
js/jquery/src/event/support.js [new file with mode: 0644]
js/jquery/src/event/trigger.js [new file with mode: 0644]
js/jquery/src/exports/amd.js [new file with mode: 0644]
js/jquery/src/exports/global.js [new file with mode: 0644]
js/jquery/src/jquery.js [new file with mode: 0644]
js/jquery/src/manipulation.js [new file with mode: 0644]
js/jquery/src/manipulation/_evalUrl.js [new file with mode: 0644]
js/jquery/src/manipulation/buildFragment.js [new file with mode: 0644]
js/jquery/src/manipulation/getAll.js [new file with mode: 0644]
js/jquery/src/manipulation/setGlobalEval.js [new file with mode: 0644]
js/jquery/src/manipulation/support.js [new file with mode: 0644]
js/jquery/src/manipulation/var/rcheckableType.js [new file with mode: 0644]
js/jquery/src/manipulation/var/rscriptType.js [new file with mode: 0644]
js/jquery/src/manipulation/var/rtagName.js [new file with mode: 0644]
js/jquery/src/manipulation/wrapMap.js [new file with mode: 0644]
js/jquery/src/offset.js [new file with mode: 0644]
js/jquery/src/queue.js [new file with mode: 0644]
js/jquery/src/queue/delay.js [new file with mode: 0644]
js/jquery/src/selector-native.js [new file with mode: 0644]
js/jquery/src/selector-sizzle.js [new file with mode: 0644]
js/jquery/src/selector.js [new file with mode: 0644]
js/jquery/src/serialize.js [new file with mode: 0644]
js/jquery/src/traversing.js [new file with mode: 0644]
js/jquery/src/traversing/findFilter.js [new file with mode: 0644]
js/jquery/src/traversing/var/dir.js [new file with mode: 0644]
js/jquery/src/traversing/var/rneedsContext.js [new file with mode: 0644]
js/jquery/src/traversing/var/siblings.js [new file with mode: 0644]
js/jquery/src/var/ObjectFunctionString.js [new file with mode: 0644]
js/jquery/src/var/arr.js [new file with mode: 0644]
js/jquery/src/var/class2type.js [new file with mode: 0644]
js/jquery/src/var/concat.js [new file with mode: 0644]
js/jquery/src/var/document.js [new file with mode: 0644]
js/jquery/src/var/documentElement.js [new file with mode: 0644]
js/jquery/src/var/fnToString.js [new file with mode: 0644]
js/jquery/src/var/getProto.js [new file with mode: 0644]
js/jquery/src/var/hasOwn.js [new file with mode: 0644]
js/jquery/src/var/indexOf.js [new file with mode: 0644]
js/jquery/src/var/pnum.js [new file with mode: 0644]
js/jquery/src/var/push.js [new file with mode: 0644]
js/jquery/src/var/rcssNum.js [new file with mode: 0644]
js/jquery/src/var/rnothtmlwhite.js [new file with mode: 0644]
js/jquery/src/var/slice.js [new file with mode: 0644]
js/jquery/src/var/support.js [new file with mode: 0644]
js/jquery/src/var/toString.js [new file with mode: 0644]
js/jquery/src/wrap.js [new file with mode: 0644]
js/modernizr/feature-detects/a-download.js [new file with mode: 0644]
js/modernizr/feature-detects/audio-audiodata-api.js [new file with mode: 0644]
js/modernizr/feature-detects/audio-webaudio-api.js [new file with mode: 0644]
js/modernizr/feature-detects/battery-api.js [new file with mode: 0644]
js/modernizr/feature-detects/battery-level.js [new file with mode: 0644]
js/modernizr/feature-detects/blob-constructor.js [new file with mode: 0644]
js/modernizr/feature-detects/canvas-todataurl-type.js [new file with mode: 0644]
js/modernizr/feature-detects/contenteditable.js [new file with mode: 0644]
js/modernizr/feature-detects/contentsecuritypolicy.js [new file with mode: 0644]
js/modernizr/feature-detects/contextmenu.js [new file with mode: 0644]
js/modernizr/feature-detects/cookies.js [new file with mode: 0644]
js/modernizr/feature-detects/cors.js [new file with mode: 0644]
js/modernizr/feature-detects/css-backgroundposition-shorthand.js [new file with mode: 0644]
js/modernizr/feature-detects/css-backgroundposition-xy.js [new file with mode: 0644]
js/modernizr/feature-detects/css-backgroundrepeat.js [new file with mode: 0644]
js/modernizr/feature-detects/css-backgroundsizecover.js [new file with mode: 0644]
js/modernizr/feature-detects/css-boxsizing.js [new file with mode: 0644]
js/modernizr/feature-detects/css-calc.js [new file with mode: 0644]
js/modernizr/feature-detects/css-cubicbezierrange.js [new file with mode: 0644]
js/modernizr/feature-detects/css-displayrunin.js [new file with mode: 0644]
js/modernizr/feature-detects/css-displaytable.js [new file with mode: 0644]
js/modernizr/feature-detects/css-filters.js [new file with mode: 0644]
js/modernizr/feature-detects/css-hyphens.js [new file with mode: 0644]
js/modernizr/feature-detects/css-lastchild.js [new file with mode: 0644]
js/modernizr/feature-detects/css-mask.js [new file with mode: 0644]
js/modernizr/feature-detects/css-mediaqueries.js [new file with mode: 0644]
js/modernizr/feature-detects/css-objectfit.js [new file with mode: 0644]
js/modernizr/feature-detects/css-overflow-scrolling.js [new file with mode: 0644]
js/modernizr/feature-detects/css-pointerevents.js [new file with mode: 0644]
js/modernizr/feature-detects/css-positionsticky.js [new file with mode: 0644]
js/modernizr/feature-detects/css-regions.js [new file with mode: 0644]
js/modernizr/feature-detects/css-remunit.js [new file with mode: 0644]
js/modernizr/feature-detects/css-resize.js [new file with mode: 0644]
js/modernizr/feature-detects/css-scrollbars.js [new file with mode: 0644]
js/modernizr/feature-detects/css-shapes.js [new file with mode: 0644]
js/modernizr/feature-detects/css-subpixelfont.js [new file with mode: 0644]
js/modernizr/feature-detects/css-supports.js [new file with mode: 0644]
js/modernizr/feature-detects/css-userselect.js [new file with mode: 0644]
js/modernizr/feature-detects/css-vhunit.js [new file with mode: 0644]
js/modernizr/feature-detects/css-vmaxunit.js [new file with mode: 0644]
js/modernizr/feature-detects/css-vminunit.js [new file with mode: 0644]
js/modernizr/feature-detects/css-vwunit.js [new file with mode: 0644]
js/modernizr/feature-detects/custom-protocol-handler.js [new file with mode: 0644]
js/modernizr/feature-detects/dart.js [new file with mode: 0644]
js/modernizr/feature-detects/dataview-api.js [new file with mode: 0644]
js/modernizr/feature-detects/dom-classlist.js [new file with mode: 0644]
js/modernizr/feature-detects/dom-createElement-attrs.js [new file with mode: 0644]
js/modernizr/feature-detects/dom-dataset.js [new file with mode: 0644]
js/modernizr/feature-detects/dom-microdata.js [new file with mode: 0644]
js/modernizr/feature-detects/elem-datalist.js [new file with mode: 0644]
js/modernizr/feature-detects/elem-details.js [new file with mode: 0644]
js/modernizr/feature-detects/elem-output.js [new file with mode: 0644]
js/modernizr/feature-detects/elem-progress-meter.js [new file with mode: 0644]
js/modernizr/feature-detects/elem-ruby.js [new file with mode: 0644]
js/modernizr/feature-detects/elem-time.js [new file with mode: 0644]
js/modernizr/feature-detects/elem-track.js [new file with mode: 0644]
js/modernizr/feature-detects/emoji.js [new file with mode: 0644]
js/modernizr/feature-detects/es5-strictmode.js [new file with mode: 0644]
js/modernizr/feature-detects/event-deviceorientation-motion.js [new file with mode: 0644]
js/modernizr/feature-detects/exif-orientation.js [new file with mode: 0644]
js/modernizr/feature-detects/file-api.js [new file with mode: 0644]
js/modernizr/feature-detects/file-filesystem.js [new file with mode: 0644]
js/modernizr/feature-detects/forms-fileinput.js [new file with mode: 0644]
js/modernizr/feature-detects/forms-formattribute.js [new file with mode: 0644]
js/modernizr/feature-detects/forms-inputnumber-l10n.js [new file with mode: 0644]
js/modernizr/feature-detects/forms-placeholder.js [new file with mode: 0644]
js/modernizr/feature-detects/forms-speechinput.js [new file with mode: 0644]
js/modernizr/feature-detects/forms-validation.js [new file with mode: 0644]
js/modernizr/feature-detects/fullscreen-api.js [new file with mode: 0644]
js/modernizr/feature-detects/gamepad.js [new file with mode: 0644]
js/modernizr/feature-detects/getusermedia.js [new file with mode: 0644]
js/modernizr/feature-detects/ie8compat.js [new file with mode: 0644]
js/modernizr/feature-detects/iframe-sandbox.js [new file with mode: 0644]
js/modernizr/feature-detects/iframe-seamless.js [new file with mode: 0644]
js/modernizr/feature-detects/iframe-srcdoc.js [new file with mode: 0644]
js/modernizr/feature-detects/img-apng.js [new file with mode: 0644]
js/modernizr/feature-detects/img-webp.js [new file with mode: 0644]
js/modernizr/feature-detects/json.js [new file with mode: 0644]
js/modernizr/feature-detects/lists-reversed.js [new file with mode: 0644]
js/modernizr/feature-detects/mathml.js [new file with mode: 0644]
js/modernizr/feature-detects/network-connection.js [new file with mode: 0644]
js/modernizr/feature-detects/network-eventsource.js [new file with mode: 0644]
js/modernizr/feature-detects/network-xhr2.js [new file with mode: 0644]
js/modernizr/feature-detects/notification.js [new file with mode: 0644]
js/modernizr/feature-detects/performance.js [new file with mode: 0644]
js/modernizr/feature-detects/pointerlock-api.js [new file with mode: 0644]
js/modernizr/feature-detects/quota-management-api.js [new file with mode: 0644]
js/modernizr/feature-detects/requestanimationframe.js [new file with mode: 0644]
js/modernizr/feature-detects/script-async.js [new file with mode: 0644]
js/modernizr/feature-detects/script-defer.js [new file with mode: 0644]
js/modernizr/feature-detects/style-scoped.js [new file with mode: 0644]
js/modernizr/feature-detects/svg-filters.js [new file with mode: 0644]
js/modernizr/feature-detects/unicode.js [new file with mode: 0644]
js/modernizr/feature-detects/url-data-uri.js [new file with mode: 0644]
js/modernizr/feature-detects/userdata.js [new file with mode: 0644]
js/modernizr/feature-detects/vibration.js [new file with mode: 0644]
js/modernizr/feature-detects/web-intents.js [new file with mode: 0644]
js/modernizr/feature-detects/webgl-extensions.js [new file with mode: 0644]
js/modernizr/feature-detects/websockets-binary.js [new file with mode: 0644]
js/modernizr/feature-detects/window-framed.js [new file with mode: 0644]
js/modernizr/feature-detects/workers-blobworkers.js [new file with mode: 0644]
js/modernizr/feature-detects/workers-dataworkers.js [new file with mode: 0644]
js/modernizr/feature-detects/workers-sharedworkers.js [new file with mode: 0644]
js/modernizr/grunt.js [new file with mode: 0644]
js/modernizr/modernizr.js [new file with mode: 0644]
js/modernizr/modernizr.min.js [new file with mode: 0644]
js/modernizr/test/caniuse_files/ga.js [new file with mode: 0644]
js/modernizr/test/caniuse_files/jquery.min.js [new file with mode: 0644]
js/modernizr/test/caniuse_files/modernizr-1.7.min.js [new file with mode: 0644]
js/modernizr/test/js/dumpdata.js [new file with mode: 0644]
js/modernizr/test/js/lib/detect-global.js [new file with mode: 0644]
js/modernizr/test/js/lib/jquery-1.7b2.js [new file with mode: 0644]
js/modernizr/test/js/lib/jsonselect.js [new file with mode: 0644]
js/modernizr/test/js/lib/polyfills.js [new file with mode: 0644]
js/modernizr/test/js/lib/uaparser.js [new file with mode: 0644]
js/modernizr/test/js/setup.js [new file with mode: 0644]
js/modernizr/test/js/unit-caniuse.js [new file with mode: 0644]
js/modernizr/test/js/unit.js [new file with mode: 0644]
js/modernizr/test/qunit/qunit.js [new file with mode: 0644]
js/modernizr/test/qunit/run-qunit.js [new file with mode: 0644]
package.json
package.json.bak [new file with mode: 0644]
package.jsonclear [new file with mode: 0644]
parts/slide-show.php
scss/_page.header.scss
scss/_settings.scss
scss/_slideshow.scss
scss/_topbar.scss
sections/front-page.php
sections/header.php
sections/top-bar.php