-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathshows.html
More file actions
63 lines (46 loc) · 2.24 KB
/
shows.html
File metadata and controls
63 lines (46 loc) · 2.24 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html Cache-Control:public>
<html>
<head>
<meta charset="utf-8"/>
<title>Brother Wolves | the band</title>
<link rel="stylesheet" href="css/normalize.css">
<link href='https://fonts.googleapis.com/css?family=Berkshire+Swash|Fredoka+One|Comfortaa:400,700,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<header>
<a href="shows.html" id="logo">
<h1>Brother Wolves</h1>
<h2>the band</h2>
</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="music.html">Music</a></li>
<li><a href="shows.html" class="selected">Shows</a></li>
<li><a href="merch.html">Merch</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div id="wrapper">
<section id= "shows">
Show Dates
<script type="text/javascript" src="http://widget.bandsintown.com/javascripts/bit_widget.js"></script><a href="http://www.bandsintown.com/Brother%20Wolves" class="bit-widget-initializer" data-artist="Brother Wolves" data-prefix="fbjs">Brother Wolves Tour Dates</a></section></div></div></div><div class="zoogle-columns zoogle-columns-1 zoogle-columns-100 block block-row layout_full" data-row-id="3331237"><div class="zoogle-column zoogle-column-1-of-1 col_1_of_1 block layout_full" data-column-id="3675971"><div class="zoogle-feature block layout_full" data-block-id="2861422"><section class="feature mailing_list_feature" data-feature-id="85656"><p class="mailing-list-result hide-on-return alert"> </p>
</section>
<div id="moon">
<a href="img/BWmoom.jpg" alt="moon">
<img src="img/BWmoom.jpg" alt="moon">
</div>
</div>
<div>
<footer id="footer">
<a href="http://facebook.com/brotherwolveshowl"><img src="img/facebook-logo.png" alt="Facebook Logo" class="socialIcon"></a>
<a href="http://twitter.com/brotherwolves"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="socialIcon"></a>
<a href="http://instagram.com/brotherwolves"><img src="img/instagram.png" alt="Instagram Logo" class="socialIcon"></a>
<p>© 2015 Brother Wolves</p>
</footer>
</div>
</body>
</html>