forked from codeforkansascity/civic-project-mapping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
153 lines (129 loc) · 5.32 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<title>Community KC</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap core CSS -->
<link href="index_files/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="index_files/navbar-static-top.css" rel="stylesheet">
<!-- Site-specific Navigation -->
<link rel="stylesheet" type="text/css" href="css/application.css">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]>
<script src="../../assets/js/ie8-responsive-file-warning.js"></script>
<![endif]-->
<script src="index_files/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style type="text/css">
dt,
dd {
float: left
}
dt {
clear: both
}
.filter-1 {
background-color: hsl(87, 64%, 42%);
}
</style>
</head>
<body>
<!-- Static navbar -->
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><span id="header-community">Community</span><span id="header-kc">KC</span>
<small id="header-tag-line">connecting projects, people, and resources</small>
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="http://goo.gl/forms/hMJYaqfv2o">Add Project</a>
</li>
<li><a href="/faq.html">FAQ</a>
</li>
<li><a href="/about.html">About</a>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-sm-9 col-xs-12 about">
<h1>WHAT IS THE COMMUNITYKC MAPPING TOOL?</h1>
<p>CommunityKC is an online community project mapping tool designed to help organizations: </p>
<ul class="task-list">
<li>
<strong>connect</strong> with each other
</li>
<li>
<strong>identify</strong> potential partners
</li>
<li>
<strong>become informed</strong> of local projects and initiatives
</li>
<li>
<strong>avoid duplication</strong> of efforts
</li>
<li>
<strong>network</strong> and share information
</li>
<li>
<strong>promote</strong> the good things occurring in Kansas City
</li>
</ul>
<p>The mapping tool was launched at the 2015 Community Development Workshop. Read about the launch in KC
Digital Drive’s article
<a href="http://www.kcdigitaldrive.org/article/community-projects-in-kc-theres-a-map-for-that/">
Community Projects in KC: There’s A Map for That.
</a>
</p>
<p>The community projects included in this map range in size from large projects like the redevelopment of a
closed neighborhood school to small projects like a community garden or an art installation on a vacant
lot. The projects are led by neighborhood organizations or are done in conjunction with a neighborhood
organization. </p>
<p>The projects highlighted in this map engage and empower residents to make a difference in their
community. </p>
<p>For more information email us at <a href="mailto:[email protected]">[email protected]</a> or call
us at 816.502.9584</p>
<br>
<center>
<img src="img/F_CCF.logotype+icon-500.jpg" alt="Community Capital Fund Logo">
</center>
</div>
</div>
</div>
<!-- /container -->
<!--
<footer class="footer">
<div class="container">
This is the footer.
</div>
</footer>
-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="index_files/jquery.js"></script>
<script src="index_files/bootstrap.js"></script>
</body>
</html>