Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
olivernyc committed Aug 4, 2018
0 parents commit f7c775d
Show file tree
Hide file tree
Showing 15 changed files with 5,130 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_STORE
9 changes: 9 additions & 0 deletions img/map/active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions img/map/linkNYC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions img/map/potential.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions img/map/supernode-potential.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions img/map/supernode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>

<head>
<title>
Slides
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/main.css" rel='stylesheet' />
</head>

<body>
<main class="ph4">
<div class="vh-100 w-100 pa5">
<div id="map-div-1" class="w-100 h-100 relative bg-light-gray "></div>
</div>
<div class="vh-100 w-100 pa5">
<div id="map-div-2" class="w-100 h-100 relative bg-light-gray "></div>
</div>
</main>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBNClp7oJsw-eleEoR3-PQKV23tpeW-FpE&libraries=visualization&callback=initMap" async defer></script>
<script src="/map.js"></script>
</body>

</html>
2 changes: 2 additions & 0 deletions main.css

Large diffs are not rendered by default.

Loading

0 comments on commit f7c775d

Please sign in to comment.