shrinkinminkin/web/templates/index.html
2025-06-29 18:29:25 -04:00

123 lines
5 KiB
HTML

{% extends "base.html" %}
{% load static %}
{% block 'content' %}
<div>
<center>
<a href="#listen">
<button type="button" class="btn btn-light nav-link">listen</button>
</a>
<a href="#watch">
<button type="button" class="btn btn-light nav-link">watch</button>
</a>
<a href="#book">
<button type="button" class="btn btn-light nav-link">book us</button>
</a>
<a href="{% url 'socials' %}">
<button type="button" class="btn btn-light nav-link">social</button>
</a>
<br>
</center>
</div>
<div class="container-fluid pt-2 mt-3">
<div class="row pb-4">
<div class="col-lg-6">
<center>
<img id="band-img-1" class="img-fluid" src="{% static 'img/members.png' %}" alt="" style="margin-bottom: 20px; width:100%; height: auto; max-width: 840px;">
<div style="margin-top:30px; margin-bottom: 20px;">
{% include 'mailing_list.html' %}
</div>
</center>
</div>
<div class="col-lg-6" style="padding:30px; background-color: #54b879;">
<h1>About Us:</h1>
<p>
<b>SHRINKIN-MINKIN</b> thrives on the fringes of genre, violating the confines of classification.
Founded in 2022 by singer/guitarists Dominic DiTaranto and Michael Heinfling;
SHRINKIN-MINKIN blends Rock, Funk, Jazz, Punk, infused with creative improvisation and FX landscape.
The NJ based 5-piece is <i>tight</i>. Technical, Playful, and dripping with thirst-quenching satire.
</p>
<p>
Their musical multiplicity allows SHRINKIN-MINKIN to fit into any lineup.
Their songs range from the Funk, Rock, Hip Hop, Gospel fusion of "GLOP";
to Post-Punk anthems like "Industry Rock" and the comical love-lament of "Butter Queen".
Songs that are guaranteed to get asses convulsing in rhythmic fervor.
More discerning listeners can relax and watch the band trade solos on "Down Polypore Wood".
Add in Alternative ballads, Blues tracks, and even a Psychedelic-Waltz and you will begin to scratch
the surface of what SHRINKIN-MINKIN has to offer.
<br><br>
<a href="#book">Book Us</a> now to support or headline!
</p>
<p>
<b>Members:</b>
<br>Dominic DiTaranto - Guitar/Vocals/Synth
<br>Michael Heinfling - Guitar/Vocals
<br>Charlie Misch - Keyboard/Synth
<br>B.S. Ashford - Bass
<br>Recon Paul - Drums
</p>
<p>
<b>Recommended if you like:</b>
Frank Zappa,
King Crimson,
Talking Heads,
David Bowie,
Mahavishnu Orchestra,
Phish,
Miles Davis,
The Stooges,
Funkadelic,
John Coltrane,
The Stranglers,
The Damned,
Weather Report,
The Cars
</p>
</div>
</div>
<h1 id="listen">Listen:</h1>
<center>
<iframe style="border: 0; max-width: 350px; height: 753px;" src="https://bandcamp.com/EmbeddedPlayer/album=4037494074/size=large/bgcol=ffffff/linkcol=de270f/transparent=true/" seamless><a href="https://shrinkin-minkin.bandcamp.com/album/tyrannizing-harmonics">Tyrannizing Harmonics by shrinkin-minkin</a></iframe>
</center>
<br><br>
<h1 id="watch">Watch Us Live:</h1>
<div class="iframe-container">
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/7Dbg5MuOgbY?si=qW3dw8QY4a8sHqbX" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<br><br>
<div class="iframe-container">
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/4Cx1_LMJRzM?si=fS9EuyczsNvsJuSb&amp;start=42" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<br><br>
<div class="iframe-container">
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/R3fo-k2_wfM?si=Foz0OaTK6GC5psKo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div class="mt-5 mb-5 p-5">
<h1 id="book">Book Us:</h1>
<br>
Email: shrinkinminkin<span style="font-family: monospace;">@</span>gmail.com <br>
Phone: 732-895-5253
<br><br>
</div>
</div>
<div>
<img class="footer-image" src="{% static 'img/bugman_sticker.png' %}" alt="">
</div>
{% endblock %}