Skip to content

Add mascot art, module lineup, and printable STL preview to /kyowc - #43

Merged
EnumC merged 1 commit into
masterfrom
kyowc-landing-page
Jul 19, 2026
Merged

Add mascot art, module lineup, and printable STL preview to /kyowc#43
EnumC merged 1 commit into
masterfrom
kyowc-landing-page

Conversation

@EnumC

@EnumC EnumC commented Jul 19, 2026

Copy link
Copy Markdown
Member
  • Frog sticker in the hero, flipping to a black-and-white belly-up version when the yap-o-meter flatlines
  • Pixel-art module lineup grid (core, button, fidget spinner, maze, resistance, wave)
  • 3D print preview panel for the mascot STL
  • Yelling-frog note card in the signup panel and sticker favicon

- Frog sticker in the hero, flipping to a black-and-white belly-up
  version when the yap-o-meter flatlines
- Pixel-art module lineup grid (core, button, fidget spinner, maze,
  resistance, wave)
- 3D print preview panel for the mascot STL
- Yelling-frog note card in the signup panel and sticker favicon

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 19, 2026 10:05
@netlify

netlify Bot commented Jul 19, 2026

Copy link
Copy Markdown

Deploy Preview for bananium ready!

Name Link
🔨 Latest commit 504dbd3
🔍 Latest deploy log https://app.netlify.com/projects/bananium/deploys/6a5ca14ffc987000078e17f6
😎 Deploy Preview https://deploy-preview-43--bananium.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@EnumC
EnumC merged commit ff27299 into master Jul 19, 2026
6 checks passed
@EnumC
EnumC deleted the kyowc-landing-page branch July 19, 2026 10:06

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enhances the /kyowc landing page with new mascot artwork, a pixel-art module lineup section, and a printable STL preview panel, plus updated metadata/iconography to match the new visuals.

Changes:

  • Adds a hero mascot sticker that visually “flatlines” (rotates + swaps to B/W) when the yap-o-meter flatlines.
  • Introduces a module lineup grid (core, button, fidget spinner, maze, resistance, wave) and an STL preview panel.
  • Updates page metadata (description, favicon, OG image) and adds a “yap note” graphic in the signup panel.

Reviewed changes

Copilot reviewed 1 out of 12 changed files in this pull request and generated 2 comments.

File Description
src/kyowc.liquid Source template updates for mascot behavior, module lineup grid, STL preview panel, and metadata/icon changes.
dist/kyowc/index.html Built output reflecting the same page/content and behavior changes for deployment.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/kyowc.liquid
Comment on lines +718 to +721
var mascot = document.getElementById("mascot");
var MASCOT_DEFAULT = mascot.src;
var MASCOT_COOKED = "/img/kyowc-sticker-bw.png";
new Image().src = MASCOT_COOKED;
Comment thread src/kyowc.liquid
flatlined = isFlat;
document.body.classList.toggle("cooked", flatlined);
title.textContent = flatlined ? "We're cooked." : TITLE_DEFAULT;
mascot.src = flatlined ? MASCOT_COOKED : MASCOT_DEFAULT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants