├── CNAME ├── .DS_Store ├── data ├── Parks.zip ├── Libraries.zip ├── GoogleTransit.zip ├── RecCentersWeb.zip ├── HistoricDistrics.zip ├── HistoricDistrictsJSON.zip ├── LibrariesWeb.geojson └── RecCentersWeb.geojson ├── images ├── 1st.png ├── 2nd.png ├── 3rd.png ├── cfa.png ├── cfa2.png ├── logo.jpg ├── pig.png ├── favicon.ico ├── glasses.png ├── google.png ├── google2.png ├── govloop.png ├── main_bg.jpg ├── network.png ├── person.png ├── socrata.jpg ├── startUp.png ├── storek.png ├── apply_btn.png ├── banner_bg.jpg ├── banner_bg2.jpg ├── banner_bg2.png ├── banner_txt.png ├── bullhorn.png ├── chris_vein.jpg ├── everyBlock.jpg ├── flag_tag.png ├── gov_icon.png ├── government.png ├── industry.png ├── john_tolva.jpg ├── kauffman.jpg ├── kauffman.png ├── kauffman2.png ├── nav_hover.png ├── neighbor.jpg ├── networking.png ├── palantir.jpg ├── ron_conway.png ├── timeline.gif ├── timeline.png ├── turboTax.jpg ├── 1stplace-01.png ├── 2ndprize-02.png ├── 3rdprize-03.png ├── APPtimeline.png ├── BrightScope.jpg ├── Detroit_seal.jpg ├── banner-image.png ├── banner-image.psd ├── institution.png ├── institution.psd ├── main_nav_bg.jpg ├── main_nav_bg.png ├── ron_bouganim.png ├── seeClickFix.jpg ├── spending_img.jpg ├── startup_icon.png ├── team_heading.png ├── WeatherChannel.jpg ├── aneesh_chopra.png ├── caterina_fake.png ├── challengelogo.png ├── finishing_line.jpg ├── finishing_line.png ├── header_top_bg.jpg ├── industry_icon.png ├── invitation-01.png ├── peter_schwartz.png ├── background-banner.png ├── accelerator_cfa_03.png ├── accelerator_cfa_06.png ├── accelerator_cfa_07.png ├── accelerator_cfa_08.png ├── glyphicons-halflings.png ├── devtroit-badge-medium.png ├── appchallenge-timeline-01.png └── glyphicons-halflings-white.png ├── type ├── Gotham-Bold.ttf └── Gotham-Medium.ttf ├── app.js ├── helpers.html ├── js ├── jquery.ba-hashchange.min.js ├── jquery.localscroll-1.2.7-min.js ├── bootstrap-transition.js ├── scrollTo-min.js ├── jquery.scrollTo-1.4.2-min.js ├── bootstrap-popover.js ├── bootstrap-scrollspy.js ├── jquery.masonry.min.js ├── jquery.easing.1.2.js ├── bootstrap-carousel.js ├── application.js ├── bootstrap-modal.js ├── Neutraface_Slab_Display_Titl_900.font 2.js ├── Neutraface_Slab_Display_Titl_900.font.js ├── bootstrap-tooltip.js ├── Gotham_700.font.js └── HelveticaNeue_LT_65_Medium_400.font.js ├── thanks.html ├── apply.html ├── ddot.html ├── css ├── bootstrap-responsive.min.css └── bootstrap-responsive.css ├── challenges.html └── boot.html /CNAME: -------------------------------------------------------------------------------- 1 | appsfordetroit.org -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/.DS_Store -------------------------------------------------------------------------------- /data/Parks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/data/Parks.zip -------------------------------------------------------------------------------- /images/1st.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/1st.png -------------------------------------------------------------------------------- /images/2nd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/2nd.png -------------------------------------------------------------------------------- /images/3rd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/3rd.png -------------------------------------------------------------------------------- /images/cfa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/cfa.png -------------------------------------------------------------------------------- /images/cfa2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/cfa2.png -------------------------------------------------------------------------------- /images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/logo.jpg -------------------------------------------------------------------------------- /images/pig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/pig.png -------------------------------------------------------------------------------- /data/Libraries.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/data/Libraries.zip -------------------------------------------------------------------------------- /images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/favicon.ico -------------------------------------------------------------------------------- /images/glasses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/glasses.png -------------------------------------------------------------------------------- /images/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/google.png -------------------------------------------------------------------------------- /images/google2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/google2.png -------------------------------------------------------------------------------- /images/govloop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/govloop.png -------------------------------------------------------------------------------- /images/main_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/main_bg.jpg -------------------------------------------------------------------------------- /images/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/network.png -------------------------------------------------------------------------------- /images/person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/person.png -------------------------------------------------------------------------------- /images/socrata.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/socrata.jpg -------------------------------------------------------------------------------- /images/startUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/startUp.png -------------------------------------------------------------------------------- /images/storek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/storek.png -------------------------------------------------------------------------------- /images/apply_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/apply_btn.png -------------------------------------------------------------------------------- /images/banner_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/banner_bg.jpg -------------------------------------------------------------------------------- /images/banner_bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/banner_bg2.jpg -------------------------------------------------------------------------------- /images/banner_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/banner_bg2.png -------------------------------------------------------------------------------- /images/banner_txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/banner_txt.png -------------------------------------------------------------------------------- /images/bullhorn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/bullhorn.png -------------------------------------------------------------------------------- /images/chris_vein.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/chris_vein.jpg -------------------------------------------------------------------------------- /images/everyBlock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/everyBlock.jpg -------------------------------------------------------------------------------- /images/flag_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/flag_tag.png -------------------------------------------------------------------------------- /images/gov_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/gov_icon.png -------------------------------------------------------------------------------- /images/government.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/government.png -------------------------------------------------------------------------------- /images/industry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/industry.png -------------------------------------------------------------------------------- /images/john_tolva.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/john_tolva.jpg -------------------------------------------------------------------------------- /images/kauffman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/kauffman.jpg -------------------------------------------------------------------------------- /images/kauffman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/kauffman.png -------------------------------------------------------------------------------- /images/kauffman2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/kauffman2.png -------------------------------------------------------------------------------- /images/nav_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/nav_hover.png -------------------------------------------------------------------------------- /images/neighbor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/neighbor.jpg -------------------------------------------------------------------------------- /images/networking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/networking.png -------------------------------------------------------------------------------- /images/palantir.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/palantir.jpg -------------------------------------------------------------------------------- /images/ron_conway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/ron_conway.png -------------------------------------------------------------------------------- /images/timeline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/timeline.gif -------------------------------------------------------------------------------- /images/timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/timeline.png -------------------------------------------------------------------------------- /images/turboTax.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/turboTax.jpg -------------------------------------------------------------------------------- /type/Gotham-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/type/Gotham-Bold.ttf -------------------------------------------------------------------------------- /data/GoogleTransit.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/data/GoogleTransit.zip -------------------------------------------------------------------------------- /data/RecCentersWeb.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/data/RecCentersWeb.zip -------------------------------------------------------------------------------- /images/1stplace-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/1stplace-01.png -------------------------------------------------------------------------------- /images/2ndprize-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/2ndprize-02.png -------------------------------------------------------------------------------- /images/3rdprize-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/3rdprize-03.png -------------------------------------------------------------------------------- /images/APPtimeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/APPtimeline.png -------------------------------------------------------------------------------- /images/BrightScope.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/BrightScope.jpg -------------------------------------------------------------------------------- /images/Detroit_seal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/Detroit_seal.jpg -------------------------------------------------------------------------------- /images/banner-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/banner-image.png -------------------------------------------------------------------------------- /images/banner-image.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/banner-image.psd -------------------------------------------------------------------------------- /images/institution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/institution.png -------------------------------------------------------------------------------- /images/institution.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/institution.psd -------------------------------------------------------------------------------- /images/main_nav_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/main_nav_bg.jpg -------------------------------------------------------------------------------- /images/main_nav_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/main_nav_bg.png -------------------------------------------------------------------------------- /images/ron_bouganim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/ron_bouganim.png -------------------------------------------------------------------------------- /images/seeClickFix.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/seeClickFix.jpg -------------------------------------------------------------------------------- /images/spending_img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/spending_img.jpg -------------------------------------------------------------------------------- /images/startup_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/startup_icon.png -------------------------------------------------------------------------------- /images/team_heading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/team_heading.png -------------------------------------------------------------------------------- /type/Gotham-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/type/Gotham-Medium.ttf -------------------------------------------------------------------------------- /data/HistoricDistrics.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/data/HistoricDistrics.zip -------------------------------------------------------------------------------- /images/WeatherChannel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/WeatherChannel.jpg -------------------------------------------------------------------------------- /images/aneesh_chopra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/aneesh_chopra.png -------------------------------------------------------------------------------- /images/caterina_fake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/caterina_fake.png -------------------------------------------------------------------------------- /images/challengelogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/challengelogo.png -------------------------------------------------------------------------------- /images/finishing_line.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/finishing_line.jpg -------------------------------------------------------------------------------- /images/finishing_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/finishing_line.png -------------------------------------------------------------------------------- /images/header_top_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/header_top_bg.jpg -------------------------------------------------------------------------------- /images/industry_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/industry_icon.png -------------------------------------------------------------------------------- /images/invitation-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/invitation-01.png -------------------------------------------------------------------------------- /images/peter_schwartz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/peter_schwartz.png -------------------------------------------------------------------------------- /images/background-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/background-banner.png -------------------------------------------------------------------------------- /data/HistoricDistrictsJSON.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/data/HistoricDistrictsJSON.zip -------------------------------------------------------------------------------- /images/accelerator_cfa_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/accelerator_cfa_03.png -------------------------------------------------------------------------------- /images/accelerator_cfa_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/accelerator_cfa_06.png -------------------------------------------------------------------------------- /images/accelerator_cfa_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/accelerator_cfa_07.png -------------------------------------------------------------------------------- /images/accelerator_cfa_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/accelerator_cfa_08.png -------------------------------------------------------------------------------- /images/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/glyphicons-halflings.png -------------------------------------------------------------------------------- /images/devtroit-badge-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/devtroit-badge-medium.png -------------------------------------------------------------------------------- /images/appchallenge-timeline-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/appchallenge-timeline-01.png -------------------------------------------------------------------------------- /images/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/Apps-for-Detroit/gh-pages/images/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function() { 2 | 3 | 4 | $('.advisorimages ul li img').popover({ 5 | placement: 'bottom', 6 | animation: false} 7 | ); 8 | 9 | // anchor scrolling 10 | var didScroll = true; 11 | 12 | var sections = $(".wrapper").each(function(index) { 13 | $(this).data("height", $(this).height()); 14 | }); 15 | var links = $(".subnav a"); 16 | 17 | $(".subnav").localScroll({ 18 | axis : "y", 19 | duration : 1000, 20 | easing : "easeInOutExpo", 21 | hash : true 22 | }); 23 | 24 | 25 | 26 | 27 | });; 28 | -------------------------------------------------------------------------------- /helpers.html: -------------------------------------------------------------------------------- 1 |
by fostering a new generation of government vendors that use the best practices from the modern technology industry.
6 |as Turbotax or SeeClickFix does, to provide better interfaces to government processes.
9 |to replace or provide an alternative to existing services,as a better Freecycle might help reduce the municipal waste burden.
12 |
69 |
70 | Our fantastic team of judges will be reviewing apps 93 | and naming the winners on August 1.
94 |