-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb3f3b3
commit 01e5b03
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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="home.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> |