41 lines
2 KiB
HTML
41 lines
2 KiB
HTML
{% extends "base.html" %}
|
|
{% load static %}
|
|
{% block 'content' %}
|
|
<div class="container">
|
|
<center>
|
|
<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>
|
|
{% include 'mailing_list.html' %}
|
|
|
|
|
|
We hope you enjoy our ad free listening experience! Please visit our socials and like and subscribe to support us!
|
|
</center>
|
|
<br><br>
|
|
</div>
|
|
{% endblock %}
|