Skip to content

Commit

Permalink
Remove Heavenly Night banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightkingale committed May 27, 2024
1 parent 4a1976f commit 410d176
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,36 +50,6 @@
<hr class="header">
</div>

<div class="banner">
<img src="https://t2.genius.com/unsafe/340x340/https%3A%2F%2Fimages.genius.com%2Ff2943add0155d2355d6fa7fc9fb2c7f4.869x869x1.jpg" alt="Album Cover" style="float: left; margin-right: 20px; width: 80px; height: 80px;">
<p>
<b><i>Heavenly Night</i></b>
<br>
Scrapped singles and new tracks! My first ever album!
<br>
<a href="https://push.fm/fl/hn">Stream the Digital Release</a> or <a href="https://nightkingale.bandcamp.com/merch">Buy the Physical Release</a>
<div id="video-container" style="display: none;">
{% include youtube_integration.html id="qy1RjU4oLF0" %}
<small>Use code "nincord" for 25% off when you order the physical release!</small>
</div>
<button id="expand-button" style="background-color: transparent; color: #93bd20; border: none; font-size: 12px;">Click to Expand Video Message</button>
<script>
var videoContainer = document.getElementById("video-container");
var expandButton = document.getElementById("expand-button");

expandButton.addEventListener("click", function() {
if (videoContainer.style.display === "none") {
videoContainer.style.display = "block";
expandButton.textContent = "Click to Collapse Video Message";
} else {
videoContainer.style.display = "none";
expandButton.textContent = "Click to Expand Video Message";
}
});
</script>
</p>
</div>

{{ content }}

</section>
Expand Down

0 comments on commit 410d176

Please sign in to comment.