-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddiction.html
More file actions
383 lines (311 loc) · 17.6 KB
/
addiction.html
File metadata and controls
383 lines (311 loc) · 17.6 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
<!DOCTYPE HTML>
<html>
<head>
<title>What is Addiction</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<style>
h1{color: teal;}
h2{color: limegreen;}
h4{color: purple;}
h3{color: brown;}
/* The expanding image container */
.container {
position: relative;
display: none;
}
/* Expanding image text */
#imgtext {
position: absolute;
bottom: 15px;
left: 15px;
color: white;
font-size: 20px;
}
/* Closable button inside the expanded image */
.closebtn {
position: absolute;
top: 10px;
right: 15px;
color: white;
font-size: 35px;
cursor: pointer;
}
</style>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header" style="background-image: url(imgs/1.png)">
<a href="index.html" class="logo"><img src="imgs/logo2.png" alt="logo" style="max-width: 200px"></a>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-snapchat-ghost"><span class="label">Snapchat</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-medium"><span class="label">Medium</span></a></li>
</ul>
</header>
<!-- Content -->
<section>
<header class="main">
<h1>What is Drug Addiction?</h1>
</header>
<div class="row">
<div class="col-6 col-12-small">
<p>Addiction is defined as a chronic, relapsing disorder characterized by compulsive drug seeking and use despite adverse consequences.It is considered a brain disorder, because it involves functional changes to brain circuits involved in reward, stress, and self-control, and those changes may last a long time after a person has stopped taking drugs.</p>
<p>When you are unable to stop using your drug of choice despite a desire to live without addiction, when you experience physical withdrawal symptoms when you attempt to stop getting high, when you crave your drug of choice and obsess about getting more – these are just a few characteristics of active drug addiction. Because it is a medical disorder, it is recommended that those who are diagnosed with the disease get immediate treatment that includes medical detox and psychotherapeutic treatment.</p>
</div>
<div class="col-6 col-12-small">
<h3>Know More With This Video!</h3>
<video width=100% controls>
<source src="imgs/Addiction.mp4" type="video/mp4">
</video>
</div>
</div>
<hr class="major" />
<!--Why-->
<header style="margin-top: 10%;" class="main">
<h1>Why Do People Take Drugs?</h1>
<h3>In general, people take drugs for a few reasons:</h3>
</header>
<div class="row">
<div class="col-4 col-12-medium">
<h3>To feel better</h3>
<p>Some people who suffer from social anxiety, stress, and depression start using drugs to try to feel less anxious. Stress can play a major role in starting and continuing drug use as well as relapse (return to drug use) in patients recovering from addiction.</p>
</div>
<div class="col-4 col-12-medium">
<h3>To do better</h3>
<p>Some people feel pressure to improve their focus in school or at work or their abilities in sports. This can play a role in trying or continuing to use drugs, such as prescription stimulants or cocaine.</p>
</div>
<div class="col-4 col-12-medium">
<h3>Curiosity and social pressure</h3>
<p>In this respect, teens are particularly at risk because peer pressure can be very strong. Teens are more likely than adults to act in risky or daring ways to impress their friends and show their independence from parents and social rules.</p>
</div>
</div>
<!-- <header class="main">
<h1>Why Do People Take Drugs?</h1>
<h3>In general, people take drugs for a few reasons:</h3>
</header> -->
<p><span class="image left"><img src="imgs/why.jpg" alt="" /></span><p style="margin-top: 10%;">When they first use a drug, people may perceive what seem to be positive effects. They also may believe they can control their use. But drugs can quickly take over a person's life. Over time, if drug use continues, other pleasurable activities become less pleasurable, and the person has to take the drug just to feel “normal.” So, there has some risk factors and also has effects on those people who are willing to take drug.</p></p></br>
<!-- Factors -->
<hr class="major" />
<header style="margin-top: 10%;" class="main">
<h1>RISK FACTORS</h1>
<h3 class="article-title">AS WITH OTHER DISEASES, THERE ARE RISK FACTORS ASSOCIATED WITH ADDICTION INCLUDING:</h3>
</header>
<ol style="list-style: none;">
<li><i style="color:teal;" class="fa fa-paperclip"></i>Genetic predisposition</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Certain brain characteristics that can make someone more vulnerable to addictive substances than the average person</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Psychological factors (e.g., stress, personality traits like high impulsivity or sensation seeking, depression, anxiety, eating disorders, personality and other psychiatric disorders)</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Stressfull Environments</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Starting alcohol, nicotine or other drug use at an early age </li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Taking Alcohol With Medicine (Some medicines can increase the toxic effects of alcohol on the body. When a person continually takes alcohol with their medications, they may become addicted to the effects that follow – some of which have the capability to be very dangerous and even life-threatening.)</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Relationship problems</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Tolerance increases (Experts say that when tolerance increases, the risk of addiction is much greater)</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Negetive Concequences</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Failure</li>
</ol>
<hr class="major" />
<!-- NUMBERS -->
<!-- Section -->
<section>
<header class="major">
<h2>STATISTICS OF BANGLADESH</h2>
</header>
<h3>Drug addiction is increasing at alarming rate in bangladesh.</h3>
<div class="features">
<article>
<span class="icon fa-heartbeat"></span>
<div class="content">
<h3>7 Million</h3>
<p>Drug Addicts</p>
</div>
</article>
<article>
<span class="icon fa-wheelchair"></span>
<div class="content">
<h3>2.5 Million</h3>
<p>Children</p>
</div>
</article>
<article>
<span class="icon fa-mars"></span>
<div class="content">
<h3>18-30 years</h3>
<p>Man</p>
</div>
</article>
<article>
<span class="icon fa-male"></span>
<div class="content">
<h3>80 Percent</h3>
<p>Young People</p>
</div>
</article>
</div>
</section>
<!-- Section -->
<!-- /NUMBERS -->
<hr class="major" />
<!-- Image -->
<h3 style="text-align: center;">GALLARY</h3>
<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<div class="col-4"><span class="image fit"><img src="imgs/risk1.jpg" alt="" onclick="myFunction(this);"></span></div>
<div class="col-4"><span class="image fit"><img src="imgs/risk6.jpg" alt="" onclick="myFunction(this);"></span></div>
<div class="col-4"><span class="image fit"><img src="imgs/risk3.jpg" alt="" onclick="myFunction(this);"></span></div>
<!-- Break -->
<div class="col-4"><span class="image fit"><img src="imgs/risk4.jpg" alt="" onclick="myFunction(this);"></span></div>
<div class="col-4"><span class="image fit"><img src="imgs/risk2.jpg" alt="" onclick="myFunction(this);"></span></div>
<div class="col-4"><span class="image fit"><img src="imgs/risk5.jpg" alt="" onclick="myFunction(this);"></span></div>
<!-- Break -->
</div>
</div>
<div class="container">
<span onclick="this.parentElement.style.display='none'" class="closebtn">×</span>
<img id="expandedImg" style="width:100%">
<div id="imgtext"></div>
</div>
<hr class="major" />
<!-- Effects -->
<header style="margin-top: 10%;" class="main">
<h1>Drug Addiction Affects Every Organ in the Body</h1>
</header>
<p><span class="image right"><img src="imgs/effects.jpg" alt="" /></span>Aside from overdose, there are many adverse medical effects of drug addiction.In addition to withdrawal symptoms, a person suffering from alcoholism, especially in the long term, may also experience:
<ol style="list-style: none;">
<li><i style="color:teal;" class="fa fa-paperclip"></i>Insomnia and sleep disorders</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Weight loss</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Liver disease</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Cardiovascular disease</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Thyroid dysfunction</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Contraction of HIV, hepatitis and other illnesses</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Malnourishment</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Heart rate irregularities, heart attack</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Chronic pancreatitis</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Cancer</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Respiratory problems such as lung cancer, emphysema, and breathing problem</li>
<li><i style="color:teal;" class="fa fa-paperclip"></i>Loss of appetite</li>
</ol>
</p>
<hr class="major" />
<section class="box">
<h2>Why are street children addicted to drugs?</h2>
<p><span class="image right"><img src="imgs/ch.jpg" alt="" /></span>Thousands of street children are being addicted to various drugs due to their availability in the capital, leading to an increase in street crimes.
Experts said many street children between seven and sixteen take narcotic drugs such as yaba, phensidyl, heroin and cannabis, causing social concerns.
Even they take adhesive solution, locally known as Dandi, as it is available and inexpensive.
To get money for buying the drugs, they get involved in mugging and other crimes. They also take the path of begging, they added.
But the exact number of drug addicts is still unknown as there is no comprehensive statistics for the social problem.<p>Director of Bangladesh Children Rights Forum Abdus Shahid Mahmood told the daily sun, “Many street children are employed by drug dealers to take narcotics to customers.”
“The children are not usually searched by law enforcers. They are given Tk 50-100 a day [for the drug selling],” he added.
Mahmood said, “Street children are engaged in various anti-social activities to get money for purchasing drugs. After growing up, they will engage in committing big crimes.
“The situation is very alarming. A comprehensive campaign is needed to deal with drug problems.”</p><p>According to Bangladesh Bureau of Statistics (BBS) Child Labour Survey (CLS) 2013, there are around 39.65 million children in the country aged between 5 and 17 years. Among them, around 1.3 million children are engaged in hazardous jobs, 70 percent are involved in criminal activities due to poverty.</p>
</section>
</section>
</div>
</div>
<!-- Sidebar -->
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<section id="search" class="alt">
<form method="post" action="#">
<input type="text" name="query" id="query" placeholder="Search" />
</form>
</section>
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Home</a></li>
<li><span class="opener">Addiction Info</span>
<ul>
<li><a href="addiction.html">What Is Addiction?</a></li>
<li><a href="10-common-addiction.html">10 Most Common Addictions</a></li>
</ul>
</li>
<li><span class="opener">Drug Description</span>
<ul>
<li><a href="Drug-classification.html">Drug Classification</a></li>
<li><a href="symptoms.html">Symptoms & Warnings</a></li>
</ul>
</li>
<li><a href="Treatment.html">Treatment & Rehab</a></li>
<li><a href="Recovery.html">Recovery & Motivation</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
<!-- Section -->
<section>
<header class="major">
<h2>News Portal</h2>
</header>
<div class="mini-posts">
<article>
<a href="#" class="image"><img src="imgs/newss.jpg" alt="" /></a>
<h3>Bangladesh has 7 million drug addicts, ‘over half of them are addicted to yaba’</h3>
<p>Bangladesh has at least 7 million drug addicts and 5 million of them are hooked on yaba pills, according to people familiar with the situation.</p>
<ul class="actions">
<li><a href="https://bdnews24.com/bangladesh/2018/05/21/bangladesh-has-7-million-drug-addicts-over-half-of-them-are-addicted-to-yaba" class="button">More</a></li>
</ul>
</article>
<article>
<a href="https://www.ncadd.org/about-addiction/support/what-is-prevention" class="image"><img src="imgs/prevention.jpg" alt="" /></a>
<h3>Can alcoholism and addiction be prevented?</h3>
<p>In a society that continually promotes alcohol and drug use at every level, the need to provide education on the dangers of alcohol and drug use and its effect on children has never been greater. NCADD believes education on this critical threat needs to</p>
</article>
</div>
<ul class="actions">
<li><a href="https://www.ncadd.org/about-addiction/support/what-is-prevention" class="button">More</a></li>
</ul>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<p>
Stay Tuned With Reflection!
</p>
<ul class="contact">
<li class="fa-envelope-o"><a href="#">information@reflection.tld</a></li>
<li class="fa-phone">(000) 000-0000</li>
<li class="fa-home">1234 Somewhere Road #8254<br />
Nashville, TN 00000-0000</li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Untitled. All rights reserved</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!--image overlay-->
<script>
function myFunction(imgs) {
var expandImg = document.getElementById("expandedImg");
var imgText = document.getElementById("imgtext");
expandImg.src = imgs.src;
imgText.innerHTML = imgs.alt;
expandImg.parentElement.style.display = "block";
}
</script>
</body>
</html>