This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
696 lines (679 loc) · 39.7 KB
/
index.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
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
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Code With Aloha
</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.1/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet"
type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QLTQBTE5BR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-QLTQBTE5BR');
</script>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img
src="assets/img/logos/code-with-aloha-logo-white.png" alt="" class="img-fluid"
style="height: auto; width: 6rem;" /></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars ml-1"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#portfolio">Projects</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#join">Join Us!</a></li>
<!-- <li class="nav-item"><a class="nav-link js-scroll-trigger" href="#team">Team</a></li> -->
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="container">
<div class="masthead-subheading">Welina Mai</div>
<div class="masthead-heading text-uppercase" style="
margin-bottom: 40px;
"><Hawaiʻi Civic Tech></div>
<h2 style="
margin-bottom: 50px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
">Code with Aloha Welcomes Everyone! Whether You Are An Expert or Beginner, We Have a Spot For You</h2>
<a class="btn btn-primary btn-xl text-uppercase" target="_blank"
href="https://www.meetup.com/code-with-aloha/events/">Next Meetup</a>
</div>
</header>
<!-- Services-->
<section class="page-section" id="services" style="background-color:rgba(26, 71, 78, 0.9)">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase text-white">Focus</h2>
<h3 class="section-subheading text-white">At Code With Aloha, our focus is to...</h3>
</div>
<div class="row text-center">
<div class="col-md-6">
<img src="assets/img/join.png" alt="" class="img-fluid" style="height: auto; width: 6rem;" />
<h4 class="my-3 text-white">Meet new people</h4>
<p class="text-white">Build with, not for. We are a community of people who are passionate
about helping others. We are here to support each other and
build together.</p>
</div>
<div class="col-md-6">
<img src="assets/img/create.png" alt="" class="img-fluid" style="height: auto; width: 6rem;" />
<h4 class="my-3 text-white">Make a Difference</h4>
<p class="text-white">Nobody is coming to save us. It's up to us to impact our community and drive
change.
We are the ones we've been waiting for. We are the change that we seek.</p>
</div>
</div>
</div>
</section>
<!-- Meeting description section-->
<section class="page-section" id="join" style="background-color:rgba(33, 37, 40, 0.9)">
<div class="container">
<div class="text-center">
<div class="header-shaka-container">
<img src="assets/img/shaka-small.png" alt="" class="img-fluid" style="height: auto; width: 6rem;" />
</div>
<h2 class="section-heading text-uppercase text-white">What to expect at a meeting...</h2>
<h3 class="section-subheading text-white"></h3>
</div>
<div class="row text-center">
<div class="col-md-4">
<h4 class="my-3 text-white">Meet & Greet</h4>
<p class="text-white">We start each meeting with a land acknowledgement and a full round of
introductions including your name, where you are calling from and a
question of the day.</p>
</div>
<div class="col-md-4">
<h4 class="my-3 text-white">Debrief on projects and announcements</h4>
<p class="text-white">We will share key milestones, updates, and blockers on projects. We also
occasionally
welcome guests and partners to share what they are working on so we can continue to learn about
how to have impact in Hawaii.</p>
</div>
<div class="col-md-4">
<h4 class="my-3 text-white">Participate in breakout rooms</h4>
<p class="text-white">Each meetup we create breakout rooms as needed to drive toward our milestones
on the various development projects.</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid-->
</section>
<section class="page-section bg-light" id="portfolio">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Active Projects</h2>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolio-modal-hawaiizoningatlas">
<div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/08-full.jpg" alt="Hawaii Zoning Atlas" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Hawaii Zoning Atlas</div>
<div class="portfolio-caption-subheading text-muted">
An interactive map exploring how restrictive zoning laws can make it difficult to build
diverse, affordable housing.
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolio-modal-hierr">
<div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/hierr-full.jpg" alt="HIERR" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">HIERR</div>
<div class="portfolio-caption-subheading text-muted">
The HIERR Project aims to enable actions toward a more resilient, equitable, and
sustainable economy
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Historical Projects -->
<section class="page-section bg-light" id="portfolio">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Previously Worked On Projects</h2>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-item">
<a class="portfolio-link" href="https://hi.foodoasis.net/" target="_blank">
<img class="img-fluid" src="assets/img/portfolio/02-thumbnail_a.jpg" alt="" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">FOOD OASIS</div>
<div class="portfolio-caption-subheading text-muted">Resource for Community Food Help</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="portfolio-item">
<a class="portfolio-link" href="https://uipa.org/" target="_blank">
<img class="img-fluid" src="assets/img/portfolio/06-thumbnail_a.jpg" alt="" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">UIPA.ORG</div>
<div class="portfolio-caption-subheading text-muted">Publishes public records and request
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Inactive Projects -->
<!-- Clients-->
<section class="page-section bg-light">
<div class="py-5">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Clients</h2>
</div>
<div class="row align-items-center">
<!-- <div class="col-md-3 col-sm-6 my-3">
<a href="https://www.htdc.org/" target="_blank"><img class="img-fluid d-block mx-auto"
src="https://www.htdc.org/wp-content/themes/htdc/images/logo_htdc-mobile@x2.png"
alt="htdc-logo" style="background-color: #fed136;" /></a>
</div> -->
<!-- <div class="col-md-3 col-sm-6 my-3">
<a href="https://www.theboxjelly.com/" target="_blank"><img class="img-fluid d-block mx-auto"
src="https://static1.squarespace.com/static/5c1ae37431d4df15eb6457f1/t/5f21dbfa1a3a007c903ce168/1596054522807/BoxJelly+Logo+Horizontal.png"
alt="box-jelly-logo" /></a>
</div> -->
<!-- <div class="col-md-3 col-sm-6 my-3">
<a href="https://www.acluhi.org/" target="_blank"><img class="img-fluid d-block mx-auto"
src="https://www.acluhi.org/sites/default/files/logo-hi.svg" alt="acluhi-logo" /></a>
</div> -->
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.civilbeatlawcenter.org/" target="_blank"><img
class="img-fluid d-block mx-auto" src="assets/img/logos/civil-beat-law-center-logo.jpg"
alt="Civil Beat Law Center Logo" /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.zoningatlas.org/" target="_blank"><img class="img-fluid d-block mx-auto"
src="assets/img/logos/zoning-atlas.jpeg" alt="Zoning Atlas Logo" /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.hierr.online/" target="_blank"><img class="img-fluid d-block mx-auto"
src="assets/img/logos/ospd-state-of-hawaii-logo.png" alt="OSPD Logo" /></a>
</div>
</div>
</div>
</div>
</section>
<!-- Sponsors-->
<section class="page-section bg-light">
<div class="py-5">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Sponsors</h2>
</div>
<div class="row align-items-center">
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.htdc.org/" target="_blank">
<img class="img-fluid d-block mx-auto" src="assets/img/logos/htdc.png" alt="htdc-logo"
style="background-color: #fed136;">
</a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.theboxjelly.com/" target="_blank">
<img class="img-fluid d-block mx-auto" src="assets/img/logos/boxjelly.png"
alt="box-jelly-logo">
</a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://sandboxhawaii.org/" target="_blank">
<img class="img-fluid d-block mx-auto" src="assets/img/logos/entrepreneur-sandbox.png"
alt="entrepreneur-sandbox-logo">
</a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://hubcoworkinghi.com/" target="_blank">
<img class="img-fluid d-block mx-auto" src="assets/img/logos/hub-coworking-hawaii.jpeg"
alt="hub-coworking-hawaii-logo">
</a>
</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">Our timeline </h2>
<h3 class="section-subheading text-muted">A brief history of Code With Aloha</h3>
</div>
<ul class="timeline">
<li>
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/1.jpg"
alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2009-2011</h4>
<h4 class="subheading">Humble Beginnings</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Code for Hawaii was being born from idea to family.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image"><img class="rounded-circle img-fluid"
src="assets/img/about/shuttlelaunch.jpg" alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>March 2011</h4>
<h4 class="subheading">First Civic App Released</h4>
</div>
<div class="timeline-body">
<p class="text-muted">We made it offical and released our first app aimed to help and
improve our community.</p>
</div>
</div>
</li>
<li>
<div class="timeline-image"><img class="rounded-circle img-fluid"
src="assets/img/about/city_camp_logo.jpg" alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>January 2012</h4>
<h4 class="subheading">Code For America</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Honolulu Organizes <a
href="https://www.facebook.com/CityCampHNL/">CityCamp 2012</a>. That was the first
local event to introduce Code for America, a national organization that aims to “build
open source technology and organize a network of people dedicated to making government
services simple, effective, and easy to use.”</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image"><img class="rounded-circle img-fluid"
src="assets/img/about/codeforamerica.jpg" alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>August 2012</h4>
<h4 class="subheading">Code for Hawaii joins the brigade!</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Code for Hawaii joins the inaugural cohort of <a
href="https://web.archive.org/web/20160411213920/http://www.codeforamerica.org/blog/2012/08/23/introducing-the-brigade-captains-program/">Brigades</a>
along with Portland, ME; Austin; Boston; Lexington; Philly; Chicago; Denver; San Diego;
Grand Rapids; Detroit; Arlington; Asheville; Oakland; Bend; Alexandria</p>
</div>
</div>
</li>
<li>
<div class="timeline-image"><img class="rounded-circle img-fluid"
src="assets/img/about/leadership-reboot.jpg" alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>April 2015</h4>
<h4 class="subheading">Leadership Reboot</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Code for Hawaii welcomes a <a
href="http://www.hawaiiweblog.com/2015/04/28/code-for-hawaii-ready-for-reboot">reboot</a>
and new leadership.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/kaiaulu.png"
alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>June 2020</h4>
<h4 class="subheading">Kaiulu Strategic Promise Developed</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Code for Hawaii develops <a
href="https://github.com/CodeWithAloha/newwebsite/files/8321556/CFH_StrategicPromise_FINAL.pdf">Kaiulu
Strategic Promise</a> and clarifies strategic vision for the organization going
forward!</p>
</div>
</div>
</li>
<li>
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/volcano.png"
alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>June 2023</h4>
<h4 class="subheading">Code for America Brigade Cancellation</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Code for America <a
href="https://statescoop.com/code-for-america-local-brigades-ending/">cancels</a>
the local brigades program. Code for Hawaii rebrands as Code With Aloha and joins many
other previous brigades
in the <a href="https://www.civictechnologists.org/">Alliance of Civic Technologists</a>
</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">Be apart of our story!</h2>
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<p class="large text-muted">
Have questions or have a project to propose?
<a href="mailto:codewithaloha@gmail.com">Email
codewithaloha@gmail.com</a> or fill out our <a
href="https://airtable.com/app8UAW6mDtD67cUL/shr6YFyLKEVLzYVZx" target="_blank">partner
form</a>. Want to connect with
great people that love Hawaii? Join our next <a
href="https://www.meetup.com/code-with-aloha/"> meetup event!</a> We meet the first
three Mondays
of
every month. Join us, even just to say Aloha!
</p>
</div>
</div>
</div>
</section>
<!-- Contact-->
<section class="page-section" id="contact">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Contact Us</h2>
<h3 class="section-subheading text-white">Questions? or Want to get involved? Email us at <a
href="mailto:codewithaloha@gmail.com">codewithaloha@gmail.com</a></h3>
</div>
</div>
</section>
<!-- Footer-->
<footer class="footer py-4">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 text-lg-left">Copyright © Code With Aloha
<script>
document.write(new Date().getFullYear());
</script>
</div>
<div class="col-lg-4 my-3 my-lg-0">
<a class="btn btn-dark btn-social mx-2" href="https://github.com/CodeWithAloha/"><i
class="fab fa-github"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://www.meetup.com/code-with-aloha/"><i
class="fab fa-meetup"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://www.linkedin.com/company/code-with-aloha"><i
class="fab fa-linkedin"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://opencollective.com/code-with-aloha">
<!-- <img src="assets/img/logos/opencollective.svg" /> -->
<img src="assets/img/logos/opencollective.svg"
style="height: 1.5rem; width: auto; color: white;" />
</a>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals-->
<div class="portfolio-modal modal fade" id="portfolio-modal-foodoasis" tabindex="-1" role="dialog"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/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">Food Oasis</h2>
<p class="item-intro text-muted">Food Oasis is a web app focused on connecting
food-seekers with public food resources</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/food-02-full.jpg"
alt="" />
<h3 class="thick">What is this project about?</h3>
<p class="item-intro text-muted">Food Oasis is an interactive web app that helps people
locate nearby public food resources. Code for Hawaiʻi built on the tool created by
fellow Code For America member Hack for LA Brigade, mapping Oʻahu resources provided
by local food rescue nonprofit Aloha Harvest.</p>
<h3 class="thick">What are the project goals?</h3>
<p class="item-intro text-muted">The goal of Food Oasis is to provide up-to-date and
accurate information on local public food resources. By collaborating with local
nonprofits and contributing to a common codebase with other brigades, we hope to
create a maintainable, one-stop resource that can extend beyond the limitations of
any single organization.</p>
<h3 class="thick">What are the project roles involved?</h3>
<p class="item-intro text-muted">UX design, frontend development (Javascript, React),
backend development (NodeJS, Express, PostgreSQL), storytelling (how do we make this
meaningful for food-seekers, nonprofits, and the local community)</p>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Close Project
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolio-modal-uipa" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/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">UIPA.org</h2>
<p class="item-intro text-muted">Publishes public records and request</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/06-full_a.jpg"
alt="" />
<h3 class="thick">What is this project about?</h3>
<p class="item-intro text-muted">The Uniform Information Practices Act (Modified), HRS
chapter 92F, commonly known as UIPA, is Hawaii’s public records law.
Everyone has the right under the Uniform Information Practices Act to ask for and
receive access to information from public agencies concerning government operations.
This site increases public record transparency and accessibility by publishing
public records requests and replies. This way, people do not have to ask for the
same information and replies can be scrutinized by the public.</p>
<h3 class="thick">What are the project goals?</h3>
<p class="item-intro text-muted">UIPA.org is in production with an active user base. The
goal of the project is keeping everything up to date.</p>
<h3 class="thick">What are the project roles involved?</h3>
<p class="item-intro text-muted">Roles involved included backend development and UX
design. </p>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Close Project
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolio-modal-hawaiizoningatlas" tabindex="-1" role="dialog"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/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">Hawaii Zoning Atlas</h2>
<p class="item-intro text-muted">An interactive map exploring how restrictive zoning
laws can make it difficult to build diverse, affordable housing.
</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/08-thumbnail.jpg"
alt="Hawaii Zoning Atlas Logo" />
<h3 class="thick">What is this project about?</h3>
<p class="item-intro text-muted">Building an online-interactive map to educate the
public on zoning and land use issues. Our vision is to connect researchers,
educators, and advocates.</p>
<h3 class="thick">What are the project goals?</h3>
<p class="item-intro text-muted">The project's goals are to build an interactive online
map to educate the public on zoning and land use issues and generate talking points
for affordable housing advocates in Hawaii. Our second goal is to create a website
that serves as a hub for the resulting coalition of researchers, educators, and
advocates.</p>
<h3 class="thick">What project roles are involved?</h3>
<p class="item-intro text-muted">We plan to have six teams of no less than four members
each: one for each of Hawaii’s four counties with zoning powers, one technical team,
and one policy team. The county teams will each be responsible for collecting and
verifying regulatory data, identifying and reaching out to potential coalition
members within their jurisdiction, and promoting the findings through local
channels. The technical team will be responsible for building the project’s website
and the interactive map. The policy team will be responsible for interpreting the
regulatory data, drafting policy proposals in partnership with coalition members,
and circulating those proposals to researchers, reporters, and officials.</p>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Close Project
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolio-modal-hierr" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/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">HIERR</h2>
<p class="item-intro text-muted">The HIERR Project aims to enable actions toward a more
resilient, equitable, and sustainable economy</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/hierr-full.jpg"
alt="" />
<h3 class="thick">What is this project about?</h3>
<p class="item-intro text-muted">The HIERR Project aims to enable actions toward a more
resilient, equitable, and sustainable economy. This planning process is designed to
learn from the economic impacts and experiences of hardship associated with the
COVID-19 pandemic to inform and enable actions toward a more resilient, equitable,
and sustainable economy. The HIERR Project will build on both the statewide and
county-level goals and objectives for economic development and resilience identified
in the Comprehensive Economic Development Strategy (CEDS).</p>
<h3 class="thick">What are the project goals?</h3>
<p class="item-intro text-muted">...</p>
<h3 class="thick">What are the project roles involved?</h3>
<p class="item-intro text-muted">...</p>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Close Project
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolio-modal-habitatforhumanity" tabindex="-1" role="dialog"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/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">Habitat for Humanity</h2>
<p class="item-intro text-muted">Coming soon</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/habitat-full.jpg"
alt="" />
<h3 class="thick">What is this project about?</h3>
<p class="item-intro text-muted">...</p>
<h3 class="thick">What are the project goals?</h3>
<p class="item-intro text-muted">...</p>
<h3 class="thick">What are the project roles involved?</h3>
<p class="item-intro text-muted">...</p>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Close Project
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="assets/mail/jqBootstrapValidation.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>