-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimpact.html
More file actions
848 lines (775 loc) · 36.3 KB
/
impact.html
File metadata and controls
848 lines (775 loc) · 36.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<title>L.A.U.R.A | Our Impact</title>
<meta
name="description"
content="Learn about L.A.U.R.A's Victim Support Program and Youth Program impacting South Central LA communities"
/>
<meta name="author" content="dvelupmint" />
<meta
name="keywords"
content="L.A.U.R.A, victim support, youth program, South Central LA"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<!-- Tailwind CSS -->
<link rel="stylesheet" href="css/tailwind.css" />
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
/>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<!-- Custom Styles -->
<style>
:root {
--laura-orange: #ed7014;
--laura-dark: #252525;
--laura-light: #efefef;
}
body {
font-family: "Poppins", sans-serif;
}
.dropdown:hover .dropdown-content {
display: block;
}
#mobile-menu {
transition: transform 0.3s ease;
}
#mobile-menu.hidden {
transform: translateX(-100%);
}
html {
scroll-behavior: smooth;
}
.hover-lift:hover {
transform: translateY(-5px);
transition: transform 0.3s ease;
}
.btn-primary {
background-color: var(--laura-orange);
color: white;
transition: all 0.3s ease;
}
.btn-primary:hover {
background-color: #d86212;
transform: translateY(-2px);
}
.program-feature {
transition: all 0.3s ease;
border-radius: 10px;
}
.program-feature:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.card-hover {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-hover:hover {
transform: translateY(-4px);
}
.partner-card:hover {
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.resource-card:hover {
background-color: #d86212;
}
.resource-card:hover h3,
.resource-card:hover span,
.resource-card:hover p,
.resource-card:hover a,
.resource-card:hover i {
color: white !important;
}
.resource-card:hover p {
color: rgba(255, 255, 255, 0.86) !important;
}
.resource-card:hover div {
background-color: rgba(255, 255, 255, 0.16) !important;
}
</style>
<link rel="stylesheet" href="css/header-animations.css" />
</head>
<body id="top" class="bg-white">
<!-- Navigation -->
<header
id="main-header"
class="fixed w-full bg-white border-b-2 border-gray-200 transition-all duration-300 z-50"
>
<div class="container mx-auto px-4">
<div class="flex justify-between items-center py-4">
<!-- Logo -->
<div class="logo">
<a href="index.html">
<img
src="images/logo.png"
alt="LAURA"
class="h-12 w-auto logo-image"
/>
</a>
</div>
<!-- Desktop Navigation -->
<nav class="hidden md:flex items-center space-x-6">
<div class="dropdown relative group">
<div class="relative">
<a
href="about.html"
class="nav-link text-gray-800 hover:text-orange-500 font-medium transition-colors duration-300 py-2"
>
About Us
</a>
</div>
<div
class="dropdown-content absolute hidden bg-white shadow-lg rounded-md mt-2 p-4 min-w-max z-20 opacity-0 group-hover:opacity-100 group-hover:block transition-all duration-200"
>
<a
href="about.html"
class="block py-2 px-4 hover:text-orange-500 rounded text-gray-700"
>
Our Story
</a>
<a
href="about.html#our-strategy"
class="block py-2 px-4 hover:text-orange-500 rounded text-gray-700"
>
Our Strategy
</a>
<a
href="about.html#board-members"
class="block py-2 px-4 hover:text-orange-500 rounded text-gray-700"
>
Our Leadership
</a>
<a
href="about.html#partners"
class="block py-2 px-4 hover:text-orange-500 rounded text-gray-700"
>
Our Partners
</a>
<a
href="contact.html"
class="block py-2 px-4 hover:text-orange-500 rounded text-gray-700"
>
Contact
</a>
</div>
</div>
<div class="dropdown relative group">
<div class="relative">
<a
href="impact.html"
class="nav-link text-orange-500 font-medium transition-colors duration-300 py-2"
>
Get Support
</a>
</div>
<div
class="dropdown-content absolute hidden bg-white shadow-lg rounded-md mt-2 p-4 min-w-max z-20 opacity-0 group-hover:opacity-100 group-hover:block transition-all duration-200"
>
<a
href="impact.html"
class="block py-2 px-4 hover:text-orange-500 rounded text-gray-700"
>
Victim Support Program
</a>
<a href="impact.html#resources" class="block py-2 px-4 hover:text-orange-500 rounded text-gray-700">Resources</a>
</div>
</div>
<div class="dropdown relative group">
<div class="relative">
<a
href="get-involved.html"
class="nav-link text-gray-800 hover:text-orange-500 font-medium transition-colors duration-300 py-2"
>
Get Involved
</a>
</div>
<div
class="dropdown-content absolute hidden bg-white shadow-lg rounded-md mt-2 p-4 min-w-max z-20 opacity-0 group-hover:opacity-100 group-hover:block transition-all duration-200"
>
<a href="get-involved.html#youth" class="block py-2 px-4 hover:text-orange-500 rounded text-gray-700">Youth Program</a>
<a href="get-involved.html#volunteer" class="block py-2 px-4 hover:text-orange-500 rounded text-gray-700">Volunteer</a>
</div>
</div>
<div class="dropdown relative group">
<div class="relative">
<a
href="events.html"
class="nav-link text-gray-800 hover:text-orange-500 font-medium transition-colors duration-300 py-2"
>
Events
</a>
</div>
<div
class="dropdown-content absolute hidden bg-white shadow-lg rounded-md mt-2 p-4 min-w-max z-20 opacity-0 group-hover:opacity-100 group-hover:block transition-all duration-200"
>
<a
href="events.html#meetings"
class="block py-2 px-4 hover:text-orange-500 rounded text-gray-700"
>
Meetings & Gatherings
</a>
<a
href="events.html#resource-fair"
class="block py-2 px-4 hover:text-orange-500 rounded text-gray-700"
>
Annual Resource Fair
</a>
</div>
</div>
<a
href="https://givebutter.com/LAURALA"
target="_blank"
class="bg-orange-500 text-white px-4 py-2 rounded-full font-medium hover:bg-white hover:text-orange-500 transition-all duration-300"
>
Donate
</a>
</nav>
<!-- Mobile Menu Button -->
<button
id="menu-toggle"
type="button"
aria-label="Toggle menu"
aria-expanded="false"
aria-controls="mobile-menu"
class="md:hidden text-white text-xl"
>
<i class="fas fa-bars" style="color: #ed7014"></i>
</button>
</div>
</div>
<!-- Mobile Navigation -->
<div
id="mobile-menu"
class="md:hidden bg-white shadow-lg absolute w-full hidden transform -translate-x-full transition-transform"
>
<div class="container mx-auto px-4 py-6">
<!-- About Us -->
<a href="about.html" class="block py-3 border-b border-gray-200 text-gray-800 font-semibold hover:text-orange-500">About Us</a>
<a href="about.html" class="block py-2 pl-4 text-gray-600 hover:text-orange-500 text-sm">Our Story</a>
<a href="about.html#our-strategy" class="block py-2 pl-4 text-gray-600 hover:text-orange-500 text-sm">Our Strategy</a>
<a href="about.html#board-members" class="block py-2 pl-4 text-gray-600 hover:text-orange-500 text-sm">Our Leadership</a>
<a href="about.html#partners" class="block py-2 pl-4 text-gray-600 hover:text-orange-500 text-sm">Our Partners</a>
<a href="contact.html" class="block py-2 pl-4 border-b border-gray-200 text-gray-600 hover:text-orange-500 text-sm">Contact</a>
<!-- Get Support -->
<a href="impact.html" class="block py-3 border-b border-gray-200 text-gray-800 font-semibold hover:text-orange-500">Get Support</a>
<a href="impact.html" class="block py-2 pl-4 text-gray-600 hover:text-orange-500 text-sm">Victim Support Program</a>
<a href="impact.html#resources" class="block py-2 pl-4 border-b border-gray-200 text-gray-600 hover:text-orange-500 text-sm">Resources</a>
<!-- Get Involved -->
<a href="get-involved.html" class="block py-3 border-b border-gray-200 text-gray-800 font-semibold hover:text-orange-500">Get Involved</a>
<a href="get-involved.html#youth" class="block py-2 pl-4 text-gray-600 hover:text-orange-500 text-sm">Youth Program</a>
<a href="get-involved.html#volunteer" class="block py-2 pl-4 border-b border-gray-200 text-gray-600 hover:text-orange-500 text-sm">Volunteer</a>
<!-- Events -->
<a href="events.html" class="block py-3 border-b border-gray-200 text-gray-800 font-semibold hover:text-orange-500">Events</a>
<a href="events.html#meetings" class="block py-2 pl-4 text-gray-600 hover:text-orange-500 text-sm">Meetings & Gatherings</a>
<a href="events.html#resource-fair" class="block py-2 pl-4 border-b border-gray-200 text-gray-600 hover:text-orange-500 text-sm">Annual Resource Fair</a>
<!-- Donate -->
<a href="https://givebutter.com/LAURALA" target="_blank" class="block mt-4 py-3 text-center bg-orange-500 text-white rounded-full font-semibold hover:bg-orange-600">Donate</a>
</div>
</div>
</header>
<!-- Main Content -->
<main class="pt-16">
<!-- Who We Are + Our Impact Intro -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="flex flex-col lg:flex-row items-center gap-12">
<!-- Image column -->
<div class="w-full lg:w-1/2">
<!-- Swap src with your own photo when ready -->
<div class="relative rounded-2xl shadow-lg overflow-hidden" style="max-height: 480px;">
<img
src="images/impactPg/la-mayor-awards-laura.jpg"
alt="LA Mayor Awards LAURA"
class="w-full object-cover"
style="max-height: 480px;"
/>
<div class="absolute inset-0 rounded-2xl" style="background: linear-gradient(to bottom, transparent 45%, rgba(0,0,0,0.65) 100%);"></div>
</div>
</div>
<!-- Text column -->
<div class="w-full lg:w-1/2">
<h1 class="text-4xl font-bold mb-4 text-gray-800">Who We Are</h1>
<p class="text-lg text-gray-700 leading-relaxed mb-8">
Born from the impact of violence in South Central Los Angeles,
L.A.U.R.A. (Life After Uncivil Ruthless Acts) was created to
transform loss into action. Grounded in lived experience and
compassion, we walk alongside families through grief, empower youth
toward safer futures, and bring vital resources directly to the
community.
</p>
<h2 class="text-xl font-bold mb-4 text-gray-800 uppercase tracking-wide" style="color: #2d4a24;">Our Impact</h2>
<ul class="space-y-3">
<li class="flex items-start">
<i class="fas fa-check-circle mt-1 mr-3 text-lg flex-shrink-0" style="color: #2d4a24;"></i>
<span class="text-gray-700">Supporting families through crisis and grief since 2007</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle mt-1 mr-3 text-lg flex-shrink-0" style="color: #2d4a24;"></i>
<span class="text-gray-700">Engaging youth in prevention and empowerment programs</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle mt-1 mr-3 text-lg flex-shrink-0" style="color: #2d4a24;"></i>
<span class="text-gray-700">Connecting thousands of residents to vital resources each year</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle mt-1 mr-3 text-lg flex-shrink-0" style="color: #2d4a24;"></i>
<span class="text-gray-700">Mobilizing a community committed to peace, healing, and hope</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Victim Support Program Section -->
<section
id="victim-support"
class="py-16 text-white" style="background-color: #252525;"
>
<div class="container mx-auto px-4">
<!-- Two-column intro — text left, image right -->
<div class="flex flex-col lg:flex-row items-center gap-12 mb-16">
<!-- Text column -->
<div class="w-full lg:w-1/2">
<span class="uppercase tracking-widest text-sm font-semibold text-orange-400 mb-3 block">Our Programs</span>
<h1 class="text-4xl md:text-5xl font-bold mb-6 leading-tight">
LAURA's Victim<br>Support Program
</h1>
<p class="text-lg leading-relaxed" style="color: rgba(255,255,255,0.85);">
The Victims Support Program aims to create strength out of
tragedy, and unity out of pain. We act as a bridge between
families who have suffered devastating loss and existing
resources. We take a holistic approach — offering support to
the family of the victim <em>and</em> the family of the
perpetrator, connecting suffering families to concrete help and
creating stronger, healthier communities.
</p>
</div>
<!-- Image column -->
<div class="w-full lg:w-1/2">
<!-- Swap src with your own photo when ready -->
<div class="relative">
<img
src="images/indexPg/crisis-response-family-healing.jpg"
alt="Crisis response family healing"
class="rounded-2xl w-full object-cover shadow-2xl"
style="max-height: 460px;"
/>
<!-- Decorative orange accent corner -->
<div class="absolute -bottom-4 -right-4 w-24 h-24 rounded-2xl -z-10" style="background-color: #ed7014; opacity: 0.6;"></div>
</div>
</div>
</div>
<!-- Meeting info strip -->
<div class="rounded-2xl mb-12 px-8 py-6 flex flex-col md:flex-row items-center justify-between gap-6" style="background-color: rgba(237,112,20,0.15); border: 1px solid rgba(237,112,20,0.35);">
<div>
<h3 class="text-xl font-bold text-orange-400 mb-1">Community Support & Civic Engagement Meetings</h3>
<p class="text-sm" style="color: rgba(255,255,255,0.7);">Join us — all community members welcome.</p>
</div>
<div class="flex flex-col sm:flex-row gap-6 text-white flex-shrink-0">
<div class="flex items-center gap-3">
<div class="w-9 h-9 rounded-full flex items-center justify-center flex-shrink-0" style="background-color: rgba(237,112,20,0.25);">
<i class="fas fa-calendar-alt text-orange-400 text-sm"></i>
</div>
<div>
<p class="text-xs uppercase tracking-wide" style="color: rgba(255,255,255,0.55);">When</p>
<p class="text-sm font-semibold">Last Thursday of each month</p>
</div>
</div>
<div class="flex items-center gap-3">
<div class="w-9 h-9 rounded-full flex items-center justify-center flex-shrink-0" style="background-color: rgba(237,112,20,0.25);">
<i class="fas fa-clock text-orange-400 text-sm"></i>
</div>
<div>
<p class="text-xs uppercase tracking-wide" style="color: rgba(255,255,255,0.55);">Time</p>
<p class="text-sm font-semibold">6:00 PM</p>
</div>
</div>
<div class="flex items-center gap-3">
<div class="w-9 h-9 rounded-full flex items-center justify-center flex-shrink-0" style="background-color: rgba(237,112,20,0.25);">
<i class="fas fa-map-marker-alt text-orange-400 text-sm"></i>
</div>
<div>
<p class="text-xs uppercase tracking-wide" style="color: rgba(255,255,255,0.55);">Location</p>
<p class="text-sm font-semibold">4701 S. Central Ave.<br>Los Angeles, CA 90011</p>
</div>
</div>
</div>
</div>
<!-- Service cards — left-border accent style, 2-column on md, 3-column on lg -->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-5">
<div class="flex gap-4 p-5 rounded-xl border-l-4 border-orange-500" style="background-color: rgba(255,255,255,0.08);">
<div class="flex-shrink-0 mt-1">
<div class="w-10 h-10 rounded-full flex items-center justify-center" style="background-color: rgba(237,112,20,0.2);">
<i class="fas fa-compass text-orange-400"></i>
</div>
</div>
<div>
<h3 class="text-lg font-bold mb-1">Guidance</h3>
<p class="text-sm" style="color: rgba(255,255,255,0.75);">
We offer guidance in navigating the system to get families the resources that are available.
</p>
</div>
</div>
<div class="flex gap-4 p-5 rounded-xl border-l-4 border-orange-500" style="background-color: rgba(255,255,255,0.08);">
<div class="flex-shrink-0 mt-1">
<div class="w-10 h-10 rounded-full flex items-center justify-center" style="background-color: rgba(237,112,20,0.2);">
<i class="fas fa-heart text-orange-400"></i>
</div>
</div>
<div>
<h3 class="text-lg font-bold mb-1">Emotional Support</h3>
<p class="text-sm" style="color: rgba(255,255,255,0.75);">
We offer a space where victims' family members can share and grieve without judgment.
</p>
</div>
</div>
<div class="flex gap-4 p-5 rounded-xl border-l-4 border-orange-500" style="background-color: rgba(255,255,255,0.08);">
<div class="flex-shrink-0 mt-1">
<div class="w-10 h-10 rounded-full flex items-center justify-center" style="background-color: rgba(237,112,20,0.2);">
<i class="fas fa-hand-holding-usd text-orange-400"></i>
</div>
</div>
<div>
<h3 class="text-lg font-bold mb-1">Financial Support</h3>
<p class="text-sm" style="color: rgba(255,255,255,0.75);">
We mobilize help from family, community, and our network of contacts.
</p>
</div>
</div>
<div class="flex gap-4 p-5 rounded-xl border-l-4 border-orange-500" style="background-color: rgba(255,255,255,0.08);">
<div class="flex-shrink-0 mt-1">
<div class="w-10 h-10 rounded-full flex items-center justify-center" style="background-color: rgba(237,112,20,0.2);">
<i class="fas fa-shield-alt text-orange-400"></i>
</div>
</div>
<div>
<h3 class="text-lg font-bold mb-1">Crisis Responders</h3>
<p class="text-sm" style="color: rgba(255,255,255,0.75);">
We show up at the scene offering essential needs — safe space, water, clothing, meds — and serve as liaison with law enforcement.
</p>
</div>
</div>
<div class="flex gap-4 p-5 rounded-xl border-l-4 border-orange-500" style="background-color: rgba(255,255,255,0.08);">
<div class="flex-shrink-0 mt-1">
<div class="w-10 h-10 rounded-full flex items-center justify-center" style="background-color: rgba(237,112,20,0.2);">
<i class="fas fa-users text-orange-400"></i>
</div>
</div>
<div>
<h3 class="text-lg font-bold mb-1">Monthly Support Groups</h3>
<p class="text-sm" style="color: rgba(255,255,255,0.75);">
A safe space for loved ones to talk, celebrate, mourn, and heal alongside others who understand the same pain.
</p>
</div>
</div>
<div class="flex gap-4 p-5 rounded-xl border-l-4 border-orange-500" style="background-color: rgba(255,255,255,0.08);">
<div class="flex-shrink-0 mt-1">
<div class="w-10 h-10 rounded-full flex items-center justify-center" style="background-color: rgba(237,112,20,0.2);">
<i class="fas fa-child text-orange-400"></i>
</div>
</div>
<div>
<h3 class="text-lg font-bold mb-1">Youth Program</h3>
<p class="text-sm" style="color: rgba(255,255,255,0.75);">
We help youth in affected families process pain and lay down the burden of having a loved one murdered or incarcerated.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Youth Program Teaser -->
<section id="youth" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="flex flex-col lg:flex-row items-center gap-10 rounded-2xl overflow-hidden shadow-md border border-gray-100">
<div class="w-full lg:w-1/2 relative" style="min-height: 300px;">
<img
src="images/indexPg/community3.png"
alt="L.A.U.R.A Youth Program"
class="w-full h-full object-cover"
style="min-height: 300px;"
/>
<div class="absolute inset-0" style="background: linear-gradient(to right, transparent 60%, white 100%);"></div>
</div>
<div class="w-full lg:w-1/2 px-8 py-10">
<span class="inline-block text-xs font-bold uppercase tracking-widest px-3 py-1 rounded-full mb-4" style="background-color: rgba(237,112,20,0.1); color: #ed7014;">Youth Program</span>
<h2 class="text-3xl font-bold mb-4 text-gray-800">L.A.U.R.A Youth Program</h2>
<p class="mb-6 leading-relaxed text-gray-600">
A positive organization that rose out of the streets of South Central L.A. — bringing youth together through workshops, trips, and civic engagement every Thursday at 5 PM.
</p>
<a
href="get-involved.html#youth"
class="inline-flex items-center gap-2 px-7 py-3 rounded-full font-semibold transition-all hover:-translate-y-1"
style="background-color: #ed7014; color: white;"
>
Learn More & Get Involved <i class="fas fa-arrow-right text-sm"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Resources -->
<section id="resources" class="py-16" style="background-color: #f7f6f3;">
<div class="container mx-auto px-4">
<div class="mb-12 text-center">
<span class="inline-block text-xs font-bold uppercase tracking-widest px-3 py-1 rounded-full mb-4" style="background-color: rgba(237,112,20,0.1); color: #ed7014;">Community Resources</span>
<h1 class="mb-4 text-4xl font-bold text-gray-800">Resources</h1>
<p class="mx-auto max-w-3xl text-lg text-gray-500">
L.A.U.R.A collaborates with multiple organizations to provide
resources to families who have been impacted.
</p>
</div>
<div class="mx-auto grid max-w-4xl grid-cols-1 gap-6 md:grid-cols-2">
<div class="resource-card card-hover rounded-xl border-l-4 border-orange-500 p-6 bg-white shadow-sm">
<h3 class="text-lg font-bold text-gray-800 mb-2">Victims Compensation Portal</h3>
<p class="text-sm text-gray-500 mb-4">Apply for victims compensation assistance through the state portal.</p>
<a href="https://victims.ca.gov" target="_blank" rel="noopener noreferrer" class="inline-block font-semibold px-4 py-2 rounded-full text-sm transition mb-3 text-white hover:opacity-90" style="background-color: #ed7014;">
Apply at victims.ca.gov
</a>
<p class="text-sm text-gray-500">
For more info or to submit a filled-out application, contact:
<a href="mailto:cvila@da.lacounty.gov" class="underline hover:text-orange-500" style="color: #2d4a24;">cvila@da.lacounty.gov</a>
</p>
</div>
<div class="resource-card card-hover rounded-xl border-l-4 border-orange-500 p-6 bg-white shadow-sm">
<h3 class="text-lg font-bold text-gray-800 mb-2">L.A.U.R.A. Emergency Fund</h3>
<p class="text-sm text-gray-500 mb-4">Download and complete the emergency fund application, then submit to us directly.</p>
<a href="files/laura-emergency-fund-application.pdf" download class="inline-block font-semibold px-4 py-2 rounded-full text-sm transition mb-3 text-white hover:opacity-90" style="background-color: #ed7014;">
Download Application
</a>
<p class="text-sm text-gray-500">
Submit completed application to:
<a href="mailto:Info@laurala.org" class="underline hover:text-orange-500" style="color: #2d4a24;">Info@laurala.org</a>
</p>
</div>
<a href="https://coalitionrcd.org/get-involved/work-at-crcd/" target="_blank" rel="noopener noreferrer" class="resource-card card-hover rounded-xl border-l-4 border-gray-200 p-6 bg-white shadow-sm flex items-center gap-4 hover:border-orange-400 transition-colors">
<div class="w-10 h-10 rounded-full flex items-center justify-center flex-shrink-0" style="background-color: rgba(237,112,20,0.1);">
<i class="fas fa-briefcase text-orange-500"></i>
</div>
<span class="text-base font-semibold text-gray-800">C.R.C.D Job Resources</span>
</a>
<a href="https://cd9.lacity.gov/" target="_blank" rel="noopener noreferrer" class="resource-card card-hover rounded-xl border-l-4 border-gray-200 p-6 bg-white shadow-sm flex items-center gap-4 hover:border-orange-400 transition-colors">
<div class="w-10 h-10 rounded-full flex items-center justify-center flex-shrink-0" style="background-color: rgba(237,112,20,0.1);">
<i class="fas fa-landmark text-orange-500"></i>
</div>
<span class="text-base font-semibold text-gray-800">Council District 9 Resource Page</span>
</a>
<a href="https://www.2ndcall.org/" target="_blank" rel="noopener noreferrer" class="resource-card card-hover rounded-xl border-l-4 border-gray-200 p-6 bg-white shadow-sm flex items-center gap-4 md:col-span-2 hover:border-orange-400 transition-colors">
<div class="w-10 h-10 rounded-full flex items-center justify-center flex-shrink-0" style="background-color: rgba(237,112,20,0.1);">
<i class="fas fa-phone-alt text-orange-500"></i>
</div>
<span class="text-base font-semibold text-gray-800">Jobs — 2nd Call</span>
</a>
</div>
</div>
</section>
</main>
<!-- /Main Content -->
<!-- Footer -->
<footer class="bg-[#2d4a24] text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
<!-- Logo and Social -->
<div>
<h4 class="text-xl font-bold mb-4">Follow Us!</h4>
<div class="flex space-x-4 mb-4">
<a
href="https://www.facebook.com/LauraYouth"
class="text-white hover:text-blue-400"
>
<i class="fab fa-facebook-f text-2xl"></i>
</a>
<a
href="https://www.instagram.com/laurayouthla/"
class="text-white hover:text-pink-400"
>
<i class="fab fa-instagram text-2xl"></i>
</a>
</div>
<p class="text-gray-400">
© L.A.U.R.A 501(c)(3) - 2025<br />All rights reserved<br />Ending
The Cycle of Violence.
</p>
</div>
<!-- Site Links -->
<div>
<h4 class="text-xl font-bold mb-4">Site Links</h4>
<ul class="space-y-2">
<li>
<a
href="about.html#mission"
class="text-gray-400 hover:text-white"
>About Us</a
>
</li>
<li>
<a
href="about.html#board-members"
class="text-gray-400 hover:text-white"
>Our Leadership</a
>
</li>
<li>
<a
href="https://givebutter.com/LAURALA"
target="_blank"
class="text-gray-400 hover:text-white"
>Donate</a
>
</li>
<li>
<a href="faq.html#faq" class="text-gray-400 hover:text-white"
>FAQ</a
>
</li>
<li>
<a href="terms.html" class="text-gray-400 hover:text-white"
>Terms</a
>
</li>
<li>
<a href="privacy.html" class="text-gray-400 hover:text-white"
>Privacy Policy</a
>
</li>
</ul>
</div>
<!-- Mailing Address -->
<div>
<h4 class="text-xl font-bold mb-4">Mailing Address</h4>
<p class="text-gray-400">
4701 S Central Ave<br />
Los Angeles, CA 90011
</p>
</div>
<!-- Newsletter -->
<div>
<h4 class="text-xl font-bold mb-4">Subscribe to our Newsletter</h4>
<p class="text-gray-400 mb-4">
Get notifications on our latest events & announcements.
</p>
<form class="flex">
<input
type="email"
placeholder="Type email & hit enter"
class="bg-gray-700 text-white px-4 py-2 rounded-l w-full"
/>
<button type="submit" class="bg-orange-500 px-4 py-2 rounded-r">
Subscribe
</button>
</form>
</div>
</div>
<div class="border-t border-gray-700 pt-8 text-center">
<p class="text-gray-400">
© Copyright LAURALA.ORG 2025. Design by
<a
href="https://github.com/d-velopr/"
class="text-orange-500 hover:text-orange-400"
>Dvelupmint</a
>
</p>
</div>
</div>
</footer>
<!-- /Footer -->
<!-- NavBar.js -->
<script>
// Consolidated scroll handler - only one version
function handleScroll() {
const header = document.getElementById("main-header");
const scrollPosition = window.scrollY;
console.log("Scroll position:", scrollPosition); // Debug line
if (scrollPosition > 50) {
header.classList.add("scrolled");
console.log("Header is now white"); // Debug line
} else {
header.classList.remove("scrolled");
console.log("Header is now transparent"); // Debug line
}
}
// Add event listeners once
window.addEventListener("load", handleScroll);
window.addEventListener("scroll", handleScroll);
window.addEventListener("resize", handleScroll);
// Mobile menu toggle
const menuToggle = document.getElementById("menu-toggle");
const mobileMenu = document.getElementById("mobile-menu");
function openMobileMenu() {
mobileMenu.classList.remove("hidden", "transform", "-translate-x-full");
menuToggle.setAttribute("aria-expanded", "true");
const icon = menuToggle.querySelector("i");
icon.classList.remove("fa-bars");
icon.classList.add("fa-times");
mobileMenu.style.backgroundColor = "white";
}
function closeMobileMenu() {
mobileMenu.classList.add("hidden", "transform", "-translate-x-full");
menuToggle.setAttribute("aria-expanded", "false");
const icon = menuToggle.querySelector("i");
icon.classList.remove("fa-times");
icon.classList.add("fa-bars");
}
menuToggle.addEventListener("click", function () {
const isOpen = !mobileMenu.classList.contains("hidden");
if (isOpen) {
closeMobileMenu();
} else {
openMobileMenu();
}
});
// Close mobile menu when clicking outside
document.addEventListener("click", function (event) {
if (
!mobileMenu.contains(event.target) &&
!menuToggle.contains(event.target)
) {
closeMobileMenu();
}
});
// Close mobile menu when clicking a link
document.querySelectorAll("#mobile-menu a").forEach((link) => {
link.addEventListener("click", closeMobileMenu);
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach((anchor) => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
const targetId = this.getAttribute("href");
if (targetId === "#") return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: "smooth",
});
}
});
});
</script>
<style>
header.scrolled {
background: white !important;
}
header.scrolled .nav-link {
color: #374151 !important;
}
header.scrolled .nav-link.text-orange-500 {
color: #ed7014 !important;
}
</style>
<!-- /NavBar.js -->
</body>
</html>