-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
91 lines (84 loc) · 3.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Home Page </title>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>
<div id="header">
<div id="login">
<a style="text-decoration:none" href="\">LOGIN</a>
</div>
<div id="blank1"></div>
<div class="dropdown">
<button class="dropbtn">menu</button>
<div class="dropdown-content">
<a href="\">HOME</a>
<a href="journaling.html">JOURNAL</a>
<a href="\">VIRTUAL BOT</a>
<a href="\">RESOURCES</a>
</div>
</div>
<div style="text-align: center;">
<nav>
<ul class="links">
<li><a style="text-decoration:none" href="\">HOME</a></li>
<li><a style="text-decoration:none" href="journaling.html">JOURNAL</a></li>
<li><a style="text-decoration:none" href="\">VIRTUAL BOT</a></li>
<li><a style="text-decoration:none" href="\">RESOURCES</a></li>
</ul>
</nav>
</div>
<div id="line">
<hr />
</div>
<div id="leaf2">
<img src="leaf2.png" alt="logo" width="350px" height="350px">
</div>
<div id="leaf3">
<img src="leaf.png" alt="logo" width="350px" height="350px">
</div>
<div id="logo">
<img src="name.png" alt="logo" width="350px" height="350px">
</div>
<div id="blank3"></div>
</div>
<div id="about">
<div id="leaves">
<img src="leftleaves.png" alt="logo" width="350px" height="350px">
</div>
<h1 id="aboutus">WHAT WE DO</h1>
<p id="aboutpar">The Centers for Disease Control and Prevention reports:
<br>
<br>
Over 44 million American adults have a mental health condition. The rate of youth experiencing mental health issues continue rising with 62% of teens and children who are majorly affected receiving no treatment.
The report states that 12.2% of adults with a mental illness remain uninsured and 56.4% of adults receiving no treatment at all. That’s over 24 million untreated individuals who are experiencing a mental health illness.
<br>
<br>
So why is this significant? Mental disorders play an overwhelming role in the increased risk of suicide—with estimates suggesting up to 90% of individuals who take their own life suffer from some type of psychiatric disorder.
Suicide is the second leading cause of death for individuals aged 15 to 34 and in 2017, 47,000 lives were lost to suicide—that’s one death every 11 minutes
<div id="blank4"></div>
</p>
</div>
<div id="about">
<div id="leaves2">
<img src="leftleaves2.png" alt="logo" width="350px" height="350px">
</div>
<h1 id="chatbot">Our Virtual Bot</h1>
<p id="aboutbot">The Centers for Disease Control and Prevention reports:
<br>
<br>
Over 44 million American adults have a mental health condition. The rate of youth experiencing mental health issues continue rising with 62% of teens and children who are majorly affected receiving no treatment.
The report states that 12.2% of adults with a mental illness remain uninsured and 56.4% of adults receiving no treatment at all. That’s over 24 million untreated individuals who are experiencing a mental health illness.
<br>
<br>
So why is this significant? Mental disorders play an overwhelming role in the increased risk of suicide—with estimates suggesting up to 90% of individuals who take their own life suffer from some type of psychiatric disorder.
Suicide is the second leading cause of death for individuals aged 15 to 34 and in 2017, 47,000 lives were lost to suicide—that’s one death every 11 minutes
<div id="blank4"></div>
</p>
</div>
<div id="footer">
</div>
</body>
<html>