All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 2m0s
109 lines
3.9 KiB
HTML
109 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Zeppo — The Greatest Yinglet Alive</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Zeppo</h1>
|
|
<p class="subtitle">The Greatest Yinglet to Ever Weh</p>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="hero">
|
|
<div class="hero-text">
|
|
<h2>He's Just <span class="glow">Him</span></h2>
|
|
<p>Some yinglets are good. Some are great. And then there's Zeppo.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="facts">
|
|
<h2>Why Zeppo is the Best</h2>
|
|
<div class="card-grid">
|
|
<div class="card">
|
|
<span class="emoji">⚡</span>
|
|
<h3>Unmatched Swagger</h3>
|
|
<p>Zeppo doesn't walk into a room — he arrives. Whiskers perfectly groomed, tail held high and shelltooth sharp. He knows he's him.</p>
|
|
</div>
|
|
<div class="card">
|
|
<span class="emoji">🧠</span>
|
|
<h3>Galaxy Brain</h3>
|
|
<p>Wits sharper than a creystone blade. Zeppo could scheme his way out of any jam and still have time to steal your lunch.</p>
|
|
</div>
|
|
<div class="card">
|
|
<span class="emoji">❤️</span>
|
|
<h3>Big Heart (Literally)</h3>
|
|
<p>Despite being a tiny rodent-person, his heart is the size of a melon. Loyal, fierce, and ride-or-die for his crew.</p>
|
|
</div>
|
|
<div class="card">
|
|
<span class="emoji">🦷</span>
|
|
<h3>Magnificent Tooth</h3>
|
|
<p>Name a better dental situation. You can't. That shelltooth has 10,000 PSI of pure charisma.</p>
|
|
</div>
|
|
<div class="card">
|
|
<span class="emoji">🌪️</span>
|
|
<h3>Chaos Magnet</h3>
|
|
<p>Where Zeppo goes, adventure follows. Not always good adventure, but never boring. The universe literally cannot ignore him.</p>
|
|
</div>
|
|
<div class="card">
|
|
<span class="emoji">👑</span>
|
|
<h3>King Energy</h3>
|
|
<p>No throne needed. Zeppo rules through sheer force of personality. Say his name three times and he appears to judge you.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="testimonials">
|
|
<h2>What Others Are Saying</h2>
|
|
<div class="testimonial">
|
|
<p>"I have never met a yinglet with such presence. Zeppo is a force of nature wrapped in fur."</p>
|
|
<cite>— A Very Reliable Source</cite>
|
|
</div>
|
|
<div class="testimonial">
|
|
<p>"He once stared down a baxxid and the baxxid blinked first (even though it doesn't have eyelids). Legend."</p>
|
|
<cite>— Witness</cite>
|
|
</div>
|
|
<div class="testimonial">
|
|
<p>"I asked him to tone it down and he toned it UP. Respect."</p>
|
|
<cite>— Anonymous</cite>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="stats">
|
|
<h2>Zeppo by the Numbers</h2>
|
|
<div class="stat-grid">
|
|
<div class="stat">
|
|
<span class="number">100%</span>
|
|
<span class="label">Pure Yinglet</span>
|
|
</div>
|
|
<div class="stat">
|
|
<span class="number">∞</span>
|
|
<span class="label">Swagger Units</span>
|
|
</div>
|
|
<div class="stat">
|
|
<span class="number">11/10</span>
|
|
<span class="label">Whisker Rating</span>
|
|
</div>
|
|
<div class="stat">
|
|
<span class="number">0</span>
|
|
<span class="label">Enemies (They All Folded)</span>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="conclusion">
|
|
<h2>The Verdict</h2>
|
|
<p>Zeppo is the GOAT. Well, GY — Greatest Yinglet. In a world full of yinglets, he's the one you'd want on your side, in your corner, and absolutely never playing cards against.</p>
|
|
<p class="final">Zeppo. Believe the hype.</p>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
<p>Built with love and a healthy fear of Zeppo's judgment.</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|