diff --git a/.DS_Store b/.DS_Store index d9466e6..557aa5c 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 40b878d..8acf53a 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules/ \ No newline at end of file +node_modules/ +County State.txt \ No newline at end of file diff --git a/On the Move/.DS_Store b/On the Move/.DS_Store deleted file mode 100644 index 4566a2f..0000000 Binary files a/On the Move/.DS_Store and /dev/null differ diff --git a/On the Move/css/.DS_Store b/On the Move/css/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/On the Move/css/.DS_Store and /dev/null differ diff --git a/On the Move/fonts/.DS_Store b/On the Move/fonts/.DS_Store deleted file mode 100644 index fff7f5a..0000000 Binary files a/On the Move/fonts/.DS_Store and /dev/null differ diff --git a/On the Move/images/.DS_Store b/On the Move/images/.DS_Store deleted file mode 100644 index d512666..0000000 Binary files a/On the Move/images/.DS_Store and /dev/null differ diff --git a/On the Move/js/.DS_Store b/On the Move/js/.DS_Store deleted file mode 100644 index 90a6b2f..0000000 Binary files a/On the Move/js/.DS_Store and /dev/null differ diff --git a/On the Move/sass/.DS_Store b/On the Move/sass/.DS_Store deleted file mode 100644 index 1a5e333..0000000 Binary files a/On the Move/sass/.DS_Store and /dev/null differ diff --git a/On the Move/services.html b/On the Move/services.html deleted file mode 100644 index 33cf9a4..0000000 --- a/On the Move/services.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - On the Move — On the Move, Alvin and the Chipmunks - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
-
-
-
-
-
-
-



-

Enter Your County and State

-
-
-
-
-
- -
- Submit! -
-
-
-
-
-
-
- - - - - - - -
-
-
-
-

Subscribe

-

Learn more about our opportunities.

-
-
-
-
-
-
-
- - -
-
-
-
- - -
-
-
- -
-
-
-
-
-
- - -
- -
- -
- - - - - - - - - - - - - - - - - - - - - - diff --git a/README.md b/README.md index 758e73d..2bd7008 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # Moving-Dashboard HackDuke + +## Getting started + +To install packages, run `npm install` + +To start server, run `node server.js` + +Open `index.html` in the website folder \ No newline at end of file diff --git a/On the Move/OnTheMove.png b/website/OnTheMove.png similarity index 100% rename from On the Move/OnTheMove.png rename to website/OnTheMove.png diff --git a/On the Move/README.txt b/website/README.txt similarity index 100% rename from On the Move/README.txt rename to website/README.txt diff --git a/On the Move/about.html b/website/about.html similarity index 100% rename from On the Move/about.html rename to website/about.html diff --git a/On the Move/contact.html b/website/contact.html similarity index 100% rename from On the Move/contact.html rename to website/contact.html diff --git a/On the Move/css/animate.css b/website/css/animate.css similarity index 100% rename from On the Move/css/animate.css rename to website/css/animate.css diff --git a/On the Move/css/bootstrap.css b/website/css/bootstrap.css similarity index 100% rename from On the Move/css/bootstrap.css rename to website/css/bootstrap.css diff --git a/On the Move/css/bootstrap.css.map b/website/css/bootstrap.css.map similarity index 100% rename from On the Move/css/bootstrap.css.map rename to website/css/bootstrap.css.map diff --git a/On the Move/css/flexslider.css b/website/css/flexslider.css similarity index 100% rename from On the Move/css/flexslider.css rename to website/css/flexslider.css diff --git a/On the Move/css/icomoon.css b/website/css/icomoon.css similarity index 100% rename from On the Move/css/icomoon.css rename to website/css/icomoon.css diff --git a/On the Move/css/magnific-popup.css b/website/css/magnific-popup.css similarity index 100% rename from On the Move/css/magnific-popup.css rename to website/css/magnific-popup.css diff --git a/On the Move/css/owl.carousel.min.css b/website/css/owl.carousel.min.css similarity index 100% rename from On the Move/css/owl.carousel.min.css rename to website/css/owl.carousel.min.css diff --git a/On the Move/css/owl.theme.default.min.css b/website/css/owl.theme.default.min.css similarity index 100% rename from On the Move/css/owl.theme.default.min.css rename to website/css/owl.theme.default.min.css diff --git a/On the Move/css/style.css b/website/css/style.css similarity index 100% rename from On the Move/css/style.css rename to website/css/style.css diff --git a/On the Move/css/style.css.map b/website/css/style.css.map similarity index 100% rename from On the Move/css/style.css.map rename to website/css/style.css.map diff --git a/On the Move/fonts/bootstrap/glyphicons-halflings-regular.eot b/website/fonts/bootstrap/glyphicons-halflings-regular.eot similarity index 100% rename from On the Move/fonts/bootstrap/glyphicons-halflings-regular.eot rename to website/fonts/bootstrap/glyphicons-halflings-regular.eot diff --git a/On the Move/fonts/bootstrap/glyphicons-halflings-regular.svg b/website/fonts/bootstrap/glyphicons-halflings-regular.svg similarity index 100% rename from On the Move/fonts/bootstrap/glyphicons-halflings-regular.svg rename to website/fonts/bootstrap/glyphicons-halflings-regular.svg diff --git a/On the Move/fonts/bootstrap/glyphicons-halflings-regular.ttf b/website/fonts/bootstrap/glyphicons-halflings-regular.ttf similarity index 100% rename from On the Move/fonts/bootstrap/glyphicons-halflings-regular.ttf rename to website/fonts/bootstrap/glyphicons-halflings-regular.ttf diff --git a/On the Move/fonts/bootstrap/glyphicons-halflings-regular.woff b/website/fonts/bootstrap/glyphicons-halflings-regular.woff similarity index 100% rename from On the Move/fonts/bootstrap/glyphicons-halflings-regular.woff rename to website/fonts/bootstrap/glyphicons-halflings-regular.woff diff --git a/On the Move/fonts/bootstrap/glyphicons-halflings-regular.woff2 b/website/fonts/bootstrap/glyphicons-halflings-regular.woff2 similarity index 100% rename from On the Move/fonts/bootstrap/glyphicons-halflings-regular.woff2 rename to website/fonts/bootstrap/glyphicons-halflings-regular.woff2 diff --git a/On the Move/fonts/icomoon/icomoon.eot b/website/fonts/icomoon/icomoon.eot similarity index 100% rename from On the Move/fonts/icomoon/icomoon.eot rename to website/fonts/icomoon/icomoon.eot diff --git a/On the Move/fonts/icomoon/icomoon.svg b/website/fonts/icomoon/icomoon.svg similarity index 100% rename from On the Move/fonts/icomoon/icomoon.svg rename to website/fonts/icomoon/icomoon.svg diff --git a/On the Move/fonts/icomoon/icomoon.ttf b/website/fonts/icomoon/icomoon.ttf similarity index 100% rename from On the Move/fonts/icomoon/icomoon.ttf rename to website/fonts/icomoon/icomoon.ttf diff --git a/On the Move/fonts/icomoon/icomoon.woff b/website/fonts/icomoon/icomoon.woff similarity index 100% rename from On the Move/fonts/icomoon/icomoon.woff rename to website/fonts/icomoon/icomoon.woff diff --git a/On the Move/images/img_1.jpg b/website/images/img_1.jpg similarity index 100% rename from On the Move/images/img_1.jpg rename to website/images/img_1.jpg diff --git a/On the Move/images/img_bg_1.jpg b/website/images/img_bg_1.jpg similarity index 100% rename from On the Move/images/img_bg_1.jpg rename to website/images/img_bg_1.jpg diff --git a/On the Move/images/img_bg_2.jpg b/website/images/img_bg_2.jpg similarity index 100% rename from On the Move/images/img_bg_2.jpg rename to website/images/img_bg_2.jpg diff --git a/On the Move/images/img_bg_3.jpg b/website/images/img_bg_3.jpg similarity index 100% rename from On the Move/images/img_bg_3.jpg rename to website/images/img_bg_3.jpg diff --git a/On the Move/images/loader.gif b/website/images/loader.gif similarity index 100% rename from On the Move/images/loader.gif rename to website/images/loader.gif diff --git a/On the Move/images/person_1.jpg b/website/images/person_1.jpg similarity index 100% rename from On the Move/images/person_1.jpg rename to website/images/person_1.jpg diff --git a/On the Move/images/person_2.jpg b/website/images/person_2.jpg similarity index 100% rename from On the Move/images/person_2.jpg rename to website/images/person_2.jpg diff --git a/On the Move/images/person_3.jpg b/website/images/person_3.jpg similarity index 100% rename from On the Move/images/person_3.jpg rename to website/images/person_3.jpg diff --git a/On the Move/index.html b/website/index.html similarity index 100% rename from On the Move/index.html rename to website/index.html diff --git a/On the Move/js/bootstrap.min.js b/website/js/bootstrap.min.js similarity index 100% rename from On the Move/js/bootstrap.min.js rename to website/js/bootstrap.min.js diff --git a/On the Move/js/google_map.js b/website/js/google_map.js similarity index 100% rename from On the Move/js/google_map.js rename to website/js/google_map.js diff --git a/On the Move/js/jquery.countTo.js b/website/js/jquery.countTo.js similarity index 100% rename from On the Move/js/jquery.countTo.js rename to website/js/jquery.countTo.js diff --git a/On the Move/js/jquery.easing.1.3.js b/website/js/jquery.easing.1.3.js similarity index 100% rename from On the Move/js/jquery.easing.1.3.js rename to website/js/jquery.easing.1.3.js diff --git a/On the Move/js/jquery.easypiechart.min.js b/website/js/jquery.easypiechart.min.js similarity index 100% rename from On the Move/js/jquery.easypiechart.min.js rename to website/js/jquery.easypiechart.min.js diff --git a/On the Move/js/jquery.magnific-popup.min.js b/website/js/jquery.magnific-popup.min.js similarity index 100% rename from On the Move/js/jquery.magnific-popup.min.js rename to website/js/jquery.magnific-popup.min.js diff --git a/On the Move/js/jquery.min.js b/website/js/jquery.min.js similarity index 100% rename from On the Move/js/jquery.min.js rename to website/js/jquery.min.js diff --git a/On the Move/js/jquery.stellar.min.js b/website/js/jquery.stellar.min.js similarity index 100% rename from On the Move/js/jquery.stellar.min.js rename to website/js/jquery.stellar.min.js diff --git a/On the Move/js/jquery.waypoints.min.js b/website/js/jquery.waypoints.min.js similarity index 100% rename from On the Move/js/jquery.waypoints.min.js rename to website/js/jquery.waypoints.min.js diff --git a/On the Move/js/magnific-popup-options.js b/website/js/magnific-popup-options.js similarity index 100% rename from On the Move/js/magnific-popup-options.js rename to website/js/magnific-popup-options.js diff --git a/On the Move/js/main.js b/website/js/main.js similarity index 100% rename from On the Move/js/main.js rename to website/js/main.js diff --git a/On the Move/js/modernizr-2.6.2.min.js b/website/js/modernizr-2.6.2.min.js similarity index 100% rename from On the Move/js/modernizr-2.6.2.min.js rename to website/js/modernizr-2.6.2.min.js diff --git a/On the Move/js/owl.carousel.min.js b/website/js/owl.carousel.min.js similarity index 100% rename from On the Move/js/owl.carousel.min.js rename to website/js/owl.carousel.min.js diff --git a/On the Move/js/respond.min.js b/website/js/respond.min.js similarity index 100% rename from On the Move/js/respond.min.js rename to website/js/respond.min.js diff --git a/On the Move/sass/_bootstrap-compass.scss b/website/sass/_bootstrap-compass.scss similarity index 100% rename from On the Move/sass/_bootstrap-compass.scss rename to website/sass/_bootstrap-compass.scss diff --git a/On the Move/sass/_bootstrap-mincer.scss b/website/sass/_bootstrap-mincer.scss similarity index 100% rename from On the Move/sass/_bootstrap-mincer.scss rename to website/sass/_bootstrap-mincer.scss diff --git a/On the Move/sass/_bootstrap-sprockets.scss b/website/sass/_bootstrap-sprockets.scss similarity index 100% rename from On the Move/sass/_bootstrap-sprockets.scss rename to website/sass/_bootstrap-sprockets.scss diff --git a/On the Move/sass/bootstrap.scss b/website/sass/bootstrap.scss similarity index 100% rename from On the Move/sass/bootstrap.scss rename to website/sass/bootstrap.scss diff --git a/On the Move/sass/bootstrap/_alerts.scss b/website/sass/bootstrap/_alerts.scss similarity index 100% rename from On the Move/sass/bootstrap/_alerts.scss rename to website/sass/bootstrap/_alerts.scss diff --git a/On the Move/sass/bootstrap/_badges.scss b/website/sass/bootstrap/_badges.scss similarity index 100% rename from On the Move/sass/bootstrap/_badges.scss rename to website/sass/bootstrap/_badges.scss diff --git a/On the Move/sass/bootstrap/_breadcrumbs.scss b/website/sass/bootstrap/_breadcrumbs.scss similarity index 100% rename from On the Move/sass/bootstrap/_breadcrumbs.scss rename to website/sass/bootstrap/_breadcrumbs.scss diff --git a/On the Move/sass/bootstrap/_button-groups.scss b/website/sass/bootstrap/_button-groups.scss similarity index 100% rename from On the Move/sass/bootstrap/_button-groups.scss rename to website/sass/bootstrap/_button-groups.scss diff --git a/On the Move/sass/bootstrap/_buttons.scss b/website/sass/bootstrap/_buttons.scss similarity index 100% rename from On the Move/sass/bootstrap/_buttons.scss rename to website/sass/bootstrap/_buttons.scss diff --git a/On the Move/sass/bootstrap/_carousel.scss b/website/sass/bootstrap/_carousel.scss similarity index 100% rename from On the Move/sass/bootstrap/_carousel.scss rename to website/sass/bootstrap/_carousel.scss diff --git a/On the Move/sass/bootstrap/_close.scss b/website/sass/bootstrap/_close.scss similarity index 100% rename from On the Move/sass/bootstrap/_close.scss rename to website/sass/bootstrap/_close.scss diff --git a/On the Move/sass/bootstrap/_code.scss b/website/sass/bootstrap/_code.scss similarity index 100% rename from On the Move/sass/bootstrap/_code.scss rename to website/sass/bootstrap/_code.scss diff --git a/On the Move/sass/bootstrap/_component-animations.scss b/website/sass/bootstrap/_component-animations.scss similarity index 100% rename from On the Move/sass/bootstrap/_component-animations.scss rename to website/sass/bootstrap/_component-animations.scss diff --git a/On the Move/sass/bootstrap/_dropdowns.scss b/website/sass/bootstrap/_dropdowns.scss similarity index 100% rename from On the Move/sass/bootstrap/_dropdowns.scss rename to website/sass/bootstrap/_dropdowns.scss diff --git a/On the Move/sass/bootstrap/_forms.scss b/website/sass/bootstrap/_forms.scss similarity index 100% rename from On the Move/sass/bootstrap/_forms.scss rename to website/sass/bootstrap/_forms.scss diff --git a/On the Move/sass/bootstrap/_glyphicons.scss b/website/sass/bootstrap/_glyphicons.scss similarity index 100% rename from On the Move/sass/bootstrap/_glyphicons.scss rename to website/sass/bootstrap/_glyphicons.scss diff --git a/On the Move/sass/bootstrap/_grid.scss b/website/sass/bootstrap/_grid.scss similarity index 100% rename from On the Move/sass/bootstrap/_grid.scss rename to website/sass/bootstrap/_grid.scss diff --git a/On the Move/sass/bootstrap/_input-groups.scss b/website/sass/bootstrap/_input-groups.scss similarity index 100% rename from On the Move/sass/bootstrap/_input-groups.scss rename to website/sass/bootstrap/_input-groups.scss diff --git a/On the Move/sass/bootstrap/_jumbotron.scss b/website/sass/bootstrap/_jumbotron.scss similarity index 100% rename from On the Move/sass/bootstrap/_jumbotron.scss rename to website/sass/bootstrap/_jumbotron.scss diff --git a/On the Move/sass/bootstrap/_labels.scss b/website/sass/bootstrap/_labels.scss similarity index 100% rename from On the Move/sass/bootstrap/_labels.scss rename to website/sass/bootstrap/_labels.scss diff --git a/On the Move/sass/bootstrap/_list-group.scss b/website/sass/bootstrap/_list-group.scss similarity index 100% rename from On the Move/sass/bootstrap/_list-group.scss rename to website/sass/bootstrap/_list-group.scss diff --git a/On the Move/sass/bootstrap/_media.scss b/website/sass/bootstrap/_media.scss similarity index 100% rename from On the Move/sass/bootstrap/_media.scss rename to website/sass/bootstrap/_media.scss diff --git a/On the Move/sass/bootstrap/_mixins.scss b/website/sass/bootstrap/_mixins.scss similarity index 100% rename from On the Move/sass/bootstrap/_mixins.scss rename to website/sass/bootstrap/_mixins.scss diff --git a/On the Move/sass/bootstrap/_modals.scss b/website/sass/bootstrap/_modals.scss similarity index 100% rename from On the Move/sass/bootstrap/_modals.scss rename to website/sass/bootstrap/_modals.scss diff --git a/On the Move/sass/bootstrap/_navbar.scss b/website/sass/bootstrap/_navbar.scss similarity index 100% rename from On the Move/sass/bootstrap/_navbar.scss rename to website/sass/bootstrap/_navbar.scss diff --git a/On the Move/sass/bootstrap/_navs.scss b/website/sass/bootstrap/_navs.scss similarity index 100% rename from On the Move/sass/bootstrap/_navs.scss rename to website/sass/bootstrap/_navs.scss diff --git a/On the Move/sass/bootstrap/_normalize.scss b/website/sass/bootstrap/_normalize.scss similarity index 100% rename from On the Move/sass/bootstrap/_normalize.scss rename to website/sass/bootstrap/_normalize.scss diff --git a/On the Move/sass/bootstrap/_pager.scss b/website/sass/bootstrap/_pager.scss similarity index 100% rename from On the Move/sass/bootstrap/_pager.scss rename to website/sass/bootstrap/_pager.scss diff --git a/On the Move/sass/bootstrap/_pagination.scss b/website/sass/bootstrap/_pagination.scss similarity index 100% rename from On the Move/sass/bootstrap/_pagination.scss rename to website/sass/bootstrap/_pagination.scss diff --git a/On the Move/sass/bootstrap/_panels.scss b/website/sass/bootstrap/_panels.scss similarity index 100% rename from On the Move/sass/bootstrap/_panels.scss rename to website/sass/bootstrap/_panels.scss diff --git a/On the Move/sass/bootstrap/_popovers.scss b/website/sass/bootstrap/_popovers.scss similarity index 100% rename from On the Move/sass/bootstrap/_popovers.scss rename to website/sass/bootstrap/_popovers.scss diff --git a/On the Move/sass/bootstrap/_print.scss b/website/sass/bootstrap/_print.scss similarity index 100% rename from On the Move/sass/bootstrap/_print.scss rename to website/sass/bootstrap/_print.scss diff --git a/On the Move/sass/bootstrap/_progress-bars.scss b/website/sass/bootstrap/_progress-bars.scss similarity index 100% rename from On the Move/sass/bootstrap/_progress-bars.scss rename to website/sass/bootstrap/_progress-bars.scss diff --git a/On the Move/sass/bootstrap/_responsive-embed.scss b/website/sass/bootstrap/_responsive-embed.scss similarity index 100% rename from On the Move/sass/bootstrap/_responsive-embed.scss rename to website/sass/bootstrap/_responsive-embed.scss diff --git a/On the Move/sass/bootstrap/_responsive-utilities.scss b/website/sass/bootstrap/_responsive-utilities.scss similarity index 100% rename from On the Move/sass/bootstrap/_responsive-utilities.scss rename to website/sass/bootstrap/_responsive-utilities.scss diff --git a/On the Move/sass/bootstrap/_scaffolding.scss b/website/sass/bootstrap/_scaffolding.scss similarity index 100% rename from On the Move/sass/bootstrap/_scaffolding.scss rename to website/sass/bootstrap/_scaffolding.scss diff --git a/On the Move/sass/bootstrap/_tables.scss b/website/sass/bootstrap/_tables.scss similarity index 100% rename from On the Move/sass/bootstrap/_tables.scss rename to website/sass/bootstrap/_tables.scss diff --git a/On the Move/sass/bootstrap/_theme.scss b/website/sass/bootstrap/_theme.scss similarity index 100% rename from On the Move/sass/bootstrap/_theme.scss rename to website/sass/bootstrap/_theme.scss diff --git a/On the Move/sass/bootstrap/_thumbnails.scss b/website/sass/bootstrap/_thumbnails.scss similarity index 100% rename from On the Move/sass/bootstrap/_thumbnails.scss rename to website/sass/bootstrap/_thumbnails.scss diff --git a/On the Move/sass/bootstrap/_tooltip.scss b/website/sass/bootstrap/_tooltip.scss similarity index 100% rename from On the Move/sass/bootstrap/_tooltip.scss rename to website/sass/bootstrap/_tooltip.scss diff --git a/On the Move/sass/bootstrap/_type.scss b/website/sass/bootstrap/_type.scss similarity index 100% rename from On the Move/sass/bootstrap/_type.scss rename to website/sass/bootstrap/_type.scss diff --git a/On the Move/sass/bootstrap/_utilities.scss b/website/sass/bootstrap/_utilities.scss similarity index 100% rename from On the Move/sass/bootstrap/_utilities.scss rename to website/sass/bootstrap/_utilities.scss diff --git a/On the Move/sass/bootstrap/_variables.scss b/website/sass/bootstrap/_variables.scss similarity index 100% rename from On the Move/sass/bootstrap/_variables.scss rename to website/sass/bootstrap/_variables.scss diff --git a/On the Move/sass/bootstrap/_wells.scss b/website/sass/bootstrap/_wells.scss similarity index 100% rename from On the Move/sass/bootstrap/_wells.scss rename to website/sass/bootstrap/_wells.scss diff --git a/On the Move/sass/bootstrap/mixins/_alerts.scss b/website/sass/bootstrap/mixins/_alerts.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_alerts.scss rename to website/sass/bootstrap/mixins/_alerts.scss diff --git a/On the Move/sass/bootstrap/mixins/_background-variant.scss b/website/sass/bootstrap/mixins/_background-variant.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_background-variant.scss rename to website/sass/bootstrap/mixins/_background-variant.scss diff --git a/On the Move/sass/bootstrap/mixins/_border-radius.scss b/website/sass/bootstrap/mixins/_border-radius.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_border-radius.scss rename to website/sass/bootstrap/mixins/_border-radius.scss diff --git a/On the Move/sass/bootstrap/mixins/_buttons.scss b/website/sass/bootstrap/mixins/_buttons.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_buttons.scss rename to website/sass/bootstrap/mixins/_buttons.scss diff --git a/On the Move/sass/bootstrap/mixins/_center-block.scss b/website/sass/bootstrap/mixins/_center-block.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_center-block.scss rename to website/sass/bootstrap/mixins/_center-block.scss diff --git a/On the Move/sass/bootstrap/mixins/_clearfix.scss b/website/sass/bootstrap/mixins/_clearfix.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_clearfix.scss rename to website/sass/bootstrap/mixins/_clearfix.scss diff --git a/On the Move/sass/bootstrap/mixins/_forms.scss b/website/sass/bootstrap/mixins/_forms.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_forms.scss rename to website/sass/bootstrap/mixins/_forms.scss diff --git a/On the Move/sass/bootstrap/mixins/_gradients.scss b/website/sass/bootstrap/mixins/_gradients.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_gradients.scss rename to website/sass/bootstrap/mixins/_gradients.scss diff --git a/On the Move/sass/bootstrap/mixins/_grid-framework.scss b/website/sass/bootstrap/mixins/_grid-framework.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_grid-framework.scss rename to website/sass/bootstrap/mixins/_grid-framework.scss diff --git a/On the Move/sass/bootstrap/mixins/_grid.scss b/website/sass/bootstrap/mixins/_grid.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_grid.scss rename to website/sass/bootstrap/mixins/_grid.scss diff --git a/On the Move/sass/bootstrap/mixins/_hide-text.scss b/website/sass/bootstrap/mixins/_hide-text.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_hide-text.scss rename to website/sass/bootstrap/mixins/_hide-text.scss diff --git a/On the Move/sass/bootstrap/mixins/_image.scss b/website/sass/bootstrap/mixins/_image.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_image.scss rename to website/sass/bootstrap/mixins/_image.scss diff --git a/On the Move/sass/bootstrap/mixins/_labels.scss b/website/sass/bootstrap/mixins/_labels.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_labels.scss rename to website/sass/bootstrap/mixins/_labels.scss diff --git a/On the Move/sass/bootstrap/mixins/_list-group.scss b/website/sass/bootstrap/mixins/_list-group.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_list-group.scss rename to website/sass/bootstrap/mixins/_list-group.scss diff --git a/On the Move/sass/bootstrap/mixins/_nav-divider.scss b/website/sass/bootstrap/mixins/_nav-divider.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_nav-divider.scss rename to website/sass/bootstrap/mixins/_nav-divider.scss diff --git a/On the Move/sass/bootstrap/mixins/_nav-vertical-align.scss b/website/sass/bootstrap/mixins/_nav-vertical-align.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_nav-vertical-align.scss rename to website/sass/bootstrap/mixins/_nav-vertical-align.scss diff --git a/On the Move/sass/bootstrap/mixins/_opacity.scss b/website/sass/bootstrap/mixins/_opacity.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_opacity.scss rename to website/sass/bootstrap/mixins/_opacity.scss diff --git a/On the Move/sass/bootstrap/mixins/_pagination.scss b/website/sass/bootstrap/mixins/_pagination.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_pagination.scss rename to website/sass/bootstrap/mixins/_pagination.scss diff --git a/On the Move/sass/bootstrap/mixins/_panels.scss b/website/sass/bootstrap/mixins/_panels.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_panels.scss rename to website/sass/bootstrap/mixins/_panels.scss diff --git a/On the Move/sass/bootstrap/mixins/_progress-bar.scss b/website/sass/bootstrap/mixins/_progress-bar.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_progress-bar.scss rename to website/sass/bootstrap/mixins/_progress-bar.scss diff --git a/On the Move/sass/bootstrap/mixins/_reset-filter.scss b/website/sass/bootstrap/mixins/_reset-filter.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_reset-filter.scss rename to website/sass/bootstrap/mixins/_reset-filter.scss diff --git a/On the Move/sass/bootstrap/mixins/_reset-text.scss b/website/sass/bootstrap/mixins/_reset-text.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_reset-text.scss rename to website/sass/bootstrap/mixins/_reset-text.scss diff --git a/On the Move/sass/bootstrap/mixins/_resize.scss b/website/sass/bootstrap/mixins/_resize.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_resize.scss rename to website/sass/bootstrap/mixins/_resize.scss diff --git a/On the Move/sass/bootstrap/mixins/_responsive-visibility.scss b/website/sass/bootstrap/mixins/_responsive-visibility.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_responsive-visibility.scss rename to website/sass/bootstrap/mixins/_responsive-visibility.scss diff --git a/On the Move/sass/bootstrap/mixins/_size.scss b/website/sass/bootstrap/mixins/_size.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_size.scss rename to website/sass/bootstrap/mixins/_size.scss diff --git a/On the Move/sass/bootstrap/mixins/_tab-focus.scss b/website/sass/bootstrap/mixins/_tab-focus.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_tab-focus.scss rename to website/sass/bootstrap/mixins/_tab-focus.scss diff --git a/On the Move/sass/bootstrap/mixins/_table-row.scss b/website/sass/bootstrap/mixins/_table-row.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_table-row.scss rename to website/sass/bootstrap/mixins/_table-row.scss diff --git a/On the Move/sass/bootstrap/mixins/_text-emphasis.scss b/website/sass/bootstrap/mixins/_text-emphasis.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_text-emphasis.scss rename to website/sass/bootstrap/mixins/_text-emphasis.scss diff --git a/On the Move/sass/bootstrap/mixins/_text-overflow.scss b/website/sass/bootstrap/mixins/_text-overflow.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_text-overflow.scss rename to website/sass/bootstrap/mixins/_text-overflow.scss diff --git a/On the Move/sass/bootstrap/mixins/_vendor-prefixes.scss b/website/sass/bootstrap/mixins/_vendor-prefixes.scss similarity index 100% rename from On the Move/sass/bootstrap/mixins/_vendor-prefixes.scss rename to website/sass/bootstrap/mixins/_vendor-prefixes.scss diff --git a/On the Move/sass/style.scss b/website/sass/style.scss similarity index 100% rename from On the Move/sass/style.scss rename to website/sass/style.scss diff --git a/website/services.html b/website/services.html new file mode 100644 index 0000000..47b6d29 --- /dev/null +++ b/website/services.html @@ -0,0 +1,230 @@ + + + + + On the Move — On the Move, Alvin and the Chipmunks + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+
+
+
+
+
+



+

Enter Your County and State

+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ + + + + + + +
+
+
+
+

Subscribe

+

Learn more about our opportunities.

+
+
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+ +
+
+
+
+
+
+ + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file