-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFAQ.html
262 lines (258 loc) · 8.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FAQs</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Quicksand:wght@600&family=Yellowtail&display=swap"
rel="stylesheet"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="./favicon_io/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./favicon_io/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./favicon_io/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<header>
<h1><a href="index.html">Med Cabinet</a></h1>
<nav>
<a href="./index.html">Home</a>
<a href="./about.html">About us</a>
<a href="">Products</a>
<a href="">Locate a dispensary</a>
<a href="">Contact us</a>
<a id="register" href="https://medcabinetapp.netlify.app/">Register</a>
<a href="https://medcabinetapp.netlify.app/">Login</a>
</nav>
</header>
<h2 class="title">FAQs</h2>
<section>
<h3 class="firstq">What is medical marijuana?</h3>
<p>
Medical marijuana uses the marijuana plant or chemicals in it to treat
diseases or conditions. It's basically the same product as recreational
marijuana, but it's taken for medical purposes.
</p>
<br />
<p>
The marijuana plant contains more than 100 different chemicals called
cannabinoids. Each one has a different effect on the body.
Delta-9-tetrahydrocannabinol (THC) and cannabidiol (CBD) are the main
chemicals used in medicine. THC also produces the "high" people feel
when they smoke marijuana or eat foods containing it.
</p>
<br />
</section>
<section>
<h3 class="question">What is medical marijuana used for?</h3>
<p>
Medical marijuana is used to treat a number of different conditions,
including:
</p>
<br />
<ul>
<li>Alzheimer's disease</li>
<li>Appetite loss</li>
<li>Cancer</li>
<li>Crohn's disease</li>
<li>Eating disorders such as anorexia</li>
<li>Epilepsy</li>
<li>Glaucoma</li>
<li>
Mental health conditions like schizophrenia and posttraumatic stress
disorder (PTSD)
</li>
<li>Multiple sclerosis</li>
<li>Muscle spasms</li>
<li>Nausea</li>
<li>Pain</li>
<li>Wasting syndrome (cachexia)</li>
</ul>
<br />
</section>
<section>
<h3 class="question">How does it help?</h3>
<p>
Cannabinoids -- the active chemicals in medical marijuana -- are similar
to chemicals the body makes that are involved in appetite, memory,
movement, and pain.
</p>
<br />
<p>Research suggests cannabinoids might:</p>
<br />
<ul>
<li>Reduce anxiety</li>
<li>Reduce inflammation and relieve pain</li>
<li>Control nausea and vomiting caused by cancer chemotherapy</li>
<li>Kill cancer cells and slow tumor growth</li>
<li>Relax tight muscles in people with MS</li>
<li>
Stimulate appetite and improve weight gain in people with cancer and
AIDS
</li>
</ul>
<br />
</section>
<section>
<h3 class="question">
Can medical marijuana help with seizure disorders?
</h3>
<p>
Medical marijuana received a lot of attention a few years ago when
parents said that a special form of the drug helped control seizures in
their children. The FDA recently approved Epidiolex, which is made from
CBD, as a therapy for people with very severe or hard-to-treat seizures.
In studies, some people had a dramatic drop in seizures after taking
this drug.
</p>
<br />
</section>
<section>
<h3 class="question">Which states allow medical marijuana?</h3>
<p>
Medical marijuana is legal in 33 states and the District of Columbia:
</p>
<br />
<ul>
<li>Alaska</li>
<li>Arizona</li>
<li>Arkansas</li>
<li>California</li>
<li>Colorado</li>
<li>Connecticut</li>
<li>Delaware</li>
<li>District of Columbia</li>
<li>Florida</li>
<li>Hawaii</li>
<li>Illinois</li>
<li>Louisiana</li>
<li>Maine</li>
<li>Maryland</li>
<li>Massachusetts</li>
<li>Michigan</li>
<li>Minnesota</li>
<li>Missouri</li>
<li>Montana</li>
<li>Nevada</li>
<li>New Hampshire</li>
<li>New Jersey</li>
<li>New Mexico</li>
<li>New York</li>
<li>North Dakota</li>
<li>Ohio</li>
<li>Oklahoma</li>
<li>Oregon</li>
<li>Pennsylvania</li>
<li>Rhode Island</li>
<li>Utah</li>
<li>Vermont</li>
<li>Washington</li>
<li>West Virginia</li>
</ul>
<br />
<p>
States that allow restricted use only include: Alabama, Georgia, Iowa,
Kentucky, Mississippi, Missouri, North Carolina,South Carolina,
Virginia, Wisconsin and Wyoming.
</p>
<br />
</section>
<section>
<h3 class="question">How do you get medical marijuana?</h3>
<p>
To get medical marijuana, you need a written recommendation from a
licensed doctor in states where that is legal. (Not every doctor is
willing to recommend medical marijuana for their patients.) You must
have a condition that qualifies for medical marijuana use. Each state
has its own list of qualifying conditions. Your state may also require
you to get a medical marijuana ID card. Once you have that card, you can
buy medical marijuana at a store called a dispensary.
</p>
<br />
</section>
<section>
<h3 class="question">How do you take it?</h3>
<p>To take medical marijuana, you can:</p>
<br />
<ul>
<li>Smoke it</li>
<li>
Inhale it through a device called a vaporizer that turns it into a
mist
</li>
<li>Eat it -- for example, in a brownie or lollipop</li>
<li>Apply it to your skin in a lotion, spray, oil, or cream</li>
<li>Place a few drops of a liquid under your tongue</li>
</ul>
<br />
<p>
How you take it is up to you. Each method works differently in your
body. "If you smoke or vaporize cannabis, you feel the effects very
quickly," Bonn-Miller says. "If you eat it, it takes significantly
longer. It can take 1 to 2 hours to experience the effects from edible
products."
</p>
<br />
</section>
<section>
<h3 class="question">Has the FDA approved medical marijuana?</h3>
<p>
The FDA has approved two man-made cannabinoid medicines -- dronabinol
(Marinol, Syndros) and nabilone (Cesamet) -- to treat nausea and
vomiting from chemotherapy. The cannabidiol Epidiolex was approved in
2018 for treating seizures associated with two rare and severe forms of
epilepsy, Lennox-Gastaut syndrome and Dravet syndrome.
</p>
<br />
</section>
<section>
<h3 class="question">What are the side effects of medical marijuana?</h3>
<p>Side effects that have been reported include:</p>
<br />
<ul>
<li>Bloodshot eyes</li>
<li>Depression</li>
<li>Dizziness</li>
<li>Fast heartbeat</li>
<li>Hallucinations</li>
<li>Low blood pressure</li>
</ul>
<br />
<p>
The drug can also affect judgment and coordination, which could lead to
accidents and injuries. When used during the teenage years when the
brain is still developing, marijuana might affect IQ and mental
function.
</p>
<br />
</section>
<p class="disclaimer">*Information obtained from WebMD*</p>
<footer>
<nav>
<a href="./index.html">Home</a>
<a href="./about.html">About us</a>
<a href="">Products</a>
<a href="">Locate a dispensary</a>
<a href="">Contact us</a>
</nav>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.3.4/gsap.min.js"></script>
<script src="./index.js"></script>
</body>
</html>