Compare commits
10 commits
f5fdc31d50
...
e061cdf04a
Author | SHA1 | Date | |
---|---|---|---|
e061cdf04a | |||
488b418500 | |||
9cf4832437 | |||
8bbfc079a3 | |||
3bf0f8e0d0 | |||
47a9319a2b | |||
68fec98a88 | |||
686153212d | |||
c1ea6f22aa | |||
ae4248558c |
8 changed files with 372 additions and 0 deletions
70
album.html
Normal file
70
album.html
Normal file
|
@ -0,0 +1,70 @@
|
||||||
|
<!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/album_release_header.png" alt="" class="header-img">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<h5>Listen to our first album Tyrannizing Harmonics Everywhere!!</h5>
|
||||||
|
<br>
|
||||||
|
<div style="margin: 0 auto; max-width: 600px;">
|
||||||
|
<iframe style="border: 0; width: 100%; height: 439px;" src="https://bandcamp.com/EmbeddedPlayer/album=4037494074/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/transparent=true/" seamless><a href="https://shrinkin-minkin.bandcamp.com/album/tyrannizing-harmonics">Tyrannizing Harmonics by shrinkin-minkin</a></iframe>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<a target="_blank" href="https://open.spotify.com/album/4imchLIIQnfFfrxcy0bQ3l">
|
||||||
|
<button type="button" class="btn btn-light link">Spotify</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://shrinkin-minkin.bandcamp.com/album/tyrannizing-harmonics">
|
||||||
|
<button type="button" class="btn btn-light link">Bandcamp</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.youtube.com/watch?v=hwaWr7GQ09M&list=OLAK5uy_mr2CAlUomJZIEd3Y0_vIiguRz80bXNmwI">
|
||||||
|
<button type="button" class="btn btn-light link">YouTube</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://music.apple.com/us/album/tyrannizing-harmonics/1814317803" 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/tyrannizing-harmonics/AL3j4zhrhJbf4cP">
|
||||||
|
<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>
|
||||||
|
<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>
|
BIN
assets/fonts/virgo.ttf
Normal file
BIN
assets/fonts/virgo.ttf
Normal file
Binary file not shown.
BIN
assets/img/album_release_header.png
Normal file
BIN
assets/img/album_release_header.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
assets/img/shrinkin_minkin_album_header.png
Normal file
BIN
assets/img/shrinkin_minkin_album_header.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
76
bq.html
Normal file
76
bq.html
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
<!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/album_release_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="album.html">
|
||||||
|
<button type="button" class="btn btn-success link">Check Out The Full Album!</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>
|
74
dpw.html
Normal file
74
dpw.html
Normal file
|
@ -0,0 +1,74 @@
|
||||||
|
<!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/album_release_header.png" alt="" class="header-img">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<h5>Listen to Down Polypore Wood 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=26287758/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="https://shrinkin-minkin.bandcamp.com/track/down-polypore-wood-4">Down Polypore Wood by shrinkin-minkin</a></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<a target="_blank" href="https://open.spotify.com/track/3Fod24B009DkFteY4jzboS?si=1d169f3dd1004ff6">
|
||||||
|
<button type="button" class="btn btn-light link">Spotify</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://shrinkin-minkin.bandcamp.com/track/down-polypore-wood-4">
|
||||||
|
<button type="button" class="btn btn-light link">Bandcamp</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.youtube.com/watch?v=hwaWr7GQ09M">
|
||||||
|
<button type="button" class="btn btn-light link">YouTube</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://music.apple.com/us/album/down-polypore-wood-single/1814741589">
|
||||||
|
<button type="button" class="btn btn-light link">Apple Music</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.pandora.com/artist/shrinkin-minkin/down-polypore-wood/down-polypore-wood/TRgP5twqfccmcP4?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="album.html">
|
||||||
|
<button type="button" class="btn btn-success link">Check Out The Full Album!</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>
|
||||||
|
</body>
|
78
glop.html
Normal file
78
glop.html
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
<!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/album_release_header.png" alt="" class="header-img">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<h5>Listen to glop 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=1520135337/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="https://shrinkin-minkin.bandcamp.com/track/glop-2">glop by shrinkin-minkin</a></iframe>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<a target="_blank" href="https://open.spotify.com/album/2V6B89QGTUkmsA9nGdr238?si=FRQWdcALQLqz6jnTojy7PA">
|
||||||
|
<button type="button" class="btn btn-light link">Spotify</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://shrinkin-minkin.bandcamp.com/track/glop-2">
|
||||||
|
<button type="button" class="btn btn-light link">Bandcamp</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.youtube.com/watch?v=6LybT1A6XpI">
|
||||||
|
<button type="button" class="btn btn-light link">YouTube</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://music.apple.com/us/album/glop-single/1817185246">
|
||||||
|
<button type="button" class="btn btn-light link">Apple Music</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.pandora.com/artist/shrinkin-minkin/glop/AL2dxg3c2wlfhPX">
|
||||||
|
<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="album.html">
|
||||||
|
<button type="button" class="btn btn-success link">Check Out The Full Album!</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>
|
||||||
|
</body>
|
74
soa.html
Normal file
74
soa.html
Normal file
|
@ -0,0 +1,74 @@
|
||||||
|
<!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/album_release_header.png" alt="" class="header-img">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<h5>Listen to Sneaking Out Alone 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=2992224020/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="https://shrinkin-minkin.bandcamp.com/track/sneaking-out-alone-2">Sneaking Out Alone by shrinkin-minkin</a></iframe> </div>
|
||||||
|
|
||||||
|
<a target="_blank" href="https://open.spotify.com/track/65vkRl1chY85OgygfwZ5IV">
|
||||||
|
<button type="button" class="btn btn-light link">Spotify</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://shrinkin-minkin.bandcamp.com/track/sneaking-out-alone-2">
|
||||||
|
<button type="button" class="btn btn-light link">Bandcamp</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.youtube.com/watch?v=5ka9yRGcpuo">
|
||||||
|
<button type="button" class="btn btn-light link">YouTube</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://music.apple.com/us/album/sneaking-out-alone-single/1815154526">
|
||||||
|
<button type="button" class="btn btn-light link">Apple Music</button><br>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.pandora.com/artist/shrinkin-minkin/sneaking-out-alone/sneaking-out-alone/TR4jPv4z3gkX6ZJ">
|
||||||
|
<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="album.html">
|
||||||
|
<button type="button" class="btn btn-success link">Check Out The Full Album!</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>
|
||||||
|
</body>
|
Loading…
Reference in a new issue