This commit is contained in:
Dominic 2025-05-27 20:38:09 -04:00
parent c1ea6f22aa
commit 686153212d

View file

@ -21,9 +21,9 @@
} }
.header-img { .header-img {
max-height: 200px; width: 100%;
width: auto; max-width: 600px;
} height: auto;}
.link { .link {
margin-top: 20px; margin-top: 20px;
@ -33,33 +33,34 @@
<div class="container"> <div class="container">
<center> <center>
<img src="assets/img/shrinkin_minkin_album_header.png" alt="" class="header-img"> <img src="assets/img/shrinkin_minkin_album_header.png" alt="" class="header-img">
<br> <br>
<br> <br>
<h5>Listen to Down Polypore Wood on your favorite streaming service</h5> <h5>Listen to Down Polypore Wood on your favorite streaming service</h5>
<br> <br>
<div style="margin: 0 auto; max-width: 600px;">
</center> <iframe style="margin: 0 auto; border: 0; width: 100%; height: 120px;" src="https://bandcamp.com/EmbeddedPlayer/track=2245986990/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="https://shrinkin-minkin.bandcamp.com/track/down-polypore-wood">Down Polypore Wood by shrinkin-minkin</a></iframe>
<iframe style="border: 0; width: 100%; height: 120px;" src="https://bandcamp.com/EmbeddedPlayer/track=2245986990/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="https://shrinkin-minkin.bandcamp.com/track/down-polypore-wood">Down Polypore Wood by shrinkin-minkin</a></iframe> </div>
<center>
<a target="_blank" href="https://open.spotify.com/track/3Fod24B009DkFteY4jzboS?si=1d169f3dd1004ff6"> <a target="_blank" href="https://open.spotify.com/track/3Fod24B009DkFteY4jzboS?si=1d169f3dd1004ff6">
<button type="button" class="btn btn-light link">Spotify</button><br> <button type="button" class="btn btn-light link">Spotify</button><br>
</a> </a>
<a target="_blank" href=""> <a target="_blank" href="">
<button type="button" class="btn btn-light link">Bandcamp</button><br> <button type="button" class="btn btn-light link">Bandcamp</button><br>
</a> </a>
<a target="_blank" href="https://www.youtube.com/watch?v=hwaWr7GQ09M"> <a target="_blank" href="https://www.youtube.com/watch?v=hwaWr7GQ09M">
<button type="button" class="btn btn-light link">YouTube</button><br> <button type="button" class="btn btn-light link">YouTube</button><br>
</a> </a>
<a target="_blank" href="https://music.apple.com/us/album/down-polypore-wood-single/1814741589"> <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> <button type="button" class="btn btn-light link">Apple Music</button><br>
</a> </a>
<a target="_blank" href="https://www.pandora.com/artist/shrinkin-minkin/down-polypore-wood/down-polypore-wood/TRgP5twqfccmcP4?part=ug-desktop&corr=181754771776999721"> <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> <button type="button" class="btn btn-light link">Pandora</button><br>
</a> </a>
<a target="_blank" href="https://www.instagram.com/shrinkinminkin/"> <a target="_blank" href="https://www.instagram.com/shrinkinminkin/">
<button type="button" class="btn btn-light link">Follow us on Instagram</button><br> <button type="button" class="btn btn-light link">Follow us on Instagram</button><br>
</a> </a>
</center> </center>
<br><br> <br><br>
</div> </div>