Skip to content

Commit

Permalink
Mental Health page HTML file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrudinipatel authored May 9, 2021
1 parent bb3f3b3 commit 01e5b03
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions mental.html
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 &copy; 2021 by Covi-track. All rights reserved.</p>
</html>

0 comments on commit 01e5b03

Please sign in to comment.