-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutTheCreator.html
46 lines (36 loc) · 1.6 KB
/
aboutTheCreator.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
<!DOCTYPE html>
<html>
<head>
<title>Water Access for Indigenous Communities</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- link the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<!-- link the webpage's JavaScript file -->
<script src="/script.js" defer></script>
<link href="https://fonts.googleapis.com/css2?family=Alumni+Sans+Inline+One&family=Work+Sans:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<main>
<nav>
<ul class="navbar">
<li class="navitem"><a href="index.html">Home</a></li>
<li class="navitem"><a href="takeAction.html">Take Action</a></li>
<li class="navitem"><a href="aboutTheCreator.html">About the Creator</a></li>
</ul>
</nav>
<div id="AboutTheCreator">
<h1>About the Creator</h1>
<img id="myImg" src="assets/MyPhoto.jpg" alt="image of the creator">
<div id="myText"><p>
Hello! My name is Arya, the creator of this webpage. Since learning about indigenous peoples in Grade 5 and hearing the problems many indigenous communitties on reserves face, she has felt a strong inclination to create change to help maintain standards of living in these communities. Upon learning of boil water advisories and unclean water, she believed that creating a website to spread awareness among youth would help her fulfill her goal and train her website building skills.
</p>
</div>
</div>
<footer>
Arya P. SIP 2022
</footer>
</main>
</body>
</html>