forked from mrudinipatel/CoviTrack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmental.html
48 lines (44 loc) · 1.99 KB
/
mental.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
<!DOCTYPE html>
<html lang="en-ca">
<head>
<meta name= "viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="mental.css">
<title>Covi-track Mental Health</title>
</head>
<body>
<h1>MENTAL HEALTH</h1>
<div class ="overlay">
<div class="navbar">
<div class="logo">
<div class="logo">
<a href="index.html">
<img src="logo1.png" alt="App Logo">
</a>
</div>
</div>
<nav>
<a href = "mental.html">Mental Health</a>
<a href = "vacc.html">Vaccinations</a>
<a href = "symptom.html">Symptoms Tracker</a>
</nav>
</div>
<div class="contents">
<h3>we care about you.</h3>
<p>In this unprecedented time, it has become more important than ever to take care
of our mental health. A pandemic can be an extremely stressful period for individuals
across the world. It is normal to feel stress and anxiety during these times, however, Covi-track
believes that there are plenty of healthy and effective methods to cope with these
perceived threats.
</p>
<p></p>
<p>To combat waves of depression and anxiety, Covi-track has developed an app, through
which it allows users to join live video calls with others in our global community,
walkthrough a live art gallery, and communicate with peers. Covi-track's new app allows you
to pause, breathe, reflect, and connect with others to restore our disheveled balance in life.
</p>
<h4>Download the Figma app today to start your restoration.</h4>
<img src="meditation.jpg" alt="Clipart image of a woman meditating" class="center">
</div>
</body>
<p class="copyright">Copyright © 2021 by Covi-track. All rights reserved.</p>
</html>