From f1b6f48f077f67edff9f38a38b35d486c65fc57b Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 29 Mar 2022 12:45:29 +0200 Subject: add all brand assets --- hugo/content/assets.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 hugo/content/assets.md (limited to 'hugo/content/assets.md') 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 + + +## Logo +### Plain +Sigsum logo plain + +### Light background +Sigsum logo light background + +### Orange background +Sigsum logo orange background + +### Dark background +Sigsum logo dark background -- cgit v1.2.3