Skip to content

binbashburns/sloppinout.com

Repository files navigation

sloppinout.com

An unofficial, open source fan site for Sloppin Out — the Patreon bonus content from What's Our Podcast with Beck Bennett and Kyle Mooney, a Headgum podcast.

Made by the fans (Rocco's & Roccette's), for the fans.

Site Preview


What's Our Podcast?

What's Our Podcast is hosted by Beck Bennett and Kyle Mooney. Sloppin Out is the exclusive bonus content available to Patreon subscribers — weekly bonus episodes, sillies, and the chance to pitch your own podcast idea on What's YOUR Podcast.


Features

  • Windows 95 / Internet Explorer retro aesthetic
  • Winamp-style music player with royalty-free 8-bit theme

Winamp Player

  • Live visitor counter
  • Links to all official platforms
  • GitHub Actions CI/CD — deploys to GitHub Pages on every push to main
  • Security-checked on every PR (11 automated checks)

Running Locally

No build step. Just open index.html in a browser:

# with Python
python3 -m http.server 8080

# or with Node
npx serve .

Then visit http://localhost:8080.

Note: The YouTube embed and visitor counter require a live HTTP server — they won't work over file://.


Running Tests

npm install
npm test

Tests run automatically on every pull request via GitHub Actions. They include:

  • HTML validation (html-validate)
  • Security checks (inline handlers, mixed content, XSS vectors, missing rel attributes, etc.)

Contributing

This site is open source and contributions are welcome from all Rocco's and Roccette's!

  1. Fork the repo
  2. Create a branch (git checkout -b my-feature)
  3. Make your changes
  4. Run npm test to make sure everything passes
  5. Open a pull request

github.com/binbashburns/sloppinout.com


Credits & Legal

This is an unofficial fan site. All podcast content, branding, and rights belong to Headgum.


Best viewed in Netscape Navigator 4.0 at 800x600.

About

the beck and kyle fan page (unofficial)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors