-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
84 lines (69 loc) · 4.34 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon" href="images/icon.png"/>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<meta property="og:image" content="images/fb.jpg"/>
<meta property="og:description" content="Check out the new mobile & web app at http://StopWatchNYC.com to find out how many people were stopped & frisked near your home #BloombergActNow"/>
<title>NYC Stop Watch - 2011 Stop and Frisk stops</title>
<script src='assets/wax/ext/modestmaps.min.js' type='text/javascript'></script>
<script src='assets/wax/dist/wax.mm.js' type='text/javascript'></script>
<link href='assets/wax/theme/controls.css' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="assets/geo-autocomplete/lib/jquery.autocomplete_geomod.js"></script>
<script type="text/javascript" src="assets/geo-autocomplete/geo_autocomplete.js"></script>
<link rel="stylesheet" type="text/css" href="assets/geo-autocomplete/lib/jquery.autocomplete.css" />
<script src="http://better-geolocation-api.googlecode.com/files/geolocation.js"></script>
<script src="assets/geo/jquery.geolocation.js"></script>
<script type="text/javascript" src="js/markerClip.js"></script>
<script type="text/javascript" src="js/stopfrisk.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-29846792-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<a href="#" id="sidebar-open">More information</a>
<div id='sidebar'>
<a class="close" id="sidebar-close" href="#">Close</a>
<h2 class="site-title">Stop Watch - Ensuring Real Reform of Stop and Frisk in NYC - A Project of NYC Public Advocate Bill DeBlasio</h2>
<p><big><strong>Each pin on the map represents one of the nearly 700,000 stops made by the NYPD in 2011. </big></strong>Under Mayor Bloomberg's watch, police stops have increased by 600%, poisoning the relationship between communities and police.</p>
<p><strong>See stops near you:</strong></p>
<div><input type="button" id="geocode" value="Get my Location" /></div>
<p>Or enter an address:</p>
<input type="text" id="select" />
<!--<div class="description">Suggestions will appear as you type. Add as little, or as much information as you like. For example: "Manhattan" or "10458" or "128 E. Broadway 10002".</div>-->
<div id="within-radius"></div>
<!--<p>Zoom and and scroll over the map for more details on each stop. For a street view of each location, simply click on the pin.</p>-->
<p>
<strong>TAKE ACTION</strong><br/>
<a href="http://bloombergactnow.com/" class="click-here-link" target = "_blank">Click here.</a> Sign the petition demanding real reform and a dramatic reduction in the number of unwarranted stops.</p>
<div class="share-wrapper">
<p class="share-title"><strong>SHARE THIS</strong><br/>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fb6ba9e5a4083b9"></script>
<!-- AddThis Button END -->
</p>
</div>
<div class="by-ad">Infographic by <a href="http://albatrossdigital.com" title="Albatross Digital - Strategic website design and development">Albatross Digital</a></div>
</div>
<div id='mymap'></div>
</body>
</html>