Skip to content

feat(brand): add dotgibson logo to the org profile#2

Merged
Gerrrt merged 2 commits into
mainfrom
claude/dotgibson-rebrand
Jul 1, 2026
Merged

feat(brand): add dotgibson logo to the org profile#2
Gerrrt merged 2 commits into
mainfrom
claude/dotgibson-rebrand

Conversation

@Gerrrt

@Gerrrt Gerrrt commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

What

Adds the new dotgibson logo mark (matching the dotfiles-web rebrand in dotgibson/dotfiles-web#49) to the org profile hero, and mirrors it into the repo root README.

  • profile/logo.png — the ~/. ring mark (rasterized from the site's logo.svg at 400×400)
  • profile/README.md + README.md — centered logo above the dotgibson heading

Why PNG (not SVG)

GitHub sanitizes/blocks inline SVG on the rendered org profile page, so a PNG is the reliable choice for the landing page. The canonical vector lives in dotfiles-web/public/logo.svg.

Verification

PNG renders correctly (transparent rounded-square corners, spectrum ring, amber ~/, cyan dot); referenced via an absolute raw.githubusercontent.com URL so it resolves identically on the org landing page and the repo README.

🤖 Generated with Claude Code


Generated by Claude Code

Add the ~/. ring mark (matching the dotfiles-web rebrand) to the org
profile hero and mirror it into the repo root README. PNG so it renders
reliably on the GitHub org landing page (SVG gets sanitized there).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RMEBzQWNQPcYfUEbin1zjW
Copilot AI review requested due to automatic review settings July 1, 2026 20:24

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 adds a centered dotgibson logo image to the top of both the organization profile README and the repository root README, aligning the org profile hero and repo landing page with the updated branding.

Changes:

  • Add a centered <img> logo above the dotgibson heading in README.md
  • Add the same centered <img> logo above the dotgibson heading in profile/README.md

Reviewed changes

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

File Description
README.md Adds centered logo image above the main heading to mirror org profile branding.
profile/README.md Adds centered logo image to the org profile README hero area.

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

Comment thread README.md Outdated
@@ -1,5 +1,7 @@
<div align="center">

<img src="https://raw.githubusercontent.com/dotgibson/.github/main/profile/logo.png" alt="dotgibson" width="150" height="150" />
Comment thread profile/README.md Outdated
@@ -1,5 +1,7 @@
<div align="center">

<img src="https://raw.githubusercontent.com/dotgibson/.github/main/profile/logo.png" alt="dotgibson" width="150" height="150" />
Address review on #2: replace the generic alt="dotgibson" with a
descriptive alt so screen readers and broken-image fallbacks convey the
mark, in both profile/README.md and the mirrored root README.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RMEBzQWNQPcYfUEbin1zjW
@Gerrrt Gerrrt merged commit fe52a0f into main Jul 1, 2026
@Gerrrt Gerrrt deleted the claude/dotgibson-rebrand branch July 1, 2026 20:34
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.

3 participants