-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaboutus.html
More file actions
38 lines (35 loc) · 1.25 KB
/
aboutus.html
File metadata and controls
38 lines (35 loc) · 1.25 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
<!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>About Us</title>
<link rel="stylesheet" href="mystyles.css">
</head>
<body>
<nav id="navbar">
<ul>
<li class="icon">
<img src="icon.png" alt="icon"></li>
<li><a href="index.html">Homepage</a></li>
<li><a href="prome.html">ProMe!</a></li>
<li><a href="aboutus.html">AboutUs</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<section id="WhoWeAre">
<h2>Who We Are</h2>
<p>We are here to help you plan your day to not waste time and enrich your possible boring day during the pandemic.</p>
<p>ProDay aims to offer you plenty of useful methods or techniques or tricks for you to learn during broken time.</p>
</section>
<section id="Mission">
<h2>Mission</h2>
<p>Enhance users' self development and help those who are coping with mental health issues during COVID-19.</p>
</section>
<section id="Vision">
<h2>Vision</h2>
<p>Generate fund to provide support to people experiencing domestic abuses.</p>
</section>
</body>
</html>