-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
216 lines (203 loc) · 9.76 KB
/
index.html
File metadata and controls
216 lines (203 loc) · 9.76 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
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
<!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, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href=" ">
<title>MoodTracker</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom.css" rel="stylesheet">
<!-- Helper Styles -->
<link href="css/loaders.css" rel="stylesheet">
<link href="css/swiper.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/nivo_themes/default/default.css">
<!-- Font Awesome Style -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<body>
<div class="loader loader-bg">
<div class="loader-inner ball-clip-rotate-pulse">
<div></div>
<div></div>
</div>
</div>
<!-- Top Navigation -->
<nav class="navbar navbar-toggleable-md mb-4 top-bar navbar-static-top sps sps--abv">
<div class="container">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarCollapse1" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#"><span>NIRVANA .</span></a>
<div class="collapse navbar-collapse" id="navbarCollapse1">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"> <a class="nav-link" href="#myCarousel">Home <span class="sr-only">(current)</span></a> </li>
<li class="nav-item"> <a class="nav-link" href="#benefits">Features</a> </li>
<li class="nav-item"> <a class="nav-link" href="#about">About</a> </li>
<li class="nav-item"> <a class="nav-link" href="#blog">Tips</a> </li>
<li class="nav-item"> <a class="nav-link" href="#contact">Contact</a> </li>
</ul>
</div>
</div>
</nav>
<!-- Swiper Silder
================================================== -->
<!-- Slider main container -->
<div class="swiper-container main-slider" id="myCarousel">
<div class="swiper-wrapper">
<div class="swiper-slide slider-bg-position" style="background:url('img/1.jpg')" data-hash="slide1">
<h2>Mental health matters as much as physical health—rest, recharge, heal</h2>
</div>
<div class="swiper-slide slider-bg-position" style="background:url('img/3.jpg')" data-hash="slide2">
<h2>Moods change like the weather—storms pass, and the sun returns</h2>
</div>
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
<!-- Add Navigation -->
<div class="swiper-button-prev"><i class="fa fa-chevron-left"></i></div>
<div class="swiper-button-next"><i class="fa fa-chevron-right"></i></div>
</div>
<!-- What we provide
================================================== -->
<section class="service-sec" id="benefits">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading text-md-center text-xs-center">
<h2><small>What we provide</small>Speaking your mind is not a burden; it's a release. Sharing your thoughts lightens the heart and strengthens the sou</h2>
</div>
</div>
<div class="col-md-8">
<div class="row" >
<div class="col-md-6 text-sm-center service-block"> <i class="fa fa-plus" aria-hidden="true"></i>
<h3>Weekly Mood Graph</h3>
<p>Tracks and visualizes mood patterns over time, helping users identify emotional trends.</p>
</div>
<div class="col-md-6 text-sm-center service-block" > <i class="fa fa-leaf" aria-hidden="true"></i>
<h3>Anonymous Group Therapy Hub</h3>
<p>Provides a safe, judgment-free space for users to share and support each other anonymously.</p>
</div>
<div class="col-md-6 text-sm-center service-block"> <i class="fa fa-leaf" aria-hidden="true"></i>
<h3>Emergency Mood Assistance</h3>
<p>Offers instant resources, coping strategies, and professional helplines for urgent emotional support.</p>
</div>
<div class="col-md-6 text-sm-center service-block"> <i class="fa fa-bell" aria-hidden="true"></i>
<h3>Mood Analyzer with Face Detection</h3>
<p>Uses AI to detect emotions from facial expressions, providing real-time mood insights.</p>
</div>
</div>
</div>
<div class="col-md-4"> <img src="img/side-01.jpg" class="img-fluid" /> </div>
</div>
<!-- /.row -->
</div>
</section>
<!-- About
================================================== -->
<section class="about-sec parallax-section" id="about">
<div class="container">
<div class="row">
<div class="col-md-3">
<h2><small>Who We Are</small>About<br>
Us</h2>
</div>
<div class="col-md-4">
<p>a platform dedicated to mental well-being and emotional support. We believe that mental health is just as important as physical health, and everyone deserves a space to express, reflect, and heal.</p>
<p>Our platform provides innovative tools to help users track, understand, and manage their emotions. With features like the Weekly Mood Graph, Anonymous Group Therapy Hub, Emergency Mood Assistance, and Mood Analyzer with Face Detection, we aim to make mental health support more accessible, interactive, and effective.</p>
</div>
<div class="col-md-4">
<p>At NIRVANA, we prioritize privacy, inclusivity, and real-time support, ensuring that you have a safe space to navigate your emotions. Whether you're seeking self-awareness, community support, or immediate help, we are here for you.</p>
<p>Your emotions matter, and so do you. 💙</p>
<p><a href="#" class="btn btn-transparent-white btn-capsul">Explore More</a></p>
</div>
</div>
</div>
</section>
<!-- Why it's important
================================================== -->
<section class="blog-sec" id="blog">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading text-md-center text-xs-center">
<h2><small>Get Tips and Tricks</small>Why it's important?</h2>
</div>
</div>
<div class="col-md-4 blog-box">
<div class="blog-image-block"> <img src="img/blog-01.jpg" alt="" class="img-fluid"> </div>
<h3 class="blog-title"><small>Tips</small><a href="#">Calm mind brings inner strength</a></h3>
<p class="blog-content">Our greatest happiness does not depend on the condition of life</p>
</div>
<div class="col-md-4 blog-box">
<div class="blog-image-block"> <img src="img/blog-02.jpg" alt="" class="img-fluid"> </div>
<h3 class="blog-title"><small>Benefits</small><a href="#">Boosts Mental & Physical Health</a></h3>
<p class="blog-content">Reduces stress, strengthens immunity, and lowers anxiety</p>
</div>
<div class="col-md-4 blog-box">
<div class="blog-image-block"> <img src="img/blog-03.jpg" alt="" class="img-fluid"> </div>
<h3 class="blog-title"><small>Importance</small><a href="#">Overall Life Satisfaction</a></h3>
<p class="blog-content">A positive mood leads to a more fulfilling and happy life.</p>
</div>
</div>
</div>
</section>
<section class="contact-sec" id="contact">
<div class="container">
<h2>Get in Touch</h2>
<div class="row">
<div class="col-md-4">
<div class="form-group">
<label for="exampleName">Name</label>
<input type="text" class="form-control" id="exampleName" aria-describedby="emailHelp">
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<label for="examplePhone">Phone Number</label>
<input type="text" class="form-control" id="examplePhone" aria-describedby="emailHelp">
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small> </div>
</div>
<div class="col-md-12">
<label for="exampleTextarea">Enter your Message</label>
<textarea class="form-control" id="exampleTextarea" rows="3"></textarea>
</div>
<div class="col-md-12 text-xs-center action-block"> <a href="#" class="btn btn-capsul btn-aqua">Submit</a> </div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row copy-footer">
<div class="col-sm-6 col-md-3 pull-right text-xs-right">Created with <i class="fa fa-heart"></i></div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js" ></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scrollPosStyler.js"></script>
<script src="js/swiper.min.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/nivo-lightbox.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/core.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>