-
Notifications
You must be signed in to change notification settings - Fork 0
/
music.html
62 lines (55 loc) · 2.23 KB
/
music.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
---
layout: default
title: MUSIC
selected: music
permalink: /music/
---
<div id="music">
<div class="container">
<div class="row">
<div class='col-sm-10 col-sm-offset-1'>
<div class='row new-album'>
<div class='col-sm-6'>
<img class="img-responsive" src="/images/secrets-square-cover.jpg">
</div>
<div class='col-sm-6'>
<h2 class='text-left'>We Are All Secrets</h2>
<p>Oh no, we won't go. We will stay, as we were. Maybe more. There's always more when it comes to Rock 'n Roll. We will wait for you at the stairway. Or under the chandelier. Living up to the spirit of good times, the times when you danced all over everything. We will look at you with sober faces or with dazed eyes.</p>
</div>
</div>
<iframe style="border: 0; width: 100%; height: 120px;" src="https://bandcamp.com/EmbeddedPlayer/album=2773333132/size=large/bgcol=ffffff/linkcol=333333/tracklist=false/artwork=none/transparent=true/" seamless><a href="http://hotwontquit.bandcamp.com/album/we-are-all-secrets">We Are All Secrets by Hot Won't Quit</a></iframe>
<div class="row">
<div class="col-sm-12">
<img class="img-responsive" src="/images/secrets-all-cropped.jpg">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<img class="img-responsive" src="/images/secrets-drew.jpg">
</div>
<div class="col-sm-6">
<img class="img-responsive" src="/images/secrets-eli-blaine.jpg">
</div>
</div>
<div class='row'>
<h2>The Gettin' Trilogy</h2>
<div class="col-sm-4">
<a href="gettin-sticky">
<img class="img-responsive" src="/images/gettin-sticky-square.jpg">
</a>
</div>
<div class="col-sm-4">
<a href="gettin-hard">
<img class="img-responsive" src="/images/gettin-hard-square.jpg">
</a>
</div>
<div class="col-sm-4">
<a href="gettin-sweaty">
<img class="img-responsive" src="/images/gettin-sweaty-square.jpg">
</a>
</div>
</div>
</div>
</div>
</div>
</div>