-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
135 lines (106 loc) · 4.62 KB
/
template.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<title>better than TV - jazz it!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47340343-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<!--
<div name="top">
<div class="col-sm-12">
<img class="img-responsive" src=./pics/bannertext.jpg />
</div>
</div>
-->
<div name="middle" style="padding-top:25px; padding-bottom:25px;">
<div class="row">
<div class="col-sm-12" >
<div class="panel panel-primary">
<div class="panel-heading">FOLLOW US!</div>
<div class="panel-body" >
<iframe src="https://embed.spotify.com/follow/1/?uri=spotify:artist:5ADQWx1XOm5YwENg7ioBWO&size=detail&theme=light" width="300" height="56" scrolling="no" frameborder="0" style="border:none; overflow:hidden;" allowtransparency="true"></iframe>
</div>
</div>
</div>
</div>
<!-- ROW 2 -->
<div class="row">
<div class="col-sm-4" style="background-color:#dd7c8a;">
<!--
<iframe style="border: 0; width: 300px; height: 420px;" src="http://bandcamp.com/EmbeddedPlayer/album=2145564499/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/transparent=true/" seamless><a href="http://betterthantv.bandcamp.com/album/late">Late by better than TV</a></iframe>
-->
</div>
<div class="col-sm-4" >
<iframe src="https://embed.spotify.com/?uri=spotify:album:2rLW2EwPNSfrkDNyZggHCF" width="300" height="380" frameborder="0" allowtransparency="true"></iframe>
</div>
</div>
<!-- ROW 3 -->
<div class="row">
<div class="fb-like" data-href="https://www.facebook.com/betterthantvjazz" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
</div>
</div> <!-- middle ends -->
<div class="row">
<div class="col-sm-4" style="background-color:lavender;">.col-sm-4
</div>
<div class="col-sm-4" style="background-color:lavenderblush;">.col-sm-4</div>
<div class="col-sm-4" style="background-color:lavender;">.col-sm-4</div>
</div>
<!-- footer =========================================================================-->
<div name="bottom">
<div class="row" style="padding-top:25px;">
<div class="col-sm-6">
<div class="col-sm-2">
<a href="http://betterthantv.bandcamp.com" target="_other">
<img src="icons/bandcamp_60x60_black.png" width="32" height="32"></a>
</div>
<div class="col-sm-2">
<a href="http://www.youtube.com/watch?v=v2fpst6qUco&list=PL679A84F6B4CD8163" target="_other">
<img src="./icons/yt.png" width="32" height="32"></a>
</div>
<div class="col-sm-2">
<a href="https://twitter.com/betterthan_tv" target="_other">
<img src="./icons/Twitter_logo_blue_s.png" width="32" height="32"></a>
</div>
<div class="col-sm-2">
<a href="https://www.facebook.com/betterthantvjazz" target="_other">
<img src="./icons/fb.png" width="32" height="32"></a>
</div>
<div class="col-sm-2">
<a href="http://sptfy.com/2fYi" target="_other">
<img src="./icons/spotify.png" width="32" height="32"></a>
</div>
<div class="col-sm-2">
<iframe allowtransparency="true" scrolling="no" frameborder="no"
src="https://w.soundcloud.com/icon/?url=http%3A%2F%2Fsoundcloud.com%2Fbetterthantv/sets/betters&color=orange_white&size=32"
style="width: 32px; height: 32px;">
</iframe>
</div>
</div>
<div class="col-sm-6">
<ul class="breadcrumb">
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./cd.html">CD</a></li>
<!--<li><a href="./music.html">music</a></li>-->
<li><a href="mailto:[email protected]?Subject=web%20contact" target="_top">contacts</a></li>
<li><a href="./subscribe.html" target="_top">subscribe</a></li>
</ul>
</div>
</div>
</div> <!-- /bottom -->
</div>
</body>
</html>