aboutsummaryrefslogtreecommitdiff
path: root/hugo/content/assets.md
blob: 2b49d35d60ba546fc4332e77d0d9e3c38c4c95fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Assets

Sigsum's brand assets are included here.

## Font

We use a geometric sans-serif font named [outfit][], licensed under [SIL OFL][].

[outfit]: https://outfit.io/outfit-font
[SIL OFL]: https://github.com/Outfitio/Outfit-Fonts/blob/main/OFL.txt

## Colors

The color codes we use 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 licensed under [CC BY-SA 4.0][] and available [here][].

[CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/
[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">