-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
176 lines (153 loc) · 7.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Being Mindful</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js">s</script>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<nav id="navbar">
<a href="index.html">
<div id="logo">
<img src="./Resources/beingmindful.png" alt="MindfulWellbeing.com" srcset="">
</div>
</a>
<ul>
<!-- Unordered List -->
<li class="item"><a href="index.html">Home</a></li>
<li class="item"><a href="./NavPages/profile.html">Profile</a></li>
<div class="button-container">
<button onclick="toggleDropdown()" class="button">
Help
<div id="myDropdown" class="links">
<a href="./Help/table.html" target="_blank">Health Centers Around India</a>
<a href="./Help/therapy.html" target="_blank">Organisations For Your Help</a>
</div>
</button>
</div>
<li class="item"><a href="./Tests/test.html">Test</a></li>
<li class="item"><a href="./NavPages/aboutus.html">About Us</a></li>
</ul>
<a href="https://discord.com/invite/nZAf7nzw">
<div id="community">
<img src="./Resources/community.svg" alt="MindfulWellbeing.com" srcset="">
</div>
</a>
<a href="./NavPages/map.html">
<div id="map">
<img src="./Resources/map.svg" alt="MindfulWellbeing.com">
</div>
</a>
</nav>
<div class="quote-container">
<video autoplay muted loop id="quote">
<source src="./Resources/quote.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="text">
<p>Undersatand your mental state through assessments and get solutions on both personal and professional levels
with self-help resources and reminders.</p>
</div>
<div class="flex-container">
<div class="flex-container-1">
<div class="flex-item">
<h1>Blogs</h1>
<p><a href="https://mybrainsnotbroken.com/" target="_blank" rel="noopener">My Brain's Not Broken</a></p>
<p><a href="https://bevoya.com/" target="_blank" rel="noopener">Beautiful Voyager</a></p>
<p><a href="https://anxietysisters.com/" target="_blank" rel="noopener">Anxiety Sisters</a></p>
<p><a href="https://douglascootey.com/" target="_blank" rel="noopener">A Splintered Mind</a></p>
<p><a href="https://www.wingofmadness.com/" target="_blank" rel="noopener">Wing of Madness</a></p>
</div>
<div class="flex-item" id="flex-item-2">
<h1>Habitual Calendar</h1>
<div class="calender">
<div class="header">
<button id="prevBtn">
<i class="fa-solid fa-chevron-left"></i>
</button>
<div class="monthYear" id="monthYear"></div>
<button id="nextBtn">
<i class="fa-solid fa-arrow-right"></i>
</button>
</div>
<div class="days">
<div class="day">Mon</div>
<div class="day">Tues</div>
<div class="day">Wed</div>
<div class="day">Thu</div>
<div class="day">Fri</div>
<div class="day">Sat</div>
<div class="day">Sun</div>
</div>
<div class="dates" id="dates"></div>
</div>
</div>
</div>
<div class="flex-container-2">
<div class="flex-item">
<h1>Links</h1>
<p><a href="https://nhm.gov.in/" target="_blank" rel="noopener">www.nhm.gov.in/</a></p>
<p><a href="https://mhrd.gov.in/" target="_blank" rel="noopener">www.mhrd.gov.in</a></p>
<p><a href="https://www.mohfw.gov.in/" target="_blank" rel="noopener">www.mohfw.gov.in </a></p>
<p><a href="https://mib.gov.in/" target="_blank" rel="noopener">www.mib.gov.in</a></p>
</div>
<div class="flex-item">
<h1>Jump Onto</h1>
<div class="dropdown">
<h3>Warning Signs and Symptoms</h3>
<ul>
<li> <a class="cond" href="./HomePage/JumpOnto/anxiety.html">Anxiety</a></li>
<li> <a class="cond" href="./HomePage/JumpOnto/ocd.html">Obsessive-Compulsive Disorder</a></li>
<li> <a class="cond" href="./HomePage/JumpOnto/ptsd.html">Post-Traumatic Stress Disorder</a>
</li>
<li> <a class="cond" href="./HomePage/JumpOnto/depression.html">Depression</a></li>
<li> <a class="cond" href="./HomePage/JumpOnto/bipolar.html">Bipolar disorder</a></li>
<li> <a class="cond" href="./HomePage/JumpOnto/schizophrenia.html">Schizophrenia</a></li>
</ul>
<!-- <div class="dropdown-content">
<ul>
<li> <a class="cond" href="anxiety.html">Anxiety</a></li>
<li> <a class="cond" href="ocd.html">Obsessive-Compulsive Disorder</a></li>
<li> <a class="cond" href="ptsd.html">Post-Traumatic Stress Disorder</a></li>
<li> <a class="cond" href="depression.html">Depression</a></li>
<li> <a class="cond" href="BPD">Bipolar disorder</a></li>
</ul>
</div> -->
</div>
<p class="treatment"><a href="treatment.html" target="_blank" rel="noopener">Treatments to Problems</a>
</p>
</div>
</div>
</div>
<footer>
<div class="center">
Copyright © www.beingMindful.com All rights reserved!
</div>
</footer>
<script>
function toggleDropdown() {
var dropdown = document.getElementById("myDropdown");
dropdown.classList.toggle("show");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function (event) {
if (!event.target.matches('.button')) {
var dropdowns = document.getElementsByClassName("links");
for (var i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
</script>
<script src="script.js"></script>
<script src="server.js"></script>
</body>
</html>