-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathartists.html
85 lines (79 loc) · 3.01 KB
/
artists.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrapmin.css">
<link rel="stylesheet" href="css/stylemin.css">
<title>Goldsmith Studios - Artists</title>
</head>
<body>
<div class="navigation" title="navbar.html"></div>
<h1>Artists</h1>
<div class="container artists">
<ol>
<div class="row">
<div class="col-md-6">
<li>Hed PE</li>
<li>Villebillies</li>
<li>C2 & the Brothers Reed</li>
<li>Sonny Fishback</li>
<li>Blackbirds of Paradise</li>
<li>The Fervor</li>
<li>Bibelhauser Brothers Band</li>
<li>Wilder Stallions</li>
<li>Malcolm McLaughlin</li>
<li>Small Time Napoleon</li>
<li>Slow Down Johnny</li>
<li>Mickey Clark & the Blue Northerners</li>
<li>Jack Holiday & the Westerners</li>
<li>Citizens United</li>
<li>Wax Fang</li>
<li>Silver Tongues</li>
<li>Teneia Sanders</li>
<li>Old Soul Envy</li>
<li>QEN</li>
<li>One For the Doc</li>
<li>Brooks Hoffman</li>
<li>Johnstone</li>
<li>The Derby Boys</li>
</div>
<div class="col-md-6">
<li>Seven 2 Shine</li>
<li>Andrea Davidson</li>
<li>Iron Bells</li>
<li>The Big Diggity</li>
<li>Dave Cronin</li>
<li>Karsten Nelson</li>
<li>KGB</li>
<li>Dave Chandler</li>
<li>Probably Not Podcast</li>
<li>Jean Marx Express</li>
<li>Joshua Collins</li>
<li>Billy Seckman</li>
<li>Somatica</li>
<li>CTC Records</li>
<li>Ultra Pulverize</li>
<li>Local Villians</li>
<li>Draft Riots</li>
<li>John Baxter & the Bottomfeeders</li>
<li>Jeff Grimm</li>
<li>Ray Rizzo</li>
<li>Jonathan Beazlie</li>
<li>Tristen Roberts</li>
<li>Nick Borho</li>
</div>
</div>
</ol>
</div>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="js/script.js" type="text/javascript" charset="utf-8"></script>
</body>
<footer class="footer">
<div class="container">
<p class="">© 2015 Goldsmith Studios
<br>
Designed by <a href="mailto:[email protected]">Alex Bowman</a></p>
</div>
</footer>
</html>