forked from Ronaknowal/Hackon-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 2.09 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
<!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>Moodlift</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="mood.html">Mood</a></li>
<li><a href="help.html">Professional help</a></li>
<li id="feedback"><a href="feedback.html">Feedback</a></li>
</ul>
</nav>
<section class="content">
<center><img src = "moodlift.jpeg" style="width: 200px; height: 200px; border-radius: 200px;"></center>
<p><h2 style="color: white;">Everyday we go through different moods ! Be it Sad, Happy , Stressed etc
Many of us go through tough times and really happy times !!</h2></p>
<p><h2 style="color: white;">If you are one of those you are at the right place!!
We made this website as we wanted to act as a helping hand to uplift individuals from their recurssive thoughts that may or may not lead them to depression but hinders their quality of life and productivity in bad way.</h2></p>
<p><h2 style="color: white;"> You can directly go to the moods section ! And choose the mood you are in now! And We bet it will definitely help you in some way!</h2></p>
<div class="box" id="box1">
<h2>OUR APP</h2>
<p><h4>Here is a short preview of our app that will be coming soon...</h4>
</p><center><a href="https://www.youtube.com/watch?v=JgOmaUsApx0" class="button" id="button1"><b>Video Preview</b></a></center>
</div>
<div class="box" id="box2">
<h2>Professional Help</h2>
<p><h4>If you feel the need of consulting to a professional in your case.</h4>
</p><center><a href="help.html" class="button" id="button2"><b>Consult</b></a></center>
</div>
</section>
</body>
</html>