Add infinite scrolling cause zeppo is silly
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m57s

This commit is contained in:
Stephen Tafoya
2026-06-10 20:26:08 -06:00
parent 57a3847d18
commit 47a1ae92be
3 changed files with 161 additions and 11 deletions

View File

@@ -62,17 +62,21 @@
<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 class="testimonial-viewport">
<div id="testimonial-track">
<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>
</div>
</div>
</section>
@@ -108,5 +112,6 @@
<footer>
<p>Built with love and a healthy fear of Zeppo's judgment.</p>
</footer>
<script src="script.js"></script>
</body>
</html>