-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathregular-band.html
executable file
·56 lines (49 loc) · 1.51 KB
/
regular-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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="main.css"/>
</head>
<body>
<div class="header">
<img src="images/osr-logo.png" alt="Open Source Records logo">
<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>
</div>
<div class="content-section">
<h2>Regular Expressions</h2>
<h3>Bio</h3>
<p>Regular Expressionists are a hip-hop trio from
New York City.</p>
<h3>Members</h3>
<ul>
<li>Rekt - Vocals</li>
<li>Face-like - Vocals</li>
<li>DJ Regex</li>
</ul>
<h3>Albums</h3>
<p>This group has no albums released, but they are recording
one album right now.</p>
<h3>Tour Dates</h3>
<ul>
<li>
<p class="day-time">July 16th, 2014 @ 7:00pm</p>
<p class="concert-location"><a href="http://hob.com">House of Blues</a> - Orlando, FL</p>
</li>
<li>
<p class="day-time">July 17th, 2014 @ 7:30pm</p>
<p class="concert-location">Jannus Landing - Tampa, FL</p>
</li>
<li>
<p class="day-time">July 19th, 2014 @ 8:00pm</p>
<p class="concert-location">The Tabernacle - Atlanta, GA</p>
</li>
<li>
<p class="day-time">July 20th, 2014 @ 7:30pm</p>
<p class="concert-location">40 Watt Club - Athens, GA</p>
</li>
</ul>
</body>
</html>