Skip to content

Add CutePetsBoston logo favicon (#112)#131

Merged
flufflycthu1u merged 1 commit into
masterfrom
feat/favicon-112
Jun 10, 2026
Merged

Add CutePetsBoston logo favicon (#112)#131
flufflycthu1u merged 1 commit into
masterfrom
feat/favicon-112

Conversation

@MilesMorel

Copy link
Copy Markdown
Collaborator

What

Closes #112. Adds the CutePetsBoston logo as the site favicon, generated into a cross-browser asset set and referenced from docs/index.html's <head>.

Assets (docs/)

  • favicon.ico — 16/32/48 multi-resolution. The universal fallback every browser auto-requests at /favicon.ico, including legacy ones.
  • favicon.svg — crisp, scalable icon for modern browsers (Chrome, Firefox, Edge, Safari).
  • apple-touch-icon.png — 180×180 with alpha removed (iOS requires no transparency) for iOS home-screen bookmarks.

The <head> uses sizes="any" on the .ico link so Chromium prefers the SVG rather than downloading both.

Browser coverage

  • .ico → all browsers, including legacy/IE
  • .svg → modern desktop + mobile browsers
  • apple-touch-icon → iOS Safari

Verification

Served docs/ locally and confirmed all three assets resolve with correct MIME types (image/x-icon, image/svg+xml, image/png), and that the small-size renders are clearly recognizable as the dog + cat logo.

🤖 Generated with Claude Code

Generate a cross-browser favicon set from the logo and reference it from
the site head:
- favicon.ico (16/32/48 multi-resolution) — universal fallback, served at
  /favicon.ico for every browser including legacy ones.
- favicon.svg — crisp scalable icon for modern browsers.
- apple-touch-icon.png (180x180, no alpha) — iOS home-screen bookmarks.

Closes #112.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

@flufflycthu1u flufflycthu1u left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@flufflycthu1u flufflycthu1u merged commit 86a0292 into master Jun 10, 2026
2 checks passed
@flufflycthu1u flufflycthu1u deleted the feat/favicon-112 branch June 10, 2026 01:07
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.

Update the website favicon with the cutepetsboston logo

2 participants