-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
32 lines (32 loc) · 1.01 KB
/
aboutus.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
<!DOCTYPE html>
<html>
<head>
<title>Banana Beat Team</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="au">
<div id="firstBeater" class="beaters">
<h1> Aaron </h1>
<img src="BeatersPics/Aaron.jpg" alt="" >
<a href="https://github.com/SilveredSliver" target="_blank"> GitHub Aaron </a>
</div>
<div id="secondBeater" class="beaters">
<h1> Josh</h1>
<img src="BeatersPics/josh.png" alt="" >
<a href="https://github.com/skyfriends" target="_blank"> GitHub Josh </a>
</div>
<div id="thirdBeater" class="beaters">
<h1> Megan </h1>
<img src="BeatersPics/Megan.JPG" alt="" >
<a href="https://github.com/makflood" target="_blank"> GitHub Megan </a>
</div>
<div id="fourthBeater" class="beaters">
<h1> Said </h1>
<img src="BeatersPics/Said.jpg" alt="" >
<a href="https://github.com/saidmattar" target="_blank"> GitHub Said </a>
</div>
<a href="index.html" > Home </a>
</div>
</body>
</html>