-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
417 lines (391 loc) · 19.4 KB
/
index.html
File metadata and controls
417 lines (391 loc) · 19.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Deaf Monkey</title>
<!-- animations -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- particles codepen -->
<link rel="stylesheet" href="./library/particles.css">
<!-- icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.7.0/font/bootstrap-icons.min.css" integrity="sha512-yLNTU6YQWEtsM/WVkUqd2jRzzq5hmfFUMVvziVlkgC0R9HTElDtyF4DiWiBeMS36npvN+NWwrr764A4AWGcmQQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="container-fluid">
<nav id="nav" class="flex">
<div class="nav-brand">
<a href="#top" class="text-dark text-lg font-bold font-economica bg-gradient-white">deafMONKEY</a>
</div>
<div class="toggle-btn">
<button class="btn">
<i class="bi bi-filter-right"></i>
</button>
</div>
<div class="collapse flex-grow bg-gradient-white">
<ul class="flex font-quicksand">
<li>
<a href="#top" class="link">Home</a>
</li>
<li>
<a href="#Music" class="link">Music</a>
</li>
<li>
<a href="#Videos" class="link">Videos</a>
</li>
<li>
<a href="#Merch" class="link">Merch</a>
</li>
<li>
<a href="#footer" class="link">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<a name="top"></a>
<!-- Main section -->
<main id="site-main">
<!-- particles -->
<div id="particle-container">
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
</div>
<!-- banner area -->
<section class="banner-area font-quicksand">
<div class="container mx-auto banner-title">
<div class="title">
<div class="py-1 branding text-dark text-lg sm-text-xl font-bold">
<span class="d-block" data-aos="fade-up"> Waterford Based</span>
<span class="d-block" data-aos="fade-up" data-aos-delay="100">Alternative Indie Rock</span>
</div>
<div class="py-5">
<p class="text-gray" data-aos="fade-down" data-aos-delay="500">Formed in Waterford in 2020, Deaf Monkey play a brand </p>
<p class="text-gray" data-aos="fade-down" data-aos-delay="600">of high energy punchy guitar driven indie rock/pop.</p>
</div>
</div>
</div>
</section>
<!-- /banner area -->
<!-- about us area -->
<section class="container mx-auto about-area">
<div class="grid cols-1 lg-cols-2 text-center md-text-left">
<div class="grid-images">
<div class="item-one" data-aos="fade-down-left"></div>
<div class="item-two" data-aos="fade-up-right"></div>
<div class="item-three" data-aos="fade-down"></div>
</div>
<div class="py-10">
<div class="font-quicksand">
<h1 class="text-lg text-dark py-5" data-aos="fade-in-left">Deaf Monkey</h1>
<p class="py-5 text-gray" data-aos="fade-in-left" >Drawing inspiration from multiple genres from shoegaze
to psychedelic rock and rock to post punk with little pieces of everything else
inbetween, Deaf Monkey have crafted a sound that's definetly their own.</p>
<p class="py-5 text-gray" data-aos="fade-in-left" data-aos-delay="500">Unfiltered, emotional and raw.</p>
</div>
</div>
</section>
<!-- /about us area -->
<!-- bio area -->
<section class="bio-area">
<div class="container mx-auto text-center font-quicksand">
<div class="area-title">
<h1 class="text-lg text-dark">
Deaf Monkey are
</h1>
</div>
<div class="grid cols-1 lg-cols-3 py-10">
<div class="grid-item px-5" data-aos="fade-down-left" data-aos-delay="500" data-aos-duration="1000">
<div class="text-center">
<img src="./assets/img4.png" alt="Dermot">
<h4 class="text-md py-2">Dermot Quinn</h4>
<p class="text-gray">Vocals / Guitar</p>
</div>
</div>
<div class="grid-item px-5" data-aos="fade-down" data-aos-delay="500" data-aos-duration="1000">
<div class="text-center">
<img src="./assets/img6.png" alt="Chewie">
<h4 class="text-md py-2">Andrew "Chewie" Cusack</h4>
<p class="text-gray">Bass / Vocals</p>
</div>
</div>
<div class="grid-item px-5" data-aos="fade-down-right" data-aos-delay="500" data-aos-duration="1000">
<div class="text-center">
<img src="./assets/img5.png" alt="Kieran">
<h4 class="text-md py-2">Kieran O'Halloran</h4>
<p class="text-gray">Drums</p>
</div>
</div>
</div>
<div class="grid cols-1 lg-cols-2 px-5">
<div class="grid-item px-5" data-aos="fade-up-left" data-aos-delay="500" data-aos-duration="1000">
<div class="text-center">
<img src="./assets/img7.png" alt="Sean">
<h4 class="text-md py-2">Sean O'Sullivan </h4>
<p class="text-gray">Guitar / Keys / Madness</p>
</div>
</div>
<div class="grid-item px-5" data-aos="fade-up-right" data-aos-delay="500" data-aos-duration="1000">
<div class="text-center">
<img src="./assets/img8.png" alt="Paul">
<h4 class="text-md py-2">Paul Power</h4>
<p class="text-gray">Guitar</p>
</div>
</div>
</div>
</div>
</section>
<!-- /bio area -->
<!-- music area -->
<section class="music-area">
<div id="Music" class="container mx-auto">
<h1 class="text-lg text-dark text-center font-quicksand py-10">Music</h1>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/artist/7he5rHR1LLg3JjeP4ewtLf?utm_source=generator" width="100%" height="380" frameBorder="0" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
<div class=cols py-10>
<a href="https://open.spotify.com/artist/7he5rHR1LLg3JjeP4ewtLf?si=7BKrB3pARjSDgF8HKlHrkQ" target="_blank" class="btn-shadow text-white bg-gradient-green btn-primary text-center text-uppercase text-sm">
Follow on Spotify</a>
</div>
</div>
</section>
<!-- /music area -->
<!-- videos area -->
<section class="video-area">
<div id="Videos" class="container mx-auto" data-aos="fade-up" data-aos-anchor-placement="top-center">
<h1 class="text-lg text-dark text-center font-quicksand py-12">Videos</h1>
<div class="grid cols-1 lg-cols-2 font-quicksand ">
<div class="grid-item px-5">
<div class="text-center">
<h2 class"text-dark">Headlights</h2>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/45rN7CyE2YM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="grid-item px-5">
<div class="text-center">
<h2 class"text-dark">Just Before The Fall</h2>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/anownsRsNqY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<br>
<div class="grid cols-1 lg-cols-2 font-quicksand ">
<div class="grid-item px-5">
<div class="text-center">
<h2 class"text-dark">Tell Us Tony - Live </h2>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/MG5UVTRhnhI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="grid-item px-5">
<div class="text-center">
<h2 class"text-dark">Don't Call Me Sunshine</h2>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/wSdSSuuW0Qo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<br>
<div class="grid cols-1 lg-cols-2 font-quicksand ">
<div class="grid-item px-5">
<div class="text-center">
<h2 class"text-dark">Backstage @ The Theatre Royal</h2>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/jKBVdFR1_Kg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="grid-item px-5">
<div class="text-center">
<h2 class"text-dark">Live at Geoff's 29/10/22</h2>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/vmjtw4dTPgs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<br>
<a href="https://www.youtube.com/channel/UCLdHTO87xI-BF_nsUeCnuVw?sub_confirmation=1" target="_blank" class="btn btn-shadow text-white bg-gradient-red btn-primary text-center text-uppercase text-sm">
Subcribe on YouTube</a>
</section>
<!-- /videos area -->
<!-- Merch area -->
<section class="container mx-auto py-10 merch-area">
<div class="title">
<div class="font-quicksand">
<h1 id="Merch" class="text-lg text-dark text-center py-10">Merch</h1>
</div>
<div class="images-flex font-quicksand">
<div class="flex-item">
<img src="./assets/merch/shirt1.png" alt="shirt1" class="w-100">
<h3 class="text-dark">Logo Shirt</h3>
<span class="text-gray">Charcoal with white logo</span>
</div>
<div class="flex-item">
<img src="./assets/merch/shirt2.png" alt="shirt2" class="w-100">
<h3 class="text-dark">Logo Shirt</h3>
<span class="text-gray">Black with white logo</span>
</div>
<div class="flex-item">
<img src="./assets/merch/shirt3.png" alt="shirt3" class="w-100">
<h3 class="text-dark">Logo Shirt</h3>
<span class="text-gray">White with black logo</span>
</div>
<div class="flex-item">
<img src="./assets/merch/shirt4.png" alt="shirt4" class="w-100">
<h3 class="text-dark">Logo Shirt</h3>
<span class="text-gray">Grey with white logo</span>
</div>
<div class="flex-item">
<img src="./assets/merch/shirt5.png" alt="shirt5" class="w-100">
<h3 class="text-dark">Logo Shirt</h3>
<span class="text-gray">Asphalt with black logo</span>
</div>
<div class="flex-item">
<img src="./assets/merch/shirt6.png" alt="shirt6" class="w-100">
<h3 class="text-dark">Logo Shirt</h3>
<span class="text-gray">Orange with black logo</span>
</div>
<div class="flex-item">
<img src="./assets/merch/shirt7.png" alt="shirt7" class="w-100">
<h3 class="text-dark">Logo Shirt</h3>
<span class="text-gray">Red with black logo</span>
</div>
<div class="flex-item">
<img src="./assets/merch/shirt8.png" alt="shirt8" class="w-100">
<h3 class="text-dark">Logo Shirt</h3>
<span class="text-gray">Heather blue with black logo</span>
</div>
<div class="flex-item">
<img src="./assets/merch/hoodie1.png" alt="hoodie1" class="w-100">
<h3 class="text-dark">Unisex Baseball Hoodie</h3>
<span class="text-gray">Black/Red with white text</span>
</div>
<div class="flex-item">
<img src="./assets/merch/hoodie2.png" alt="hoodie2" class="w-100">
<h3 class="text-dark">Unisex Baseball Hoodie</h3>
<span class="text-gray">Heather Grey/Black with white text</span>
</div>
<div class="flex-item">
<img src="./assets/merch/hoodie3.png" alt="hoodie3" class="w-100">
<h3 class="text-dark">Unisex Baseball Hoodie</h3>
<span class="text-gray">Graphite/Black with white text</span>
</div>
</div>
</div>
</section>
<!-- /Merch area -->
</main>
<!-- /Main section -->
<!-- footer section -->
<footer id="footer">
<section class="container mx-auto py-10">
<div class="grid md-cols-2 lg-cols-4 font-quicksand">
<div class="text-gray text-center md-text-left">
<span>
The Mall <br>
Waterford,<br> IE X91 HE9R
</span>
<span class="d-block">+353865934232</span>
<span class="text-red">deafmonkey@gmail.com</span>
</div>
<div class="text-gray text-center md-text-left">
<h3 class="text-dark">Socials</h3>
<div class="py-5">
<a href="https://www.instagram.com/deafmonkey4/" target="_blank" class="d-block">
<i class="bi bi-instagram text-md text-red"></i><span class="text-gray"> Instagram</span>
</a>
<a href="https://www.youtube.com/channel/UCLdHTO87xI-BF_nsUeCnuVw" target="_blank" class="d-block">
<i class="bi bi-youtube text-md text-red"></i><span class="text-gray"> YouTube</span>
</a>
</div>
</div>
<div class="text-gray text-center md-text-left">
<h3 class="text-dark"> </h3>
<div class="py-5">
<a href="https://www.facebook.com" target="_blank" class="d-block">
<i class="bi bi-facebook text-md text-red"></i><span class="text-gray"> Facebook</span>
</a>
<a href="https://www.twitter.com" target="_blank" class="d-block">
<i class="bi bi-twitter text-md text-red"></i><span class="text-gray"> Twitter</span>
</a>
</div>
</div>
<div class="text-gray text-center md-text-left">
<h3 class="text-dark">Gig Updates!</h3>
<p>
Subcribe to our Newsletter for the <br>
latest news & updates about upcoming shows.
</p>
<div class="flex py-5">
<input type="text" class="subscribe-text" placeholder="Enter Email Address">
<button class="btn btn-go">Go</button>
</div>
</div>
</div>
<div class="copyrights font-quicksand">
<p class="text-gray py-5 text-center">
© 2022 Deaf Monkey. All rights reserved.
</p>
</div>
</section>
</footer>
<!-- scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js" integrity="sha512-JRlcvSZAXT8+5SQQAvklXGJuxXTouyq8oIMaYERZQasB8SBDHZaUbeASsJWpk0UUrf89DP3/aefPPrlMR1h1yQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="main.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>