Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Adding build to github pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedgar1mx committed Sep 26, 2019
1 parent c1486e5 commit 2aff57f
Show file tree
Hide file tree
Showing 12 changed files with 130 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ bower_components

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
dist

# Dependency directories
node_modules/
Expand Down
Binary file added dist/favicon.61b2b4ba.ico
Binary file not shown.
Binary file added dist/fire-hydrant-broke.ec301d34.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/fire-hydrant-inspected.10dadf11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/fire-hydrant-not-inspected.d80ca877.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
124 changes: 124 additions & 0 deletions dist/hydrant-dashboard.57a9e2d0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/hydrant-dashboard.57a9e2d0.js.map

Large diffs are not rendered by default.

Binary file added dist/hydrants.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><title>Hydrant Dashboard | City of Detroit</title><meta name="description" content="Dashboard to monitor hydrant survelling in the City of Detroit."><meta name="author" content="Edgar Montes"><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"><link rel="shortcut icon" type="image/png" href="favicon.61b2b4ba.ico"><link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"><link href="https://api.mapbox.com/mapbox-gl-js/v0.39.1/mapbox-gl.css" rel="stylesheet"><link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v2.0.1/mapbox-gl-geocoder.css" type="text/css"><link href="styles.2f53f504.css" rel="stylesheet"><script src="https://code.jquery.com/jquery-1.12.4.js"></script><script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script></head><body> <section id="initial-loader-overlay" class="active"> <article> <div> <div class="loader"> <div class="loader__bar"></div> <div class="loader__bar"></div> <div class="loader__bar"></div> <div class="loader__bar"></div> <div class="loader__bar"></div> <div class="loader__ball"></div> </div> <p>LOADING</p> </div> </article> </section> <section id="alert-overlay"> <article> <span class="close">x</span> <div></div> </article> </section> <section id="drill-down-overlay"> <article> <span class="close">x</span> <div></div> </article> </section> <input type="checkbox" id="menu"> <label for="menu" class="menu"> <span></span> <span></span> <span></span> MENU </label> <nav class="nav"> <ul> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Contact</a></li> </ul> </nav> <header> <section id="logo"> <article> <img src="logo-220x220.94e4c79c.jpg" alt="City of Detroit"> </article> </section> <section class="filter"> <article> <label for="start-date"> START <input id="start-date" type="text" name="start-date" value="" placeholder="Enter starting date"> </label> </article> </section> <section class="filter"> <article> <label for="end-date"> END <input id="end-date" type="text" name="end-date" value="" placeholder="Enter end date"> </label> </article> </section> <section class="filter"> <article> <label for="company"> COMPANY <input id="company" type="text" list="company-list" name="company" placeholder="Enter company" value=""> <datalist id="company-list"> </datalist> </label> </article> </section> <section class="filter"> <article> <button id="query">FILTER</button> </article> </section> </header> <main> <section class="data-panel"> <section class="breadcrumbs"> <article class="inner"> <ul class="cf"> <li><a href="#"><span>1</span><span>City</span></a></li> </ul> </article> </section> <section class="top-numbers"> <article> <div> INSPECTED <br><span id="surveyed-num">0</span> </div> </article> <article> <div> NOT INSPECTED <br><span id="not-surveyed-num">0</span> </div> </article> <article> <div> INOPERABLE <br><span id="not-working-num">0</span> </div> </article> </section> <section class="tabular-data"> <article class="companies-snapshots active"></article> <article class="tabular-titles"></article> <article class="tabular-body"></article> <article class="blocks-body"></article> </section> </section> <section class="map-panel"> <article id="map"></article> </section> </main> <script src="hydrant-dashboard.57a9e2d0.js"></script>
</body></html>
Binary file added dist/logo-220x220.94e4c79c.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions dist/styles.2f53f504.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/styles.2f53f504.css.map

Large diffs are not rendered by default.

0 comments on commit 2aff57f

Please sign in to comment.