forked from osmlab/onosm.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56ceaee
commit d8030db
Showing
2 changed files
with
128 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>On OpenStreetMap</title> | ||
<meta http-equiv='content-type' content='text/html; charset=utf-8' /> | ||
<link rel='stylesheet' type='text/css' href='../css/style.css' /> | ||
<link rel='stylesheet' type='text/css' href='../css/site.css' /> | ||
<link rel='stylesheet' type='text/css' href='../css/select2.css' /> | ||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.css" /> | ||
<!--[if lte IE 8]> | ||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.ie.css" /> | ||
<![endif]--> | ||
<script src="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.js"></script> | ||
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> | ||
<script src="../js/select2.min.js"></script> | ||
</head> | ||
<body> | ||
<div class='container pad2 margin2 col8'> | ||
<div class='pad2'> | ||
<img src='../img/osm.png' class='fl mr' alt='OpenStreetMap' /> | ||
<h2>On OpenStreetMap</h2> | ||
<p>OpenStreetMap is an open, global map used by people around the world | ||
to navigate and find local businesses and homes.<br /> | ||
It's easy and free to get on the map!</p> | ||
</div> | ||
|
||
<div class='col12 on-1 steps clearfix'> | ||
<div class='col4 center pad1 step-1'> | ||
<a href='#location'>Location</a> | ||
</div> | ||
<div class='col4 center pad1 step-2'> | ||
<a>Details</a> | ||
</div> | ||
<div class='col4 center pad1 step-3'> | ||
<strong>Done</strong> | ||
</div> | ||
</div> | ||
|
||
<div class='col12' id='address-step'> | ||
<div class='center pad2'> | ||
<h3 id='address-welcome'>Is your address missing from OpenStreetMap? No problem.</h3> | ||
<span id='instructions'>Start by telling us the street and city in which your home or business is located.</span> | ||
</div> | ||
<div class='col12'> | ||
<div class='pad1'> | ||
<form id='find'> | ||
<input class='col8' id='address' placeholder='West Main Street, Alexandria, VA' /> | ||
<button class='col4' id='findme'>Find Me!</button> | ||
</form> | ||
</div> | ||
<br /> | ||
<br /> | ||
<div class='col12' id='findme-map'></div> | ||
<p id="couldnt-find" style='display: none;'> | ||
<strong>We couldn't find your street.</strong> Try searching for just the city without the street. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class='col12 hide' id='collect-data-step'> | ||
<h3 class="center">Almost there...</h3> | ||
<p class="center">We found your location. Now fill us in on your address details.</p> | ||
<div class='col12'> | ||
<div class='margin3 col1'> | ||
<label for='number'>#</label> | ||
<input id='number' type='text' placeholder='123' /> | ||
</div> | ||
<div class='col5'> | ||
<label for='street'>Street</label> | ||
<input id='street' type='text' placeholder='West Main St' /> | ||
</div> | ||
</div> | ||
<div class='col12'> | ||
<div class='margin3 col4'> | ||
<label for='city'>City</label> | ||
<input id='city' type='text' placeholder='Alexandria' /> | ||
</div> | ||
<div class='col2'> | ||
<label for='postal_code'>Postal Code</label> | ||
<input id='postal_code' type='text' placeholder='22309' /> | ||
</div> | ||
|
||
</div> | ||
<button class='col12' id='collect-data-done'><h4>Done!</h4></button> | ||
</div> | ||
|
||
<div class='col12 pad2 hide' id='confirm-step'> | ||
<p> | ||
<strong>Thanks!</strong> An OpenStreetMap volunteer will add your data to the map soon. | ||
</p> | ||
<p> | ||
Did you know you can add your own data to the map and skip the wait? | ||
It's very easy to get started <a href="http://openstreetmap.org/edit">editing OSM</a> | ||
in your browser. | ||
</p> | ||
</div> | ||
</div> | ||
<script src='../js/site.js'></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters