-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathband.html
60 lines (46 loc) · 1.34 KB
/
band.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<h1>Open Source Records</h1>
<ul class="nav">
<li><a href="about.html">About</a></li>
<li><a href="bands.html">Bands</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<h2>The Prependers</h2>
<h3>Bio</h3>
<p>The Prependers are a quirky four-piece from Orlando, FL. Critics have hailed them as the greatest post-garage-rock band of the last decade.</p>
<p>They are currently writing a full length album that's a follow-up to their breakout 2011 album, Top Right Bottom Left, and their critically acclaimed EP, Opacity Zero.</p>
<h3>Members</h3>
<ul>
<li>Jack Smith - Vocals</li>
<li>Sarah Quan - Guitar</li>
<li>Laverne Butlet - Bass</li>
<li>Simon St. Hollister - Drums</li>
</ul>
<h3>Albums</h3>
<h4>Top, Right, Bottom, Left</h4>
<ol>
<li>The Last</li>
<li>Downtown</li>
<li>Yellow Carpet</li>
<li>Rocket to Mars</li>
<li>Walk, not Run</li>
<li>Design</li>
<li>Shopping Cart</li>
<li>Our Gift to You</li>
</ol>
<h4>Opacity Zero</h4>
<ol>
<li>Visible/Invisible</li>
<li>Car Trip</li>
<li>AFK</li>
<li>Up and Up</li>
</ol>
<h3>Tour Dates</h3>
<p>The Prependers are not currently on tour because they are recording their new album. Check back later!</p>
</body>
</html>