Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Viedge authored Feb 16, 2024
1 parent e158265 commit 1a502cb
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 0 deletions.
Binary file added Couch-Ninjas-Barbershop.mp3
Binary file not shown.
Binary file added android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions index.html
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&apos;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&apos;s how we’ll fund turning a run down building in Melville Johannesburg into a gentleman&apos;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>&copy;The Couch Ninjas</h3>
</div>
</div>
</body>
</html>

0 comments on commit 1a502cb

Please sign in to comment.