-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (102 loc) · 2.62 KB
/
index.html
File metadata and controls
103 lines (102 loc) · 2.62 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<html>
<head>
<meta charset=utf-8 />
<title>Mapping Project Examples - Open Data Delaware</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<link rel="stylesheet" href="main.css" type="text/css" >
</head>
<body>
<h1>Mapping Projects</h1>
<!-- Manual listing for now -->
<div class="container" >
<div class="item" >
<a class="item-link" href="child_care_centers.html" >
<span class="item-contents" >
<h2>Child Care Centers </h2>
<h3> An Open Data Delaware Project</h3>
</span>
</a>
</div>
<div class="item" >
<a class="item-link" href="coastal_cleanup.html">
<span class="item-contents" >
<h2>Coastal Cleanup </h2>
<h3> An Open Data Delaware Project</h3>
</span>
</a>
</div>
<div class="item" >
<a class="item-link" href="historic_districts.html">
<span class="item-contents" >
<h2>Historic Districts </h2>
<h3>An Open Data Delaware Project</h3>
</span>
</a>
</div>
<div class="item" >
<a class="item-link" href="2016_pres_election_results.html">
<span class="item-contents" >
<h2>2016 Presidential Election Results</h2>
<h3>An Open Data Delaware Project</h3>
</span>
</a>
</div>
<div class="item" >
<a class="item-link" href="municipalities.html">
<span class="item-contents" >
<h2>Municipalities</h2>
<h3>An Open Data Delaware Project</h3>
</span>
</a>
</div>
<div class="item" >
<a class="item-link" href="outdoor_recreation_areas.html">
<span class="item-contents" >
<h2>Outdoor Recreation Areas</h2>
<h3>An Open Data Delaware Project</h3>
</span>
</a>
</div>
<div class="item" >
<a class="item-link" href="school_districts.html">
<span class="item-contents" >
<h2>School Districts</h2>
<h3>An Open Data Delaware Project</h3>
</span>
</a>
</div>
<div class="item" >
<a class="item-link" href="school_feeder_patterns.html">
<span class="item-contents" >
<h2>School Districts Feeder Patterns (First Grade)</h2>
<h3>An Open Data Delaware Project</h3>
</span>
</a>
</div>
<div class="item" >
<a class="item-link" href="urban_areas.html">
<span class="item-contents" >
<h2>Urban Areas</h2>
<h3>An Open Data Delaware Project</h3>
</span>
</a>
</div>
<div class="item" >
<a class="item-link" href="green_energy_grants.html">
<span class="item-contents" >
<h2>Green Energy Grants</h2>
<h3>An Open Data Delaware Project</h3>
</span>
</a>
</div>
<div class="item" >
<a class="item-link" href="parking_map.html">
<span class="item-contents" >
<h2>Wilmington Parking Map</h2>
<h3>An Open Data Delaware Project</h3>
</span>
</a>
</div>
</div>
</body>
</html>