-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
401 lines (361 loc) · 12.2 KB
/
faq.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<title>FAQ - RHAC Los Angeles</title>
<meta name="author" content="@Dvelupmint" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<link rel="stylesheet" href="css/base.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/vendor.css" />
<script src="js/modernizr.js"></script>
<!-- favicon
================================================== -->
<link rel="icon" type="image/png" href="rhacSticker.png" />
<!--
<link
rel="apple-touch-icon"
sizes="57x57"
href="favs.ico/apple-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="favs.ico/apple-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="favs.ico/apple-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="favs.ico/apple-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="favs.ico/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="favs.ico/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="favs.ico/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="favs.ico/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="favs.ico/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="favs.ico/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favs.ico/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="favs.ico/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favs.ico/favicon-16x16.png"
/>
<link rel="manifest" href="favs.ico/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
-->
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-W2VKYDWDZM"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-W2VKYDWDZM");
</script>
</head>
<body id="top">
<header>
<div class="row">
<div class="logo">
<a href="index.html">RHAC-LOGO</a>
</div>
<nav id="main-nav-wrap">
<ul class="main-navigation">
<li>
<a href="about.html#process" title="">About Us</a>
</li>
<li>
<a href="mission.html#features" title="">Our Mission</a>
</li>
<li>
<a href="policies.html#pricing" title="">RHAC Results</a>
</li>
<li>
<a href="resources.html#cta" title=""
>ReEntry Advisory Resources</a
>
</li>
<li>
<a href="members.html#styles" title="">RHAC Members</a>
</li>
<li class="highlight with-sep">
<a href="links.html" title="">Contact Us</a>
</li>
</ul>
</nav>
<a class="menu-toggle" href="#"><span>Menu</span></a>
</div>
</header>
<!-- Intro -->
<section id="intro">
<div class="shadow-overlay"></div>
<div class="intro-content">
<div class="row">
<div class="col-twelve">
<br />
<h1>
Los Angeles📍<br />Reentry Health Advisory Collaborative
</h1>
<h5>
• Integrating Lived Experience With
Policymaking •
</h5>
<br />
<div class="video-link">
<a href="#video-popup"
><img src="images/play-button.png" alt=""
/></a>
</div>
<br />
<a class="button stroke smoothscroll" href="#faq" title=""
>Learn More</a
>
</div>
</div>
</div>
<!-- Modal Popup
========================================================= -->
<div id="video-popup" class="popup-modal mfp-hide">
<div class="fluid-video-wrapper">
<iframe
src="https://player.vimeo.com/video/1058136295?badge=0&autopause=0&player_id=0&app_id=58479"
width="500"
height="281"
frameborder="0"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen
></iframe>
</div>
<a class="close-popup">Close</a>
</div>
<!-- /video-popup -->
</section>
<!-- /Intro -->
<section id="faq">
<div class="row section-intro">
<div class="col-twelve with-bottom-line">
<h5>FAQ</h5>
<h1>Questions and Answers.</h1>
<p class="lead">
FAQ page provides clear and concise answers to common questions
about re-entry health and advisory services, helping individuals
navigate their transition with confidence. It covers topics such as
healthcare access, mental wellness, and support resources to ensure
a smooth reintegration process.
</p>
</div>
</div>
<div class="row faq-content">
<div class="q-and-a block-1-2 block-tab-full group">
<div class="bgrid">
<h3>What services does The RHAC provide?</h3>
<p>
Our collaborative provides a range of services aimed at supporting
individuals transitioning back into society after incarceration.
These services include health assessments, mental health
counseling, job readiness programs, legal advisory, and community
reintegration support. We focus on providing holistic care to
address both physical and emotional well-being during reentry.
</p>
</div>
<div class="bgrid">
<h3>Who is eligible for the programs and support services?</h3>
<p>
Our services are available to individuals who are reentering
society after incarceration, as well as their families. We support
people at any stage of the reentry process and work to ensure that
every person has the tools and resources they need to successfully
reintegrate.
</p>
</div>
<div class="bgrid">
<h3>
How do you help individuals transition back into society after
incarceration?
</h3>
<p>
We provide tailored support to meet the unique needs of each
individual. This includes offering mental health counseling, life
skills training, employment assistance, and guidance with housing
and legal matters. We collaborate with local organizations to
ensure a strong support network for successful reintegration into
the community.
</p>
</div>
<div class="bgrid">
<h3>Do you offer medical or mental health services?</h3>
<p>
Yes, we offer comprehensive health services, including mental
health counseling, addiction recovery support, and referrals to
medical professionals for physical health needs. Our goal is to
address both the physical and emotional challenges individuals may
face during reentry.
</p>
</div>
<div class="bgrid">
<h3>How can I get involved or support your mission?</h3>
<p>
There are many ways to get involved! You can volunteer your time,
donate to our cause, or partner with us if you're part of a local
organization. Every bit of support helps us continue providing
vital services to those in need.
</p>
</div>
<div class="bgrid">
<h3>Where are you located, and how can I access your services?</h3>
<p>
We are based in Los Angeles, and our services are available both
in-person and through remote consultations. To access our
services, you can visit our office, call us for an appointment, or
use our online platform to book consultations. For more details,
check out our "Contact Us" page for all the ways to get in touch.
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-main">
<div class="row">
<div class="col-four tab-full mob-full footer-info">
<div class="footer-logo"></div>
<p>
Los Angeles, CA . USA<br />
RHAC@LA.ORG
</p>
</div>
<div class="col-two tab-1-3 mob-1-2 site-links">
<h4>Site Links</h4>
<ul>
<li><a href="about.html#process">About Us</a></li>
<li><a href="mission.html#features">Our Mission</a></li>
<li><a href="members.html#styles">Team & Members</a></li>
<li><a href="faq.html#faq">FAQ</a></li>
<li><a href="terms.html">Terms</a></li>
<li><a href="privacy.html#faq">Privacy Policy</a></li>
</ul>
</div>
<div class="col-two tab-1-3 mob-1-2 social-links">
<h4>Social</h4>
<ul>
<li><a href="https://x.com/LACountyRHAC">X</a></li>
<li>
<a href="https://www.instagram.com/lacountyrhac/">Instagram</a>
</li>
<li>
<a href="https://www.linkedin.com/in/lacountyrhacforthepeople/"
>LinkedIn</a
>
</li>
</ul>
</div>
<div class="col-four tab-1-3 mob-full footer-subscribe">
<h4>Subscribe</h4>
<p>Keep yourself updated. Subscribe to our newsletter.</p>
<div class="subscribe-form">
<form
id="mc-form"
class="group"
novalidate="true"
method="POST"
action="https://formspree.io/f/mpwqoqgq"
>
<input
type="email"
value=""
name="dEmail"
class="email"
id="mc-email"
placeholder="type email & hit enter"
required=""
/>
<input type="submit" name="subscribe" />
<label for="mc-email" class="subscribe-message"></label>
</form>
</div>
</div>
<!-- /subscribe -->
</div>
</div>
<div class="footer-bottom">
<div class="row">
<div class="col-twelve">
<div class="copyright">
<span>© Copyright RHAC Los Angeles 2025.</span>
<span
>Design by
<a href="https://github.com/d-velopr/">Dvelupmint</a></span
>
</div>
<div id="go-top" style="display: block">
<a class="smoothscroll" title="Back to Top" href="#top"
><i class="icon ion-android-arrow-up"></i
></a>
</div>
</div>
</div>
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>