Files
panicanparty.net/output/index.html
Tyler Clarke 08313ad62e
All checks were successful
Build / Build-Docker-Image (push) Successful in 44s
move fast and break things (I'm publishing without rigorous testing)
2025-04-29 14:04:27 -04:00

100 lines
4.1 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>The Panican Party</title>
<link rel="stylesheet" href="http://localhost:8080/main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="http://localhost:8080/res/logo-darkenwheelen.png" />
</head>
<body>
<div id="leadbox" class="scrolly-box flex-col">
<h1>make america <span class="panicyellow">PANIC</span> again.</h1>
<img src="http://localhost:8080/res/logo-darkenwheelen.png" width="128px"/>
<img id="godown" src="http://localhost:8080/res/godown.svg" />
</div>
<div class="flex-row">
<img src="http://localhost:8080/res/trump.jpg" class="trump-panican-tweet"/>
<div>
<h2>The Panican Party</h2>
<ul>
<li>Welcome to our new party.</li>
<li>Based on weak and stupid people.</li>
<li>We are not strong. We are not courageous.</li>
<li class="panicyellow">We are panicking.</li>
</ul>
</div>
</div>
<div class="flex-col">
<h2>Merchandise</h2>
<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>
<div class="four-grid">
<div>
<h3>Are you serious?</h3>
<p>
We are not an actual political party, nor are we actually panicking. We <i>are</i> actually selling panican merchandise.
</p>
</div>
<div>
<h3>Who are you affiliated with?</h3>
<p>
Nobody! We're a privately owned and operated internet store mocking a tweet Donald Trump made in early 2025.
</p>
</div>
<div>
<h3>Are you some kind of money-making scheme?</h3>
<p>
Nope. All of the money from the store stuff (less operating costs) is donated to <a href="https://www.doctorswithoutborders.org/">Doctors Without Borders</a>, an organization that, unlike the
political parties, is actually doing some good. We haven't made a cent off this and never will.
</p>
</div>
<div>
<h3>What whackos made this crap?</h3>
<p>
We're just a couple guys who wanted to make funny hats and donate some money to a real charity. We're remaining anonymous for now.
</p>
</div>
<div>
<h3>Why not just donate to Doctors Without Borders?</h3>
<p>
Buying some of our goofy merch keeps this site online and, of course, means you have goofy merch. You should absolutely donate to DWB directly if you don't
really want the goofy merch.
</p>
</div>
<div>
<h3>Why not just buy Democrat merch?</h3>
<p>
Because their hats are really dumb, and they'll spend their profit on private jets rather than saving lives. We're trying to make anti-Trump anti-MAGA
merchandise that also benefits a real cause.
</p>
</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>
</html>