diff --git a/.brand/README.md b/.brand/README.md new file mode 100644 index 0000000..fa515a6 --- /dev/null +++ b/.brand/README.md @@ -0,0 +1,38 @@ +# Finch Brand Assets + +This directory contains official branding assets for Finch. + +## Files + +| File | Description | +|------|-------------| +| `finch-logo-horizontal.svg` | Full horizontal logo — bird mark + wordmark, light mode | +| `finch-logo-horizontal-dark.svg` | Full horizontal logo — bird mark + wordmark, dark mode | +| `finch-icon-circle.svg` | Bird mark inside a circle, light mode | +| `finch-icon-circle-dark.svg` | Bird mark inside a circle, dark mode | + +## Colours + +| Role | Hex | +|------|-----| +| Brand navy | `#20415a` | +| White | `#ffffff` | + +## Usage + +- Use the **light** variants on white or light-coloured backgrounds. +- Use the **dark** variants on dark backgrounds (e.g. GitHub dark theme). +- For GitHub `README.md` use a `` element to switch automatically: + +```html + + + Finch - The Minimal Observability Infrastructure + +``` + +## Notes + +- All assets have a transparent background unless otherwise noted + (`finch-icon-circle.svg` has a white fill inside the circle stroke). +- Do not alter the wordmark paths or the proportions of the bird mark. diff --git a/.brand/finch-icon-circle-dark.svg b/.brand/finch-icon-circle-dark.svg new file mode 100644 index 0000000..7878277 --- /dev/null +++ b/.brand/finch-icon-circle-dark.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/.brand/finch-icon-circle.svg b/.brand/finch-icon-circle.svg new file mode 100644 index 0000000..94f1744 --- /dev/null +++ b/.brand/finch-icon-circle.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/.brand/finch-logo-horizontal-dark.svg b/.brand/finch-logo-horizontal-dark.svg new file mode 100644 index 0000000..22965e7 --- /dev/null +++ b/.brand/finch-logo-horizontal-dark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/.brand/finch-logo-horizontal.svg b/.brand/finch-logo-horizontal.svg new file mode 100644 index 0000000..099d0c3 --- /dev/null +++ b/.brand/finch-logo-horizontal.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index c158ce3..ac2d77b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# The Minimal Observability Infrastructure + + + Finch - The Minimal Observability Infrastructure + + +# The Minimal Observability Infrastructure [![Tag](https://img.shields.io/github/tag/tschaefer/finch.svg)](https://github.com/tschaefer/finch/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/tschaefer/finch)](https://goreportcard.com/report/github.com/tschaefer/finch)