-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpast-storms.html
38 lines (34 loc) · 1.49 KB
/
past-storms.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
<!DOCTYPE html>
<html>
<head>
<title>Past Storms - ClearStreets</title>
<link href='styles/map.css' media='all' rel='stylesheet' type='text/css' />
<script src="/source/analytics_lib.js" type="text/javascript"></script>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
</head>
<body>
<div id="page">
<div class='content-simple'>
<div id='title'>
<ul id='header-nav'>
<li><a href="/">Home</a></li>
<li><a href='/about.html'>About</a></li>
<li>Past storms</li>
</ul>
</div>
<a href='/'><img src='/images/logo.png' alt='Chicago ClearStreets' /></a>
<hr />
<br>
<p>ClearStreets has tracked the plows in Chicago for every storm since Jan 20th, 2012. See how the plows in those storms were deployed.</p>
<h2><a href='/2012-2-24/'>Feb 24th, 2012</a></h2>
<p>Snowfall: 3.5 inches over 36 hours. Most of the snow turned to slush by mid-morning on the 24th.</p>
<h2><a href='/2012-2-13/'>Feb 13th, 2012</a></h2>
<p>Snowfall: 1-2 inches over 36 hours. The City's <a href="http://www.cityofchicago.org/content/city/en/depts/mayor/iframe/plow_tracker.html">Plow Tracker</a> was never turned on, but the plows were out on patrol looking for ice.</p>
<h2><a href='/2012-2-10/'>Feb 10th, 2012</a></h2>
<p>Snowfall: 1-2 inches over 36 hours. Plows focused more on salting streets instead of plowing.</p>
<h2><a href='/2012-1-20/'>Jan 20th, 2012</a></h2>
<p>Snowfall: 6-8 inches over 36 hours</p>
</div>
</div>
</body>
</html>