-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththe-team.html
More file actions
40 lines (33 loc) · 1.54 KB
/
the-team.html
File metadata and controls
40 lines (33 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
<!Doctype>
<html>
<head>
<script src="https://code.jquery.com/jquery.min.js"></script>
<title>Info Page</title>
<meta charset="utf-8">
<link href= "Change.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h1 class="info-header"><center>Info Page</center></h1>
<div class="info-nav">
<ul class="info-links">
<li class="links"><a href="hello-world.html">Home</a></li>
<li class="links"><a href="soup-kitchens.html">Soup kitchens</a></li>
<li class="links"><a href="background-info.html">Background Info</a></li>
<li class="links"><a href="rewards.html">Rewards</a></li>
<li class="links"><a href="sponsors.html">Sponsors</a></li>
<li class="links"><a href="the-team.html">The Team</a></li>
</ul>
</div>
<div class="people-names">
<ul class="info-names">
<li class="names">Dwayne</li>dmoneymunro@gmail.com
<li class="names">Henry</li>Holyfireangel123@gmail.com
<li class="names">Raven</li>ravenann0@gmail.com
<li class="names">Frank</li>fbajana@aoiths.org
<li class="names">Daniel</li>dhagan@aoiths.org
<li class="names">Izayus</li>Iharrison@aoiths.org
</ul>
</div>
<iframe width="100%" height="600px" src="https://www.youtube.com/embed/fxSyhhAemk4" frameborder="0" allowfullscreen></iframe>
</body>
</html>