-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
53 lines (43 loc) · 1.54 KB
/
about.html
File metadata and controls
53 lines (43 loc) · 1.54 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<head>
<title>Hack for Homeless</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<nav>
<ul class = "nav">
<li class = "nav2">
<a href = "index.html">Home</a>
</li>
<li class = "nav2">
<a href = "join.html">Sign Up</a>
</li>
<li class = "nav2">
<a href = "donate.html">Support</a>
</li>
<li class = "nav2">
<a href = "gallery.html">2024</a>
</li>
<li class = "nav2">
<a href = "about.html">Who Are We?</a>
</li>
</ul>
</nav>
<div class="split-body">
<div class="left-side">
<div class="centered"><img style="border:10px outset silver;" src="media/about01.jpg" alt="Wendy & Mya" width="600" height="600"></div>
</div>
<div class="right-side">
<p class="bigCentered">About Us</p>
<p class = "aboutText">Hi! Our names Wendy Abstone and Mya Taheri, and we are the founders of Hack for Homeless. We wanted to find a way to combine our love for computer science with our drive to help others in our community, so we created Hack for Homeless to bring together aspiring high school programmers for a good cause.</p>
<div class="centered"><img src="media/screen3.png" alt="Hack for Homeless Logo" width="300" height="300"></div>
</div>
</div>
<footer id="footer">
<p class="copyright">© Mya Taheri + Wendy Abstone. </p>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>