Skip to content
This repository was archived by the owner on Nov 4, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5,909 changes: 0 additions & 5,909 deletions css/bootstrap.css

This file was deleted.

845 changes: 0 additions & 845 deletions css/bootstrap.min.css

This file was deleted.

Binary file removed fonts/glyphicons-halflings-regular.eot
Binary file not shown.
228 changes: 0 additions & 228 deletions fonts/glyphicons-halflings-regular.svg

This file was deleted.

Binary file removed fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file removed fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file removed img/blue-dollar.png
Binary file not shown.
Empty file modified img/close.gif
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/grey.png
Binary file not shown.
Binary file removed img/healthychicago.jpg
Binary file not shown.
Binary file removed img/orange.png
Binary file not shown.
Binary file removed img/red-dot.png
Binary file not shown.
18 changes: 10 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" media="screen">
<style>
body { padding-bottom: 75px; }
.google-map-canvas,
Expand All @@ -20,9 +20,11 @@
.dropdown-menu > li > a { color:#aaa; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {background-color:#fff; color:#333; text-decoration:none;}
</style>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/ltIE9.min.js"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
Expand Down Expand Up @@ -116,15 +118,15 @@ <h4 class="modal-title">Learn More</h4>
</div>
</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script>
window.jQuery
|| document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')
</script>
<script src="//maps.googleapis.com/maps/api/js?key=AIzaSyBoLtwZuTU86R_YGAUISPOX73ienTJTbYs&sensor=true"></script>
<script src="//maps.googleapis.com/maps/api/js?sensor=true"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<!-- All JS files below are included in 'main.min.js' file -->
<script src="js/jquery-migrate-1.2.1.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/date.js"></script>
<script src="js/jquery.icalendar.js"></script>
<script src="js/infobox.js"></script>
Expand All @@ -150,4 +152,4 @@ <h4 class="modal-title">Learn More</h4>
})();
</script>
</body>
</html>
</html>
Loading