Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions branding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ legible where they cross the check.
| `avatar.png` | The org avatar. White swoosh on brand blue, 1024x1024, wordless. |
| `logo.png` / `logo-dark.png` | The full lockup for light / dark backgrounds (keyline colour differs). |
| `logo-mark.png` | The swoosh alone, transparent, brand blue. |
| `banner-light.png` / `banner-dark.png` | READMEs and docs. Pair them in a `<picture>`. Lockup on the left, a sample check run on the right, no tagline. Rasterized at 2× (2560×640) so they stay sharp on retina displays. |
| `banner-light.png` / `banner-dark.png` | READMEs and docs. Pair them in a `<picture>`. Lockup on the left, a sample check run on the right, no tagline. Rasterized at 2× (2000×640) so they stay sharp on retina displays. |
| `favicon.svg` | Favicon / small tile. |
| `social-preview.png` | GitHub social preview (1280x640). Centred lockup over the domain, no tagline. Upload it per repository under Settings → Social preview; nothing does that for you. |
| `social-preview.png` | GitHub social preview (1280x640). Same two-column composition as the banner, with the domain under the lockup. Upload it per repository under Settings → Social preview; nothing does that for you. |
| `*.svg` | Source of truth. The wordmark uses Montserrat SemiBold; PNGs here are the reference renders. |

The banner is 1000×320 rather than the 1280×320 it used to be. Taking the
tagline out left a 443px void between the lockup and the check-run panel —
six times the outer margins — so the canvas was narrowed to the content
instead of padding the middle. Keep that in mind before adding anything
back: the layout is sized to what is in it.

None of these carry a tagline, and new ones should not either. A slogan baked
into a PNG cannot be reviewed in a diff, cannot be corrected without a machine
that has Montserrat installed, and goes stale silently — these read
Expand All @@ -29,8 +35,8 @@ installed to render correctly.
To re-render the banners (needs Montserrat SemiBold installed):

```bash
rsvg-convert -w 2560 -h 640 -o banner-light.png banner-light.svg
rsvg-convert -w 2560 -h 640 -o banner-dark.png banner-dark.svg
rsvg-convert -w 2000 -h 640 -o banner-light.png banner-light.svg
rsvg-convert -w 2000 -h 640 -o banner-dark.png banner-dark.svg
rsvg-convert -w 1280 -h 640 -o social-preview.png social-preview.svg
```

Expand Down
Binary file modified branding/banner-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions branding/banner-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/banner-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions branding/banner-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/social-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 12 additions & 4 deletions branding/social-preview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.