-
Notifications
You must be signed in to change notification settings - Fork 0
/
nits.html
316 lines (311 loc) · 14.6 KB
/
nits.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>College</title>
<link rel="stylesheet" href="./college.css" />
</head>
<body onload="typeWriter()">
<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>
<div class="container box1">
<p id="title" style="text-align: left; width: 50%; position: absolute; left: 0;">
National Institute of Technology Srinagar
</p>
</div>
<div class="container">
<img src="./Loshitha.jpeg" alt="president" class="president" />
<h4 class="president_title">Message from founder</h4>
<p class="message">
Mental health is highly ignored and neglected, In fact its stigmatised
and seen as a negative stereotype. With findhope NITS we want to change
this attitude, We want to bring free, accessible and quality mental
health care to our campus.
</p>
<h3 style="text-align:right;width:70%;margin-top: 20px;">- Loshitha</h3>
</div>
<div class="container">
<img src="./people.jpg" alt="people" class="peopleImage" />
<div class="buttonImage">
<a href="https://docs.google.com/document/d/1uOLuBktvKLXXB41pzanj3gMdiJ1hWGmv8bE1qXSc3t8/edit"
class="people_link">
<button class="peopleButton">Download the brochure</button>
</a>
</div>
</div>
<div class="container">
<h2 class="heading1" style="text-align: center; font-size: 30px;">
Transforming the future of<br />
mental wellness
</h2>
<div class="box">
<div class="letter">
<h1>A</h1>
</div>
<div class="title2">
<h3 class="sub_heading">Awareness</h3>
<div class="link" onclick="pressed('1')">
<i class="fa fa-angle-down fa-2x icon" id="icon1" aria-hidden="true"></i>
</div>
</div>
<div class="content1" id="content1">
<p class="para">
Although mental health is a fundamental component of health,
recognition of mental health disorders and its importance is
limited, with Awareness Campaign we promote the symptoms and risk
factors of common mental health struggles. Use our
<a href="./mentalWellnessTest.html" style="color: royalblue;">mental wellness test</a>
</p>
</div>
</div>
<div class="box">
<div class="letter">
<h1>S</h1>
</div>
<div class="title2">
<h3 class="sub_heading">Stigma</h3>
<div class="link" onclick="pressed('2')">
<i class="fa fa-angle-down fa-2x icon" id="icon2" aria-hidden="true"></i>
</div>
</div>
<div class="content1" id="content2">
<p class="para">
Stigma associated with mental health can stop people from reaching
out for help, because of the negative stereotypes it imparts on
people. Remember your mental health issue doesn't define you. Find
stories of students who Celebrate their struggles and openly talk
about it at our
<a href="./stories.html" style="color: royalblue;">Stories Section</a>
</p>
</div>
</div>
<div class="box">
<div class="letter">
<h1>L</h1>
</div>
<div class="title2">
<h3 class="sub_heading">Literacy</h3>
<div class="link" onclick="pressed('3')">
<i class="fa fa-angle-down fa-2x icon" id="icon3" aria-hidden="true"></i>
</div>
</div>
<div class="content1" id="content3">
<p class="para">
Just like Health Literacy , mental health literacy refers to
recognition, management and prevention of mh disorders by learning
self help techniques and understanding when to seek professional
help.<br /><br />
You can use our
<span><a href="./stories.html" style="color: royalblue;">free tools</a></span>to get scientifically
proven self help techniques
</p>
</div>
</div>
</div>
<div class="container" id="road">
<h2 class="main_title">Roadmap</h2>
<div class="button_box">
<button class="path_button" id="button1" onclick="content(0,1,2)">
1
</button>
<button class="path_button" id="button2" onclick="content(1,0,2)">
2
</button>
<button class="path_button" id="button3" onclick="content(2,0,1)">
3
</button>
</div>
<div class="content_dialog">
<div class="content_title" id="content_title">Awareness Champaign</div>
<div class="content_para">
<h6 class="content_subtitle">Campaign type:</h6>
<p class="content_subpara" id="venue">Hyper local model</p>
</div>
<div class="content_para">
<h6 class="content_subtitle">students reached:</h6>
<p class="content_subpara" id="info">400</p>
</div>
</div>
</div>
<div class="container">
<h2 class="team_title">Founding members</h2>
<div class="team_members">
<img src="./BhavyatejaYedida.jpg" alt="team member" class="member_photo" />
<h4 class="member_name">Bhavyateja Yedida</h4>
<p class="member_position">Co-founder</p>
</div>
</div>
<div class="container">
<h2 style="margin-bottom: 30px;">Colleges in collaboration: 3</h2>
<h2 style="margin-bottom: 30px;">Students impacted: 1000</h2>
</div>
<div class="faqs">
<div class="faq" onclick="clicked('1')">
What is findhope.in?Why is it doing this program? +
</div>
<div class="faqAnswer" id="faq1">
Findhope is a student centric mental wellness startup ( findhope.in). We
provide free peer counselling, free mental wellness tests like
depression and anxiety tests. Findhope has started the youth advocate
program to bring leaders in mental health from universities across India
and equip students with free and authentic resources.
</div>
<div class="faq" onclick="clicked('2')">
What should I do as a youth advocate? +
</div>
<div class="faqAnswer" id="faq2">
<strong>If you are a founder</strong><br /><br />1) Build a team of at
least 2 members ( steps & resources will be given in awareness playbook
) <br /><br />
2) Coordinate with co-founders to run 3 campaigns by taking resources
from playbook and sharing it via social media.<br /><br />
<strong>If you are a co-founder</strong><br /><br />1) Coordinate with
co-founders to run 3 campaigns by taking resources from playbook and
sharing it via social media
</div>
<div class="faq" onclick="clicked('3')">
How much time should a youth advocate spend ? +
</div>
<div class="faqAnswer" id="faq3">
We have stitched the program to leverage impact with minimum time,
typically a Y.A will spend 3 hours for successful completion of the
program.
</div>
<div class="faq" onclick="clicked('4')">
What are campaigns ? How will it help others? +
</div>
<div class="faqAnswer" id="faq4">
A youth advocate either a co-founder or founder will run 3 digital
campaigns to promote and equip fellow students with enough knowledge and
free resources to tackle common mental health struggles.<br /><br />
<strong>1) Awareness Campaign</strong>- We face a lot of mental health
struggles for the very first time in our lives, but very few of us
recognise it and take action, through this campaign we focus on
recognising common mental health struggles. ( 1 hour of work)
<br /><br />
<strong>2) Literacy Campaign</strong>- Recognising or just being aware
that we have encountered a mental health problem is just the first step
towards a solution, Through Literacy campaign we focus on promoting
self-help techniques & free resources to tackle them. ( 1 hour of work)
<br /><br />
<strong>3) Stigma Campaign</strong> - Not many can openly talk about
their mental health problems, many still consider mental health problems
as a shameful integrity or an intrinsic defect in a person or any other
negative stereotype. Reality is just the opposite of these negative
attributes and these stop people from reaching out and getting help.
Stigma campaign aims in changing these behaviours.( 1 hour of work)
</div>
<div class="faq" onclick="clicked('5')">
How much does it cost to become a youth advocate and what will I earn out of it?
</div>
<div class="faqAnswer" id="faq5">
It costs 150 rs to become a yourh advocate after completing the program you will be able to perform
emotional first aid and support yourself or others from Stress , Anxiety or Depression also you will learn
Mindfulness .
</div>
<div class="faq" onclick="clicked('6')">
What are the Incentives for Youth Advocates? +
</div>
<div class="faqAnswer" id="faq6">
-Become a certified changemaker<br /><br />
-Work reference for a career opportunity ( LOR, SOP , References etc for
abroad studies/placements)<br /><br />
-Transform into a entrepreneur leader <br /><br />
-Launch disruptive Products that bring social change <br /><br />
- A personal University website as a digital portfolio<br /><br />
</div>
<div class="faq" onclick="clicked('7')" style="border: none; border-radius: 12px;">
Why did we start a mental health startup ? +
</div>
<div class="faqAnswer" id="faq7" style="margin-bottom: 50px;">
India looses one student every hour to suicide and more than 20% of
indian students are affected by some level of mental health disorder,
but how many can actually recognise their problems ? and how many have
the resources to treat them ?. W.H.O says that 90 % of the youth never
take treatment for their mental health issue. We want to decrease this
treatment gap ,so we have built free counselling services, free tests
and most importantly a community of young leaders who are forging teams
and educating their campuses on mental health awareness, literacy and
stigma.
</div>
</div>
<div id="sec4">
<div>
<img src="./hope6.png" alt="FindHope" class="image_div" style="widows: 100px;" />
</div>
<div class="message">
<span class="mess"> With</span>
<span style="color: red;">
<img src="./heart.png" alt="" class="heart" />
</span>
<span class="mess">
from NIT Agartala
</span>
</div>
<div class="social">
<div class="soc_title">
<p style="color: rgb(178, 204, 255);">Social</p>
</div>
<div class="soc">
<i class="fa fa-linkedin" aria-hidden="true"></i>
<p class="social_text">
<a href="https://www.linkedin.com/in/findhope-851156193/">linkedin</a>
</p>
</div>
<div class="soc">
<i class="fa fa-instagram" aria-hidden="true"></i>
<p class="social_text">
<a href="https://www.instagram.com/findhope.in/" target="__blank">Instagram</a>
</p>
</div>
</div>
</div>
</body>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap" rel="stylesheet" />
<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>
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" />
<script src="./college.js"></script>
</html>