forked from Hackathon7/Pacify-final
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
590 lines (513 loc) · 30.2 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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<head>
<meta charset="utf-8">
<title>PaciFy</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Live Chatbot -->
<script src="./chatwoot.js"></script>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- CSS Libraries -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/50cf1882c3.js" crossorigin="anonymous"></script>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/flaticon.css" rel="stylesheet">
<link href="css/owl.carousel.min.css" rel="stylesheet">
<link href="css/lightbox.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="style.css" rel="stylesheet">
<link href="css/flaticon.css" rel="stylesheet">
</head>
<body>
<!-- Nav Bar Start -->
<div class="navbar navbar-expand-lg bg-dark navbar-dark nav-sticky" id="navbar">
<div class="container-fluid">
<div id="logo">
<a href="#"><img src="images file/pic.jpg" alt="logo"></a>
</div>
<a href="#" class="navbar-brand">P<span>aci</span>F<span>y</span></a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto" id="mynav">
<a href="#hero" class="nav-item nav-link ">Home</a>
<a href="#about" class="nav-item nav-link">About</a>
<a href="#feature" class="nav-item nav-link">Features</a>
<a href="html/blog.html" class="nav-item nav-link">Blogs</a>
<a href="#yoga" class="nav-item nav-link"> Yoga Poses</a>
<a href="../Pacify-final/html/music.html" class="nav-item nav-link">Peace Box</a>
<a href="#articles" class="nav-item nav-link">Articles </a>
<a href="html/learning.html" class="nav-item nav-link">Learn</a>
<a href="html/Login.html" target="_blank" class="nav-item nav-link">Login</a>
</div>
</div>
</div>
</div>
<!-- Navbar ends -->
<!-- Hero Start -->
<div class="hero" id="hero">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-sm-12 col-md-6">
<div class="hero-text">
<h1>PaciFy</h1>
<p>
A platform that aims to raise awareness about the importance of mental health and provides various ways for you to maintain a good mental health.
</p>
<div class="hero-btn">
<a class="btn btn-outline-secondary" href="html/quiz.html"><i
class="fas fa-file-upload"></i>
Take a Test</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 d-none d-md-block">
<div class="hero-image">
<img src="images file/MH2.jpg" alt="Hero Image">
</div>
</div>
</div>
</div>
</div>
<!-- Hero End -->
<!-- About Start -->
<div id="about" class="about wow fadeInUp" data-wow-delay="0.1s" style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInUp;">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 col-md-6">
<div class="about-img">
<img src="images file/MH1.jpg" alt="Image">
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="section-header text-left">
<h2>Welcome to PaciFy</h2>
</div>
<div class="about-text">
<p>
“There is hope, even when your brain tells you there isn’t.”<br><br> Mental health is the foundation for emotions, thinking, communication, learning, resilience and self-esteem. About 1 in 5 adults has a mental illness
in any given year. Poor mental health is a global problem that is needed to be solved as soon as possible.<br>According to the National Alliance on Mental Illness, only 40% of adults and 50% of youth receive the medical
help they need.
</p>
<p>
Pacify provides an instant free and effective solution to this global problem. Using Pacify's various features you and your loved ones can implement and develop good mental habits, improve your mental health overall, and develop a positive and healthy
mindset.
</p>
<a class="btn" href="html/single.html">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Service Start -->
<div id="feature" class="service">
<div class="container">
<div class="section-header text-center wow zoomIn" data-wow-delay="0.1s">
<h2> Features </h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.0s">
<div class="service-item bg-light">
<div class="service-icon">
<i class="far fa-comment-dots"></i>
</div>
<h3>
<a href="html/diary.html">Journal</a>
</h3>
<div class="text-align-feature">
<p>
Journaling can help reduce anxiety, lessen feelings of stress, and increase mental well-being. You can use MentloCo's mental diary to write about thoughts, emotions, and feelings that are troubling you. This will help you free up your mind and concentrate
on things better.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp " data-wow-delay="0.2s">
<div class="service-item bg-light">
<div class="service-icon">
<i class="far fa-clock"></i>
</div>
<h3>
<a href="html/pomodoro.html">Pomodoro Timer</a>
</h3>
<div class="text-align-feature">
<p>
It is not healthy for your mind to work for 24 hours straight. Using the Pomodoro Timer feature you can implement small breaks into your work. This will increase your productivity and decrease the stress and frustration you have on a daily basis.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.4s">
<div class="service-item bg-light third">
<div class="service-icon">
<i class="fas fa-pray"></i>
</div>
<h3>
<a href="#yoga">Relaxation for Body</a>
</h3>
<div class="text-align-feature">
<p>
Mental health is not only about the mind, it is also about the body. It is crucial for you to occasionally take some time and just relax your whole body. Yoga is a great way of doing this. You can use PaciFy's yoga gallery to try some relaxing yoga poses.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Service End -->
<!-- Portfolio Start -->
<div id="yoga" class="portfolio">
<div class="container">
<div class="section-header text-center wow zoomIn" data-wow-delay="0.1s" style="visibility: visible; animation-delay: 0.1s; animation-name: zoomIn;">
<p>Relaxing Your Body</p>
<h2>Yoga Poses</h2>
</div>
<div class="row">
<div class="col-12">
<ul id="portfolio-filter">
<li data-filter="*" class="filter-active">All Pose</li>
<li data-filter=".first">Pilates Yoga</li>
<li data-filter=".second">Vinyasa yoga</li>
<li data-filter=".third">Hatha Yoga</li>
</ul>
</div>
</div>
<div class="row portfolio-container" style="position: relative; height: 585px;">
<div class="row">
<div class="col-md-4 col-sm-12 portfolio-item first wow fadeInUp" data-wow-delay="0.1s" style="position: absolute; left: 0px; top: 0px; visibility: visible; animation-delay: 0.1s; animation-name: fadeInUp;">
<div class="portfolio-wrap">
<a href="images file/portfolio-1.jpg" data-lightbox="portfolio">
<img src="images file/portfolio-1.jpg" alt="Portfolio Image">
</a>
</div>
</div>
<div class="col-md-4 col-sm-12 portfolio-item second wow fadeInUp" data-wow-delay="0.3s" style="position: absolute; left: 380px; top: 0px; visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">
<div class="portfolio-wrap">
<a href="images file/portfolio-2.jpg" data-lightbox="portfolio">
<img src="images file/portfolio-2.jpg" alt="Portfolio Image">
</a>
</div>
</div>
<div class="col-md-4 col-sm-12 portfolio-item third wow fadeInUp" data-wow-delay="0.5s" style="position: absolute; left: 760px; top: 0px; visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;">
<div class="portfolio-wrap">
<a href="images file/portfolio-3.jpg" data-lightbox="portfolio">
<img src="images file/portfolio-3.jpg" alt="Portfolio Image">
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-12 portfolio-item first wow fadeInUp" data-wow-delay="0.7s" style="position: absolute; left: 0px; top: 292px; visibility: visible; animation-delay: 0.7s; animation-name: fadeInUp;">
<div class="portfolio-wrap">
<a href="images file/portfolio-4.jpg" data-lightbox="portfolio">
<img src="images file/portfolio-4.jpg" alt="Portfolio Image">
</a>
</div>
</div>
<div class="col-md-4 col-sm-12 portfolio-item second wow fadeInUp" data-wow-delay="0.9s" style="position: absolute; left: 380px; top: 292px; visibility: visible; animation-delay: 0.9s; animation-name: fadeInUp;">
<div class="portfolio-wrap">
<a href="images file/portfolio-5.jpg" data-lightbox="portfolio">
<img src="images file/portfolio-5.jpg" alt="Portfolio Image">
</a>
</div>
</div>
<div class="col-md-4 col-sm-12 portfolio-item third wow fadeInUp" data-wow-delay="1.1s" style="position: absolute; left: 760px; top: 292px; visibility: visible; animation-delay: 1.1s; animation-name: fadeInUp;">
<div class="portfolio-wrap">
<a href="images file/portfolio-6.jpg" data-lightbox="portfolio">
<img src="images file/portfolio-6.jpg" alt="Portfolio Image">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<!-- Blog Start -->
<div id="articles" class="blogs">
<div class="container">
<div class="section-header text-center wow zoomIn" data-wow-delay="0.1s">
<h2 style="font-size:29px;">Suggested Mental Health Articles to Read</h2>
</div>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="images file/carousel_image_1_modified.jpeg" alt="Blog" style="width: 100%; height: auto">
<div class="carousel-caption">
<div class="blog-text">
<h2>Too much sitting could hurt your mental health</h2>
<p>
Depression is quite common in teens. New data now point to a surprising risk factor: too much sitting around. The risk seems to be greater for sedentary activities that don’t challenge the mind.
</p>
<a class="btn" href="https://www.sciencenewsforstudents.org/article/too-much-sitting-could-hurt-mental-health">Read
More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="images file/carousel_image_2_modified.png" style="width: 100%; height: auto">
<div class="carousel-caption">
<div class="blog-text">
<h2>Mental Health Disorders and Children</h2>
<p>
Children may develop mental illnesses just as adults do, but the symptoms may be difficult to pick up. This results in unnecessary treatment delays in many cases.
</p>
<a class="btn" href="https://www.news-medical.net/health/Mental-Health-Disorders-and-Children.aspx">Read
More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="images file/carousel_image_3_modified.png" alt="New york" style="width: 100%;">
<div class="carousel-caption">
<div class="blog-text">
<h2>The State Of Mental Health In America
</h2>
<p>
Youth mental health is worsening; Suicidal thoughts among adults are increasing; The number of people looking for help with anxiety and depression has skyrocketed. </p>
<a class="btn" href="https://mhanational.org/issues/state-mental-health-america">Read More <i
class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="images file/carousel_image_4_modified.jpeg" alt="Blog" style="width: 100%;">
<div class="carousel-caption">
<div class="blog-text">
<h2>Connection Between Mental and Physical Health
</h2>
<p>
For years, researchers have been asking a complex question — how do mental and physical health interact? The answer is complicated... </p>
<a class="btn" href="https://hside.org/link-between-physical-and-mental-health/">Read More <i
class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<div class="item">
<img src="images file/carousel_image_5_modified.jpg" alt="Blog" style="width: 100%;">
<div class="carousel-caption">
<div class="blog-text">
<h2>10 Top Tips for Good Mental Health</h2>
<p>
An important part of keeping fit and healthy is to take care of your own mental health. There are plenty of things you can do to help make sure you keep yourself mentally healthy.
</p>
<a class="btn" href="">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="carousel-btn">Prev</span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<div>
<span class="carousel-btn">Next</span>
</div>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- <div class="owl-carousel blog-carousel wow fadeInUp" data-wow-delay="0.1s">
<div class="blog-item">
<div class="blog-img">
<img src="https://www.sciencenewsforstudents.org/wp-content/uploads/2021/04/1030_kk_sitting_risks_mental_health_feat.jpg"
alt="Blog">
</div>
<div class="blog-text">
<h2>Too much sitting could hurt your mental health
</h2>
<p>
Depression is quite common in teens. New data now point to a surprising risk factor: too
much sitting around. The risk seems to be greater for sedentary activities that don’t
challenge the mind.
</p>
<i onclick="myFunction(this)" class="fa fa-thumbs-up"></i>
<a class="btn"
href="https://www.sciencenewsforstudents.org/article/too-much-sitting-could-hurt-mental-health">Read
More <i class="fa fa-angle-right"></i></a>
</div>
</div>
<div class="blog-item">
<div class="blog-img">
<img src="https://i1.wp.com/www.calhealthreport.org/wp-content/uploads/2018/07/LapSadKid.jpg?fit=810%2C540&ssl=1"
height="220px" alt="Blog">
</div>
<div class="blog-text">
<h2>Mental Health Disorders and Children</h2>
<p>
Children may develop mental illnesses just as adults do, but the symptoms may be difficult
to pick up. This results in unnecessary treatment delays in many cases.
</p>
<i onclick="myFunction(this)" class="fa fa-thumbs-up"></i>
<a class="btn"
href="https://www.news-medical.net/health/Mental-Health-Disorders-and-Children.aspx">Read
More <i class="fa fa-angle-right"></i></a>
</div>
</div>
<div class="blog-item">
<div class="blog-img">
<img src="https://miro.medium.com/max/3200/0*xLOJMAdRT8c3tQ_4" height="220px" alt="Blog">
</div>
<div class="blog-text">
<h2>The State Of Mental Health In America
</h2>
<p>
Youth mental health is worsening; Suicidal thoughts among adults are increasing; The number
of people looking for help with anxiety and depression has skyrocketed. </p>
<i onclick="myFunction(this)" class="fa fa-thumbs-up"></i>
<a class="btn" href="https://mhanational.org/issues/state-mental-health-america">Read More <i
class="fa fa-angle-right"></i></a>
</div>
</div>
<div class="blog-item">
<div class="blog-img">
<img src="http://2.bp.blogspot.com/-nSHWIr8E_ss/VTFjq_7NVpI/AAAAAAAADwQ/WDeCsNj9Pc8/s1500/Mental_Physical_Health.png"
alt="Blog">
</div>
<div class="blog-text">
<h2>Connection Between Mental and Physical Health
</h2>
<p>
For years, researchers have been asking a complex question — how do mental and physical
health interact? The answer is complicated... </p>
<i onclick="myFunction(this)" class="fa fa-thumbs-up"></i>
<a class="btn" href="https://hside.org/link-between-physical-and-mental-health/">Read More <i
class="fa fa-angle-right"></i></a>
</div>
</div>
<div class="blog-item">
<div class="blog-img">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRNJAPBkrLqTGBEBvQf-xBhg4n8CT6tnBhn5PREB6rpKXhbmG-hGAFf2pa6MG-s4FUswIA&usqp=CAU"
alt="Blog">
</div>
<div class="blog-text">
<h2>10 Top Tips for Good Mental Health</h2>
<p>
An important part of keeping fit and healthy is to take care of your own mental health.
There are plenty of things you can do to help make sure you keep yourself mentally healthy.
</p>
<i onclick="myFunction(this)" class="fa fa-thumbs-up"></i>
<a class="btn" href="">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div> -->
</div>
</div>
<!-- Blog End -->
<!-- Footer Start -->
<footer>
<div class="footer wow fadeIn" data-wow-delay="0.3s" style="animation-delay: 0.3s; animation-name: none;">
<div class="container copyright">
<div class="row">
<div class="col-md-4">
<p>PaciFy - July 14, 2021 - Hack for Inclusion</p>
</div>
<div class="icons col-md-4">
<a class="social-icon" href=""><i class="fa-brands fa-linkedin"></i></a>
<a class="social-icon" href=""><i class="fa-brands fa-facebook-square"></i></a>
<a class="social-icon" href=""><i class="fa-brands fa-instagram"></i></a>
<a class="social-icon" href=""><i class="fa-solid fa-envelope"></i></a>
</div>
<div class="team col-md-4">
<p>Team - Mind Bogglers</p>
</div>
<div class="copyright col-sm-12">
<p>©-PaciFy|All Rights Reserved</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer End -->
<!--nav to top-->
<div id="navtotop" class="fadeout">
<a href="#top">
<button id="navtop">
<i class="material-icons">arrow_upward</i>
</button>
</a>
</div>
<!-- JavaScript Libraries -->
<script src="scripts/jquery-3.4.1.min.js"></script>
<script src="scripts/bootstrap.bundle.min.js"></script>
<script src="scripts/easing.min.js"></script>
<script src="scripts/wow.min.js"></script>
<script src="scripts/owl.carousel.min.js"></script>
<script src="scripts/isotope.pkgd.min.js"></script>
<script src="scripts/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="scripts/jqBootstrapValidation.min.js"></script>
<script src="scripts/contact.js"></script>
<!-- Template Javascript -->
<script src="main.js"></script>
<script>
function myFunction(x) {
console.log("got clicked")
}
</script>
<!--nav to top-->
<script>
navtotop = document.getElementById("navtotop");
var navToTop = function() {
var y = window.scrollY;
if (y >= 100) {
navtotop.className = "fadein"
} else {
navtotop.className = "fadeout"
}
};
window.addEventListener("scroll", navToTop);
</script>
<div id="lightboxOverlay" class="lightboxOverlay" style="display: none;"></div>
<div id="lightbox" class="lightbox" style="display: none;">
<div class="lb-outerContainer">
<div class="lb-container"><img class="lb-image" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==">
<div class="lb-nav">
<a class="lb-prev" href="file:///home/reeva/Downloads/free-yoga-website-template/index.html"></a>
<a class="lb-next" href="file:///home/reeva/Downloads/free-yoga-website-template/index.html"></a>
</div>
<div class="lb-loader">
<a class="lb-cancel"></a>
</div>
</div>
</div>
<div class="lb-dataContainer">
<div class="lb-data">
<div class="lb-details"><span class="lb-caption"></span><span class="lb-number"></span></div>
<div class="lb-closeContainer">
<a class="lb-close"></a>
</div>
</div>
</div>
</div>
</body>
</html>