-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (38 loc) · 1.59 KB
/
Copy pathindex.html
File metadata and controls
49 lines (38 loc) · 1.59 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
<!DOCTYPE html>
<html>
<head>
<title>Save the Pirates!</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<header>
<h1>Save the Pirates</h1>
</header>
<section>
<img style="width: 1200px; height:400px; " src="banner.jpg">
<article>
<p>Pirates arrrrrhh in need of your help...</p>
</article>
</section>
<nav>
<section>
<a href="https://vignette.wikia.nocookie.net/spongebob/images/3/3c/Patchy_the_Pirate_in_Christmas_Who%3F-50.png/revision/latest?cb=20141226063903"><img src="Home.jpg"></a>
<a href="about1.html"><img src="About.jpg"></a>
<a href=""><img src="Events.jpg"></a>
</section>
<section>
<a href=""><img src="Volunteer.jpg"></a>
<a href=""><img src="Resources.jpg"></a>
<a href=""><img src="Donate.jpg"></a>
</section>
</nav>
<!-- <ul>
<li class="picture_link"><a href="https://www.google.com"><img src="Home.jpg"></a></li>
<li class="picture_link"><a href=""><img src="About.jpg"></a></li>
<li class="picture_link"><a href=""><img src="Events.jpg"></a></li>
<li class="picture_link"><a href=""><img src="Volunteer.jpg"></a></li>
<li class="picture_link"><a href=""><img src="Resources.jpg"></a></li>
<li class="picture_link"><a href=""><img src="Donate.jpg"></a></li>
</ul> -->
</body>
</html>