-
Notifications
You must be signed in to change notification settings - Fork 0
/
mentalWellnessTest.html
100 lines (97 loc) · 4.68 KB
/
mentalWellnessTest.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Mental Wellness Test | FindHope</title>
<link rel="stylesheet" href="style23.css">
<meta property="og:site_name" content="findhope">
<meta property="og:type" content="website">
<meta property="og:title" content="Mental Wellness Test | FindHope">
<meta property="og:url" content="https://findhope.in/mentalWellnessTest.html">
<meta property="og:image" content="https://findhope.in/1.gif">
<meta property="og:description"
content="Take our free depresion & Anxiety test build on (PHQ-9) and (GAD-7) respectively approved by National Center for Biotechnology Information(NCBI)">
<meta name="keywords" content="anxiety,anxiety disorder,anxiety disorder test,anxiety test,depression,depression test,mental
health,free depression test,free mental health checkup,findhope,find hope,hope">
<meta name="description"
content="Take our free depresion & Anxiety test build on (PHQ-9) and (GAD-7) respectively approved by National Center for Biotechnology Information(NCBI)">
<link rel="apple-touch-icon" sizes="180x180" href="./Logo/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./Logo/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./Logo/favicon-16x16.png" />
<link rel="manifest" href="./Logo/site.webmanifest" />
</head>
<body>
<div class="navbar" id="t1">
<div class="heading" id="heading">
<a href="./index.html">
<div>
<h1 class="text">FindHope.</h1>
</div>
</a>
<div class="menu__label menu__btn" onclick="onclik()">
<i class="fa fa-bars fa-2x btn" aria-hidden="true"></i>
</div>
</div>
<div class="menu__container" id="menu" style="visibility: hidden;">
<span class="menu__title">FindHope</span>
<ul class="menu__list">
<li class="menu__item">
<a href="./index.html">Home</a>
</li>
<li class="menu__item">
<a href="./freecounseling.html">Get Help</a>
</li>
<li class="menu__item">
<a href="./stories.html">Stories</a>
</li>
<li class="menu__item">
<a href="./youthadvocates.html">Youth Advocates</a>
</li>
<li class="menu__item">
<a href="./mentalWellnessTest.html">Take A Test</a>
</li>
<li class="menu__item">
<a href="res.html">Free Resources</a>
</li>
<li class="menu__item">
<a href="aboutus.html">About us</a>
</li>
</ul>
</div>
<div class="bg_layer3 menu_bg_layer" id="menu1"></div>
<div class="bg_layer2 menu_bg_layer" id="menu2"></div>
</div>
<h2 class="main_title">Free Research backed tests to get clear insights about your mental health.</h2>
<div class="content_container">
<div class="content_box" id="content_box1">
<hr class="horizontal_rule">
<p class="content_title">Anxiety</p>
<a href="./freeAnxietyTest.html">
<button class="content_button">Take A Test</button>
</a>
</div>
<div class="content_box" id="content_box2">
<hr class="horizontal_rule">
<p class="content_title">Depression</p>
<a href="./freeDepressionTest.html">
<button class="content_button" id="button_2">Take A Test</button>
</a>
</div>
<div class="content_box" id="content_box3">
<hr class="horizontal_rule">
<p class="content_title">Stress</p>
<a href="./freestresstest.html">
<button class="content_button" id="button_3">Take A Test</button>
</a>
</div>
</div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/ScrollMagic.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/debug.addIndicators.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script>
<script src="./test23.js"></script>
</body>
</html>