-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (70 loc) · 2.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Burlesque Barbershop</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./resources/style.css">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
</head>
<body>
<div class="main-box">
<div class="head">
<img src="./resources/images/LOGO.png">
</div>
<div class="mission">
<div class="mission-image">
<h2>The Burlesque Barbershop</h2>
<p>...we know, it's the curves you crave...</p>
<div class="player">
<audio controls>
<source src = "./Couch-Ninjas-Barbershop.mp3" type = "audio/mpeg">
</audio>
</div>
</div>
<div class="mission-statement">
<p>...when we sit you down give you a shave...</p>
<p>Before we can host you at our Burlesque Barber Shop we need you to take care of our monkey…
</p>
<p>Make an artist a millionaire and get their design inked on our bassist's back.
</p>
<p><a href="https://www.youtube.com/watch?v=HlRe0ZD6KYM&t=50s" target="_blank"><img src="./resources/images/monty-gif.gif"></a></p>
<p>And that's how we'll fund turning a run down building in Melville Johannesburg into a gentleman's shaving parlour.
</p>
<p>Nonetheless here is the first part of the song about grooming and burlesque. Another soundtrack to another audacious scheme.
</p>
<p><img src="./resources/images/razor.gif"></p>
</div>
</div>
<div class="collabs">
<h2>Collaborators</h2>
<div class="collabs-tbl">
<div>
<img src="./resources/images/008.JPG">
<h3>Frederick Viedge</h3>
<p>Bass Vocals</p>
</div>
<div>
<img src="./resources/images/053.JPG">
<h3>Graeme Churcher</h3>
<p>Guitar</p>
</div>
<div>
<img src="./resources/images/125.JPG">
<h3>Trevor Ou Tim</h3>
<p>Drums</p>
</div>
<div>
<img src="./resources/images/420.JPG">
<h3>Dillon Giannetakis</h3>
<p>Production</p>
</div>
</div>
</div>
<div class="footer">
<h3>©The Couch Ninjas</h3>
</div>
</div>
</body>
</html>