-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (37 loc) · 1.32 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="A compilation of shanties and folk songs sung by Brown's only pirate a Capella group">
<meta name="keywords" content="folk, folk songs, shanties, arrr, arrr!!!, brown, brown university, pirate, pireate songs">
<meta author="Gus Cantieni">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="stylesheet" href="./css/style.css">
<title>Bindarrr</title>
</head>
<body>
<div id="banner">
<header>
<div class="container">
<a id="logo" href="index.html">Bindarrr</a>
<nav>
<ul>
<li><a href="index.html">Songs</a></li>
<li><a href="about.html">About</a></li>
<li><a href="suggestions.html">Suggest songs</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</nav>
</div>
</header>
</div>
<section id="description">
<div class="container">
We're better pirates than you. Unless you are a real pirate accessing the internet from pirate heaven. We tip our hats to you, fine pirate, and we thank you for choosing to be a pirate angel instead of an evil zombie pirate.
<br>
Yar.
</div>
</section>
</body>
</html>