move fast and break things (I'm publishing without rigorous testing)
All checks were successful
Build / Build-Docker-Image (push) Successful in 44s

This commit is contained in:
2025-04-29 14:04:27 -04:00
parent 90929170cb
commit 08313ad62e
8 changed files with 139 additions and 16 deletions

View File

@@ -32,9 +32,16 @@
</div>
<div class="flex-col">
<h2>Merchandise</h2>
<p>
<i>Coming soon... we'll be selling hats and t-shirts prolly</i>
</p>
<div class="product-grid">
<a class="product" href="https://shop.printyourcause.com/campaigns/the-panican-party-store/products/port-authority-adjustable-mesh-back-cap">
<img src="http://localhost:8080/res/panican-hat-one.jpg" /><br>
<b>Make America Panic Again Black Hat</b><br>
<span>$30</span>
</a>
</div>
</div>
<div class="flex-col">
<h2>FAQ</h2>
@@ -80,6 +87,13 @@
</div>
</div>
</div>
<div id="foot">
<div>
<span>The Panican Party is satire and is not a real political organization.</span><br>
<a href="https://discord.gg/ZwcU9xHaD5">Discord</a><br>
<a href="https://www.instagram.com/thepanicanparty?igsh=eHhpdHl5dWk1d2Rp">Instagram</a>
</div>
</div>
<script src="http://localhost:8080/scrolly.js"></script>
</body>