-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeProblem.html
More file actions
68 lines (54 loc) · 2.34 KB
/
theProblem.html
File metadata and controls
68 lines (54 loc) · 2.34 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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jonny | Drug Safety App</title>
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<link rel="icon" href="/icon_cannabis.jpg" sizes="any">
<link rel="icon" href="/icon_cannabis.jpg" type="image/svg+xml">
<link rel="apple-touch-icon" href="icon_cannabis.jpg">
<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<header>
<h1>JONNY</h1>
<nav>
<div class="menu-block">
<ul>
<li><a href="index.html">App</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">The Problem</a></li>
</ul>
</div>
</nav>
</header>
<main>
<h2>The Problem</h2>
<pre style="background-color: gray; border: none; border-radius: 2px; padding: 12px;">Work in progresssssssssssssssssssssss...</pre>
<h3>Key Statistics</h3>
<ul>
<li>Drug-related deaths in the UK have reached record levels, with 4,561 deaths in 2020.</li>
<li>Opioid-related deaths among young people aged 15-24 are up by 30% over recent years, signalling a growing crisis among young adults.</li>
<li>Deaths involving opioids have more than doubled in the last decade.</li>
<li>Scotland has the highest drug-related death rate in Europe, with 1,339 deaths in 2020.</li>
</ul>
<h3>The Naloxone Distribution Gap</h3>
<p>Despite the life-saving potential of naloxone (an opioid overdose reversal drug), only a fraction of people at risk of overdose in the UK have access to it. Expanding naloxone distribution could prevent hundreds of deaths annually.</p>
<h3>Psychological Toll</h3>
<p>For every opioid-related death, an estimated 30-people are directly affected, including family, friends and colleagues.</p>
<h3>Stigma and Discrimination</h3>
</main>
<script src="js/substances.js"></script>
<script src="js/app.js"></script>
</body>
</html>