adding bq, next song link, text at bottom
This commit is contained in:
parent
3bf0f8e0d0
commit
8bbfc079a3
4 changed files with 89 additions and 0 deletions
73
bq.html
Normal file
73
bq.html
Normal file
|
@ -0,0 +1,73 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Shrinkin-Minkin</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/style.css">
|
||||
</head>
|
||||
|
||||
<body style="padding: 0px; margin: 0px;">
|
||||
<style>
|
||||
@font-face { font-family: Virgo; src: url('assets/fonts/virgo.ttf'); }
|
||||
body {
|
||||
background-color: #189ccf;
|
||||
font-family: Virgo, sans-serif;
|
||||
}
|
||||
|
||||
.header-img {
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
height: auto;}
|
||||
|
||||
.link {
|
||||
margin-top: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<center>
|
||||
<img src="assets/img/shrinkin_minkin_album_header.png" alt="" class="header-img">
|
||||
<br>
|
||||
<br>
|
||||
<h5>Listen to Butterqueen on your favorite streaming service</h5>
|
||||
<br>
|
||||
<div style="margin: 0 auto; max-width: 600px;">
|
||||
<iframe style="border: 0; width: 100%; height: 120px;" src="https://bandcamp.com/EmbeddedPlayer/track=2771177410/size=large/bgcol=ffffff/linkcol=e99708/tracklist=false/artwork=small/transparent=true/" seamless><a href="https://shrinkin-minkin.bandcamp.com/track/butterqueen-2">Butterqueen by shrinkin-minkin</a></iframe>
|
||||
|
||||
</div>
|
||||
|
||||
<a target="_blank" href="https://open.spotify.com/album/6HWb9oINOkidMSZAVYdxkd?si=tWhu5NtLTqm3p_dnGohf4w">
|
||||
<button type="button" class="btn btn-light link">Spotify</button><br>
|
||||
</a>
|
||||
<a target="_blank" href="https://shrinkin-minkin.bandcamp.com/track/butterqueen-2">
|
||||
<button type="button" class="btn btn-light link">Bandcamp</button><br>
|
||||
</a>
|
||||
<a target="_blank" href="https://www.youtube.com/watch?v=Ldo0CrR5SnU">
|
||||
<button type="button" class="btn btn-light link">YouTube</button><br>
|
||||
</a>
|
||||
<a target="_blank" href="" style="display:none;">
|
||||
<button type="button" class="btn btn-light link">Apple Music</button><br>
|
||||
</a>
|
||||
<a target="_blank" href="https://www.pandora.com/artist/shrinkin-minkin/butterqueen/butterqueen/TRkcPv3k79kdVqP?part=ug-desktop&corr=181754771776999721">
|
||||
<button type="button" class="btn btn-light link">Pandora</button><br>
|
||||
</a>
|
||||
<a target="_blank" href="https://www.instagram.com/shrinkinminkin/">
|
||||
<button type="button" class="btn btn-light link">Follow us on Instagram</button><br>
|
||||
</a>
|
||||
<a target="_blank" href="dpw.html">
|
||||
<button type="button" class="btn btn-danger link">Listen to Another Song!</button><br>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
We hope you enjoy our ad free listening experience! Please visit our socials and like and subscribe to support us!
|
||||
</center>
|
||||
<br><br>
|
||||
</div>
|
||||
</body>
|
5
dpw.html
5
dpw.html
|
@ -60,6 +60,11 @@
|
|||
<a target="_blank" href="https://www.instagram.com/shrinkinminkin/">
|
||||
<button type="button" class="btn btn-light link">Follow us on Instagram</button><br>
|
||||
</a>
|
||||
<a target="_blank" href="soa.html">
|
||||
<button type="button" class="btn btn-danger link">Listen to Another Song!</button><br>
|
||||
</a>
|
||||
<br><br>
|
||||
We hope you enjoy our ad free listening experience! Please visit our socials and like and subscribe to support us!
|
||||
</center>
|
||||
<br><br>
|
||||
</div>
|
||||
|
|
|
@ -64,6 +64,11 @@
|
|||
<a target="_blank" href="https://www.instagram.com/shrinkinminkin/">
|
||||
<button type="button" class="btn btn-light link">Follow us on Instagram</button><br>
|
||||
</a>
|
||||
<a target="_blank" href="bq.html">
|
||||
<button type="button" class="btn btn-danger link">Listen to Another Song!</button><br>
|
||||
</a>
|
||||
<br><br>
|
||||
We hope you enjoy our ad free listening experience! Please visit our socials and like and subscribe to support us!
|
||||
</center>
|
||||
<br><br>
|
||||
</div>
|
||||
|
|
6
soa.html
6
soa.html
|
@ -59,6 +59,12 @@
|
|||
<a target="_blank" href="https://www.instagram.com/shrinkinminkin/">
|
||||
<button type="button" class="btn btn-light link">Follow us on Instagram</button><br>
|
||||
</a>
|
||||
<a target="_blank" href="glop.html">
|
||||
<button type="button" class="btn btn-danger link">Listen to Another Song!</button><br>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
We hope you enjoy our ad free listening experience! Please visit our socials and like and subscribe to support us!
|
||||
</center>
|
||||
<br><br>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue