-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemergencyService.html
More file actions
161 lines (146 loc) · 6.66 KB
/
emergencyService.html
File metadata and controls
161 lines (146 loc) · 6.66 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Ubuntu&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Satisfy&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/emergencyservice.css">
</head>
<body >
<!-- header -->
<header class="header">
<nav class="nav">
<div class="logo">
<div class="img-div">
<img src="images/logo.png" alt="">
</div>
<div>
<h2>MindFullConnect</h2>
</div>
</div>
<div class="mobile-nav-btn">
<button onclick="openNav()">
<img src="images/Hamburger_icon.svg.png" alt="">
</button>
</div>
<div id="mobile-nav" class="mobile-nav">
<div class="cross-icon">
<button onclick="closeNav()">
<svg fill="#000000" height="20px" width="20px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 490 490" xml:space="preserve">
<polygon points="456.851,0 245,212.564 33.149,0 0.708,32.337 212.669,245.004 0.708,457.678 33.149,490 245,277.443 456.851,490
489.292,457.678 277.331,245.004 489.292,32.337 "/>
</svg>
</button>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="resourcelibrary.html">Resources Library</a></li>
<li><a href="interactiveTools.html">Interactive Tools</a></li>
<li><a href="professionalTools.html">Professional Service</a></li>
<li><a href="emergencyService.html" class="active">Emergency Service</a></li>
</ul>
</div>
</nav>
</header>
<!--end of header -->
<!-- content -->
<div class="content">
<div class="main-title-div">
<h2 class="title">Emergency Supports</h2>
</div>
<div class="banner-img">
<img src="images/bannerimage.jpg" alt="">
</div>
<div class="container">
<div class="card">
<h2 class="title">Hotlines/ Helplines</h2>
<ul>
<li>1166 - National Suicide Prevention Helpline (Suicide prevention, emotional support, depression, stress, self-harm).</li>
<li>Patan Hospital Suicide Hotline- 9813476123 (Suicide prevention, crisis support).
TUTH Suicide Prevention Helpline - 9840021600 (Support for suicide prevention, mental health crises).</li>
<li>Nepal Mental Health Foundation Helpline - 16600102005 (Mental health support, emotional distress, crisis intervention).</li>
</ul>
</div>
</div>
</div>
<!--end of content -->
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/66eaf62783ab531891e8ad39/1i82t334f';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<!-- footer section -->
<div class="footer-section">
<div class="container">
<div class="card">
<div class="first-section">
<div class="img-div">
<img src="images/logo.png" alt="">
</div>
<h2 class="title">MindFullConnect</h2>
</div>
</div>
<div class="card quick-links-section">
<div>
<h2 class="">QUICK LINKS</h2>
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="resourcelibrary.html">Resources Library</a></li>
<li><a href="interactiveTools.html">Interactive Tools</a></li>
<li><a href="professionalTools.html">Professional Service</a></li>
<li><a href="emergencyService.html">Emergency Service</a></li>
</ul>
</div>
</div>
<div class="card social-media-section">
<div class="">
<h2 class="">Socials</h2>
<div class="social-medias">
<a href="https://www.facebook.com/profile.php?id=61567334764430" target="_blank">
<i class="fa-brands fa-facebook"></i>
</a>
<div class="instagram-icon">
<a href="https://www.instagram.com/mindfullconnect_45/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</div>
<div class="twitter-icon">
<i class="fa-brands fa-twitter"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bottom-footer">
<h2>Copyright © 2024 <span>MindFullConnect</span>. All Rights Reserved</h2>
</div>
<!--end of footer section -->
</body>
<script>
function closeNav(){
var mobileNav=document.getElementById("mobile-nav");
mobileNav.classList.remove("active");
}
function openNav(){
var mobileNav=document.getElementById("mobile-nav");
mobileNav.classList.add("active");
}
</script>
</html>