-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
411 lines (289 loc) · 14.8 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
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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MentalMend - Health Support Application</title>
<script src="https://kit.fontawesome.com/1b2b6a64da.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="Images/B_icon01.png">
</head>
<body>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ LANDING-PAGE ++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<a href="HOME"></a>
<div class="main">
<!-- +++ HEADER +++ -->
<div class="header">
<div class="logo-cantainer">
<h2 class="logo">MentalMend.</h2>
</div>
<div class="nav-and-btn-cont">
<div class="nav-list-cont">
<ul class="nav-ul">
<li><a href="#HOME" >HOME</a></li>
<li><a href="#SECTION-3">CHAT BOT</a></li>
<li><a href="otherHTML/statistics.html">STATISTICS</a></li>
<li><a href="#FOOTER">GET IN TOUCH</a></li>
</ul>
</div>
<div class="hamBurger">
<diV class="line line1"></diV>
<div class="mid-line-cont">
<div class="line mid-line1"></div>
<div class="line mid-line2"></div>
</div>
<diV class="line line3"></diV>
</div>
</div>
</div>
<div class="mobile-view-nav-cont" id="mobile-nav">
<div class="mobile-view-nav-head">
<p>Menu</p>
</div>
<div class="mobile-view-nav-list">
<ul>
<li ><a href="#HOME" class="mobile-view-list">HOME</a></li>
<li ><a href="#SECTION-3" class="mobile-view-list">CHAT BOT</a></li>
<li ><a href="otherHTML/statistics.html" class="mobile-view-list">STATISTICS</a></li>
<li ><a href="#FOOTER" class="mobile-view-list">GET IN TOUCH</a></li>
</ul>
</div>
</div>
<!-- ++ CONTENT-ON-LANDING-PAGE +++ -->
<div class="content-container">
<div>
<div class="content-head-cont">
<h2 class="content-head">Mental <span>Health</span></h2>
</div>
<div class="content-quote-cont">
<p class="quote">Healing isn't <span>linear</span>. It's essential to give yourself the time and space
you need to heal, without feeling rushed or pressured. No one else can truly comprehend
the intricacies of your experiences and the emotional wounds you carry.
</p>
</div>
</div>
<div class="content-2-cont">
<div class="content-2">
<p>This place is dedicated to helping you free yourself from
unwanted thought on your mind and
strengthen your mental health.</p>
</div>
<div class="explore-btn-cont">
<a href="#SECTION_2"><button class="explore-btn">Explore</button></a>
<a href="otherHTML/statistics.html"><button class="blog-btn">Statistics</button></a>
</div>
</div>
</div>
<div class="illustration-cont">
<div class="landing-img-container" id="land-img"></div>
<div class="shadow">
</div>
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ SECTION-2 ++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<a id="SECTION_2"></a>
<div class="section-2">
<div class="section-2-head-cont">
<h2 class="section-2-head">Here are some proven ways to look after your<span> mental health</span>.</h2>
</div>
<div class="card-container">
<div class="card card-1">
<div class="card-content-cont">
<h3 class="card-head">Nutrition</h3>
<p class="card-text">
Eat a well balanced diet <br>
<span class="link-cont">
<a href="otherHTML/food.html">Learn more</a>
<i class="fas fa-long-arrow-alt-right arrow"></i>
</span>
</p>
</div>
</div>
<div class="card card-2">
<div class="card-content-cont">
<h3 class="card-head">Exercise </h3>
<p class="card-text">
Stay active Excercise regularly <br>
<span class="link-cont">
<a href="otherHTML/exercise.html">Learn more</a>
<i class="fas fa-long-arrow-alt-right arrow"></i>
</span>
</p>
</div>
</div>
<div class="card card-3">
<div class="card-content-cont">
<h3 class="card-head">Talk</h3>
<p class="card-text">Talk freely to someone <br>
<span class="link-cont">
<a href="#SECTION-3">Learn more</a>
<i class="fas fa-long-arrow-alt-right arrow"></i>
</span>
</p>
</div>
</div>
<div class="card card-4">
<div class="card-content-cont">
<h3 class="card-head">Fun Here</h3>
<p class="card-text">Do something that makes you happy <br>
<span class="link-cont">
<a href="#">Learn more</a>
<i class="fas fa-long-arrow-alt-right arrow"></i>
</span>
</p>
</div>
</div>
</div>
<div class="more-activities-cont">
<div class="more-content-head">
<p>Some more ways...</p>
</div>
<div class="more-content-card-cont">
<div class="more-card">
<div class="actual-card">
<div>
<img src="Images/sleep.png" alt="sleep" width="50px" height="50px">
</div>
</div>
<div class="more-card-content">
<p>Enough Sleep</p>
</div>
</div>
<div class="more-card">
<div class="actual-card">
<img src="Images/water-bottle.png" alt="sleep" width="50px" height="50px">
</div>
<div class="more-card-content">
<p>Keep Hydrated</p>
</div>
</div>
<div class="more-card">
<div class="actual-card">
<img src="Images/sun.png" alt="sleep" width="50px" height="50px">
</div>
<div class="more-card-content">
<p>Sunshine</p>
</div>
</div>
<div class="more-card">
<div class="actual-card">
<img src="Images/park 01.png" alt="sleep" width="50px" height="50px">
</div>
<div class="more-card-content">
<p>Head Outside</p>
</div>
</div>
<div class="more-card">
<div class="actual-card">
<img src="Images/laugh.png" alt="sleep" width="50px" height="50px">
</div>
<div class="more-card-content">
<p>laugh</p>
</div>
</div>
<div class="more-card">
<div class="actual-card">
<img src="Images/give-love.png" alt="sleep" width="50px" height="50px">
</div>
<div class="more-card-content">
<p>Gratitude</p>
</div>
</div>
<div class="more-card">
<div class="actual-card">
<img src="Images/bad-habits.png" alt="sleep" width="50px" height="50px">
</div>
<div class="more-card-content">
<p>Temptations</p>
</div>
</div>
</div>
</div>
</div>
<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ SECTION-3 +++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<div class="section-3-cont" id="SECTION-3">
<div class="take-page-content-cont">
<div class="talk-page-content">
<div>
<h2>Talk.</h2>
<p>
As above mentioned talking to someone about your feeling really help to reduce depression and heal you.
</p>
<p>
Talking can be a way to cope with a problem you’ve been carrying around in your head for a while.
Just being listened to can help you feel supported and less alone. And it works both ways.
If you open up, it might encourage others to do the same.
</p>
</div>
<div>
<h2>Chat Bot</h2>
<p>
If you feel sad today incase you need someone to talk about what you've been through,here you go
</p>
<button class="take-me-there-btn" id="chat-bot-page-portal-btn">Take me there <i class="fas fa-long-arrow-alt-right take-there-arrow"></i></button>
</div>
</div>
<div class="take-page-img-cont">
</div>
</div>
</div>
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++ FOOTER +++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<a id="FOOTER"></a>
<div class="footer">
<div class="footer-text-cont">
<div>
<h2>Get in touch.</h2>
<P>I would love to hear from you friend <3</P>
</div>
<div class="author-contribution-cont">
<p class="attribute-text">Attribute to author</p>
<div class="actual-author-contribution-cont">
<div class="attributes-head-cont">
<p>
I've Used some free images from Flaticon and freepik,
So here is the attribute for the authors.
</p>
<i class="fas fa-times cross"></i>
</div>
<ul class="contribution-list">
<li><div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div></li>
<li><div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div></li>
<li><div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div></li>
<li><div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div></li>
<li><div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div></li>
<li><div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div></li>
<li><div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div></li>
<li><div>Icons made by <a href="https://www.flaticon.com/authors/iconixar" title="iconixar">iconixar</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div></li>
<li><div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div></li>
<li><div>Icons made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons">Smashicons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div></li>
</ul>
</div>
</div>
</div>
<div class="social-icon-cont">
<div class="social-head">
<h2 class="logo footer-logo">MentalMend.</h2>
</div>
<div class="icons">
<ul>
<li><a href="https://github.com/meaviral17"><i class="fab fa-github-square"></i></a></li>
<li><a href="mailto:meaviral17@gmail.com" target="_blank"><i class="far fa-envelope"></i></a></li>
<li><a href="https://www.linkedin.com/in/meaviralsrivastava/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<p class="copy-rights">Thank You :)</p>
</div>
<script src="otherJS/hamberger.js"></script>
<script src="app.js"></script>
</body>
</html>