-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
235 lines (193 loc) · 7.36 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Get Into Gizz</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Mulish">
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<script type="text/javascript" src="kinggizz.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NGCFCXEZKM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NGCFCXEZKM');
</script>
</head>
<body>
<div id="hero"></div>
<div id="menu" class="overlay">
<button id="overlay-button" class="menu-button" onclick="closeMenu()"><i class="fa fa-bars"></i></button>
<div class="overlay-content">
<a href="#">Home</a>
<a href="#" onclick="randomAlbum()">Random Album</a>
</div>
</div>
<button class="menu-button" onclick="openMenu()"><i class="fa fa-bars"></i></button>
<div class="flex">
<div class="flex-item-mid">
<div id="introduction">
<h1>Get into Gizz</h1>
<p>King Gizzard are a genre-confused Australian rock band known for their insane prolificity and tendency to experiment with their sound. Fans think they're a once-in-a-generation talent, but with 20 studio albums (and counting!) to choose from, where do you start?<p>
</p>This website aims to answer that question, and to serve as your guide through the Gizzverse. So, without further ado...</p>
<a class="button-introduction" href="album-pages/im-in-your-mind-fuzz.html">Start here!</a>
</div>
</div>
</div>
<h3>Alternatively, pick an album below to start from:</h3>
<div id="all-albums" class="flex">
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/changes.html"><img src="img/changes.jpg"></img></a>
<p id="card-small-info">Changes</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/laminated-denim.html"><img src="img/ld.jpg"></img></a>
<p id="card-small-info">Laminated Denim</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/ice-death-planets-lungs-mushrooms-and-lava.html"><img src="img/icedeath.jpg"></img></a>
<p id="card-small-info" style="font-family: Arial; font-stretch: semi-condensed; padding: 0 20px 10px">Ice, Death, Planets, Lungs, Mushrooms and Lava</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/omnium-gatherum.html"><img src="img/og.jpg"></img></a>
<p id="card-small-info">Omnium Gatherum</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/made-in-timeland.html"><img src="img/timeland.png"></img></a>
<p id="card-small-info">Made In Timeland</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/butterfly-3000.html"><img src="img/bf3k.jpg"></img></a>
<p id="card-small-info">Butterfly 3000</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/lw.html"><img src="img/lw.jpg"></img></a>
<p id="card-small-info">L.W.</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/kg.html"><img src="img/kg.jpg"></img></a>
<p id="card-small-info">K.G.</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/infest-the-rats-nest.html"><img src="img/itrn.jpg"></img></a>
<p id="card-small-info">Infest The Rats' Nest</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/fishing-for-fishies.html"><img src="img/fff.jpg"></img></a>
<p id="card-small-info">Fishing For Fishies</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/gumboot-soup.html"><img src="img/gumboot.jpg"></img></a>
<p id="card-small-info">Gumboot Soup</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/polygondwanaland.html"><img src="img/poly.jpg"></img></a>
<p id="card-small-info">Polygondwanaland</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/sketches-of-brunswick-east.html"><img src="img/sketches.jpg"></img></a>
<p id="card-small-info">Sketches Of Brunswick East</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/murder-of-the-universe.html"><img src="img/motu.jpg"></img></a>
<p id="card-small-info">Murder Of The Universe</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/flying-microtonal-banana.html"><img src="img/fmb.jpg"></img></a>
<p id="card-small-info">Flying Microtonal Banana</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/nonagon-infinity.html"><img src="img/nonagon.jpg"></img></a>
<p id="card-small-info">Nonagon Infinity</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/paper-mache-dream-balloon.html"><img src="img/paper-mache.jpg"></img></a>
<p id="card-small-info">Paper Maché Dream Balloon</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/quarters.html"><img src="img/quarters.jpg"></img></a>
<p id="card-small-info">Quarters!</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/im-in-your-mind-fuzz.html"><img src="img/mind-fuzz.jpg"></img></a>
<p id="card-small-info">I'm In Your Mind Fuzz</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/oddments.html"><img src="img/oddments.jpg"></img></a>
<p id="card-small-info">Oddments</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/float-along-fill-your-lungs.html"><img src="img/fafyl.jpg"></img></a>
<p id="card-small-info">Float Along - Fill Your Lungs</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/eyes-like-the-sky.html"><img src="img/elts.jpg"></img></a>
<p id="card-small-info">Eyes Like The Sky</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/12-bar-bruise.html"><img src="img/12bb.jpg"></img></a>
<p id="card-small-info">12 Bar Bruise</p>
</div>
</div>
<div class="flex-item-mid">
<div class="card-small">
<a href="album-pages/willoughbys-beach.html"><img src="img/willoughby.jpg"></img></a>
<p id="card-small-info">Willoughby's Beach</p>
</div>
</div>
</div>
<div class="footer">
<p>© gloyens 2022</p>
</div>
</body>
</html>