glop page

This commit is contained in:
Dominic 2025-05-30 13:13:27 -04:00
parent 47a9319a2b
commit 3bf0f8e0d0

70
glop.html Normal file
View 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/shrinkin_minkin_album_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>
</center>
<br><br>
</div>
</body>