-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (53 loc) · 2.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="no-referrer-when-downgrade">
<meta name="challenge" content="riding hood media challenge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Encode+Sans:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/index.css" type="text/css">
<title>Challenge</title>
</head>
<body>
<main class="container">
<!--HERO-->
<section class="o_hero_grid">
<div class="o_hero_piece a_cover_background a_cover_background__cactus">
</div>
<div class="o_hero_piece g_hero__info a_hoarding a_hoarding__primary">
<h1 class="a-title-1">DRUG AND ALCOHOL ADICCTION REHAB AND RECOVERY RESOURCES IN PHONEIX, ARIZONA</h2>
</div>
<div class="o_hero_piece g_hero__contact a_hoarding a_hoarding__secondary_gradient">
<div>
<h5 class="m-0">START YOUR RECOVERY STORY HERE</h5>
<small>Find out how we can help</small>
</div>
<div>
<div>
<p class="m-0">Tall Free & Confidential</p>
<h1 class="m-0">(888) 672.2120</h1>
<small>A Real Compassionate Person Will Answer Your Call</small>
</div>
</div>
<div class="g_hero__icon">
<div class="a-headset"></div>
</div>
</div>
<div class="o_hero_piece g_hero__abstract">
<p>While there are many alcohol and drug rehab facilities in and around Phoeninx, Arizona, note everyones can afford
professional treatment. At SpringBoard Recovery,we accept many major health insurance plans, but we know people
need alternatives for free and low-cost addiction recovery services.
</p>
<br>
<p>Whetter it's through our programm or not, our mission is to save lives. That is why we have created this list of drug and
alcohol recovery resources in Phoenix. We want people to know they have options that includes, <a href="">Alcoholics Anonymous, Narcotics Anonymous</a>
and others within their local communities.
</p>
</div>
</section>
</main>
</body>
</html>