-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathepk.html
More file actions
500 lines (410 loc) · 17 KB
/
epk.html
File metadata and controls
500 lines (410 loc) · 17 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Blahsum</title>
<meta name="viewport" content="width=device-width" />
<meta name="description" content="Music website coded in HTML, CSS, and JQuery" />
<meta name="keywords" content="music, website, template, responsive" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="./pictures/icons/favicon-32x32.png" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Tajawal" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" type="text/css" title="style" />
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<!-- scoll-fix resolves Firefox anchor location bug -->
<!-- When clicking a navigation option from a different page it does not accurately go to the intended id tag area. -->
<!-- This script reloads the page to force the anchor into the right location -->
<script>
function now(){
window.location.reload(true);
}
</script>
</head>
<body>
<header>
<div id="logo">
<h1><a href="epk.html"><img src="./pictures/misc/blahsum_banner_crop.jpg" height="100"></a></h1>
</div>
</header>
<!-- <nav class="container">
<ul class="clearfix" id="cfix">
<li class="icon" id="icon">
<a href="javascript:void(0);" onclick="myMenu()">☰ Menu</a>
</li>
<li>
<ul class="scroll" id="scroll">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#merch">Merch</a></li>
<li><a href="#subscribe">Subscribe</a></li>
<li><a href="#music">Music</a></li>
<li><a href="#news">News</a></li>
<li><a href="#press">Press</a></li>
<li><a href="#videos">Videos</a></li>
<li><a href="#shows">Shows</a></li>
<li><a href="#photos">Photos</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</li>
</ul>
</nav> -->
<section id="home">
<hr class="horizontal" />
<div class="hero">
<div id="overlay">
<div class="hero-text">
<h2>Post-Americana Live</h2>
<div class="pagesbar-music">
<ul class="pages-music">
<li><a href="epk.html#videos">Watch It Now</a></li>
</ul>
</div>
<!-- <div id="go-btm"><a href="#about" class="go-btm">▼</a></div> -->
</div>
</div>
</div>
</section>
<div class="site_content_index">
<div id="content">
<div class="anchor-box">
<hr class="horizontal" />
<section id="about">
<h3 class="anchor">About</h3>
</section>
<hr class="horizontal" />
</div>
<ul class="social_media_music">
<li><a href="https://www.facebook.com/blahsumx/">
<img src="pictures/icons/facebook.png" alt="Facebook" /></a></li>
<li><a href="https://www.instagram.com/blahsum/">
<img src="pictures/icons/instagram.png" alt="Instagram" /></a></li>
<li><a href="https://www.youtube.com/@BlahSumX">
<img src="pictures/icons/youtube.png" alt="YouTube" /></a></li>
<li><a href="https://twitter.com/BLAHSUM">
<img src="pictures/icons/twitter.png" alt="Twitter" /></a></li>
</ul>
<p>Blahsum is a psychedelic rap jam band based out of Brooklyn, NY. In the early days it was just frontman Garbo, writing lyrics and cutting together beats in his Chinatown home studio. He began to develop a following from a series of releases called the Moon Tapes — new collections of songs that debuted every full moon. Over the years the live band has taken on a life of its own, stretching the songs further and further out with freewheeling arrangements and a no-two-shows-are-the-same ethos of exploration and improvisation. The group has expanded to include Garbo’s brother Zach M on the drums, Zach Schepis on lead guitar & harmonica, Nate McManus on rhythm guitar & trumpet, Alex Torke on the bass, and Dan Erbland on the saxophone. Blahsum continues to showcase their unique blend of rock, jam, punk, and rap at venues along the east coast.
Drawing upon American musical and cultural myths through a distorted lens, together they alchemize a new sound: <span class="postAmericana">Post-Americana</span>
</p>
<!-- <div class="pagesbar">
<ul class="pages">
<li><a href="javascript:void(0);" onclick="hideText()">Read Bio</a></li>
<li class="hide" id="about-text">
<p>Nunc sagittis mauris nec orci sagittis, vitae dictum libero pellentesque. Proin lorem nisi, tristique at massa id,
mattis condimentum lectus. Proin viverra magna ut suscipit congue. Integer posuere enim dui, vel ullamcorper ligula euismod in.
Aenean vulputate imperdiet bibendum. Sed non erat eu ipsum convallis maximus. Sed ipsum arcu, viverra vel ipsum egestas,
venenatis aliquet nisi.
</p>
<div id="read-bio">
<p>Fusce commodo malesuada ipsum non volutpat. Nulla quis ullamcorper leo, nec tristique lorem. In dapibus hendrerit molestie.
Sed dictum dictum vehicula. Quisque a elit justo. Morbi id nisl sed dui dignissim semper et et tellus.
In egestas a urna sit amet elementum.
</p>
</div>
</li>
</ul>
</div> -->
<!-- MERCH SECTION-->
<!-- <div class="anchor-box">
<hr class="horizontal" />
<section id="merch">
<h3 class="anchor">Merch</h3>
</section>
<hr class="horizontal" />
</div>
<ul class="grid">
<li class="grid_item span j"><a href="epk.html" class="grid_link"><div class="tile">New Lgog Designs</div></a></li>
<li class="grid_item span k"><a href="epk.html" class="grid_link"><div class="tile">All T-Shirts 20% Off</div></a></li>
<li class="grid_item span l"><a href="epk.html" class="grid_link"><div class="tile">Women's Apparel</div></a></li>
</ul> -->
<!--
<div class="anchor-box">
<hr class="horizontal" />
<section id="subscribe">
<h3 class="anchor">Subscribe</h3>
</section>
<hr class="horizontal" />
</div>
<form id="email-form">
<div class="form_settings">
<h2>Join the Blahsum Army</h2>
<p>Get the latest news and tour dates</p>
<div class="field">
<input type="email" name="email" placeholder="jane.doe@gmail.com" required />
</div>
<div id="myBtn">
<div class="field">
<input type="button" value="submit" class="submit"/>
</div>
</div>
</div>
</form>
<div id="myModal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<div class="center">
<p>Thanks for joining our mailing list!</p>
<p><a href="https://docs.google.com/spreadsheets/d/1lqfvMxZgZgZkYTMEHQfcmEHSunweDe9XukE-aVWE2PY/edit?usp=sharing" target="blank" >Click here</a> to view the email address you entered.</p>
</div>
</div>
</div>
<div id="myError" class="modal">
<div class="modal-content">
<span class="close_error">×</span>
<div class="center">
<p>Invalid email address. Please try again.</p>
</div>
</div>
</div> -->
<div class="anchor-box">
<hr class="horizontal" >
<section id="music">
<h3 class="anchor">Music</h3>
</section>
<hr class="horizontal" >
</div>
<div class="music-hero">
<div id="music-overlay">
<div class="hero-text">
<h2>Live at Rockaway Beach</h2>
<div class="pagesbar-music">
<ul class="pages-music">
<li><a href="https://open.spotify.com/album/2tPVzNhSrSD9UI7L6cBmHL?si=ZHlclCVFRJKKAIIaT7Bg-w">Stream</a></li>
</ul>
</div>
<ul class="social_media_music">
<li><a href="https://music.apple.com/us/artist/blahsum/945248239">
<img src="pictures/icons/itunes.png" alt="iTunes" /></a></li>
<li><a href="https://open.spotify.com/artist/54aU8y6dR6lasY9bIaT6mt">
<img src="pictures/icons/spotify.png" alt="Spotify" /></a></li>
<li><a href="https://music.youtube.com/channel/UCBS0frV3vTZVUphamRgtBUw">
<img src="pictures/icons/play.png" alt="Google Play" /></a></li>
<li><a href="https://music.amazon.com/artists/B00R784AQ8/blahsum">
<img src="pictures/icons/amazon.png" alt="Amazon" /></a></li>
</ul>
</div>
</div>
</div>
<div id="audio-players"></div>
<!-- BLOG NEWS SECTION-->
<!-- <div class="anchor-box">
<hr class="horizontal" />
<section id="news">
<h3 class="anchor">News</h3>
</section>
<hr class="horizontal" />
</div>
<ul class="grid">
<li class="grid_item span g"><a href="blog_video.html" class="grid_link"><div class="tile">New Music Video</div></a></li>
<li class="grid_item span h"><a href="blog_tour.html" class="grid_link"><div class="tile">Tour Dates Announced</div></a></li>
<li class="grid_item span i"><a href="blog_studio.html" class="grid_link"><div class="tile">In the Studio</div></a></li>
</ul> -->
<!-- PRESS SECTION-->
<!-- <div class="anchor-box">
<hr class="horizontal" />
<section id="press">
<h3 class="anchor">Press</h3>
</section>
<hr class="horizontal" />
</div>
<table>
<tr>
<td>"Fusce commodo malesuada ipsum non volutpat. Nulla quis ullamcorper leo, nec tristique lorem."</td>
</tr>
<tr>
<td><b>A&M Press</b></td>
</tr>
<tr>
<td>"Nulla quis ullamcorper leo, nec tristique lorem."</td>
</tr>
<tr>
<td><b>Kstudio Productions</b></td>
</tr>
<tr>
<td>"Fusce commodo malesuada ipsum non volutpat, nulla quis ullamcorper."</td>
</tr>
<tr>
<td><b>The Courant News</b></td>
</tr>
<tr>
<td>"Nulla quis ullamcorper leo, nec tristique lorem. Nulla quis ullamcorper leo."</td>
</tr>
<tr>
<td><b>Jane Doe - Singer / Songwriter</b></td>
</tr>
</table> -->
<div class="anchor-box">
<hr class="horizontal" />
<section id="videos">
<h3 class="anchor">Videos</h3>
</section>
<hr class="horizontal" />
</div>
<div class="flexbox-video">
<div class="video">
<h4 class="center">Uncle Gabe's Band</h4>
<div class="youtube-player" data-id="bQXSdhBLWg8"></div>
</div>
<div class="video">
<h4 class="center">Way Too Long</h4>
<div class="youtube-player" data-id="-ZTp4umFVtc"></div>
</div>
<div class="video">
<h4 class="center">West LA Fade Away</h4>
<div class="youtube-player" data-id="4PDDvqUrdH0"></div>
</div>
<div class="video">
<h4 class="center">Blahsum Is</h4>
<div class="youtube-player" data-id="7TtFuV5DTn0"></div>
</div>
</div>
<!-- SHOWS SECTION-->
<!-- <div class="anchor-box">
<hr class="horizontal" />
<section id="shows">
<h3 class="anchor">Shows</h3>
</section>
<hr class="horizontal" />
</div>
<div class="flexbox-shows">
<div class="shows-text">
<div class="center"><h4>New York Theatre</h4></div>
<div class="center"><p>Albany, NY</p></div>
<div class="center"><p>April 15th | 8 - 10 PM</p></div>
<div class="pagesbar">
<ul class="pages">
<li><a href="epk.html">Buy Tickets</a></li>
</ul>
</div>
</div>
<div class="shows-text">
<div class="center"><h4>California Music Hall</h4></div>
<div class="center"><p>Sacramento, CA</p></div>
<div class="center"><p>April 18th | 4 - 5 PM</p></div>
<div class="pagesbar">
<ul class="pages">
<li><a href="epk.html">Buy Tickets</a></li>
</ul>
</div>
</div>
<div class="shows-text">
<div class="center"><h4>St. Louis Stadium</h4></div>
<div class="center"><p>St. Louis, MO</p></div>
<div class="center"><p>May 3rd | 8 - 12 PM</p></div>
<div class="pagesbar">
<ul class="pages">
<li><a href="epk.html">Buy Tickets</a></li>
</ul>
</div>
</div>
<div class="shows-text">
<div class="center"><h4>Hartford Fair</h4></div>
<div class="center"><p>Hartford, CT</p></div>
<div class="center"><p>May 6th | 2 - 3 PM</p></div>
<div class="pagesbar">
<ul class="pages">
<li><a href="epk.html">Buy Tickets</a></li>
</ul>
</div>
</div>
<div class="shows-text">
<div class="center"><h4>Boston Park</h4></div>
<div class="center"><p>Boston, MA</p></div>
<div class="center"><p>May 27th | 10 - 2 PM</p></div>
<div class="pagesbar">
<ul class="pages">
<li><a href="epk.html">Buy Tickets</a></li>
</ul>
</div>
</div>
<div class="shows-text">
<div class="center"><h4>Nashville Center</h4></div>
<div class="center"><p>Nasville, TN</p></div>
<div class="center"><p>April 19th | 10 - 11:30 AM</p></div>
<div class="pagesbar">
<ul class="pages">
<li><a href="epk.html">Buy Tickets</a></li>
</ul>
</div>
</div>
</div> -->
<div class="anchor-box">
<hr class="horizontal" />
<section id="photos">
<h3 class="anchor">Photos</h3>
</section>
<hr class="horizontal" />
</div>
<ul class="grid">
<li class="grid_item span a"><a href="pictures/gallery/hero-img.jpeg" class="grid_link" data-lightbox="pics" data-title="Light show"></a></li>
<li class="grid_item span i"><a href="pictures/gallery/BlahsumFestPhoto2.jpeg" class="grid_link" data-lightbox="pics" data-title="Press"></a></li>
<li class="grid_item span c"><a href="pictures/gallery/BlahsumFestPhoto3.jpeg" class="grid_link" data-lightbox="pics" data-title="Singing"></a></li>
<li class="grid_item span f"><a href="pictures/gallery/BlahsumFestPhoto1.jpeg" class="grid_link" data-lightbox="pics" data-title="Concert in CA"></a></li>
<li class="grid_item span b"><a href="pictures/gallery/BlahsumWonderville-22.jpg" class="grid_link" data-lightbox="pics" data-title="Playing synth"></a></li>
<li class="grid_item span d"><a href="pictures/gallery/BlahsumSultan04.jpg" class="grid_link" data-lightbox="pics" data-title="Playing guitar"></a></li>
<li class="grid_item span e"><a href="pictures/gallery/BlahsumSultan02.jpg" class="grid_link" data-lightbox="pics" data-title="Playing bass"></a></li>
<li class="grid_item span g"><a href="pictures/gallery/BlahsumFinals-20.jpg" class="grid_link" data-lightbox="pics" data-title="Press"></a></li>
<li class="grid_item span h"><a href="pictures/gallery/BlahsumTeaFactory01.jpg" class="grid_link" data-lightbox="pics" data-title="Press"></a></li>
</ul>
<!-- CONTACT FORM SECTION-->
<!-- <div class="anchor-box">
<hr class="horizontal" />
<section id="contact">
<h3 class="anchor">Contact</h3>
</section>
<hr class="horizontal" />
</div>
-->
<!-- <form id="contacts" name="htmlform" method="post" action="form.php">
<div class="form_settings">
<input class="name" type="text" name="name" placeholder="Name" required />
<input class="email" type="email" name="email" placeholder="Email" required />
<input class="subject" type="text" name="subject" placeholder="Subject" required />
<textarea class="message" rows="4" cols="50" name="message" placeholder="Message" required></textarea>
<div>
<input class="submit" type="submit" name="contact_submitted" value="submit" />
</div>
</div>
</form> -->
</div>
</div>
<footer>
<ul id="social_media">
<li><a href="https://www.facebook.com/blahsumx/">
<img src="pictures/icons/facebook.png" alt="Facebook" /></a></li>
<li><a href="https://www.instagram.com/blahsum/">
<img src="pictures/icons/instagram.png" alt="Instagram" /></a></li>
<li><a href="https://www.youtube.com/@BlahSumX">
<img src="pictures/icons/youtube.png" alt="YouTube" /></a></li>
<li><a href="https://twitter.com/BLAHSUM">
<img src="pictures/icons/twitter.png" alt="Twitter" /></a></li>
<li><a href="https://music.apple.com/us/artist/blahsum/945248239">
<img src="pictures/icons/itunes.png" alt="iTunes" /></a></li>
<li><a href="https://open.spotify.com/artist/54aU8y6dR6lasY9bIaT6mt">
<img src="pictures/icons/spotify.png" alt="Spotify" /></a></li>
<li><a href="https://music.amazon.com/artists/B00R784AQ8/blahsum">
<img src="pictures/icons/amazon.png" alt="Amazon" /></a></li>
<li><a href="https://music.youtube.com/channel/UCBS0frV3vTZVUphamRgtBUw">
<img src="pictures/icons/play.png" alt="Google Play" /></a></li>
<!-- <li><a href="epk.html">
<img src="pictures/icons/shop.png" alt="Store" /></a></li>
<li><a href="epk.html#mail">
<img src="pictures/icons/mail.png" alt="Subscribe" /></a></li> -->
</ul>
<ul id="btmtext">
<li><h6><a href="terms.html">Copyright © 2001-3030 BLAHSUM . All Rights Reserved.</a></h6></li>
<!-- <li><h6><a href="web.html">Website Credits</a></h6></li> -->
</ul>
</footer>
<script src="js/mailingList.js"></script>
<script src="js/contact.js"></script>
<script src="js/jquery.serialize-object.js"></script>
<script src="js/modal.js"></script>
<script src="js/fixedNavMenu.js"></script>
<script src="js/scroll.js"></script>
<script src="js/musPlayer.js"></script>
<script src="js/vid.js"></script>
<script src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" title="style">
</body>
</html>