Skip to content

Commit

Permalink
splash
Browse files Browse the repository at this point in the history
  • Loading branch information
timkeane committed Jun 19, 2017
1 parent ba87d06 commit a848e80
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 75 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

ext {
appName = 'nyc-tile-example'
ver = 'v0.1.3-SNAPSHOT'
ver = 'v0.1.3'
pkgDir = "${buildDir}/${appName}/${ver}"
remoteDir = 'tiles'
}
Expand Down
208 changes: 137 additions & 71 deletions src/main/webapp/show/css/then-now.css

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

File renamed without changes
73 changes: 73 additions & 0 deletions src/main/webapp/show/img/nyc2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions src/main/webapp/show/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,22 @@
</head>
<body>
<h1>
<img src="img/nyc.svg" atl="maps.nyc.gov" onclick='document.location.reload();'>
<img src="img/nyc1.svg" atl="maps.nyc.gov" onclick='document.location.reload();'>
Then<span>&</span>Now
</h1>
<div id="map"></div>
<a class="ctl ctl-btn info" data-role="button" data-icon="none" data-iconpos="notext" onclick='document.location="../tiles/";'>
Info
</a>
<div id="splash">
<div>
<a><span class="noshow">Close</span></a>
<div class="content">
<div class="close"><a><span class="noshow">Close</span></a></div>
<img src="img/nyc2.svg" atl="NYC">
<div class="title"> Then<span>&amp;</span>Now </div>
<div class="msg">
shows the city from above as it’s grown and changed over time. Search any address and use the tools at right to swipe or fade between decades.
<div class="post">Post your screencaps!<br><span>#nycthen&amp;now</span></div>
</div>
</div>
</div>
<script>
Expand Down

0 comments on commit a848e80

Please sign in to comment.