forked from derekeder/FusionTable-Map-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
97 lines (93 loc) · 4.98 KB
/
about.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
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Network 9 Resource Directory</title>
<link rel="icon" href="images/n9.png">
<meta charset='utf-8' />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta content='' name='description' />
<meta content='' name='author' />
<!-- Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/custom.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script type="text/javascript" src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class='navbar navbar-default navbar-static-top'>
<div class='container-fluid'>
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class='navbar-brand' id='logo-img' href='index.html'><img src='images/n9.png' title='Network 9 Resource Directory' alt='Network 9 Resource Directory' style='height: 40px; margin-top: -10px;'/> Network 9 Community Resource Directory</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html"><i class='fa fa-map-marker'></i> Map</a></li>
<li class='active'><a href="about.html"><i class='fa fa-info-circle'></i> About</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class='container-fluid'>
<div class='row'>
<div class='col-md-2'>
</div>
<div class='col-md-8'>
<h1>Instructions</h1>
<p>Search for services by name or by address with the relevant search bars.</p>
<p>Specify what type of service you are searching for with the checkboxes.</p>
<p>Click on "list view" to view results as a list and on "map view" to change back.</p>
<h1>About this Map</h1>
</div>
</div>
<div class='row'>
<div class='col-md-2'>
</div>
<div class='col-md-4'>
<h2>Objectives</h2>
<p>The key objective of this map is to make resources on the South Side of Chicago more visible for schools, families, and students. We hope to raise awareness among people and organizations regarding the resources available in their community, and encourage them to reach out to these resources for support, thus allowing for the creation of supportive partnerships and the development of stronger relationships within the community.</p>
<p>Through this map, we hope to promote a needs-based rather than an assets-based approach to community building; we focus on recognizing the actual needs of the community and leveraging the assets which are already in place.</p>
<p></p>
</div>
<div class='col-md-4'>
<h2>Scope of the Map</h2>
<p>This map includes community resources falling under the following key categories:
<li>Academic supports</li>
<li>Mental health</li>
<li>Physical health</li>
<li>Parental and guardian support</li>
<li>Youth support</li></p>
<p></p>
<p>The map encompasses the geographic areas of:
<li>Hyde Park</li>
<li>Woodlawn</li>
<li>Bronzeville</li>
<li>Fuller Park</li>
<li>Kenwood</li>
<li>Washington Park</li>
<li>Surrounding locations in South Chicago</li></p>
</div>
</div>
<div class='row'>
<div class='col-md-2'>
</div>
<div class='col-md-8'>
<h2>Background of the Project</h2>
<p>This map was created as a resource for Chicago Public Schools Network 9, for the use of the [number] schools within the network. However, we have further expanded it to make this tool available to the community at large. We hope that by making this data publicly accessible through a simple and easy-to-use interface, a wider audience will be able to benefit from this valuable resource.</p>
<h2>Contact</h2>
<p>If you would like to suggest an addition or correction for this map, please contact [placeholder] at [placeholder email].</p>
<p>Made possible by <a href="http://derekeder.com">Derek Eder's</a> <a href="http://derekeder.com/searchable_map_template/">Searchable Map Template</a> using <a href="https://support.google.com/fusiontables/answer/2571232?hl=en&ref_topic=1652595">Google Fusion Tables</a></p>
</div>
</div>
</div>
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>