-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!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> | ||
<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>Dylan Johnstone</h3> | ||
<p>Production</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
<h3>©The Couch Ninjas</h3> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |