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
9 changes: 8 additions & 1 deletion branding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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>`. |
| `banner-light.png` / `banner-dark.png` | READMEs and docs. Pair them in a `<picture>`. Rasterized at 2× (2560×640) so they stay sharp on retina displays. |
| `favicon.svg` | Favicon / small tile. |
| `social-preview.png` | GitHub social preview (1280x640). |
| `*.svg` | Source of truth. The wordmark uses Montserrat SemiBold; PNGs here are the reference renders. |
Expand All @@ -19,6 +19,13 @@ Reference the **PNGs** in READMEs, not the SVGs: GitHub proxies README images
through camo, which handles SVG unreliably — and the SVG text needs Montserrat
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
```

## Legacy files

`logo.jpg` and `logo-small.jpg` predate this set and are kept only because
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.
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.