diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-29 12:45:29 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-29 12:45:29 +0200 |
commit | f1b6f48f077f67edff9f38a38b35d486c65fc57b (patch) | |
tree | 769678325857da2da1eec3ff75c0860744e51ba1 /hugo/content/assets.md | |
parent | d0e41b9bb3e0fc1eef1ef674590e4f1f4ec00ab7 (diff) |
add all brand assets
Diffstat (limited to 'hugo/content/assets.md')
-rw-r--r-- | hugo/content/assets.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/hugo/content/assets.md b/hugo/content/assets.md new file mode 100644 index 0000000..efb7413 --- /dev/null +++ b/hugo/content/assets.md @@ -0,0 +1,42 @@ +# Assets +Sigsum's brand assets are included here. Use responsibly. + +[CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/ + +## Font + +A geometric sans-serif font named [outfit][]. It is [SIL OFL][] licensed. + +[outfit]: https://outfit.io/outfit-font +[SIL OFL]: https://github.com/Outfitio/Outfit-Fonts/blob/main/OFL.txt + +## Colors + +The color codes are: + + - \#FAF9F5, rgba(250, 249, 245, 1) + - \#333333, rgba(51, 51, 51, 1) + - \#DB4D2C, rgba(219, 77, 44, 1) + - \#581303, rgba(219, 77, 44, 1) + - \#6B60E3, rgba(107, 96, 227, 1) + +## Visuals +All visuals are [CC BY-SA 4.0][] licensed and available [here][]. + +[here]: https://git.sigsum.org/sigsum/tree/assets + +## Avatar +<img src="/media/avatar.svg" width="100px"> + +## Logo +### Plain +<img src="/media/logo.svg" alt="Sigsum logo plain" width="240px"> + +### Light background +<img src="/media/logo-light.svg" alt="Sigsum logo light background" width="300px"> + +### Orange background +<img src="/media/logo-orange.svg" alt="Sigsum logo orange background" width="300px"> + +### Dark background +<img src="/media/logo-dark.svg" alt="Sigsum logo dark background" width="300px"> |