-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (73 loc) · 4.15 KB
/
index.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
<!doctype html>
<html>
<head>
<!-- <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300' rel='stylesheet' type='text/css'> -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<script src="js/jquery-latest.min.js"></script>
<script src="js/main.js"></script>
<link rel="stylesheet" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />
<title>Kodiak Galaxy</title>
</head>
<body>
<div class="wrapper">
<div class="text"><img src="images/title.png"></div>
<div class="hero">
<!-- <video src="video/vid.mp4" muted autoplay loop poster="images/live.png"></video> -->
</div>
</div>
<!-- -->
<div class="content">
<div class="rightCol">
<h3>Band Members</h3>
<ul>
<li>Adam Boal <br><i>Guitar & Vocals</i></li>
<li>Daniel Wilson <br><i>Guitar</i></li>
<li>Miranda Holt <br><i>Drums</i></li>
<li>Lewis O'Brien <br><i>Bass</i></li>
</ul>
<br>
<h3>Email</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</br>
<h3>Bandcamp</h3>
<p><a href="https://kodiakgalaxy.bandcamp.com">kodiakgalaxy.bandcamp.com</a></p>
</br>
<h3>Facebook</h3>
<p><a href="https://www.facebook.com/KodiakGalaxy">facebook.com/KodiakGalaxy</a></p>
</div>
<div class="inner">
<div class="leftCol">
<!-- <h1>Kodiak Galaxy</h1>
<div class="mainPic"> -->
<!-- <img src="images/fashion.jpg"> -->
<!-- </div> -->
<h1>About</h1>
<p>Originally started as the personal project of Adam Boal while fronting Melbourne shoe gaze/psych outfit The Quivers, Kodiak Galaxy soon began to take on a life of it's own.</p>
<p>With interest from various labels and listeners both in Australia and Overseas, it only made sense to get a band together and in late 2014, Daniel Wilson (Fathoms) , Miranda Holt (Strangers From Now On) and Lewis O'Brien (Snowfight in the City Centre UK) came on board to bring the dreamy, surf-swirl sounds to life.</p>
<p>
After only one previous show, in June 2015 Kodiak Galaxy were offered a month long residency at The Evelyn Hotel. Throughout July of 2015 these residency show's started bringing record numbers gig by gig, culminating an almost capacity final night.
</p>
<p>Following the residency, Kodiak Galaxy are setting up to play a headline show at The Workers Club on October 29th followed by a special headline show at Howler in November 2016.</p>
<p>
Kodiak Galaxy are hitting the recording studio in early 2016 to begin recording on their debut album.</p>
<h1>Listen</h1>
<!-- <iframe width="853" height="480" src="https://www.youtube.com/embed/7U0hj0oGdLE" frameborder="0" allowfullscreen></iframe> -->
<iframe style="border: 0; width: 700px; height: 274px;" src="https://bandcamp.com/EmbeddedPlayer/album=365837682/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/transparent=true/" seamless><a href="http://kodiakgalaxy.bandcamp.com/album/ep1">EP1 by Kodiak Galaxy</a></iframe>
<!-- <iframe style="border: 0; width: 350px; height: 588px;" src="https://bandcamp.com/EmbeddedPlayer/album=365837682/size=large/bgcol=ffffff/linkcol=0687f5/transparent=true/" seamless><a href="http://kodiakgalaxy.bandcamp.com/album/ep1">EP1 by Kodiak Galaxy</a></iframe> -->
<!-- <iframe width="100%" height="300" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/93142947&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe> -->
<h1>Photos</h1>
<div class="pics">
<div class="pic"><img src="images/live.png"></div>
<div class="pic"><img src="images/big.png"></div>
<div class="pic"><img src="images/bw.jpg"></div>
<div class="pic"><img src="images/kodiak_galaxy.png"></div>
</div>
</br>
<h1>Press</h1>
<p>Read an interview for influential shoegaze blog The Blog That Celebrates Itself <a href="http://theblogthatcelebratesitself.blogspot.com.au/2015/07/wolves-with-kodiak-galaxy-interview.html">here</a></p>
</div>
</div>
</div>
</body>
</html>