forked from espoir-ecs/espoir-ecs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
gad7.html
135 lines (118 loc) · 5.26 KB
/
gad7.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
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://widget.instabot.io/jsapi/rokoInstabot.js" crossorigin>
apiKey: "uAI8y9XMzq1yMoYp05byXZCZ/vfBEDFe7XNPjtyV41Y="
</script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="gad7.css" type="text/css">
<script src="gameweb.js" type="text/javascript"></script>
<header>
<h1>MENTAL HEALTH</h1>
<p>#BREAKTHESTIGMA</p>
</header>
<nav id="sticky_nav">
<div class="container_left">
<a class="home" href="index.html"> <!--style="margin:0 auto; display: block;" -->
<img id="homebutton" src="warm6.png">
</a>
<button id="btnMenu" onclick="openMenu()">
<i class="fa fa-bars"></i>
<i class="fa fa-close"></i>
</button>
</div>
<div class="container_menu" id="thisMenu">
<div class="container_list">
<button class="btnList" onclick="openList('1')">
<span class="drop">About Us</span>
</button>
<div class="content_list left" id="thisList_1">
<p><a href="index_about.html" class="button">About App</a></p>
</div>
</div>
<div class="container_list">
<button class="btnList" onclick="openList('5')">
<span class="drop">Dashboard</span>
<span class="acc">Accordion 5</span>
</button>
<div class="content_list right" id="thisList_5">
<p><a href="stat.html">Company Statistics</a><br></p>
</div>
</div>
<div class="container_list">
<button class="btnList" onclick="openList('4')">
<span class="drop">Take the Survey</span>
<span class="acc">Accordion 4</span>
</button>
<div class="content_list right" id="thisList_4">
<p><a href="phq9.html">Depression</a><br><a href="gad7.html">Anxiety</a></p>
</div>
</div>
<div class="container_list">
<button class="btnList" onclick="openList('2')">
<span class="drop">Self Help</span>
</button>
<div class="content_list left" id="thisList_2">
<p><a target="_blank" rel="noopener noreferrer" href="index_2.html">Interactive Survey</a><br><a href="sch.html">Schedule Appointment</a></p>
</div>
</div>
<div class="container_list">
<button class="btnList" onclick="openList('3')">
<span class="drop" id="lala"> Meet The Creators </span>
</button>
<div class="content_list center" id="thisList_3">
<p><a href="team.html">Our Team</a><br></p>
</div>
</div>
</div>
<div class="container_right">
<div class="content_search" id="thisSearch">
<form><input type="text" placeholder="Search..."></form>
</div>
<button id="btnSearch" onclick="openSearch()">
<i class="fa fa-search"></i>
<i class="fa fa-close"></i>
</button>
</div>
<div>
<audio id="playlist">
<source src="Yuri.mp3" id="mp3Source" type="audio/mpeg" />
<source src="howl.mp3" id="mp3Source" type="audio/mpeg" />
<source src="killua.mp3" id="mp3Source" type="audio/mpeg" />
<source src="gin.mp3" id="mp3Source" type="audio/mpeg" />
<source src="rain.mp3" id="mp3Source" type="audio/mpeg" />
<source src="river.mp3" id="mp3Source" type="audio/mpeg" />
<source src="UT.mp3" id="mp3Source" type="audio/mpeg" />
<source src="clair.mp3" id="mp3Source" type="audio/mpeg" />
<p>If you are seeing this, the audio player is unsupported in this browser.</p>
</audio>
<div>
<button onclick="document.getElementById('playlist').play()">Play Music</button>
<button onclick="document.getElementById('playlist').pause()">Pause</button>
<button onclick="document.getElementById('playlist').muted=!document.getElementById('playlist').muted">Mute/Unmute</button>
</div>
</div>
</nav>
<div class="title">
<h2 style="color:#fff">Take the GAD7 Survey to know your <span class="typing" style="font-weight: 400; color:#fff"></span></h2>
</div>
<div class="blank">
<p id="bruh">
Generalized Anxiety Disorder 7 (GAD-7) is a self-reported questionnaire for screening and severity measuring of generalized anxiety disorder (GAD). GAD-7 has seven items, which measure severity of various signs of GAD according to reported response categories with assigned points.
The test is normally used in outpatient and primary care settings for referral to a psychiatrist pending outcome. The assessment results enable users of the GAD-7 to discern whether an individual’s anxiety score is normal, or mildly, moderately, or severely elevated. <br><br>
</p>
<p><img src="pfizer.png" id="gm">
<a target="_blank" rel="noopener noreferrer" href="survey2.html"><img src="sur.png" id="gm"></a><br><br>
</div>
<!-- typed.js -->
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script type="text/javascript">
var typed = new Typed('.typing',{
strings: ["Depression Level", "Diagnosis", "Self-Access"],
loop: true,
typeSpeed: 80,
backSpeed: 40
});
</script>
</head>
</html>