-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathhome.tpl
More file actions
573 lines (468 loc) · 33.7 KB
/
home.tpl
File metadata and controls
573 lines (468 loc) · 33.7 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
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
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
{extends "designs/site-bootstrap4.tpl"}
{block "content"}
<!-- Youtube video https://codepen.io/GusRuss89/pen/bVwNrE -->
<section class="page-section" id="main-video">
<div class="">
<div class="row">
<div class="col-12 col-xl-7 mx-xl-auto" style="padding-right:0;">
<div class="">
<video class="" style="width: 100%;" autoplay muted loop poster="videos/video.jpg">
<source src="videos/video-small.mp4" type="video/mp4">
<source src="videos/video-small.webm" type="video/webm">
<source src="videos/video-small.ogv" type="video/ogg">
<track label="English" kind="subtitles" srclang="en" src="videos/CFP-en.vtt" default>
</video>
</div>
</div>
<div class="col-12 col-xl-4">
<div style="display:flex;
align-items: flex-end;
height: 100%;
padding: 1rem 2rem 5rem;">
<div>
<h4 class="main-blue-text" style="margin-bottom:1rem;">Contribute towards technology-related projects that benefit the
City
of Philadelphia.</h4>
<h4 class="main-red-text" style="margin-bottom:2rem;">No coding experience required.</h4>
<a href="/volunteer"
class="main-volunteer-link">Volunteer!</a>
</div>
</div>
</div>
</div>
<!-- CFP 101 Video -->
<!-- <div class="container"></div>
<br>
<br>
<br>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/jntSWZQPcE0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div> -->
</div>
</section>
<!-- Masthead-->
<!--
<header class="masthead">
<div class="container"> -->
<!-- <div class="masthead-subheading">Welcome To Our Studio!</div> -->
<!-- <div class="masthead-heading text-uppercase">It's Nice To Meet You</div>
<a class="btn btn-danger btn-xl text-uppercase js-scroll-trigger" href="#services">Tell Me More</a>
<a class="btn btn-danger btn-xl text-uppercase js-scroll-trigger" target="_blank" href="https://www.youtube.com/watch?v=jntSWZQPcE0">Watch Video</a>
</div>
</header>
-->
<!-- Portfolio Grid-->
{template projectTile name portfolioModal short image logo=no}
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href={$portfolioModal}>
<div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x text-danger"></i></div>
</div>
<img class="img-fluid shadow" src="/img/portfolio/{$image}" alt="" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">{$name}</div>
<div class="portfolio-caption-subheading text-muted">{$short}</div>
</div>
</div>
</div>
{/template}
<section class="page-section" id="projects">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Join a Project</h2>
<!-- <h3 class="section-subheading text-muted">Look around!</h3> -->
</div>
<div class="row">
{projectTile name="PHLASK" portfolioModal="#portfolioModal1" short="Access to Public Water" image="phlask.png" }
{projectTile name="PAWS" portfolioModal="#portfolioModal2" short="Homes for all Pets" image="paws.png" }
{projectTile name="PLSE" portfolioModal="#portfolioModal4" short="Legal Support and Expungement" image="plse.png" }
{projectTile name="Choose Native Plants PA" portfolioModal="#portfolioModal5" short="Propagate PA Wildflowers" image="flowers.jpg" }
{projectTile name="CfP Website Design" portfolioModal="#portfolioModal6" short="Homepage" image="code-for-philly.png" }
{projectTile name="CfP Website Design" portfolioModal="#portfolioModal7" short="Homepage" image="code-for-philly.png" }
{projectTile name="CfP Website Design" portfolioModal="#portfolioModal8" short="Homepage" image="code-for-philly.png" }
{projectTile name="CfP Website Design" portfolioModal="#portfolioModal9" short="Homepage" image="code-for-philly.png" }
{projectTile name="CfP Website Design" portfolioModal="#portfolioModal10" short="Homepage" image="code-for-philly.png" }
{projectTile name="CfP Website Design" portfolioModal="#portfolioModal11" short="Homepage" image="code-for-philly.png" }
{projectTile name="CfP Website Design" portfolioModal="#portfolioModal12" short="Homepage" image="code-for-philly.png" }
{projectTile name="CfP Website Design" portfolioModal="#portfolioModal13" short="Homepage" image="code-for-philly.png" }
</div>
</div>
</section>
<!-- Services-->
<section class="page-section" id="services">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Get Involved</h2>
<h3 class="section-subheading text-muted">We use tech, data, and design as a mode of civic engagement
with our local communities.</h3>
</div>
<div class="row text-center">
<div class="col-md-4">
<a href="/sponsor">
<span class="fa-stack fa-4x">
<i class="fas fa-hand-holding-medical fa-stack-2x text-danger"></i>
<i c.lass="fas fa-laptop fa-stack-1x fa-inverse"></i>
</span>
</a>
<h4 class="my-3">Sponsor</h4>
<p class="text-muted">Sponsor an event</p>
</div>
<div class="col-md-4">
<a href="https://code-for-philly.gitbook.io/partnerships/creating-new-partnerships/first-steps" target="_blank">
<span class="fa-stack fa-4x">
<i class="fas fa-laptop-code fa-stack-2x text-danger"></i>
<i c.lass="fas fa-laptop fa-stack-1x fa-inverse"></i>
</span>
</a>
<h4 class="my-3">Start a Project</h4>
<p class="text-muted">Start or get help on a project</p>
</div>
<div class="col-md-4">
<a href="/volunteer">
<span class="fa-stack fa-4x">
<i class="fas fa-hands-helping fa-stack-2x text-danger"></i>
<i c.lass="fas fa-hands-helping fa-stack-1x fa-inverse"></i>
</span>
</a>
<h4 class="my-3">Volunteer</h4>
<p class="text-muted">Join our projects</p>
</div>
</div>
</div>
</section>
<!--Checkbox Radio Switches-->
<!-- <section class="page-section bg-light" id="projects">
<div class="container">
<div class="container">
<div class="row">
<div class="col-sm">
<strong>Search for a CfP project:</strong><br><br>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch1">
<label class="custom-control-label" for="customSwitch1">Python</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch2">
<label class="custom-control-label" for="customSwitch2">Javascript</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch3">
<label class="custom-control-label" for="customSwitch3">Project Management</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch4">
<label class="custom-control-label" for="customSwitch4">Django</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch5">
<label class="custom-control-label" for="customSwitch5">HTML</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch6">
<label class="custom-control-label" for="customSwitch6">Rust</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch7">
<label class="custom-control-label" for="customSwitch7">SQL</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch8">
<label class="custom-control-label" for="customSwitch8">Postgres</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch9">
<label class="custom-control-label" for="customSwitch9">PHP</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch10">
<label class="custom-control-label" for="customSwitch10">Flutter</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch11">
<label class="custom-control-label" for="customSwitch11">Golang</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch12">
<label class="custom-control-label" for="customSwitch12">Frontend</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch13">
<label class="custom-control-label" for="customSwitch13">Backend</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch14">
<label class="custom-control-label" for="customSwitch14">MERN</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch15">
<label class="custom-control-label" for="customSwitch15">Git</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch16">
<label class="custom-control-label" for="customSwitch16">UX Designer</label>
</div>
<br>
<button type="button" class="btn btn-danger">Search</button>
</div>
<div class="col-sm">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="/img/portfolio/pp.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Prevention Point</h5>
<p class="card-text">Needle exchange program for Philadelphia.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item"><strong>Languages:</strong> Python, Javascript, Flutter, Tensor Flow</li>
<li class="list-group-item"><strong>Needs:</strong>
<br>Project Managers <span style="color:red">(0 of 4)</span>
<br>Django developers <span style="color:orange">(1 of 2)</span>
<br>Postgres developers <span style="color:green">(1 of 1)</span>
</li>
<li class="list-group-item"><strong>Meets:</strong> Tuesdays @ 7pm</li>
<li class="list-group-item"><strong>PM:</strong> Billy</li>
<li class="list-group-item"><strong>Status:</strong> <span class="dotGreen"></span></li>
</ul>
<div class="card-body">
<p class="text-center">
<a href="#">Slack</a> •
<a href="#">Zoom</a> •
<a href="#">Twitter</a> •
<a href="#">Github</a>
<br>
<a data-tweet-limit="2" class="twitter-timeline" href="https://twitter.com/CodeForPhilly?ref_src=twsrc%5Etfw"></a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</p>
</div>
</div>
</div>
<div class="col-sm">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="/img/portfolio/auto.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Philly Auto and Parole</h5>
<p class="card-text">Give the formerly incarcerated opportunity for a living wage.
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item"><strong>Languages:</strong> Python, Javascript, Flutter, Tensor Flow</li>
<li class="list-group-item"><strong>Needs:</strong>
<br>Project Managers <span style="color:red">(0 of 4)</span>
<br>Django developers <span style="color:orange">(1 of 2)</span>
<br>Postgres developers <span style="color:green">(1 of 1)</span>
</li>
<li class="list-group-item"><strong>Meets:</strong> Tuesdays @ 7pm</li>
<li class="list-group-item"><strong>PM:</strong> Billy Hanafee</li>
<li class="list-group-item"><strong>Status:</strong> <span class="dotOrange"></span></li>
</ul>
<div class="card-body">
<p class="text-center">
<a href="#">Slack</a> •
<a href="#">Zoom</a> •
<a href="#">Twitter</a> •
<a href="#">Github</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- About-->
<!-- <section class="page-section" id="about">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">About</h2>
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
</div>
<ul class="timeline">
<li>
<div class="timeline-image"><img class="rounded-circle img-fluid" src="/img/about/1.jpg" alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2009-2011</h4>
<h4 class="subheading">Our Humble Beginnings</h4>
</div>
<div class="timeline-body"><p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p></div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image"><img class="rounded-circle img-fluid" src="/img/about/2.jpg" alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>March 2011</h4>
<h4 class="subheading">An Agency is Born</h4>
</div>
<div class="timeline-body"><p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p></div>
</div>
</li>
<li>
<div class="timeline-image"><img class="rounded-circle img-fluid" src="/img/about/3.jpg" alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>December 2012</h4>
<h4 class="subheading">Transition to Full Service</h4>
</div>
<div class="timeline-body"><p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p></div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image"><img class="rounded-circle img-fluid" src="/img/about/4.jpg" alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>July 2014</h4>
<h4 class="subheading">Phase Two Expansion</h4>
</div>
<div class="timeline-body"><p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p></div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>
Be Part
<br />
Of Our
<br />
Story!
</h4>
</div>
</li>
</ul>
</div>
</section> -->
<!-- Team-->
<!-- <section class="page-section bg-light" id="team">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Leadership</h2>
<h3 class="section-subheading text-muted"><a href="/blog/leadership-support_team_open_positions/"><span style="color:red">Want to join us?</span></a></h3>
</div>
<div class="row">
<div class="col-lg-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="/img/team/1.jpg" alt="" />
<h4>Marieke Jackson and Machow</h4>
<p class="text-muted">Co-Directors</p>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="/img/team/2.jpg" alt="" />
<h4>Julia Schuchard</h4>
<p class="text-muted">Communications Co-Lead<br>
jschuchard@codeforphilly.org</p>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="/img/team/3.jpg" alt="" />
<h4>Barb Donnini</h4>
<p class="text-muted">Community Co-Lead<br>
bdonnini@codeforphilly.org</p>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="/img/team/4.jpg" alt="" />
<h4>Walt Ribeiro</h4>
<p class="text-muted">Projects Co-Lead<br>
wribeiro@codeforphilly.org</p>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div> -->
<!-- <div class="row">
<div class="col-lg-8 mx-auto text-center"><p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p></div>
</div> -->
</div>
</section>
<!-- Portfolio Modals-->
{template projectModal modal name image description project site github slack logo=no}
<div class="portfolio-modal modal fade" id="{$modal}" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="/img/close-icon.svg" alt="Close modal" />
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">{$name}</h2>
<img class="img-fluid d-block mx-auto img-modal" src="/img/portfolio/{$image}" alt="" />
<p class="text-justify">{$description}</p>
<a href="/projects/{$project}" target="_blank" class="btn btn-primary">Project Page</a>
<a href="{$site}" target="_blank" class="btn btn-primary">Project Website</a>
<a href="{$github}" target="_blank" class="btn btn-primary">Github</a>
<div class="modal-join-slack">
<p>Want to join this project? Introduce yourself in the #{$slack} Slack channel.</p>
<a href="/chat?channel={$slack}" target="_blank" class="btn btn-primary">Join Slack</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{/template}
{projectModal name="PHLASK" modal="portfolioModal1" image="phlask.png"
description="PHLASK is an Ecosystem for Finding and Sharing Water in Philadelphia Water should remain abundant, clean and accessible to everyone.<br><br>
PHLASK's mission is to help people find publicly available sources of water, and to impel private enterprises to provide public access to their water infrastructure - simply by PHLasking.<br><br>
If you would like to help reduce the use of wasteful plastic bottles and increase access to water, please join the PHLASK Coalition!"
project="phlask--life-liberty_and_the_pursuit_of_water" site="http://www.phlask.me" github="https://github.com/phlask" slack="phlask" }
{projectModal name="PAWS" modal="portfolioModal2" image="paws.png"
description="WHO IS PAWS - As the city's largest animal rescue partner and no-kill animal shelter, PAWS is working to make Philadelphia a place where every healthy and treatable pet is guaranteed a home. Since inception over 10 years ago, PAWS has rescued and placed 27,000+ animals in adoptive and foster homes, and has worked to prevent pet homelessness by providing 86,000+ low-cost spay/neuter services and affordable vet care to 227,000+ clinic patients. Just in 2018, 3,584 animals were rescued and 36,871 clinic patients were served. PAWS is funded 100% through donations, with 91 cents of every dollar collected going directly to the animals. Therefore, PAWS' rescue work (including 3 shelters and all rescue and animal care programs), administration and development efforts are coordinated by only about 70 staff members complemented by over 1500 volunteers.<br><br>
DATA IS UNDERUTILIZED - Through this chain of operational and service activities, PAWS accumulates data regarding donations, adoptions, fosters, volunteers, merchandise sales, event attendees (to name a few), each in their own system and/or manual (Google Sheet) tally. This vital data that can drive insights remains siloed and is usually difficult to extract, manipulate, and analyze. Taking all of this data, making is readily available, and drawing inferences through analysis can drive many benefits: PAWS operations can be better informed and use data-driven decisions to guide programs and maximize effectiveness; supporters can be further engaged by suggesting additional opportunities for involvement based upon pattern analysis; multi-dimensional supporters can be consistently (and accurately) acknowledged for all the ways they support PAWS (i.e. a volunteer who donates and also fosters kittens), not to mention opportunities to further tap the potential of these enthusiastic supporters. And there are bound to be more leverage points as we get further into this project! <br><br>
PROJECT MISSION - This project seeks to provide PAWS with an easy-to-use and easy-to-support tool to extract data from multiple source systems, confirm accuracy and appropriateness and process data where necessary (a data hygiene and wrangling step), and then load relevant data into one or more repositories to facilitate (1) a highly-accurate and rich 360-degree view of PAWS constituents (Salesforce is a likely candidate target system; already in use at PAWS) and (2) flexible ongoing data analysis and insights discovery (e.g. a data warehouse)."
project="paws_data_pipeline" site="https://phillypaws.org/" github="https://github.com/CodeForPhilly/paws-data-pipeline" slack="paws_data_pipeline"}
{projectModal name="PLSE" modal="portfolioModal4" image="plse.png"
description="Philadelphia Lawyers for Social Equity (PLSE) is a non-profit legal aid organization that focuses on helping people overcome the barriers they face as a result of criminal records.<br><br>
On July 1st, they will encounter a problem that will severely hinder their ability to efficiently provide expungements within their current 6-12 month timeframe. The new 'automatic sealing' of the Clean Slate Law will go into effect, which will remove their access to criminal records. These documents are needed to draft the legal paperwork necessary for an expungement, or a complete erasure of one's criminal record.<br><br>
This project involves 'scraping' criminal history record information from a publicly-available database and storing it on secure servers only available to PLSE staff for the purpose of expungements. The data will need to be properly organized in order to easily pull up an individual's full record. This project is the only way they could continue providing quick, life-changing services to Philadelphia communities."
project="philadelphia_lawyers_for_social_equity_-_record_expungement" site="https://www.plsephilly.org/" github="https://github.com/natev/Expungement-Generator" slack="plse-expungement" }
{projectModal name="Choose Native Plants PA" modal="portfolioModal5" image="flowers.jpg"
description="Native plants are really <a href='https://www.audubon.org/content/why-native-plants-matter'>important...</a><br><br>
But it is a bit overwhelming to select plants (e.g. wildflowers and grasses). This google sheet + tableau solution is designed to assist as a entry point to further research.
I'm seeking user experience feedback from the Code for Philly community. Also - If anyone wants to help with the database, please join the project."
project="pa_wildflower_selector" site="https://choosenativeplants.com/" github="https://github.com/CodeForPhilly/pa-wildflower-selector" slack="pa-wildflower-selector" }
{projectModal name="CfP Website Design" modal="portfolioModal6" image="code-for-philly.png"
description="The goal of this particular project is just to re-do the homepage first, and connect it to the existing old pages and laddr. The issues on our 'Issues' page in this repo are ones that the leadership team has identified as things they would like changed. However we're open to other ideas of course."
project="code_for_philly_website_redesign" site="https://codeforphilly.org/" github="https://github.com/CodeForPhilly/codeforphilly.org" slack="cfp-homepage-redesign"}
{projectModal name="CfP Website Design" modal="portfolioModal7" image="code-for-philly.png"
description="The goal of this particular project is just to re-do the homepage first, and connect it to the existing old pages and laddr. The issues on our 'Issues' page in this repo are ones that the leadership team has identified as things they would like changed. However we're open to other ideas of course."
project="code_for_philly_website_redesign" site="https://codeforphilly.org/" github="https://github.com/CodeForPhilly/codeforphilly.org" slack="cfp-homepage-redesign"}
{projectModal name="CfP Website Design" modal="portfolioModal8" image="code-for-philly.png"
description="The goal of this particular project is just to re-do the homepage first, and connect it to the existing old pages and laddr. The issues on our 'Issues' page in this repo are ones that the leadership team has identified as things they would like changed. However we're open to other ideas of course."
project="code_for_philly_website_redesign" site="https://codeforphilly.org/" github="https://github.com/CodeForPhilly/codeforphilly.org" slack="cfp-homepage-redesign"}
{projectModal name="CfP Website Design" modal="portfolioModal9" image="code-for-philly.png"
description="The goal of this particular project is just to re-do the homepage first, and connect it to the existing old pages and laddr. The issues on our 'Issues' page in this repo are ones that the leadership team has identified as things they would like changed. However we're open to other ideas of course."
project="code_for_philly_website_redesign" site="https://codeforphilly.org/" github="https://github.com/CodeForPhilly/codeforphilly.org" slack="cfp-homepage-redesign"}
{projectModal name="CfP Website Design" modal="portfolioModal10" image="code-for-philly.png"
description="The goal of this particular project is just to re-do the homepage first, and connect it to the existing old pages and laddr. The issues on our 'Issues' page in this repo are ones that the leadership team has identified as things they would like changed. However we're open to other ideas of course."
project="code_for_philly_website_redesign" site="https://codeforphilly.org/" github="https://github.com/CodeForPhilly/codeforphilly.org" slack="cfp-homepage-redesign"}
{projectModal name="CfP Website Design" modal="portfolioModal11" image="code-for-philly.png"
description="The goal of this particular project is just to re-do the homepage first, and connect it to the existing old pages and laddr. The issues on our 'Issues' page in this repo are ones that the leadership team has identified as things they would like changed. However we're open to other ideas of course."
project="code_for_philly_website_redesign" site="https://codeforphilly.org/" github="https://github.com/CodeForPhilly/codeforphilly.org" slack="cfp-homepage-redesign"}
{projectModal name="CfP Website Design" modal="portfolioModal12" image="code-for-philly.png"
description="The goal of this particular project is just to re-do the homepage first, and connect it to the existing old pages and laddr. The issues on our 'Issues' page in this repo are ones that the leadership team has identified as things they would like changed. However we're open to other ideas of course."
project="code_for_philly_website_redesign" site="https://codeforphilly.org/" github="https://github.com/CodeForPhilly/codeforphilly.org" slack="cfp-homepage-redesign"}
{projectModal name="CfP Website Design" modal="portfolioModal13" image="code-for-philly.png"
description="The goal of this particular project is just to re-do the homepage first, and connect it to the existing old pages and laddr. The issues on our 'Issues' page in this repo are ones that the leadership team has identified as things they would like changed. However we're open to other ideas of course."
project="code_for_philly_website_redesign" site="https://codeforphilly.org/" github="https://github.com/CodeForPhilly/codeforphilly.org" slack="cfp-homepage-redesign"}
{/block}