diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-27 22:48:48 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-27 22:48:48 +0200 |
commit | db6ad1e00ea255fdae9306ab3133debcbd4d1732 (patch) | |
tree | 9c81317478b99220868baa42463fdeafd80f5e9d /hugo/content/visuals.md | |
parent | dcf08e5f695afe5cf0b84f1131e0c2599ae229ad (diff) |
update source of www.sigsum.org
New template, font, colors, and logo. A few edits to text, chunking it
up under a few different pages that can be navigated.
Diffstat (limited to 'hugo/content/visuals.md')
-rw-r--r-- | hugo/content/visuals.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/hugo/content/visuals.md b/hugo/content/visuals.md new file mode 100644 index 0000000..2faee1f --- /dev/null +++ b/hugo/content/visuals.md @@ -0,0 +1,26 @@ +# Visuals + +## 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) + +A brief demo is available in [pdf form](/media/colors.pdf). + +## Logo + +Available as an [svg file](/media/logo.svg). It is [CC BY-SA 4.0][] licensed. + +[CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/ |