forked from zmon/Code-for-America-Projects-Hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCfAprojectsHub.htm
447 lines (428 loc) · 26.6 KB
/
CfAprojectsHub.htm
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
<!DOCTYPE html>
<html lang="en">
<head>
<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="Code for America. Projects Hub. Add a project. Find a project to code.">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>Projects Hub. Code for America.</title>
<!-- Bootstrap relase 3 core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Project Hub custom styles -->
<link href="css/cfa-projects-hub.css" rel="stylesheet">
<!-- 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]-->
</head>
<body>
<header>
<div class="container-fluid">
<div class="row">
<div class="col-xs-3 col-lg-2">
<img class="OK-logo" src="images/CfA_logo_132x53.png" width="132" height="53" alt="Code for America ">
</div>
<div class="col-xs-9 col-lg-6">
<h1>Projects Hub <br />
<small>and where you can help</small>
</h1>
</div>
</div>
</div>
</header>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 OK-banner">
<span class="OK-banner-message">select a project to work on</span>
<span class="pull-right"><span class="OK-banner-message">or</span>
<a href="https://docs.google.com/forms/d/1H62GmD35j1kwHYcX7r8jT8Gwj3dm8d-SZBVV_H9oz9s/viewform"><span class="glyphicon glyphicon-plus-sign"></span> add your civic idea to code</a></span>
</div>
</div>
</div>
<!-- map and filters container -->
<div class="container-fluid">
<div class="row">
<!-- help filter container -->
<div class="col-xs-12 col-md-4 OK-no-padding">
<aside class="OK-filter-panel">
<section class="OK-filter-help">
<h5 class="OK-filter-help-section-title">Help Wanted</h5>
<ul class="list-unstyled list-inline">
<li class="OK-filter-section-title">Definition</li>
<li><a>research <span class="badge bg-semitransp">1</span></a></li>
<li><a>story <span class="badge bg-semitransp">3</span></a></li>
<li><a>requirements <span class="badge bg-semitransp">#</span></a></li>
<li><a>workflow <span class="badge bg-semitransp">#</span></a></li>
<li><a>info architecture <span class="badge bg-semitransp">#</span></a></li>
<li><a>mockup <span class="badge bg-semitransp">#</span></a></li>
<li><a>visual design <span class="badge bg-semitransp">#</span></a></li>
<li><a>prototype <span class="badge bg-semitransp">#</span></a></li>
</ul>
<ul class="list-unstyled list-inline">
<li class="OK-filter-section-title"></> Code</li>
<li><a>AppML <span class="badge bg-semitransp">#</span></a></li>
<li><a>ASP <span class="badge bg-semitransp">#</span></a></li>
<li><a>HTML/CSS <span class="badge bg-semitransp">#</span></a></li>
<li><a>Geo Map <span class="badge bg-semitransp">#</span></a></li>
<li><a>Java <span class="badge bg-semitransp">#</span></a></li>
<li><a>Javascript <span class="badge bg-semitransp">#</span></a></li>
<li><a>Jquery <span class="badge bg-semitransp">#</span></a></li>
<li><a>PHP <span class="badge bg-semitransp">#</span></a></li>
<li><a>Python <span class="badge bg-semitransp">#</span></a></li>
<li><a>Ruby <span class="badge bg-semitransp">#</span></a></li>
<li><a>SQL <span class="badge bg-semitransp">#</span></a></li>
<li><a>Other <span class="badge bg-semitransp">#</span></a></li>
</ul>
<ul class="list-unstyled list-inline">
<li class="OK-filter-section-title">Data</li>
<li><a>data entry <span class="badge bg-semitransp">#</span></a></li>
<li><a>data scraping <span class="badge bg-semitransp">#</span></a></li>
</ul>
<ul class="list-unstyled list-inline">
<li class="OK-filter-section-title">Analysis</li>
<li><a>usability <span class="badge bg-semitransp">#</span></a></li>
<li><a>data analytics <span class="badge bg-semitransp">#</span></a></li>
</ul>
</section>
</aside>
</div>
<!-- civic category filter container -->
<div class="col-xs-12 col-md-4 OK-no-padding">
<aside class="OK-filter-panel">
<section class="OK-filter-civic">
<h5 class="OK-filter-section-title">Civic Need</h5>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Budget <span class="badge bg-semitransp">1</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Community <span class="badge bg-semitransp">17</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Culture <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Education <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Health <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">History <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Housing <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Infractructure <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Politics <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Policing and Safety <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Recreation <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Sustainability <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Transparency <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Transportation <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Other <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value=""> <span class="glyphicon glyphicon-hand-up"></span> Civic request <span class="badge bg-semitransp">#</span></label>
</div>
</section>
<section class="OK-filter-CfA">
<h5 class="OK-filter-section-title">Code for America tools</h5>
<div class="checkbox-inline OK-form-control-indented">
<label><input type="checkbox" value="">Code for America <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Brigade tool <span class="badge bg-semitransp">#</span></label>
</div>
<div class="checkbox-inline">
<label><input type="checkbox" value="">Code for All <span class="badge bg-semitransp">#</span></label>
</div>
</section>
</aside>
</div>
<!-- map container -->
<div class="col-xs-12 col-md-4 OK-no-padding">
<aside class="OK-filter-panel">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d396369.7968760607!2d-94.5757195!3d39.091919000000004!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sus!4v1424987049127" frameborder="0" class="OK-project-map">
</iframe>
<p class="OK-map-controls">View projects in: <a href="#">Current City</a> | <a href="#">Nation</a> | <a href="#">All</a></p>
</aside>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<!-- filter info -->
<div class="col-xs-12 OK-no-padding">
<section class="OK-search-results-display clearfix">
<div class="form-group pull-right">
<label for="sort-by" class="OK-sort-by-label">Sort projects by:</label>
<br>
<select id="sort-by">
<option>Active this week</option>
<option>Starred</option>
<option>Watched</option>
<option>Commented</option>
<option>Contributors</option>
<option>Online</option>
</select>
</div>
<span class="OK-search-results-number">25</span>
<ul class="list-inline list-unstyled pull-left OK-filter-breadcrumbs">
<li>projects in</li>
<li>Kansas City</li>
<li>filter breadcrumb 2</li>
<li>filter breadcrumb 3</li>
<li>filter breadcrumb 4</li>
<li><span class="glyphicon glyphicon-remove" title="remove this filter"></span></li>
</ul>
</section>
</div>
</div>
</div>
<!-- main content -->
<div class="container-fluid">
<div class="row">
<!-- project card template -->
<div class="col-xs-12 col-sm-6 col-md-4">
<article class="OK-project-card OK-project-card-prototype clearfix">
<section class="OK-project-card-head">
<!-- list of deployed cities, or country, or global. examples: Kansas City, San Francisco, USA, Global -->
<ul class="list-inline list-unstyled text-center clearfix">
<li>project city</li>
</ul>
</section>
<!-- project description -->
<section class="OK-project-description">
<!-- project title and subtitle-->
<h4>Project Title<br>
<small>Project Subtitle</small>
</h4>
<!-- project civic category .bg-civic or .bg-CfA -->
<p class="OK-project-category OK-tag bg-civic">Civic category</p>
<!-- project goals -->
<p class="OK-project-goals">The first paragraph from GitHb readme. Project goals. One paragraph of text describing why people need to use this app/website. The first four lines of text are displayed in the card view. The rest is available in details.
</p>
<p class="OK-link-view-project"><a href="#">view project details</a></p>
</section>
<!-- project social badges -->
<section class="OK-project-badges small clearfix">
<ul class="list-inline list-unstyled clearfix">
<li title="Project stars on GitHub"><span class="glyphicon glyphicon-star OK-star-gold"></span><span class="badge OK-badge-inverse">#</span></li>
<li title="Project followers on GitHub"><span class="glyphicon glyphicon-eye-open"></span><span class="badge OK-badge-inverse">#</span></li>
<li><a href="#" title="View project comments"><span class="glyphicon glyphicon-comment"></span></a><span class="badge OK-badge-inverse">#</span></li>
<li><span class="glyphicon glyphicon-hand-up" title="Project requested by civic organization"></span></li>
<li><span class="glyphicon glyphicon-ok" title="Project validated by research"></span></li>
</ul>
</section>
<!-- project technology and where help is needed -->
<section class="OK-project-data small"> <a class="pull-right btn-link disabled">Not online yet</a>
<p class="OK-tag bg-gray">platform</p>
<p title="Technology stack"><span class="OK-tag bg-gray"></></span>technology stack </p>
<span title="Help needed" class="OK-tag bg-darkyellow">Help Wanted:</span>
<section class="OK-help-wanted">
<p><a>links to issues on GitHub where the help is wanted</a></p>
</section>
</section>
<!-- project on hold banner (hidden for active projects
<p class="OK-project-onhold-message">On Hold<br>
Reason: to demonstrate On Hold message</p>
-->
<!-- project contributors -->
<section class="OK-project-contributors clearfix"> <ul class="list-inline list-unstyled OK-project-contributors-thumbs pull-left">
<li><img src="images/person_thumb_40x40.png" class="img-circle" width="40" height="40" alt="Project contributor"><span class="glyphicon glyphicon-flag OK-project-leader-badge" title="Project leader"></span></li>
<li><img src="images/person_thumb_40x40.png" class="img-circle" width="40" height="40" alt="Project contributor"></li>
</ul>
<!-- number of contributors -->
<span class="badge pull-left bg-semitransp">#</span> </section>
</article>
</div>
<!-- project card example: Community KC -->
<div class="col-xs-12 col-sm-6 col-md-4">
<article class="OK-project-card clearfix">
<section class="OK-project-card-head" style="background:url('https://cloud.githubusercontent.com/assets/10410203/6736267/bd3309ac-ce31-11e4-905b-aef21486975f.png'); background-size: cover; background-position:top center;">
<!-- list of deployed cities, or country, or global. examples: Kansas City, San Francisco, USA, Global -->
<ul class="list-inline list-unstyled text-center clearfix">
<li>Kansas City</li>
</ul>
</section>
<!-- project description -->
<section class="OK-project-description">
<!-- project title and subtitle-->
<h4>Community KC<br>
<small>Map of projects funded by Community Capital Fund</small>
</h4>
<!-- project civic category .bg-civic or .bg-CfA -->
<p class="OK-project-category OK-tag bg-civic">Community</p>
<!-- project goals -->
<p class="OK-project-goals">The Community Capital Fund and our partners have realized through our work that a map of existing community-based projects does not exist and that often, neighborhood associations and organizations are not aware of projects/programs occurring near them, and often do not know of other organizations doing similar work. CCF believes that neighborhoods that partner with and learn from others doing similar work will have greater capacity, opportunities, and resources to carry out their work; will have a greater impact on community development and revitalization than when working in a silo; and will have a more sustained, long-term impact.
</p>
<p class="OK-link-view-project"><a href="CfAprojectPageCommunityKC.htm">view project details</a></p>
</section>
<!-- project social badges -->
<section class="OK-project-badges small clearfix">
<ul class="list-inline list-unstyled clearfix">
<li title="Project stars on GitHub"><span class="glyphicon glyphicon-star OK-star-gold"></span><span class="badge OK-badge-inverse">1</span></li>
<li title="Project followers on GitHub"><span class="glyphicon glyphicon-eye-open"></span><span class="badge OK-badge-inverse">7</span></li>
<li><a href="#" title="View project comments"><span class="glyphicon glyphicon-comment"></span></a><span class="badge OK-badge-inverse">#</span></li>
<li><span class="glyphicon glyphicon-hand-up" title="Project requested by civic organization"></span></li>
<li><span class="glyphicon glyphicon-ok" title="Project validated by research"></span></li>
</ul>
</section>
<!-- project technology and where help is needed -->
<section class="OK-project-data small"> <a class="pull-right btn-link" href="http://communitykc.org/">Online</a>
<p class="OK-tag bg-gray">Web App</p>
<p title="Build"><span class="OK-tag bg-gray"></></span> JavaScript, HTML, CSS</p>
<span title="Help needed" class="OK-tag bg-darkyellow">Help Wanted:</span>
<section class="OK-help-wanted">
<p><a href="https://github.com/codeforkansascity/civic-project-mapping/issues/58">Organizations with multiple locations, what is the best way to input and display.</a></p>
<p><a href="https://github.com/codeforkansascity/civic-project-mapping/issues/56">When there are to many pins on the map, cluster them. </a></p>
<p><a href="https://github.com/codeforkansascity/civic-project-mapping/issues/54">Consider BootLeaf</a></p>
<p><a href="https://github.com/codeforkansascity/civic-project-mapping/issues/52">Make it easier to change the Question Labels </a></p>
<p><a href="https://github.com/codeforkansascity/civic-project-mapping/issues/31">Test usage on phones </a></p>
<p><a href="https://github.com/codeforkansascity/civic-project-mapping/issues/29">Search by project name</a></p>
<p><a href="https://github.com/codeforkansascity/civic-project-mapping/issues/27">Usability/Interaction Design/Visual Design/Information Architecture </a></p>
<p><a href="https://github.com/codeforkansascity/civic-project-mapping/issues/26">Update About page</a></p>
<p><a href="https://github.com/codeforkansascity/civic-project-mapping/issues/24">Add neighborhood names on the map. </a></p>
<p><a href="https://github.com/codeforkansascity/civic-project-mapping/issues/20">satellite/earth view/street view</a></p>
<p><a href="https://github.com/codeforkansascity/civic-project-mapping/issues/14">Add a project detail page</a></p>
</section>
</section>
<!-- project on hold banner (hidden for active projects
<p class="OK-project-onhold-message">On Hold<br>
Reason: to demonstrate On Hold message</p>
-->
<!-- project contributors -->
<section class="OK-project-contributors clearfix">
<a href="https://github.com/codeforkansascity/civic-project-mapping/graphs/contributors" title="Project contributors">
<ul class="list-inline list-unstyled OK-project-contributors-thumbs pull-left">
<li><img src="https://avatars1.githubusercontent.com/u/447024?v=3&s=460" class="img-circle" width="40" height="40" alt="Project contributor"><span class="glyphicon glyphicon-flag OK-project-leader-badge" title="Project leader"></span></li>
<li><img src="https://avatars1.githubusercontent.com/u/4423980?v=3&s=460" class="img-circle" width="40" height="40" alt="Project contributor"></li>
<li><img src="https://avatars1.githubusercontent.com/u/9424270?v=3&s=460" class="img-circle" width="40" height="40" alt="Project contributor"></li>
<li><img src="https://avatars2.githubusercontent.com/u/5474002?v=3&s=460" class="img-circle" width="40" height="40" alt="Project contributor"></li>
</ul>
</a>
<!-- number of contributors -->
<span class="badge pull-left bg-semitransp">4</span> </section>
</article>
</div>
<!-- project card example: Projects Hub -->
<div class="col-xs-12 col-sm-6 col-md-4">
<article class="OK-project-card clearfix">
<section class="OK-project-card-head" style="background:url('https://cloud.githubusercontent.com/assets/10410203/6722567/201f8f32-cdaa-11e4-9fc4-01b66f0d1a95.png'); background-size: cover; background-position:top center;">
<!-- list of deployed cities, or country, or global. examples: Kansas City, San Francisco, USA, Global -->
<ul class="list-inline list-unstyled text-center clearfix">
<li>Kansas City</li>
</ul>
</section>
<!-- project description -->
<section class="OK-project-description">
<!-- project title -->
<h4>Code for America Projects Hub<br>
<small>and where you can help</small></h4>
<!-- project civic category .bg-civic or .bg-CfA -->
<p class="OK-project-category OK-tag bg-CfA">Code for America Brigade Tool</p>
<!-- project goals -->
<p class="OK-project-goals">To help brigade members to find projects to work on. Multi-brigade collaboration. New members onboarding. Let public contribute ideas. Karma. Code for America scope view. Provide filtered and sorted card list of projects and ideas for development. The list should be available nation-wide and by city.
</p>
<p class="OK-link-view-project"><a href="CfAprojectPage.htm">view project details</a></p>
</section>
<!-- project social badges -->
<section class="OK-project-badges small clearfix">
<ul class="list-inline list-unstyled clearfix">
<li title="Project stars on GitHub"><span class="glyphicon glyphicon-star OK-star-gold"></span><span class="badge OK-badge-inverse">2</span></li>
<li title="Project followers on GitHub"><span class="glyphicon glyphicon-eye-open"></span><span class="badge OK-badge-inverse">8</span></li>
<li><a href="https://github.com/codeforkansascity/Code-for-America-Projects-Hub/issues/21" title="View project comments"><span class="glyphicon glyphicon-comment"></span></a><span class="badge OK-badge-inverse">1</span></li>
<li><span class="glyphicon glyphicon-hand-up" title="Project requested by civic organization"></span></li>
<li><span class="glyphicon glyphicon-ok" title="Project validated by research"></span></li>
</ul>
</section>
<!-- project technics and where help is needed -->
<section class="OK-project-data small"> <a class="pull-right btn-link" href="http://codeforkc.org/Code-for-America-Projects-Hub/prototype/CfAprojectPage.htm">Prototype</a>
<p class="OK-tag bg-gray" title="Platform">Web App</p>
<p title="Build"><span class="OK-tag bg-gray"></></span> HTML, CSS </p>
<span title="Help wanted" class="OK-tag bg-darkyellow">Help Wanted:</span>
<section class="OK-help-wanted">
<p><a title="View issue on GitHub" href="https://github.com/codeforkansascity/Code-for-America-Projects-Hub/issues/17">Projects Hub filter. Where does the data come from?</a></p>
<p><a title="View issue on GitHub" href="https://github.com/codeforkansascity/Code-for-America-Projects-Hub/issues/16">Script to display entered project data from Google spreadsheet in Google form to edit the data</a></p>
<p><a title="View issue on GitHub" href="https://github.com/codeforkansascity/Code-for-America-Projects-Hub/issues/11">Add infinite scroll to the hub</a></p>
<p><a title="View issue on GitHub" href="https://github.com/codeforkansascity/Code-for-America-Projects-Hub/issues/7">Usability evaluation</a></p>
<p><a title="View issue on GitHub" href="https://github.com/codeforkansascity/Code-for-America-Projects-Hub/issues/8">Custom labels for repo issues</a></p>
<p><a title="View issue on GitHub" href="https://github.com/codeforkansascity/Code-for-America-Projects-Hub/issues/9">Project card data. Where does the data come from?</a></p>
<p><a title="View issue on GitHub" href="https://github.com/codeforkansascity/Code-for-America-Projects-Hub/issues/6">Coding projects filter</a></p>
<p><a title="View issue on GitHub" href="https://github.com/codeforkansascity/Code-for-America-Projects-Hub/issues/4">Map geolocation filter</a></p>
</section>
</section>
<!-- project on hold banner (hidden for active projects
<p class="OK-project-onhold-message">On Hold<br>
Reason: ...</p> -->
<!-- project contributors -->
<section class="OK-project-contributors clearfix">
<a href="https://github.com/codeforkansascity/Code-for-America-Projects-Hub/graphs/contributors" title="Project contributors">
<ul class="list-inline list-unstyled OK-project-contributors-thumbs pull-left">
<li><img src="https://avatars2.githubusercontent.com/u/10410203?v=3&s=460" class="img-circle" width="40" height="40" alt="Project contributor"><span class="glyphicon glyphicon-flag OK-project-leader-badge" title="Project leader"></span></li>
<li><img src="https://avatars1.githubusercontent.com/u/447024?v=3&s=460" class="img-circle" width="40" height="40" alt="Project contributor"></li>
<li><img src="https://avatars1.githubusercontent.com/u/212227?v=3&s=460" class="img-circle" width="40" height="40" alt="Project contributor"></li>
<li><img src="https://avatars3.githubusercontent.com/u/3280502?v=3&s=460" class="img-circle" width="40" height="40" alt="Project contributor"></li>
<li><img src="https://avatars0.githubusercontent.com/u/2244915?v=3&s=460" class="img-circle" width="40" height="40" alt="Project contributor"></li>
</ul>
</a>
<span class="badge bg-semitransp pull-left">5</span>
</section>
</article>
</div>
<!-- idea card -->
<div class="col-xs-12 col-sm-6 col-md-4">
<article class="OK-project-card OK-project-card-prototype OK-project-card-idea clearfix">
<section class="OK-project-card-head">
<!-- list of deployed cities, or country, or global. examples: Kansas City, San Francisco, USA, Global -->
<ul class="list-inline list-unstyled text-center clearfix">
<li>project city</li>
</ul>
</section>
<!-- project description -->
<section class="OK-project-description">
<!-- idea title -->
<h4>Project Idea Title<br>
<small>Project idea subtitle</small></h4>
<!-- idea civic category .bg-civic or .bg-CfA -->
<p class="OK-project-category OK-tag bg-civic">Civic category</p>
<!-- project goals -->
<p class="OK-project-goals">Project goals.</p>
<p class="OK-link-view-project"><a href="CfAideaPage.htm">view idea details</a></p>
<p class="small">Suggested by Jane Doe</p>
</section>
</article>
</div>
<!--/row-->
</div>
<!--/row-->
</div>
<!--/.container-->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>