-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog9c1f.html
895 lines (860 loc) · 74.4 KB
/
blog9c1f.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
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
---
---
<!DOCTYPE html>
<html>
<!-- Mirrored from la2050.org/blog?tag=Covid-19+Resources by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 24 Jan 2021 03:21:42 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
<title>
LA2050
</title>
<!-- for general use -->
<link rel="icon" type="image/png" href="/favicon/blueberry.png" />
<!-- for iOS -->
<link rel="apple-touch-icon" href="/favicon/blueberry.png" />
<link rel="stylesheet" media="all" href="/assets/application-8c8145d945e9c7dc3f02143301a234b1730830f1ad5d2026145a677e8bc4e1fe.css" data-turbolinks-track="true" />
<link rel="stylesheet" media="screen" href="/cms-css/1/la2050.css" />
<script src="cms-js/1/la2050.js"></script>
<script src="/assets/application-e102b65abfe5cbb9fdb70264d23919ad368d865b98406e55e330161b38ebd750.js" data-turbolinks-track="true"></script>
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="cRW0KhRjWtusQBErg5+fQOdSq617tjr1Gk07Y7gKoHRHy+w+zcfhpOHVRPCwYSEnCTqSqzXAhUHSdNZFz3Jzjw==" />
<meta name="description" content="LA2050 is an initiative driving and tracking progress toward a shared vision for the future of Los Angeles.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="LA2050">
<meta property="og:site_name" content="LA2050">
<meta property="og:url" content="http://la2050.org">
<meta property="og:description" content="LA2050 is an initiative driving and tracking progress toward a shared vision for the future of Los Angeles.">
<meta property="fb:app_id" content="">
<meta property="og:type" content="website">
<meta property="og:image" content="http://la2050.org/assets/og-2bbc61a784e5f7a8a15ecd36ac4644e1d913b41b0dec662ac50b98acdbad3e34.png">
</head>
<body>
<div class='navpadding'></div>
<div class='container-fluid'>
<div class='nav-wrap row'>
<div class='col-sm-2 col-xs-12'>
<a href='/' id='nav-homelink'>LA2050</a>
</div>
<nav class='col-sm-10 col-xs-12'>
<ul>
<li>
<a class='' href='/about/'>About</a>
</li>
<li>
<a class='' href='/goals/'>Goals</a>
</li>
<li>
<a class='' href='/grantees/'>Challenge</a>
</li>
<li>
<a class='' href='/jobs/'>Jobs</a>
</li>
</ul>
</nav>
</div>
</div>
<div class='mobileheader'>LA2050</div>
<ul id='resnav'>
<li>
About
<ul>
<li>
<a class='' href='/about/'>Story</a>
</li>
<li>
<a class='' href='/community/'>Community</a>
</li>
<li>
<a class='' href='/blog/'>Happenings</a>
</li>
<li>
<a class='' href='/press/'>Press</a>
</li>
<li>
<a class='' href='https://www.instagram.com/la2050/'>Instagram</a>
</li>
</ul>
</li>
<li>
Goals
<ul>
<li>
<a class='' href='/goals/'>Goals</a>
</li>
<li>
<a class='' href='/metrics/'>Metrics</a>
</li>
<li>
<a class='' href='/reports/'>Reports</a>
</li>
</ul>
</li>
<li>
Challenges
<ul>
<li>
<a class='' href='https://challenge.la2050.org/'>My LA2050 Grants Challenge</a>
</li>
<li>
<a class='' href='/grantees/'>Our Grantees</a>
</li>
<li>
<a class='' href='/la2050listens/'>#LA2050Listens</a>
</li>
</ul>
</li>
<li>
<a class='' href='/jobs/'>Jobs</a>
</li>
</ul>
<script>
$(document).ready(function(){
var $navWrap = $('.nav-wrap');
var classBeforeName = 'will-be-scrolled';
var classAfterName = 'scrolled';
$(document).scroll(function(){
var isScrolledDown = $(document).scrollTop() > 100;
// TEMPORARY: Promotion for 2020 My LA2050 Grants Challenge
if (window.temporaryActivationPromotionHeight &&
$(document).scrollTop() > window.temporaryActivationPromotionHeight) {
isScrolledDown = true;
}
if(isScrolledDown){
$navWrap.addClass(classBeforeName);
setTimeout(function(){
$navWrap.addClass(classAfterName);
}, 1);
} else {
$navWrap.removeClass(classAfterName);
$navWrap.removeClass(classBeforeName);
}
});
// Mobile nav
$('#resnav').slicknav();
});
</script>
<div class='background-white paddedsection'>
<div class='container'>
<div class='row'>
<div class='col-md-12'>
<h1 class='margin-bottom'>Happenings</h1>
</div>
</div>
<div class='row'>
<div class='col-sm-8'>
<div class='blogpost'>
<h3><a href="/blog/covid-food-resources.html">Food and Nutrition Resources in Los Angeles</a></h3>
<div class='blogpost-meta'>
Posted
March 31, 2020
by
<span class='blogpost-author'>
Team LA2050
</span>
</div>
<div class='blogtags'>
<div class='blogtag'>
<div class='blogtag-tip'></div>
<a href="blog9c1f.html?tag=Covid-19+Resources">Covid-19 Resources</a>
</div>
</div>
<div class='blogpost-shadedbox richtext'>
<p><p>
<b>General Resources:</b>
</p><ul>
<li><a href="https://covid19.lacounty.gov/food/">LA County's "Let's Feed LA" portal</a> connects those in need of food to those who can help.</li>
<li>For the closest food pantry/bank to you, visit the <a href="https://www.lafoodbank.org/find-food/pantry-locator/">Los Angeles Food Bank Pantry Locator</a></li>
<li><a href="http://www.csuinc.org/">Community Services Unlimited</a> is assisting people in applying for Calfresh (aka food stamps) by phone. If you or anyone you know is recently unemployed, experiencing shortened hours, is a student, or experiencing other issues that impact your ability to buy food, call to make an appointment at (213) 746-1216 or email <a href="cdn-cgi/l/email-protection.html" class="__cf_email__" data-cfemail="e4878588829681978ca48797918d8a87ca8b9683ca">[email protected]</a></li>
<li>Every Table is offering free delivery and food distribution for seniors who need food brought to their homes, students, and food distribution centers. If you need 10-10,000 meals, reach out to Everytable at (323) 458-6487. For more info, <a href="https://www.instagram.com/p/B9zHvouA2Xv/">click here</a>!</li>
<li><a href="https://hofoco.org/">Hollywood Food Coalition</a> is providing nightly, packaged takeaway meals. Location: 5939 Hollywood Blvd, LA CA 90028. Phone number: (323) 462-2032. Hours: Monday through Sunday 6:15 pm - 8:00 pm.</li>
<li>WIC clinics under South Los Angeles Health Projects will remain open and will be remotely issuing participants food benefits onto their WIC cards to avoid families from going out given our COVID19 pandemic. For those families that have not yet gotten the new WIC card and wish to locate the nearest WIC clinic to them, please visit: <a href="http://www.slahp.org/wic-centers-by-city/">http://www.slahp.org/wic-centers-by-city/</a></li>
<li>Check out this <a href="https://www.latimes.com/food/story/2020-04-11/25-restaurants-los-angeles-buy-groceries">list of restaurants that are offering markets to buy groceries at this time</a>.</li>
</ul><p>
<b><br>
</b>
</p><p>
<b>Children and Youth Specific (0-17):</b>
</p><ul><li><a href="https://achieve.lausd.net/Page/16904">Free "Grab & Go" meals for LAUSD students</a> are available Monday through Friday 7 am to 10 am</li><li><a href="https://lacounty.maps.arcgis.com/apps/opsdashboard//#/97c60acb25ab424f9abd3c5dba955705">Dashboard of LA County student meal distribution centers</a></li>
</ul><p>
<b><br>
</b>
</p><p>
<b>Adults 65+:</b>
</p><ul>
<li><a href="https://www.mealsonwheelsamerica.org/americaletsdolunch">Sign up to deliver meals to seniors through Meals on Wheels</a></li>
<li>Gloria Molina YWCA food distribution 7515 Pacific Blvd, Walnut Park, CA 90255, (213) 516-3575</li>
<li><a href="https://www.dreamcenter.org/relief/">Dream Center home delivery for individuals 65 and over</a></li>
<li><a href="https://wdacs.lacounty.gov/wp-content/uploads/2020/03/CentersUpdate_SeniorLunches_3.13.20.pdf">Community and Senior Centers Senior Lunch Programs</a></li>
<li><a href="https://www.zoomerstoboomers.com/los-angeles">Zoomers to Boomers</a> is offering easy, fast, and safe grocery delivery for the elderly and immunocompromised.</li>
</ul><p>
<br>
</p><p>
<i><a href="/blog/la-area-covid-19-resources.html">Click here to return to the full directory of Los Angeles area COVID-19 resources, services, and opportunities to make a difference.</a></i><br>
</p><p>
<br>
</p></p>
</div>
</div>
<div class='blogpost'>
<h3><a href="/blog/covid-volunteer-needs.html">LA Needs You: Local Volunteer Opportunities During COVID-19</a></h3>
<div class='blogpost-meta'>
Posted
March 31, 2020
by
<span class='blogpost-author'>
Team LA2050
</span>
</div>
<div class='blogtags'>
<div class='blogtag'>
<div class='blogtag-tip'></div>
<a href="blog9c1f.html?tag=Covid-19+Resources">Covid-19 Resources</a>
</div>
</div>
<div class='blogpost-shadedbox richtext'>
<p><ul>
<li>Check out the <a href="https://californiavolunteers.ca.gov/get-involved/covid-19/"></a><a href="https://californiavolunteers.ca.gov/get-involved/covid-19/">CalVolunteers Portal</a> </li><li>Find LA-specific volunteer opportunities and a local nonprofit directory at VolunteerLA: <a href="https://letsvolunteerla.org/">https://letsvolunteerla.org/</a><a href="http://volunteer.lamayor.org/"></a></li>
<li><a href="https://volunteerconnection.redcross.org/?nd=vms_public_form&form_id=7762"><span></span>Volunteer to help the LAUSD and American Red Cross feed students</a></li>
<li>There's currently a blood shortage; <a href="https://www.redcrossblood.org/give.html/find-drive">Find a Red Cross donation drive near you</a></li><li>Help spread accurate information using this <a href="https://drive.google.com/drive/u/0/folders/1OewcsHecxFb29mCSzvShP4yPGPaFM-gM">folder from the Los Angeles Mayor's Office with critical COVID-19 messaging in 14 languages</a></li>
<li><a href="https://www.google.com/maps/d/u/0/viewer?mid=1paBMfsRqsS4r9Px4xiOGYCfxA4-J9y2E&ll=34.029728592186366%2C-118.13568714999201&z=10">Find your local homebound meal delivery program and volunteer</a></li>
<li><a href="https://www.californiavolunteers.ca.gov/get-involved/covid-19/neighbor-check-ins/">Check on your neighbors using these tips</a></li><li>Sign up to participate in the <a href="https://app.monami.io/phone-bank/welcome">Council District 4 Senior Outreach Program</a></li><li>The <a href="https://kindertogether.com/">Kinder Together app</a> is connecting neighbors to care for each other</li>
<li><a href="https://www.laworks.com/">Find a virtual volunteer opportunity through LA Works</a></li>
<li><a href="https://www.laworks.com/"></a>Use these volunteer portals to find additional opportunities –
<ul>
<li>All for Good: <a href="https://www.allforgood.org/">https://www.allforgood.org/</a></li>
<li>Catchafire: <a href="https://www.catchafire.org/">https://www.catchafire.org/</a></li>
</ul>
</li>
<li><i>In West LA:</i> <a href="https://www.westsidefriends.com/">https://www.westsidefriends.com/</a></li>
</ul><p>
<br>
</p><p>
<i><a href="/blog/la-area-covid-19-resources.html">Click here to return to the full directory of Los Angeles area COVID-19 resources, services, and opportunities to make a difference.</a></i>
</p></p>
</div>
</div>
<div class='blogpost'>
<h3><a href="/blog/safer-at-home-and-chill.html">Safer At Home And Chill</a></h3>
<div class='blogpost-meta'>
Posted
March 30, 2020
by
<span class='blogpost-author'>
Amanda Liaw
</span>
</div>
<div class='blogtags'>
<div class='blogtag'>
<div class='blogtag-tip'></div>
<a href="blog9c1f.html?tag=Covid-19+Resources">Covid-19 Resources</a>
</div>
</div>
<div class='blogpost-shadedbox richtext'>
<p><p>One thing we're really thankful for during this time is the truly wide variety of content that's available online to keep our spirits up and our minds open. We've put together 8 of our top picks that we're excited to share!<br></p><ul><li><a href="https://www.marvel.com/tv-shows/marvel-s-hero-project/1"><em>Marvel's Hero Project</em></a>, a Disney+ original series that reveals the positive change several young, real life heroes are making in their own communities. </li><li><a href="https://www.filmindependent.org/blog/watch-now-film-independent-presents-a-very-special-spirit-awards-shorts-program/">Film Independent's Spirit Awards Shorts Program</a>, a weekly curated list of short films by independent filmmakers</li><li><a href="https://www.netflix.com/title/81194454">She Did That</a>, a feature-length documentary on Netflix about black female entrepreneurs. </li><li><a href="http://eastloshigh.com/">East Los High</a>, a Hulu original series about a group of teens who are navigating their final years at a fictional high school in East Los Angeles. </li><li><a href="https://www.netflix.com/title/80198208"><em>Gentefied</em></a>, a Netflix series that follows Mexican-American cousins as they try to save their grandfather's taco shop while gentrification shakes up their LA neighborhood. </li><li><a href="https://a24films.com/films/the-farewell">The Farewell</a>, a film celebrating family that's based on an actual lie, following a Chinese-American woman played by Awkwafina. </li><li><a href="https://www.kanopy.com/product/los-angeles-plays-itself">Los Angeles Plays Itself</a>, a documentary that explores the tangled relationship between movies and Los Angeles as seen through these movies. It's available to stream for free on Kanopy, which is accessible with a Los Angeles Public Library card.</li><li><a href="https://www.netflix.com/title/80220207"><em>The Trials of Gabriel Fernandez</em></a>, a Netflix series reporting on the case of Gabriel Fernandez and how it exposes the failures of multiple Los Angeles County departments. </li></ul></p>
</div>
</div>
<div class='blogpost'>
<h3><a href="/blog/stay-engaged-while-staying-safer-at-home.html">Stay Engaged While Staying Safer At Home</a></h3>
<div class='blogpost-meta'>
Posted
March 30, 2020
by
<span class='blogpost-author'>
Amanda Liaw
</span>
</div>
<div class='blogtags'>
<div class='blogtag'>
<div class='blogtag-tip'></div>
<a href="blog9c1f.html?tag=Covid-19+Resources">Covid-19 Resources</a>
</div>
</div>
<div class='blogpost-shadedbox richtext'>
<p><p>Looking for ways to stay engaged while self-isolating? Check out some of the resources we've come across that can help you live, learn, play, connect, and create from the great indoors.<br></p><p>LIVE</p><ul><li><a href="https://altasea-project-blue.org/">AltaSea's Project Blue</a> features content and education resources around the emerging blue economy, healing our oceans, and saving our planet. </li><li><a href="https://www.treepeople.org/learnathome">TreePeople</a> has educational activities about important environmental topics.</li><li><a href="https://www.campkindnesscounts.org/kind-world">Camp Kindness Counts</a> provides teachers and parents with free guide books that foster strong, compassionate character and awareness in children. </li><li><a href="https://www.hereglobalrelief.org/">HERE</a> is a free app that combines meditation practice with interactive exercises. </li><li><a href="https://respectfulways.com/free-SEL-access-coronavirus/">Respectful Ways</a> is offering teachers and parents free access for up to 3 modules in their social-emotional learning curriculum. </li><li><a href="https://nhmlac.org/connects" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://nhmlac.org/connects&source=gmail&ust=1586639417618000&usg=AFQjCNH6NJgtvZ6x4CBhoTZ8hGACn3PMsg">NHMLA's Connects page</a> invite you to explore natural and cultural wonders from their exhibits to your own backyard.</li></ul><p><br></p><p>LEARN</p><ul><li><a href="https://www.lapl.org/collections-resources/online-learning">Los Angeles Public Library</a> has tons of free online learning tools that you can access instantly with either a library card or e-card, including language learning with Mango Languages, courses ranging from grant writing to team management fundamentals with Lynda, and more. </li><li><a href="https://californiasciencecenter.org/stuck-at-home-science" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://californiasciencecenter.org/stuck-at-home-science&source=gmail&ust=1586639417618000&usg=AFQjCNEYkgfcZ2_1dWCw_5LADtT875Vppw">California Science Center's Stuck at Home Science</a> is featuring science activities for families using common household supplies.</li><li>LAUSD has partnered with <a href="https://www.pbssocal.org/education/at-home-learning/">PBS SoCal</a> and KCET to offer free daytime educational programming for students in Pre-K through 12th grade. </li><li><a href="https://classroommagazines.scholastic.com/support/learnathome.html">Scholastic</a> offers free online day-by-day projects for students in Pre-K through 9th grade.</li><li><a href="https://academy4sc.org/">Academy 4SC</a> hosts free videos and content on psychology, philosophy, and economics. </li><li><a href="https://dsl.richmond.edu/panorama/">American Panorama</a> is an historical atlas of the United States that combines research with innovative mapping techniques. </li><li><a href="https://americanarchive.org/">American Archive of Public Broadcasting</a> provides access to significant historical content created by public media, with suggested topics to start ranging from biography and consumer affairs to travel and parenting. </li><li><a href="https://stories.audible.com/discovery">Audible</a> has a large variety of free audiobooks.</li><li><a href="https://abdodigital.com/?tk=7724458A4EE9A73EE8087AC8D237C57C">Abdo Digital Bookshelf</a> has free ebooks for children of all ages. </li><li><a href="https://www.petersen.org/online-education">Petersen Automotive Museum</a> offers free live stream and video activities in addition to coloring and building activities that include building your own race car and more. </li><li><a href="https://www.khanacademy.org/">Khan Academy</a> provides students aged 2-18 with free remote learning resources in subjects such as math, science and engineering, arts and humanities, computing, and more.</li><li><a href="https://learn.kqed.org/">KQED Learn</a> is a free platform for middle and high schoolers to build media literacy and critical thinking skills. </li><li>These free <a href="https://www.carmensandiego.com/resources/">Carmen Sandiego</a> educational resources for kids include exercises that build self- and social-awareness, activities such as creating animal trading cards and writing an opera, and more. </li><li><a href="https://www.storylineonline.net/">Storyline Online</a> hosts free videos of actors reading children's books. </li><li>The Huntington Garden released <a href="https://www.huntington.org/the-collections-podcast">The Collections</a>, a podcast hosted by Huntington President Karen R. Lawrence.</li></ul><p><br></p><p>PLAY</p><ul><li><a href="http://jamzone.littlekidsrock.org/school-closure-resources/">Little Kids Rock</a> is offering free online music lessons for kids.</li><li><a href="https://olympic.ca/education/">Canadian Olympic School Program</a> offers free online resources on adopting and maintaining healthy active lifestyles. </li><li><a href="https://www.gonoodle.com/">GoNoodle</a> hosts free movement and mindfulness videos for children. </li><li><a href="https://nationalzoo.si.edu/webcams">Smithsonian's National Zoo</a> is hosting live webcams of their animals, such as the lion cam, elephant cam, and giant panda cam. </li><li><a href="https://www.montereybayaquarium.org/animals/live-cams">Monterey Bay Aquarium</a> is hosting live webcams, including a sea otter cam, penguin cam, open sea cam, and more.</li><li><a href="https://www.corepoweryogaondemand.com/keep-up-your-practice">CorePower Yoga</a> is providing free access to some of their On Demand videos.</li></ul><p><br></p><p>CONNECT</p><ul><li><a href="https://www.civics101podcast.org/">Civics 101</a> is a podcast refresher course on the basics of American democracy.</li><li><a href="https://www.metopera.org/">The Metropolitan Opera</a> is offering free nightly opera streams. </li><li><a href="https://world101.cfr.org/">World101</a> provides modules to understand the issues, forces, and actors that shape the world. </li><li><a href="https://artsandculture.google.com/">Google Arts & Culture</a> offers free virtual tours of museums and cultural institutions. </li><li><a href="https://www.louvre.fr/en/visites-en-ligne">Louvre Museum</a> is offering free online tours of the museum's exhibition rooms and galleries. </li><li><a href="https://www.digitalconcerthall.com/en/home">Berliner Philharmoniker</a> is offering their Digital Concert Hall for free to everyone who signs up before March 31. </li></ul><p><br></p><p>CREATE</p><ul><li><a href="https://bavc.org/youth-programs/next-gen">Bay Area Video Coalition</a> is offering free virtual courses in video production, audio production, and game design for youths aged 14-17. </li><li><a href="http://jamzone.littlekidsrock.org/school-closure-resources/">Little Kids Rock</a> is hosting online music lessons with and without instruments, including ukelele, pop acoustic guitar, body drum set, and more.</li><li><a href="https://musiclab.chromeexperiments.com/About">Chrome Music Lab</a> is a free tool with hands-on music experiments. </li><li><a href="https://doodles-academy.org/projects/">Doodles Academy</a> provides free art projects for children of all grades. </li><li><a href="https://tallo.com/">Tallo</a> is a free platform that connects individuals with scholarships, college admissions, internships, apprenticeships, jobs, and more.</li><li>Check out these local cultural institutions that have gone digital: <a href="https://aplusd.org/curated-resource-library/">A+D Museum</a>, <a href="https://www.thebroad.org/broadfromhome" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://www.thebroad.org/broadfromhome&source=gmail&ust=1586639417618000&usg=AFQjCNF65oaJKBqDGUmkuPKCzKoYVQ7y5Q">The Broad From Home</a>, <a href="http://blogs.getty.edu/iris/explore-getty-art-resources-closed-coronavirus/" target="_blank" data-saferedirecturl="https://www.google.com/url?q=http://blogs.getty.edu/iris/explore-getty-art-resources-closed-coronavirus/&source=gmail&ust=1586639417618000&usg=AFQjCNER3jN415PUxzAMrrv0XaGrwNwYSw">The Getty</a>, <a href="https://grammymuseum.org/museum-at-home/" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://grammymuseum.org/museum-at-home/&source=gmail&ust=1586639417618000&usg=AFQjCNGwVwU9LvVQ0dWtp_oSN6n21Y-8GA">The Grammy Museums Museum</a>, <a href="https://hammer.ucla.edu/watch-and-listen" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://hammer.ucla.edu/watch-and-listen&source=gmail&ust=1586639417618000&usg=AFQjCNEvwBroUv69Zw3ncRshsTKor_vu9Q">The Hammer Museum</a>, <a href="https://www.lacma.org/" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://www.lacma.org/&source=gmail&ust=1586639417618000&usg=AFQjCNHtk_XLB9LHm1xUDJQ-mY-O-bzRlQ">LACMA</a>, <span class="il"><a href="https://www.moca.org/virtual-moca" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://www.moca.org/virtual-moca&source=gmail&ust=1586639417618000&usg=AFQjCNFQ6ZwDZI_rhO5IqfMbGyyrfkvbuw">MOCA</a>, </span>and <a href="https://lapca.org/exhibition/carlos-almaraz-evolution-of-form-2/" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://lapca.org/exhibition/carlos-almaraz-evolution-of-form-2/&source=gmail&ust=1586639417618000&usg=AFQjCNFu6FsB34xGyjlRJmu834lDW5Ulhw">LA Plaza</a>.</li><li><a href="https://jarrettlerner.com/activities/">Jarrett Lerner</a> is offering free drawing and writing prompts and activities for download.</li><li><a href="https://www.annenbergphotospace.org/photo-space-audio-tours/">Annenberg Photo Space</a> is offering audio tours.</li><li><a href="https://www.fender.com/play?clickref=1011l89YHjcs&aff_id=305950">Fender</a> is offering three months of free guitar lessons online.</li></ul><p><br></p><p><a href="https://la.curbed.com/2020/3/12/21177242/coronavirus-los-angeles-covid19-shutdown-curfew">For more context about what is open and what is closed at this time, browse this list.</a></p><p>For more resources in response to COVID-19, check out our <a href="/blog/la-area-covid-19-resources.html">article compiling all the local resources we're aware of</a>.</p><p>If you know of other resources, <a href="https://docs.google.com/forms/d/1pB6Fx1xtwN8_pkqiWim9F69LSczfucnO0FfNROtxeN0/edit">please submit them through this form</a>. </p><p><br><br><br></p></p>
</div>
</div>
<div class='blogpost'>
<h3><a href="/blog/la-area-covid-19-resources.html">LA Area COVID-19 Resources and Responses</a></h3>
<div class='blogpost-meta'>
Posted
March 29, 2020
by
<span class='blogpost-author'>
Team LA2050
</span>
</div>
<div class='blogtags'>
<div class='blogtag'>
<div class='blogtag-tip'></div>
<a href="blog9c1f.html?tag=Covid-19+Resources">Covid-19 Resources</a>
</div>
</div>
<div class='blogpost-shadedbox richtext'>
<p><p>
<b>The following is a directory of local resources to assist Angelenos during the COVID-19 crisis. If you know of others,
<a href="https://docs.google.com/forms/d/1pB6Fx1xtwN8_pkqiWim9F69LSczfucnO0FfNROtxeN0/edit">please submit them through this form</a>.</b><br>
</p><p>
<i>Note: LA2050 is not coordinating the efforts on these lists. We are compiling and amplifying the resources sent to us. Please confirm with organizations that the resources or services are active.<em></em></i><em></em>
</p><hr><p>
<b>OPPORTUNITIES TO HELP:</b>
</p><p>
<a href="/blog/covid-donations.html">COVID-19 Funds for Donation</a>
</p><p>
<a href="/blog/covid-volunteer-needs.html">Local Volunteer Needs</a>
</p><p>
<a href="/blog/covid-philanthropy.html">Opportunities for Philanthropic Funders</a><br>
</p><ul>
<i>
<li><a href="/blog/a-message-from-the-goldhirsh-foundation-covid-19.html">See what the Goldhirsh Foundation is doing here</a></li>
</i>
</ul><hr><p>
<b>RESOURCES AND SERVICES:</b>
</p><p><a href="https://covid19.lacounty.gov/covid19-2-2/safer-at-home-faq/">Guide to What's Open, What's Not, and What the Rules Are</a></p><p>
<a href="/blog/covid-local-business.html">Resources for Local Businesses</a>
</p><p>
<a href="/blog/covid-food-resources.html">Food and Nutrition Resources</a>
</p><p>
<a href="/blog/covid-education-resources.html">Education Resources</a>
</p><p>
<a href="/blog/free-and-discounted-digital-services.html">Technology Resources</a>
</p><p>
<a href="/blog/covid-employment-resources.html">Employment and Financial Resources</a>
</p><p>
<a href="/blog/covid-housing-resources.html">Housing and Utility Resources</a>
</p><p>
<a href="/blog/covid-health-resources.html">Mental and Physical Health Resources</a>
</p><hr><p>
<b>"SAFER AT HOME":</b>
</p><p>
<a href="/blog/stay-engaged-while-staying-safer-at-home.html">Ways to Stay Engaged While Staying Safer at Home</a><br>
</p><hr><p>LOS ANGELES CITY AND COUNTY RESOURCES AND GUIDELINES:</p><p><a href="https://covid19.lacounty.gov/#">Los Angeles County Resources</a></p><p><a href="https://covid19.lacounty.gov/testing/">Find a Testing Center in LA near you</a><br></p><p><a href="https://corona-virus.la/">Los Angeles City Information and Resources</a></p><p><a href="https://www.lamayor.org/COVID19Orders">Updated Los Angeles COVID-19 Orders</a></p><p><a href="http://la.myneighborhooddata.org/covid-19/">USC Price Center for Social Innovation COVID-19 Data Map for Los Angeles County</a></p><p><br></p><p><br></p></p>
</div>
</div>
<div class='blogpost'>
<h3><a href="/blog/covid-employment-resources.html">Employment and Financial Resources</a></h3>
<div class='blogpost-meta'>
Posted
March 29, 2020
by
<span class='blogpost-author'>
Team LA2050
</span>
</div>
<div class='blogtags'>
<div class='blogtag'>
<div class='blogtag-tip'></div>
<a href="blog9c1f.html?tag=Covid-19+Resources">Covid-19 Resources</a>
</div>
</div>
<div class='blogpost-shadedbox richtext'>
<p><ul>
<li><a href="https://ca.cair.com/losangeles/updates/steps-to-take-if-you-lose-your-job-due-to-the-coronavirus-pandemic/">Steps to Take if you Lose your Job Due to the Coronavirus Pandemic</a></li><li>Use the <a href="https://sa.www4.irs.gov/irfof-wmsp/notice">IRS "Get My Payment" Portal</a> to check on the status of your Economic Impact Payment</li><li><a href="https://www.edd.ca.gov/about_edd/coronavirus-2019.htm">California's Employment Development Department (EDD)</a> provides a variety of support services to individuals affected by COVID-19 in California.</li>
<li>BENEFITS FOR WORKERS IMPACTED BY COVID-19 and also <a href="https://edd.ca.gov/about_edd/coronavirus-2019/faqs.htm">check out the EDD's Frequently Asked Questions</a></li>
<li><a href="https://edd.ca.gov/Disability/How_to_File_a_PFL_Claim_in_SDI_Online.htm">Paid Family Leave</a>: Paid family leave is available for those who stay home because they need to take care of someone who has contracted the virus (Covid19) or who has been quarantined (must be certified by a medical professional). <a href="https://edd.ca.gov/Disability/How_to_File_a_PFL_Claim_in_SDI_Online.htm">Learn how to file a Paid Family Leave Claim HERE.</a></li>
<li><a href="https://edd.ca.gov/Disability/How_to_File_a_DI_Claim_in_SDI_Online.htm">Disability Benefits/Paid Sick Leave</a>: If you're unable to work due to having or being exposed to COVID-19 (certified by a medical professional), you can file a Disability Insurance (DI) claim. DI provides short-term benefit payments to eligible workers who have a full or partial loss of wages due to a non-work-related illness, injury, or pregnancy. Benefit amounts are approximately 60-70 percent of wages (depending on income) and range from $50-$1,300 a week. <a href="https://edd.ca.gov/Disability/How_to_File_a_DI_Claim_in_SDI_Online.htm">How to file a disability claim.</a></li>
<li><a href="https://edd.ca.gov/Unemployment/Filing_a_Claim.htm">Unemployment Benefits</a>: If your employer has reduced your hours or shut down operations due to COVID-19, or you have to miss work to care for your family, you can file an Unemployment Insurance (UI) claim. UI provides partial wage replacement benefit payments to workers who lose their job or have their hours reduced, through no fault of their own. Workers who are temporarily unemployed due to COVID-19 and expected to return to work with their employer within a few weeks are not required to actively seek work each week. However, they must remain able and available and ready to work during their unemployment for each week of benefits claimed and meet all other eligibility criteria. Eligible individuals can receive benefits that range from $40-$450 per week. <a href="https://edd.ca.gov/Unemployment/Filing_a_Claim.htm">How to file an unemployment claim.</a></li>
<li>Directly from the Employment Development Department: “Employers experiencing hardship as a result of COVID-19 may request up to a 60-day extension of time from the EDD to file their state payroll reports and/or deposit state payroll taxes without penalty or interest. A written request for extension must be received within 60 days from the original delinquent date of the payment or return."</li><li><a href="https://www.caleitc4me.org/m4b/">CalEITC4Me</a> has resources for low-income Californians filing tax returns</li>
<li>For questions, employers may call the EDD Taxpayer Assistance Center.
<ul>
<li>Toll-free from the U.S. or Canada: 1-888-745-3886</li>
</ul>
<ul>
<li>Hearing impaired (TTY): 1-800-547-9565</li>
</ul>
<ul>
<li>Outside the U.S. or Canada: 1-916-464-3502</li>
</ul>
<ul>
<li>(<a href="https://edd.ca.gov/about_edd/coronavirus-2019.htm?fbclid=IwAR3vS9NqAlxiZJtKT21dJSoMSvV-klMlSK2nvPGzA2v8FHeglkS4YKrLh78">For more information, click here!</a>)</li>
</ul>
</li>
<li>Resources Based on Type of Employment
<ul>
<li><a href="https://missionassetfund.org/la-young-creatives-fund/" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://missionassetfund.org/la-young-creatives-fund/&source=gmail&ust=1586625565377000&usg=AFQjCNHkqu3lqH3QYVbmBXc339awk4iu8Q">LA Young Creatives Fund</a>: a financial assistance program from the Snap Foundation and Mission Asset Fund for LA-based creative young professionals who have been financially impacted by the present pandemic. </li>
<li><a href="https://covid19freelanceartistresource.wordpress.com/?fbclid=IwAR2h6cN5HPapOjYZoLocJ7ydEEx34_0Hy_Bp2K_jblFmSKUQ1uNM3j1X3Cs">For resources for freelance artists, click here!</a></li>
</ul>
<ul>
<li><a href="https://www.usbgfoundation.org/beap?fbclid=IwAR3dQlMeJsntGhpWvUi3rWUnkHWQCIL97gG9yqQdG9degTQ_Yxr6YkCqL7I">For resources for bartenders, click here!</a></li>
</ul>
<ul>
<li><a href="https://www.grammy.com/musicares/get-help/covid-19-relief-fund-faq">For resources for musicians, click here!</a></li>
</ul>
<ul>
<li><a href="https://www.gigworkerscollective.org/covid-19-resources">For resources for gig workers, click here!</a></li>
</ul>
<ul>
<li><a href="https://actorsfund.org/am-i-eligible-help">For resources for actors, click here!</a></li>
</ul>
</li>
</ul><p>
<br>
</p><p>
<i><a href="/blog/la-area-covid-19-resources.html">Click here to return to the full directory of Los Angeles area COVID-19 resources, services, and opportunities to make a difference.</a></i><br>
</p></p>
</div>
</div>
<div class='blogpost'>
<h3><a href="/blog/covid-health-resources.html">Mental and Physical Health Resources</a></h3>
<div class='blogpost-meta'>
Posted
March 28, 2020
by
<span class='blogpost-author'>
Team LA2050
</span>
</div>
<div class='blogtags'>
<div class='blogtag'>
<div class='blogtag-tip'></div>
<a href="blog9c1f.html?tag=Covid-19+Resources">Covid-19 Resources</a>
</div>
</div>
<div class='blogpost-shadedbox richtext'>
<p><ul><li><a href="https://covid19.lacounty.gov/testing/">Schedule a COVID-19 test</a></li><li><a href="https://laist.com/how-to-new-la/#">How to Navigate the New LA</a></li><li>Los Angeles County Department of Mental Health<ul><li>Access Center 24/7 Helpline</li></ul><ul><li>(800) 854-7771</li></ul><ul><li>(562) 651-2549 TDD/TTY</li></ul><ul><li><a href="https://dmh.lacounty.gov/">https://dmh.lacounty.gov</a></li></ul></li><li><a href="http://publichealth.lacounty.gov/cms/docs/FamilySupRefGuide2019.pdf">Children's Medical Services Family Resource Guide</a></li><li><a href="https://www.asbestos.com/cancer/coronavirus-guide/">Guide for how to navigate COVID-19 for cancer patients and survivors</a></li><li><a href="https://bldpwr.com/mental-health-resources">Mental health resources from BLD PWR</a></li><li><a href="https://www.nctsn.org/what-is-child-trauma/trauma-types/disasters/pandemic-resources">National Child Trauma Stress Network's COVID-19 Resources</a></li><li>Teen Line: <a href="https://teenlineonline.org/">https://teenlineonline.org/</a></li><li>Vista Del Mar Child and Family Services is offering free tele-counseling to low income families. Call (310) 836-1223 extension 500 for Intake.</li><li>Domestic Violence</li><li>If you are concerned about being quarantined in an unsafe home situation or need help, all DV shelter resources are generally available on: <a href="http://domesticshelters.org/">domesticshelters.org</a></li><li>The National Domestic Violence Hotline is also available 24/7 at 1-800-799-7233 (SAFE) or 1-800-787-3223 (TTY)</li></ul><p><br></p><p><i><a href="/blog/la-area-covid-19-resources.html">Click here to return to the full directory of Los Angeles area COVID-19 resources, services, and opportunities to make a difference.</a></i><br></p></p>
</div>
</div>
<div class='blogpost'>
<h3><a href="/blog/covid-education-resources.html">Educational Resources and Services for Students</a></h3>
<div class='blogpost-meta'>
Posted
March 28, 2020
by
<span class='blogpost-author'>
Team LA2050
</span>
</div>
<div class='blogtags'>
<div class='blogtag'>
<div class='blogtag-tip'></div>
<a href="blog9c1f.html?tag=Covid-19+Resources">Covid-19 Resources</a>
</div>
</div>
<div class='blogpost-shadedbox richtext'>
<p><ul><li><a href="http://r20.rs6.net/tn.jsp?f=001tr52aIUau8dCDbET1Io1cJQlHCgGbAARHyeaQgYTlqT2NrZdK78EGxIy9DAnJsgPDkDXzDZjpY4AX2UcF7AMypFJTahM7zHcMvzK2WhtXUcS96VcjbwEy7lqnAXMCYeawuxJy0LhRJX8SoCaB9o2ubbR9OnVRneu&c=-WbTLskGOpVsp6HIOKwaXuEBN_VWLjNYfX5NBH-plIXdp5LQXndmIw==&ch=KqBAZuQKb-zqOKC7AMpi8fdWFI3weIg1TtJrfqU51iLhfEmFTCyR2Q==">Child360's Home Grown program</a> tapped into the great minds of child development experts to help parents take everyday moments and turn them into creative ways to support children's development. Join them for Motivation Monday, Talk Tuesday, Wiggle Wednesday, Thinking Thursday, and Feeling Friday!</li><li><a href="https://achieve.lausd.net/resources">LAUSD resources for families during school closures</a></li><li><a href="https://achieve.lausd.net/resources">Families can call 213-443-1300, the Division of Student Health and Human Services hotline, with a need for SHHS-related services (e.g., housing/emergency shelter, mental or physical health support)</a></li><li><a href="6610321da8868f403c4995e23f2eb676c97229719d1b072d918a0e52ce5063b5c067ce6e98284b312f9c47dd588907edbaf16c0394e90f4eadd9490ea81802ea2bf27c9a211489f5.html">Free Los Angeles Public Library resources for students of all ages</a>, including home tutoring, encyclopedia access, STEM content, college admissions test prep, and more!</li><li><a href="https://www.up2us.org/up2ussportsathome">Up2US Sports At Home portal</a> of free resources, videos and virtual training opportunities to help coaches keep their teams physically, socially, and emotionally healthy during this time of social distancing and isolation.</li><li><a href="https://openphysed.org/activeschools/activehome">The Online Physical Education Network</a>, the nation's largest public-service organization serving physical educators, coaches and activity leaders, is available to help coaches and students deal with extended school closings. </li><li>Spectrum Broadband: Free access to Spectrum Broadband and Wi-Fi For 60 Days For New K-12 and College Student Households who do not already have a Spectrum broadband subscription and at any service level up to 100 Mbps. To enroll call 1-844-488-8395. Installation fees will be waived for new student households. (<a href="https://corporate.charter.com/newsroom/charter-to-offer-free-access-to-spectrum-broadband-and-wifi-for-60-days-for-new-K12-and-college-student-households-and-more">For more information, click here!</a>)</li>
<li>Charter Comcast: Free Internet Service for Households with Children - To enroll: 844.488.8395</li>
<li><a href="https://apple.news/AFduzbtBqQdeaguyKgf0bBw">Free Zoom</a> (platform for virtual meetings) for all K-12 students and staff to facilitate remote/virtual learning</li>
<li><a href="https://meet.google.com/">Google Meet (Free)</a></li>
<li>The team from the musical <i>Hamilton </i>has released <a href="https://www.gilderlehrman.org/programs-and-events/eduham-home">EduHam at Home</a>, where students study primary source documents from the Founding Era, learn how Lin-Manuel Miranda used such documents to create the musical <em>Hamilton</em>, and finally create their own original performance pieces based on the same material.</li>
<li>PBS: Starting Monday, March 16, students in Pre-K through 12th grade will have the opportunity to access free, educational PBS daytime programming designated for each grade level weekdays (<a href="https://www.pbssocal.org/pbs-news/at-home-learning/">For more information, click here!</a>)</li>
<li><a href="http://www.bobbakermarionettetheater.com/at-home-happiness">Bob Baker Marionette Theater's "At Home Happiness" Activity Portal</a></li>
<li>Learning Resources: Free online resources for learning – this includes a whole host of free online/web based learning resources for all ages and subjects: <a href="http://www.amazingeducationalresources.com/">http://www.amazingeducationalresources.com/</a></li>
<li>MIND Research Institute is offering no cost access to a free math instructional program for students in grades K-8 (<a href="https://www.stmath.com/coronavirus?fbclid=IwAR2Z9kqIE7kBcVq7YdAEYuvWQEW2quTvZ6m9KS_zMeyeiT9wHYcwgpmeRv0">For more information, click here!</a>)</li>
<li>Scholastic offers free, online learning experiences for kids of all ages (<a href="https://classroommagazines.scholastic.com/support/learnathome.html">For more information, click here!</a>)</li>
<li>"For anyone in these areas who have kids at home from school, watching other kids or knows of someone who can use free brand new books for their kids during this time, we will be giving away books to anyone who asks (while our supply lasts) We are happy to either do a "no contact" delivery or pick up. We have books from board books to high school levels. If you are interested please email <a href="cdn-cgi/l/email-protection.html" class="__cf_email__" data-cfemail="fa909f9b94ba8e929f96938e9f889b998399968f98d495889dd4">[email protected]</a> Supplies are limited but we will do everything we can to fulfill your request.</li>
<li><a href="https://www.cteonline.org/">CTE Online</a> offers thousands of free lesson plans aligned to CTE, Common Core, and NGSS.</li>
<li><a href="https://www.edspace.live/">EdSpace</a> is a social learning network for the world of education.</li>
<li>The <a href="https://www.petersen.org/online-education">Petersen Automotive Museum</a> is offering free educational activities and livestreams.</li>
<li><a href="https://www.edgefactor.com/V5/pages/Welcome.aspx">Edge Factor</a> is a platform to learn new skills and uncover opportunities.</li>
<li><a href="https://www.ucscout.org/">UC/Scout A-G approved HS courses</a></li>
<li><a href="https://www.khanacademy.org/">Khan Academy</a></li>
<li><a href="https://kahoot.com/coronavirus-remote-offer/">Kahoot: Free distance learning</a></li>
</ul><p>
<br>
</p><p>
<i><a href="/blog/la-area-covid-19-resources.html">Click here to return to the full directory of Los Angeles area COVID-19 resources, services, and opportunities to make a difference.</a></i><br>
</p></p>
</div>
</div>
<div class='blogpost'>
<h3><a href="/blog/covid-housing-resources.html">Housing and Utility Resources</a></h3>
<div class='blogpost-meta'>
Posted
March 28, 2020
by
<span class='blogpost-author'>
Team LA2050
</span>
</div>
<div class='blogtags'>
<div class='blogtag'>
<div class='blogtag-tip'></div>
<a href="blog9c1f.html?tag=Covid-19+Resources">Covid-19 Resources</a>
</div>
</div>
<div class='blogpost-shadedbox richtext'>
<p><p>
<b>HOUSING</b>
</p><ul>
<li>
The Los Angeles Emergency Rental Assistance Subsidy Program will provide a temporary rent subsidy for tenants who live in the City of LA and are unable to pay rent due to circumstances related to the COVID-19 pandemic. Eligible tenants are those whose household income is at or below 80% of the Area Median Income ($83,500 for a family of 4). Check <a href="https://hcidla.lacity.org/">https://hcidla.lacity.org</a> for more info and to monitor the application window, expected to open in July. </li><li> <span></span>For help writing a letter that notifies your landlord (1) that you are struggling financially and (2) that the federal stimulus likely does not allow them to evict you <a href="https://hellolandlord.org/">use this website</a>.
</li>
<li>The Los Angeles Tenants Union is providing support around evictions. Find your local union at: <a href="https://latenantsunion.org/en/locals/">https://latenantsunion.org/en/locals/</a></li>
<li>If you are or know of a foster youth that is staying at a college dorm room that is going to be closed due to the coronavirus, please email <a href="cdn-cgi/l/email-protection.html" class="__cf_email__" data-cfemail="9bf2f5fdf4dbeff4fcfeeff3fee9ecfee9f2e8feb5f4e9fc">[email protected]</a> and they will provide or help you find housing during this transition.</li>
<li>LOW-INCOME INDIVIDUALS/INDIVIDUALS EXPERIENCING HOMELESSNESS AND FAMILY: St. Francis Center provides meal services, clothing closets, showers/bathroom services, and rental and utility assistance programs (over the phone) for homeless and low-income individuals in Los Angeles. ( <a href="https://www.stfranciscenterla.org/import-update-regarding-st-francis-center-program-modifications-and-covid-19-preparedness-plan/">For more information, click here</a>!)</li>
</ul><p>
<b><br>
</b>
</p><p>
<b>UTILITIES</b>
</p><ul>
<li>Southern California Energy Responds to COVID-19 Emergency, <a href="https://www.businesswire.com/news/home/20200313005559/en/SCE-Responds-COVID-19-Emergency-Suspends-Service-Disconnections">Suspends Service Disconnections</a></li>
<li>SPECTRUM Internet - <a href="https://www.google.com/amp/s/amp.fdlreporter.com/amp/5042351002">Offering 60 days of free wifi for low income families.</a></li>
<li><a href="https://www.verizon.com/about/news/verizon-help-customers-and-small-businesses">Verizon will help customers and small businesses disrupted by impact of coronavirus</a></li>
<li>Charter COMCAST - Free Internet Service for Households with Children - To enroll: 844.488.8395</li>
<li><a href="https://www.ladwpnews.com/a-message-from-ladwp-regarding-power-water-service-during-coronavirus-covid-19-pandemic/">Los Angeles Department of Water & Power still offering payment plan and suspending utility shut off for March</a></li><li><a href="https://att.connectednation.org/s3/connectedlearning">AT&T is providing mobile Wi-Fi hotspots and free wireless internet service for impacted K-12 students</a></li>
</ul><p>
<br>
</p><p>
<i><a href="/blog/la-area-covid-19-resources.html">Click here to return to the full directory of Los Angeles area COVID-19 resources, services, and opportunities to make a difference.</a></i><br>
</p></p>
</div>
</div>
<div class='blogpost'>
<h3><a href="/blog/covid-local-business.html">In Support of Local Businesses</a></h3>
<div class='blogpost-meta'>
Posted
March 26, 2020
by
<span class='blogpost-author'>
Team LA2050
</span>
</div>
<div class='blogtags'>
<div class='blogtag'>
<div class='blogtag-tip'></div>
<a href="blog9c1f.html?tag=Covid-19+Resources">Covid-19 Resources</a>
</div>
</div>
<div class='blogpost-shadedbox richtext'>
<p><p>
Find local businesses to support with these directories:
</p><ul>
<li><a href="https://helpmainstreet.com/">https://helpmainstreet.com/</a></li>
<li><a href="https://saveourfaves.org/">https://saveourfaves.org/</a></li>
<li><a href="https://rallyforrestaurants.com/">https://rallyforrestaurants.com/</a></li>
<li><a href="https://givelocal.co/">https://givelocal.co/</a></li>
</ul><p>
<br>
<b>Own a small business? </b></p><ul><li>Fill out this <a href="https://docs.google.com/forms/d/e/1FAIpQLScyfUKqKixf82Zjuzk69H_3_UxPmTnu8Y9eXzAzCt0Ly5MhTg/viewform">Google Form for small businesses</a> to register to be included on local support lists</li><li><a href="https://dcba.lacounty.gov/portfolio/coronavirus-businesses/">Head to the Los Angeles County Department of Consumer and Business Affairs website for a guide to emergency resources</a></li></ul><p><br></p><p>
<i><a href="/blog/la-area-covid-19-resources.html">Click here to return to the full directory of Los Angeles area COVID-19 resources, services, and opportunities to make a difference.</a></i><br>
</p></p>
</div>
</div>
<ul class='pagination pagination-sm'>
<li class='active'>
<a href="#">1</a>
</li>
<li class=''>
<a rel="next" href="blog7a5a.html?page=2&tag=Covid-19+Resources">2</a>
</li>
<li>
<a rel="next" href="blog7a5a.html?page=2&tag=Covid-19+Resources">Next ›</a>
</li>
<li>
<a href="blog7a5a.html?page=2&tag=Covid-19+Resources">Last »</a>
</li>
</ul>
</div>
<div class='col-sm-4 blognav'>
<h3>Keep up with LA2050</h3>
<!-- Begin MailChimp Signup Form -->
<div id='mc_embed_signup'>
<form action='http://la2050.us6.list-manage.com/subscribe/post?u=81b6d7b4efb839b992bf7ae72&amp;id=b16f498212' class='validate' id='mc-embedded-subscribe-form' method='post' name='mc-embedded-subscribe-form' novalidate='' target='_blank'>
<div id='mc_embed_signup_scroll'>
<div class='mc-field-group'>
<input class='required email' id='mce-EMAIL' name='EMAIL' placeholder='Your email' type='email' value=''>
</div>
<div class='clear' id='mce-responses'>
<div class='response' id='mce-error-response' style='display:none'></div>
<div class='response' id='mce-success-response' style='display:none'></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups -->
<div style='position: absolute; left: -5000px;'>
<input name='b_81b6d7b4efb839b992bf7ae72_b16f498212' tabindex='-1' type='text' value=''>
</div>
<div class='clear'>
<input class='button' id='mc-embedded-subscribe' name='subscribe' type='submit' value='Email me things'>
</div>
</div>
</form>
</div>
<div class='linebreak'></div>
<div class='blog-sidenav'>
<div class='col-xs-6 col-sm-12'>
<h3>Tags</h3>
<ul class='margin-bottom'>
<li><a href="blog901f.html?tag=LA2050Listens">LA2050Listens</a></li>
<li><a href="blog9293.html?tag=community">community</a></li>
<li><a href="blogdba7.html?tag=grants">grants</a></li>
<li><a href="blog8e9d.html?tag=transportation">transportation</a></li>
<li><a href="blogfa11.html?tag=fellowship">fellowship</a></li>
<li><a href="blog8b33.html?tag=technology">technology</a></li>
<li><a href="blogd1e4.html?tag=MyLA2050">MyLA2050</a></li>
<li><a href="blog58a5.html?tag=Grants">Grants</a></li>
<li><a href="blog76d3.html?tag=Press+Releases">Press Releases</a></li>
<li><a href="blogee2d.html?tag=Technology">Technology</a></li>
<li><a href="blogcce4.html?tag=Startups">Startups</a></li>
<li><a href="blogcfb0.html?tag=Innovation">Innovation</a></li>
<li><a href="blog425d.html?tag=%23LA2050Listens">#LA2050Listens</a></li>
<li><a href="blog00d9.html?tag=twitter">twitter</a></li>
<li><a href="blogb442.html?tag=%23partyatthepolls">#partyatthepolls</a></li>
<li><a href="blog3356.html?tag=myla2050">myla2050</a></li>
<li><a href="blog6d71.html?tag=music">music</a></li>
<li><a href="blogc288.html?tag=grantees">grantees</a></li>
<li><a href="blogf556.html?tag=innovation">innovation</a></li>
<li><a href="blogc5b0.html?tag=LA">LA</a></li>
<li><a href="blog1150.html?tag=Community">Community</a></li>
<li><a href="bloge564.html?tag=events">events</a></li>
<li><a href="blogc444.html?tag=My+LA2050">My LA2050</a></li>
<li><a href="blogbdcc.html?tag=Activation+Challenge+Updates">Activation Challenge Updates</a></li>
<li><a href="blog0e67.html?tag=Volunteer+Opportunities">Volunteer Opportunities</a></li>
<li><a href="blog1d84.html?tag=Grants+Challenge">Grants Challenge</a></li>
<li><a href="blog2d14.html?tag=Events">Events</a></li>
<li><a href="blogfcbb.html?tag=Social+Impact+Jobs">Social Impact Jobs</a></li>
<li><a href="blogfc4c.html?tag=Grantee+Updates">Grantee Updates</a></li>
<li><a href="blog36b8.html?tag=Civic+Engagement">Civic Engagement</a></li>
<li><a href="blog9c1f.html?tag=Covid-19+Resources">Covid-19 Resources</a></li>
<li><a href="blogcbcc.html?tag=Census+2020">Census 2020</a></li>
<li><a href="blog1c1a.html?tag=%232020timecapsule">#2020timecapsule</a></li>
<li><a href="blog3611.html?tag=%232020TimeCapsule">#2020TimeCapsule</a></li>
<li><a href="blogcc03.html?tag=Meet+the+2020+Grantees">Meet the 2020 Grantees</a></li>
<li><a href="blog6464.html?tag=meet-the-2020-grantees">meet-the-2020-grantees</a></li>
<li><a href="blog3bbc.html?tag=%232020TimeCapsule+%232020inreview">#2020TimeCapsule #2020inreview</a></li>
</ul>
</div>
<div class='col-xs-6 col-sm-12'>
<h3>Archives</h3>
<ul>
<li><a href="/blog/goldhirsh-foundation-and-its-la2050-initiative-add-talented-fellows-to-team.html">Goldhirsh Foundation and its LA2050 Initiative Add Talented Fellows To Team</a></li>
<li><a href="/blog/MLK-day-2021.html">LA2050 Grantees Honor MLK Day 2021</a></li>
<li><a href="/blog/2020-in-review.html">2020 In Review</a></li>
<li><a href="/blog/2020-time-capsule.html">Our 2020 Time Capsule — Starring You!</a></li>
<li><a href="/blog/year-end-fundraising-tips-2020.html">Five Tips for a Successful End-of-Year Fundraising Campaign</a></li>
<li><a href="/blog/giving-tuesday-match-2020.html">You pick, you give, we match!</a></li>
<li><a href="/blog/2020-holiday-gift-guide.html">Gift Well with LA2050's Holiday Gift Guide</a></li>
<li><a href="/blog/holiday-volunteer-opportunities.html">Give Thanks and Volunteer This Holiday Season</a></li>
<li><a href="/blog/key-takeaways-from-covid-19-and-the-digital-divide.html">Key Takeaways from "COVID-19 and the Digital Divide"</a></li>
<li><a href="/blog/2020-submissions-report.html">Bright Spots: 2020 My LA2050 Submissions Report</a></li>
<li><a href="/blog/meet-the-2020-my-la2050-grantees.html">Meet the 2020 My LA2050 Grantees!</a></li>
<li><a href="/blog/meet-the-learn-grantees.html">Meet the LEARN Grantees!</a></li>
<li><a href="/blog/2020-virtual-learning-guide.html">COVID-19 Virtual Learning Guide</a></li>
<li><a href="/blog/snap-foundation-partner-grants.html">Snap Foundation Funds the Future of LA's Creative Economy</a></li>
<li><a href="/blog/meet-the-create-grantees.html">Meet the CREATE Grantees!</a></li>
<li><a href="/blog/wildfire-season-resources.html">Wildfire Season: Resources and Ways to Help</a></li>
<li><a href="/blog/latinx-heritage-month-los-angeles.html">Celebrate Latinx Heritage Month in Los Angeles</a></li>
<li><a href="/blog/meet-the-connect-grantees.html">Meet the CONNECT Grantees!</a></li>
<li><a href="/blog/happy-239th-birthday-losangeles.html">Happy 239th Birthday, Los Angeles</a></li>
<li><a href="/blog/meet-the-play-grantees.html">Meet the PLAY Grantees!</a></li>
<li><a href="/blog/annenberg-foundation-partner-2020.html">Annenberg Foundation Grants $50,000 in Support of Diversity, Equity, and Inclusion</a></li>
<li><a href="/blog/countdown-to-the-november-election.html">Countdown to the November Election...</a></li>
<li><a href="/blog/citi-works-with-la2050-to-fund-lift-la.html">Citi works with LA2050 to fund LIFT-LA</a></li>
<li><a href="/blog/meet-the-2020-live-grantees.html">Meet the 2020 LIVE Grantees!</a></li>
<li><a href="/blog/2020-proposals-on-the-myla2050-archive.html"> 280+ New Proposals Added to the My LA2050 Ideas Archive!</a></li>
<li><a href="/blog/2020-my-la2050-winners.html">And the Winners Are...</a></li>
<li><a href="/blog/2020-my-la2050-voting-data.html">2020 My LA2050 Voting by the Numbers</a></li>
<li><a href="/blog/my-la2050-announcement.html">My LA2050 Asks Angelenos to Vote on $1,000,000 in Grants</a></li>
<li><a href="/blog/my-la2050-ideas-showcase.html">Join us live to hear from the finalists</a></li>
<li><a href="/blog/covid-pivots.html">The 2020 My LA2050 Finalists Adapt to COVID-19 </a></li>
<li><a href="/blog/juneteenth.html">Celebrating and Learning on Juneteenth </a></li>
<li><a href="/blog/resources-in-the-fight-for-racial-justice.html">Resources in the fight for racial justice</a></li>
<li><a href="/blog/a-career-with-impact.html">A Career With Impact</a></li>
<li><a href="/blog/trends-in-the-2020-my-la2050-grants-challenge.html">Trends in the 2020 My LA2050 Grants Challenge</a></li>
<li><a href="/blog/announcing-the-finalists-in-the-my-la2050-grants-challenge.html">Announcing the Finalists in the My LA2050 Grants Challenge</a></li>
<li><a href="/blog/trends-in-the-play-goal-category.html">Trends in the PLAY Goal Category</a></li>
<li><a href="/blog/making-la-the-best-place-to-play.html">Making LA the Best Place to Play</a></li>
<li><a href="/blog/trends-in-the-create-goal-category.html">Trends in the CREATE Goal Category</a></li>
<li><a href="/blog/making-la-the-best-place-to-create.html">Making LA the Best Place to Create</a></li>
<li><a href="/blog/trends-in-the-learn-goal-category.html">Trends in the LEARN Goal Category</a></li>
<li><a href="/blog/making-la-the-best-place-to-learn.html">Making LA the Best Place to Learn</a></li>
<li><a href="/blog/census-9-for-9-challenge.html">Join the Census "9 for 9" Challenge!</a></li>
<li><a href="/blog/trends-in-the-connect-goal-category.html">Trends in the CONNECT Goal Category</a></li>
<li><a href="/blog/amplifying-impact-with-svpla.html">Amplifying Impact with SVPLA</a></li>
<li><a href="/blog/making-la-the-best-place-to-connect.html">Making LA the Best Place to Connect</a></li>
<li><a href="/blog/making-la-the-best-place-to-live.html">Making LA the Best Place to Live</a></li>
<li><a href="/blog/trends-in-the-live-goal-category.html">Trends in the LIVE Goal Category</a></li>
<li><a href="/blog/9-dots--a-classroom-of-the-future.html">9 Dots: A Classroom of the Future</a></li>
<li><a href="/blog/grantees-respond-to-covid-19.html">How LA2050 Grantees Are Responding to COVID-19</a></li>
<li><a href="/blog/covid-food-resources.html">Food and Nutrition Resources in Los Angeles</a></li>
<li><a href="/blog/covid-volunteer-needs.html">LA Needs You: Local Volunteer Opportunities During COVID-19</a></li>
<li><a href="/blog/safer-at-home-and-chill.html">Safer At Home And Chill</a></li>
<li><a href="/blog/stay-engaged-while-staying-safer-at-home.html">Stay Engaged While Staying Safer At Home</a></li>
<li><a href="/blog/la-area-covid-19-resources.html">LA Area COVID-19 Resources and Responses</a></li>
<li><a href="/blog/covid-employment-resources.html">Employment and Financial Resources</a></li>
<li><a href="/blog/covid-health-resources.html">Mental and Physical Health Resources</a></li>
<li><a href="/blog/covid-education-resources.html">Educational Resources and Services for Students</a></li>
<li><a href="/blog/covid-housing-resources.html">Housing and Utility Resources</a></li>
<li><a href="/blog/covid-local-business.html">In Support of Local Businesses</a></li>
<li><a href="/blog/covid-philanthropy.html">How Philanthropic Funders Can Respond to COVID-19</a></li>
<li><a href="/blog/three-things-to-do-before-submitting.html">Three Things to Do Before Submitting to the My LA2050 Grants Challenge</a></li>
<li><a href="/blog/covid-donations.html">COVID-19 Funds for Donation</a></li>
<li><a href="/blog/additional-support-from-citi.html">Additional Support From Citi</a></li>
<li><a href="/blog/a-message-from-the-goldhirsh-foundation-covid-19.html">A message from the Goldhirsh Foundation re: COVID-19</a></li>
<li><a href="/blog/free-and-discounted-digital-services.html">Free and Discounted Digital Services</a></li>
<li><a href="/blog/snap-foundation-fuels-creativity.html">Snap Foundation Fuels Creativity</a></li>
<li><a href="/blog/team-lunch-challenge.html">Team Lunch Challenge</a></li>
<li><a href="/blog/step-by-step-guide-to-the-my-la2050-grants-challenge-application.html">Step by step guide to the My LA2050 Grants Challenge Application</a></li>
<li><a href="/blog/annenberg-foundation.html">Increasing Impact and Diversity with the Annenberg Foundation</a></li>
<li><a href="/blog/faqs-about-the-my-la2050-grants-challenge.html">FAQs About the My LA2050 Grants Challenge</a></li>
<li><a href="/blog/second-home-hollywood.html">A Space to Make Social Impact at Second Home Hollywood</a></li>
<li><a href="/blog/voting-in-la-county.html">Answers About Voting in LA County</a></li>
<li><a href="/blog/guide-for-my-la2050.html">A 5-Step Guide to Applying for My LA2050</a></li>
<li><a href="/blog/2020_mirys_list_update.html">Miry's List Helps Los Angeles Welcome Refugees and Asylees</a></li>
<li><a href="/blog/2020_brady_center_update.html">Brady Center Combats Gun Violence in Los Angeles</a></li>
<li><a href="/blog/2020_cise_update.html">CISE Empowers Teachers to Empower Students for the Future of STEM</a></li>
<li><a href="/blog/2020-grants-challenge.html">$1,000,000 to make LA the best place to learn, create, connect, play, and live</a></li>
<li><a href="/blog/changes-2020.html">Changes to the 2020 My LA2050 Grants Challenge</a></li>
<li><a href="/blog/january_2020_grantee_updates.html">We're Halfway There: Mid-Year Updates from our 2019 Grantees</a></li>
<li><a href="/blog/2020_harlem_lacrosse_update.html">Harlem Lacrosse Builds Community Through Sport</a></li>
<li><a href="/blog/2020_la_plaza_update.html">LA Troka: Sembrando Cultura y Nutrición</a></li>
<li><a href="/blog/2020_defy_ventures_update.html">People with Criminal Histories Defy the Odds in Los Angeles</a></li>
<li><a href="/blog/2020_9_dots_update.html">Get Coding: K-6 Computer Science Education and Pathways to Transformation</a></li>
<li><a href="/blog/2020_venice_community_housing_update.html">Meet VCH's Four LA2050 Artists</a></li>
<li><a href="/blog/2020_rise_updated.html">Students Advocate to End Campus Hunger & Homelessness in LA with Rise</a></li>
<li><a href="/blog/2020_natural_history_museum_update.html">The Natural History Museum Shows There's So Much Nature in LA!</a></li>
<li><a href="/blog/2020_youth_movement_against_alzheimers_update.html">YouthCare Pilots In-Home Respite Care for Individuals with Alzheimer's</a></li>
<li><a href="/blog/2020_casa_of_los_angeles_update.html">CASA Helps Keep Youth in Foster Care Out of Juvenile Delinquency</a></li>
<li><a href="/blog/2020_rock_the_vote_update.html">Rock the Vote Prepares Youth for Civic Participation</a></li>
<li><a href="/blog/new-years-resolution-2020.html">Make a New Year's Resolution That Makes A Difference</a></li>
<li><a href="/blog/kamy-akhavan.html">Making It in Social Impact with Kamy Akhavan</a></li>
<li><a href="/blog/la2050-match-day.html">Matching Your Generosity</a></li>
<li><a href="/blog/faqs-matching-donations-la2050.html">FAQs on Matching Donations on the LA2050 Ideas Archive (12/17 - 12/20)</a></li>
<li><a href="/blog/December-2019-Events-Los-Angeles.html">'Tis The Season to Have Fun and Do Good</a></li>
<li><a href="/blog/2019-gift-guide.html">Shop LA's Best Gifts for Good!</a></li>
<li><a href="/blog/11-hunger-and-homelessness-organtizations-in-los-angeles.html">11 Hunger and Homelessness Organizations in Los Angeles</a></li>
<li><a href="/blog/supporting-veterans-in-our-community.html">Supporting Veterans in Our Community</a></li>
<li><a href="/blog/take-action.html">Take Action, LA! </a></li>
<li><a href="/blog/report-on-the-2019-my-la2050-grants-challenge.html">Report on the 2019 My LA2050 Grants Challenge</a></li>
<li><a href="/blog/five-trends-from-the-2018-my-la2050-grants-challenge.html">Five Trends From the 2018 My LA2050 Grants Challenge</a></li>
<li><a href="/blog/la2050-sparks-growth-in-changeist-and-casa-of-la.html">LA2050 Sparks Growth in Changeist and CASA of LA</a></li>
<li><a href="/blog/local-volunteer-opportunities.html">These Organizations Need You! 13 Local Volunteer Opportunities</a></li>
<li><a href="/blog/social-impact-podcasts.html">Five Social Impact Podcasts That Deserve A Listen</a></li>
<li><a href="/blog/five-changes-to-the-way-la-votes.html">Five Changes to the Way LA Votes</a></li>
<li><a href="/blog/2019-update-la-street-vendors.html">Activation Grantee Update: LA Street Vendors Campaign</a></li>
<li><a href="/blog/2019-update-brady-center.html">Activation Grantee Update: The Brady Center</a></li>
<li><a href="/blog/2019-update-cise.html">Activation Grantee Update: CISE</a></li>
<li><a href="/blog/2019-update-everyone-in.html">Activation Grantee Update: Everyone In</a></li>
<li><a href="/blog/2019-update-mirys-list.html">Activation Grantee Update: Miry's List</a></li>
<li><a href="/blog/happy-birthday-la.html">Happy Birthday LA!</a></li>
<li><a href="/blog/book-lovers-day.html">Book Lovers Day - Recommendations from our Staff</a></li>
<li><a href="/blog/organizations-keeping-los-angeles-strong-after-natural-disasters.html">Here to help! Organizations Keeping Los Angeles Strong After Natural Disasters</a></li>
<li><a href="/blog/beach-and-river-clean-ups-around-los-angeles.html">Volunteer Fun in the Sun: Beach and River Clean Ups around Los Angeles </a></li>
<li><a href="/blog/4th-of-july-around-la.html">4th of July Around LA</a></li>
<li><a href="/blog/proudly-highlighting-lgbtq-organizations.html">Proudly Highlighting LGBTQ+ Organizations </a></li>
<li><a href="/blog/los-angeles-wears-orange-for-gun-safety.html">Los Angeles Wears Orange for gun safety</a></li>
<li><a href="/blog/UnitedWay.html">Everyone In Activates Angelenos Around Real Solutions to End Homelessness</a></li>
<li><a href="/blog/BradyCenter.html">The Brady Center Launches in Los Angeles</a></li>
<li><a href="/blog/LAStreetVendor.html">Street Vendor Campaign Moving LA Toward a More Inclusive Economy</a></li>
<li><a href="/blog/CISE.html">Next Generation Science Standards: Empowering Teachers to Empower Students for the Future of STEM</a></li>
<li><a href="/blog/la2050-launches-resource.html">LA2050 Launches Resource to Discover Social Impact Organizations</a></li>
<li><a href="/blog/grantee-updates.html">Grantee Updates</a></li>
<li><a href="/blog/2018-my-la2050-honorable-mentions.html">2018 My LA2050 Honorable Mentions</a></li>
<li><a href="/blog/and-the-winners-are.html">And the winners are...</a></li>
<li><a href="/blog/1-000-000-up-for-grabs-to-make-la-the-best-place-to-play--learn--create--connect--and-live.html">$1,000,000 up for Grabs to Make LA the Best Place to Play, Learn, Create, Connect, and Live</a></li>
<li><a href="/blog/my-la2050-activation-challenge-finalists.html">2018 My LA2050 Activation Challenge Finalists</a></li>
<li><a href="/blog/6-awesome-angeleno-podcasts-you-should-know-about.html">6 Awesome Angeleno Podcasts You Should Know About</a></li>
<li><a href="/blog/with-friends-of-the-family-and-the-man2man-project--young-teens-are-training-to-become-responsible-fathers.html">With Friends of the Family and the Man2Man Project, young teens are training to become responsible fathers</a></li>
<li><a href="/blog/from-east-la-to-dtla-to-south-la--kids-have-been-surfing-and-ocean-learning-with-surf-bus-foundation.html">From East LA to DTLA to South LA, kids have been surfing and ocean-learning with Surf Bus Foundation!</a></li>
<li><a href="/blog/big-citizen-hub--how-are-la-youth-making-an-impact-in-their-community.html">Big Citizen Hub: How are LA youth making an impact in their community?</a></li>
<li><a href="/blog/opportunity-fund-is-investing-in-las-future--immigrant-entrepreneurs-and-small-business-owners.html">Opportunity Fund is investing in LA's future: immigrant entrepreneurs and small business owners</a></li>
<li><a href="/blog/if-she-can-see-it--she-can-be-it.html">If She Can See it, She Can Be It!</a></li>
<li><a href="/blog/help-la-get-on-the-sxsw-stage.html">Help LA get on the SXSW stage!</a></li>
<li><a href="/blog/restoring-the-triforium--a-crash-course-in-city-politics--rt-conservation--public-outreach--and-historical-research.html">Restoring the Triforium: A Crash-course in City Politics, Art Conservation, Public Outreach, and Historical Research</a></li>
<li><a href="/blog/checking-back-on-our-vision-for-100-clean-energy-in-los-angeles.html">Checking Back On Our Vision for 100% Clean Energy in Los Angeles</a></li>
<li><a href="/blog/coming-to-hollywood--the-precise-barber-college.html">Coming to Hollywood: the Precise Barber College!</a></li>
<li><a href="/blog/caltechs-cleantech2edtech-program-is-helping-lausd-pilot-new-technology-to-mitigate-the-districts-rising-energy-costs--with-high-school-students.html">Caltech's #Cleantech2Edtech program is helping LAUSD pilot new technology to mitigate the District's rising energy costs, with high school students!</a></li>
<li><a href="/blog/tierra-del-sol-is-creating-volunteer-pathways-to-employment-for-more-than-600-adults-with-developmental-disabilities-in-la.html">Tierra del Sol is creating volunteer pathways to employment for more than 600 adults with developmental disabilities in LA</a></li>
<li><a href="/blog/altasea-is-educating-the-next-generation-of-ocean-and-sustainability-experts.html">Altasea is Educating the Next Generation of Ocean and Sustainability Experts</a></li>
<li><a href="/blog/with-lost-angels-childrens-project--lancaster-foster-youth-are-restoring-classic-cars.html">With Lost Angels Children's Project, Lancaster Foster Youth are Restoring Classic Cars</a></li>
<li><a href="/blog/ways-angelenos-are-fixing-la.html">Ways Angelenos are Fixing LA</a></li>
<li><a href="/blog/announcing-roy-and-patricia-disney-family-foundation-my-la2050-winners.html">Announcing Roy and Patricia Disney Family Foundation + My LA2050 winners!</a></li>
<li><a href="/blog/las-got-super-clean-water--skip-the-plastic-bottles.html">LA's got super clean water--skip the plastic bottles! </a></li>
<li><a href="/blog/la-times-food-bowl-events-you-dont-want-to-miss.html">LA Times Food Bowl Events You Don't Want to Miss!</a></li>
<li><a href="/blog/earthmonthresolutions.html">#EarthMonthLA: Make a commitment to protecting LA's environment! </a></li>
<li><a href="/blog/crowdsourcing--practical-insights.html">Crowdsourcing: Practical Insights for Entrepreneurs, Investors, and Philanthropists </a></li>
<li><a href="/blog/march-primary-election-guide-2--in-focus.html">March Primary Elections: In Focus (Guide #2)</a></li>
<li><a href="/blog/your-la2050-guides-to-the-upcoming-march-primary-elections.html">March Primary Election Guide #1: What You Need to Know</a></li>
<li><a href="/blog/more-great-ideas-from-my-la2050.html">More great ideas from My LA2050! </a></li>
<li><a href="/blog/la2050-holiday-gift-guide.html">LA2050 Holiday Gift Guide</a></li>
<li><a href="/blog/goldhirsh-foundation-gives-1m-in-grants-via-my-la2050-grants-challenge.html">Goldhirsh Foundation gives $1M in grants via My LA2050 Grants Challenge</a></li>
<li><a href="/blog/2016-my-la2050-grants-challenge-top-voted-submissions.html">2016 My LA2050 Grants Challenge Top Voted Submissions</a></li>
<li><a href="/blog/a-glimpse-into-las-future--how-can-driverless-vehicles-new-tech-revolutionize-a-car-city.html">A glimpse into LA’s future: How can driverless vehicles & new tech revolutionize a car city?</a></li>
<li><a href="/blog/thank-you-for-joining-us-to-celebratela.html">Thank you for joining us to #CelebrateLA</a></li>
<li><a href="/blog/our-favorite-moments-from-sxsl.html">Our favorite moments from #SXSL!</a></li>
<li><a href="/blog/with-angeleno-input--grand-parks-paper-airplane-now-soaring-high.html">With Angeleno input, Grand Park's 'Paper Airplane' now soaring high! </a></li>
<li><a href="/blog/iava-creating-a-new-standard-for-high-tech--high-touch-support-to-veterans.html">IAVA creating a new standard for high-tech, high-touch support to veterans</a></li>
<li><a href="/blog/with-my-la2050-grant--casa-continues-work-helping-las-most-vulnerable-foster-youth.html">With My LA2050 grant, CASA continues work helping LA's most vulnerable foster youth</a></li>
<li><a href="/blog/songs-of-an-la-summer.html">Songs of an LA Summer</a></li>
<li><a href="/blog/my-la2050-is-back.html">My LA2050 is back... with some exciting changes!</a></li>
<li><a href="/blog/were-days-away-from-the-election.html">We're days away from the election!</a></li>
<li><a href="/blog/eight-winning-ideas-to-partyatthepolls.html">Eight winning ideas to #PartyatthePolls! </a></li>
<li><a href="/blog/partyatthepolls.html">Let's get ready to #PartyatthePolls!</a></li>
<li><a href="/blog/lets-chat-about-building-latogether.html">Let's chat about building #LAtogether</a></li>
<li><a href="/blog/and-the-winners-are.html">And the winners are...</a></li>
<li><a href="/blog/winners-my-la2050.html">Congrats to the winners of the My LA2050 Grants Challenge! </a></li>
<li><a href="/blog/the-my-la2050-grants-challenge-results-are-in.html">The My LA2050 Grants Challenge Results Are In!</a></li>
<li><a href="/blog/inspiring-angelenos.html">Inspiring Angelenos! </a></li>
<li><a href="/blog/calendar-of-la2050listens-events.html">Calendar of #LA2050Listens Events</a></li>
<li><a href="/blog/qa-session.html">My LA2050 Grants Challenge Q&A</a></li>
<li><a href="/blog/designing-the-city-of-our-dreams.html">Designing the city of our dreams</a></li>
<li><a href="/blog/2015myla2050-pressrelease.html">$1,000,000 to Make Los Angeles the Best Place to Learn, Create, Play, Connect, and Live</a></li>
<li><a href="/blog/2015-my-la2050-grants-challenge.html">Angelenos are at it again! Announcing the 2015 My LA2050 Grants Challenge</a></li>
<li><a href="/blog/la2050listens-winners.html">Announcing the #LA2050Listens Winners!!! </a></li>
<li><a href="/blog/apply-for-la2050listens-grant.html">Apply for a $5,000 #LA2050Listens Grant</a></li>
<li><a href="/blog/la-transportation-technology-fellowship.html">LA Transportation Technology Fellowship</a></li>
<li><a href="/blog/2020-action-updates.html">Thanks!</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class='container'>
<div class='row'>
<div class='col-sm-4'>
<div class='footer-la2050'>
<h1>LA2050</h1>
<div>with support from the</div>
<a class='footer-goldhirsh' href='http://www.goldhirshfoundation.org/' target='_blank'></a>
</div>
</div>
<div class='col-sm-3'>
<div class='footer-sectionheader'>Connect</div>
<div class='footer-social'>
<a class='footer-facebook' href="https://facebook.com/la2050" target='_blank'></a>
<a class='footer-twitter' href="https://twitter.com/la2050" target='_blank'></a>
<a class='footer-instagram' href="https://instagram.com/la2050" target='_blank'></a>
<a class='footer-pinterest' href="https://pinterest.com/la2050" target='_blank'></a>
</div>
</div>
<div class='col-sm-5'>
<div class='footer-sectionheader'>Newsletter signup</div>
<div class='footer-newslettersignup'>
<!-- Begin MailChimp Signup Form -->
<div id='mc_embed_signup'>
<form action='http://la2050.us6.list-manage.com/subscribe/post?u=81b6d7b4efb839b992bf7ae72&amp;id=b16f498212' class='validate' id='mc-embedded-subscribe-form' method='post' name='mc-embedded-subscribe-form' novalidate='' target='_blank'>
<div id='mc_embed_signup_scroll'>
<div class='mc-field-group'>
<input class='required email' id='mce-EMAIL' name='EMAIL' placeholder='Your email' type='email' value=''>
</div>
<div class='clear' id='mce-responses'>
<div class='response' id='mce-error-response' style='display:none'></div>
<div class='response' id='mce-success-response' style='display:none'></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups -->
<div style='position: absolute; left: -5000px;'>
<input name='b_81b6d7b4efb839b992bf7ae72_b16f498212' tabindex='-1' type='text' value=''>
</div>
<div class='clear'>
<input class='button' id='mc-embedded-subscribe' name='subscribe' type='submit' value='Sign up'>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</footer>
<script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><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','http://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-38550684-1', 'auto');
ga('send', 'pageview');
</script>
</body>
<!-- Mirrored from la2050.org/blog?tag=Covid-19+Resources by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 24 Jan 2021 03:21:44 GMT -->
</html>