-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
501 lines (462 loc) · 21.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<link rel="stylesheet" href="assets/css/main.css"/>
<title>Code for Anchorage</title>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-56999250-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E022DW0DP1"></script>
<script> window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-E022DW0DP1');
</script>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header" class="alt">
<a class="logo"
href="https://hcb.hackclub.com/donations/start/code-for-anchorage">Donate</a>
<nav>
<ul>
<li>
<a href="#menu">Menu</a>
</li>
</ul>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href='index.html'>Home</a></li>
<li><a href="#identity">Who We Are</a></li>
<li><a href="#projects">Our Projects</a></li>
<li><a href="#sponsors">Our Sponsors</a></li>
<li><a href="#press">Press</a></li>
<li><a href='code-of-conduct.html'>Code of Conduct</a></li>
</ul>
<ul class="contact-icons">
<h5>Contact Us</h5>
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">Email Us</a></li>
<li class="icon brands solid fa-github"><a href="https://github.com/codeforanchorage">Github</a></li>
<li class="icon brands solid fa-twitter"><a href="https://twitter.com/CodeForAnc">Twitter</a></li>
<li class="icon brands solid fa-meetup"><a href="https://www.meetup.com/Code-for-Anchorage/">Meetup</a></li>
<li class="icon brands solid fa-facebook"><a href="https://www.facebook.com/codeforanc">Facebook</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner" class="element">
<div class="inner">
<h1>Code<br/>
for<br/>
Anchorage</h1>
<p>Building projects to benefit our community.</p>
<ul class="actions special">
<li><a href="#identity" class="button large wide scrolly-middle">Get started</a></li>
</ul>
</div>
</section>
<!-- Spotlight -->
<article id="identity" class="spotlight odd accent1">
<div class="inner">
<div class="image" data-position="top right">
<picture>
<source srcset="
images/coders320.webp 320w,
images/coders980.webp 980w,
images/coders1350.webp 1350w,
images/coders1620.webp 1620w,
images/coders1850.webp 1850w,
images/coders2048.webp 2048w" type="image/webp">
<img src="images/coders.jpg" alt="A group of developers working on a project." srcset="
images/coders320.jpg 320w,
images/coders980.jpg 980w,
images/coders1350.jpg 1350w,
images/coders1620.jpg 1620w,
images/coders1850.jpg 1850w,
images/coders2048.jpg 2048w" sizes="(max-width: 640px) 320px,
(max-width: 1280px) 980px,
(max-width: 1440px) 1350px,
(max-width: 1680px) 1620px,
(max-width: 1920px) 1850px,
2048px">
</picture>
</div>
<h2>Who<br/>
we<br/>
are</h2>
<div class="content">
<h3>We are a brigade of <br><a href="https://www.codeforamerica.org">Code for America</a></h3>
<p>We're a volunteer group of
coders that like to work on software projects for the good of our community.
If you're interested in joining us or learning more, attend one of our Hack Nights, located at The
Boardroom, every other Tuesday at 5:30 PM. Check out our Meetup page to attend our next meeting.
There will be pizza and beverages. You can also collaborate with us virtually through our <a
href="https://github.com/codeforanchorage">Github repositories</a>.</p>
<ul class="actions">
<li><a href="http://www.meetup.com/Code-for-Anchorage" class="button primary accent1">Learn more</a>
</li>
</ul>
</div>
</div>
</article>
<!-- Carousel -->
<section id="projects" class="wrapper style4">
<div class="inner">
<header class="major">
<h2>Our Projects</h2>
</header>
<div class="carousel">
<article>
<div class="image" data-position="top center">
<picture>
<source srcset="
images/landack320.webp 320w,
images/landack980.webp 980w,
images/landack1350.webp 1350w,
images/landack1620.webp 1620w,
images/landack1850.webp 1850w,
images/landack2048.webp 2048w" type="image/webp">
<img src="images/landack.jpg" alt="A group of developers working on a project." srcset="
images/landack320.jpg 320w,
images/landack980.jpg 980w,
images/landack1350.jpg 1350w,
images/landack1620.jpg 1620w,
images/landack1850.jpg 1850w,
images/landack2048.jpg 2048w" sizes="(max-width: 640px) 320px,
(max-width: 1280px) 980px,
(max-width: 1440px) 1350px,
(max-width: 1680px) 1620px,
(max-width: 1920px) 1850px,
2048px">
</picture>
</div>
<div class="content">
<h3>Whose Land Am I On?</h3>
<p>A <a href="https://land.codeforanchorage.org/">Land Acknowledgement</a> SMS and <a
href="https://www.messenger.com/t/LandAcknowledgement">Facebook Messenger bot</a> leveraging
data from
Canadian Not-for-profit, <a href="http://native-land.ca">Native Land</a>,
who ask that people use the data carefully because confirmation by nations is pending and they
are
updating data weekly.
The application is a collaboration with the <a href="https://medium.com/anchorage-i-team">Anchorage
i-team</a>,
a <a href="http://www.muni.org/pages/default.aspx">Municipality of Anchorage</a> Bloomberg
Philanthropy <a
href="https://www.bloomberg.org/program/government-innovation/innovation-teams/">Innovation
Team</a>.
</p>
<ul class="actions special">
<li><a href="https://land.codeforanchorage.org/" class="button primary accent4">Learn More</a>
</li>
</ul>
</div>
</article>
<article>
<div class="image" data-position="center center">
<picture>
<source srcset="
images/hood320.webp 320w,
images/hood980.webp 980w,
images/hood1350.webp 1350w,
images/hood1620.webp 1620w,
images/hood1850.webp 1850w,
images/hood2048.webp 2048w" type="image/webp">
<img src="images/hood.jpg" alt="A group of developers working on a project." srcset="
images/hood320.jpg 320w,
images/hood980.jpg 980w,
images/hood1350.jpg 1350w,
images/hood1620.jpg 1620w,
images/hood1850.jpg 1850w,
images/hood2048.jpg 2048w" sizes="(max-width: 640px) 320px,
(max-width: 1280px) 980px,
(max-width: 1440px) 1350px,
(max-width: 1680px) 1620px,
(max-width: 1920px) 1850px,
2048px">
</picture>
</div>
<div class="content">
<h3>Click That 'Hood</h3>
<p>Click that 'Hood is a web game for learning neighborhoods and geography. Brigade members have
added data
for the following:
<a href="http://click-that-hood.com/anchorage">Anchorage</a>, <a
href="http://click-that-hood.com/fairbanks">Fairbanks</a>,
<a href="http://click-that-hood.com/alaska-ipla">Indigenous Peoples and Languages of Alaska</a>,
<a
href="http://click-that-hood.com/alaska-iditarod-trail">Alaska Iditarod Trail (Even
Years)</a>,
<a href="http://click-that-hood.com/canada">Canada (Provinces)</a> - start here to build
confidence (only
10).
</p>
<ul class="actions special">
<li><a href="https://click-that-hood.com/anchorage" class="button primary accent4">Learn
more</a></li>
</ul>
</div>
</article>
<article>
<div class="image" data-position="center center">
<img src="images/court.png"
alt="Courtesy Reminder: John has a court hearing on Mon, September 1 at..."/>
</div>
<div class="content">
<h3>Alaska CourtBot</h3>
<p>A free service that will send you a text message reminder the day before your court hearing. Just
text
your case or ticket number to: 907-312-2700</p>
<ul class="actions special">
<li><a href="https://courtbot.codeforanchorage.org/" class="button primary accent4">Learn
more</a></li>
</ul>
</div>
</article>
<article>
<div class="image" data-position="center center">
<img src="images/election.png"
alt="A bubble quote bar graph coming from a smartphone with blue and red bars on the screen."/>
</div>
<div class="content">
<h3>Election Watch</h3>
<p>Tired of refreshing the election results page? This app will do it for you and send you a text
when the
results page changes. Just text START to: 907-312-1012</p>
<ul class="actions special">
<li><a href="https://electionwatch.codeforanchorage.org/" class="button primary accent4">Learn
more</a>
</li>
</ul>
</div>
</article>
<article>
<div class="image" data-position="center center">
<img src="images/bike.png"
alt="A Google map of the bike trails used to get from brewery to brewery."/>
</div>
<div class="content">
<h3>Bike Brewery Tour of Anchorage</h3>
<p>The Bike Brewery Tour of Anchorage leverages Google Maps data, using information about local
breweries
and bike trails to take you on a fun tour of Anchorage.</p>
<ul class="actions special">
<li><a href="https://codeforanchorage.org/brewery-bike-tour/" class="button primary accent4">Learn
more</a></li>
</ul>
</div>
</article>
<article>
<div class="image" data-position="center center">
<img src="images/plug.png" alt="Plug at 20 degrees Fahrenheit logo."/>
</div>
<div class="content">
<h3>Plug at 20°</h3>
<p>Help improve air quality by texting your zip code to 907-312-2014 to receive a free text when the
temperature in your area dips below 20 degrees.</p>
<ul class="actions special">
<li>
<a href="https://www.muni.org/Departments/health/Admin/environment/AirQ/pages/whyplug20f.aspx"
class="button primary accent4">Learn more</a></li>
</ul>
</div>
</article>
<article>
<div class="image" data-position="center center">
<picture>
<source srcset="
images/store320.webp 320w,
images/store980.webp 980w,
images/store1350.webp 1350w,
images/store1620.webp 1620w,
images/store1850.webp 1850w,
images/store2048.webp 2048w" type="image/webp">
<img src="images/store.jpg" alt="A group of developers working on a project." srcset="
images/store320.jpg 320w,
images/store980.jpg 980w,
images/store1350.jpg 1350w,
images/store1620.jpg 1620w,
images/store1850.jpg 1850w,
images/store2048.jpg 2048w" sizes="(max-width: 640px) 320px,
(max-width: 1280px) 980px,
(max-width: 1440px) 1350px,
(max-width: 1680px) 1620px,
(max-width: 1920px) 1850px,
2048px">
</picture>
</div>
<div class="content">
<h3>SNAP Text Services</h3>
<p>Text your account number to 907-312-1148 to check your Supplemental Nutrition Assistance Program
(SNAP)
(Alaska Quest Card, Food Stamp) Balance.</p>
<p>Text ‘Hello’ to <strong>1-907-312-2300</strong> SNAP Public Assistance Pre-Screener to see if you
or your
family
qualify for public assistance.
<a href="https://www.youtube.com/watch?v=SCG_cg5MXtU">Demo video</a>
</p>
<ul class="actions special">
<li><a href="https://health.alaska.gov/dpa/Pages/SNAP/default.aspx"
class="button primary accent4">Learn
more</a></li>
</ul>
</div>
</article>
<article>
<div class="image" data-position="center center">
<img src="images/dog.png" alt="Dog Name Game Anchorage Edition"/>
</div>
<div class="content">
<h3>Dog Name Game</h3>
<p>The Dog Name Game uses dog registration data in Anchorage.</p>
<ul class="actions special">
<li><a href="https://codeforanchorage.org/dog-name-game/" class="button primary accent4">Learn
more</a>
</li>
</ul>
</div>
</article>
<article>
<div class="image" data-position="center center">
<img src="images/names.png"
alt="Alaska Names website with input field to enter names and an empty graph."/>
</div>
<div class="content">
<h3>Alaskan Names</h3>
<p>The Alaskan Name Graph shows the popularity of names in Alaska using the PDF data set.</p>
<ul class="actions special">
<li><a href="https://codeforanchorage.org/pfd-names/" class="button primary accent4">Learn
more</a></li>
</ul>
</div>
</article>
<nav>
<a href="#" class="previous"><span class="label">Previous</span></a>
<a href="#" class="next"><span class="label">Next</span></a>
</nav>
</div>
</div>
</section>
<!-- Sponsors -->
<section id="sponsors" class="wrapper style1">
<div class="inner">
<header class="major">
<h2>Our Sponsors</h2>
<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<div class="col-4"><span class="image fit"><a href="https://theboardroomak.com/"><img
src="images/boardroom.png" alt="The Boardroom"/></a></span></div>
<div class="col-4"><span class="image fit"><a href="https://www.queryon.com"><img
src="images/QO_LOGO_RGB_horz.w-tag.png" alt="Query On"/></a></span></div>
<div class="col-4"><span class="image fit"><a href="http://www.threatinformant.com/"><img
src="images/threat_informant.png" alt="Threat Informant"/></a></span></div>
<div class="col-4"><span class="image fit"><a href="https://aksbdc.org/"><img src="images/SBDC.png"
alt="Small Business Development"/></a></span>
</div>
</div>
</div>
</header>
</div>
</section>
<!-- Press -->
<section id="press" class="wrapper">
<div class="inner">
<header class="major">
<h2>Press</h2>
</header>
<div class="posts">
<article>
<div class="content">
<h4><a
href="https://www.radiofreepalmer.org/2016/02/18/code-for-anchorage-interview-with-brendan-babb-2-15-2016/">Radio
Free Palmer interview with captain, Brendan Babb</a></h4>
</div>
</article>
<article>
<div class="content">
<h4><a
href="https://slate.com/technology/2015/11/the-balance-project-lets-snap-recipients-check-their-balances-via-text-message.html">Slate
article about SNAP balance checking SMS app</a></h4>
</div>
</article>
<article>
<div class="content">
<h4><a
href="https://www.adn.com/outdoors/article/find-yourself-sprawling-kincaid-park-new-free-app/2015/01/07/">Member
Mike Brooks written up in the ADN</a></h4>
</div>
</article>
<article>
<div class="content">
<h4><a
href="https://www.alaskasnewssource.com/content/news/Real-time-people-mover-bus-tracking-at-your-fingeritps-385615641.html">People
Mover adds real-time bus tracker</a></h4>
</div>
</article>
</div>
</div>
</section>
<!-- CTA -->
<section id="seven" class="wrapper style1">
<div class="inner">
<header class="major">
<h2>Want to donate?</h2>
<p>Code for Anchorage is a volunteer non-profit group under
501c3 <a href="https://hackclub.com/fiscal-sponsorship/">Hack Club</a> and relies on donations
to pay for food and beverages at meetings, software and hosting, and for marketing. With those
resources our volunteers work on projects that
help make Anchorage a better city to live in. Please consider making a tax deductible donation.</p>
<a
href="https://hcb.hackclub.com/donations/start/code-for-anchorage"><input
type="submit" class="button primary accent4" value="Donate" /></a>
</header>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="contact-icons">
<h3>Contact</h3>
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">Email Us</a></li>
<li class="icon brands solid fa-github"><a href="https://github.com/codeforanchorage">Github</a></li>
<li class="icon brands solid fa-twitter"><a href="https://twitter.com/CodeForAnc">Twitter</a></li>
<li class="icon brands solid fa-meetup"><a href="https://www.meetup.com/Code-for-Anchorage/">Meetup</a></li>
<li class="icon brands solid fa-facebook"><a href="https://www.facebook.com/codeforanc">Facebook</a></li>
</ul>
<div class="copyright">
© Code for Anchorage <span id="currentYear"></span>. All rights reserved.
</div>
</footer>
<!-- Scripts -->
<script>
document.getElementById('currentYear').textContent = new Date().getFullYear();
</script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>