From 5993f290252a8598476e3c73d8c5c01ed7b952f0 Mon Sep 17 00:00:00 2001 From: Jonas Lindevall Date: Wed, 4 Sep 2024 14:02:21 +0200 Subject: [PATCH 1/2] add oslove logo and download link --- src/assets/images/oslove_logo.svg | 24 ++ src/components/logo/logo.html | 441 +++++++++++++++++++++++------- 2 files changed, 368 insertions(+), 97 deletions(-) create mode 100644 src/assets/images/oslove_logo.svg diff --git a/src/assets/images/oslove_logo.svg b/src/assets/images/oslove_logo.svg new file mode 100644 index 000000000..68836bfdb --- /dev/null +++ b/src/assets/images/oslove_logo.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/logo/logo.html b/src/components/logo/logo.html index 8c4fda4ec..5dfd5f0c8 100644 --- a/src/components/logo/logo.html +++ b/src/components/logo/logo.html @@ -10,6 +10,7 @@

Important

Default

Main color on white backgrounds are dark blue if used on dark background use white.

+

The logoes can be downloaded from Oslo Designmanual.

-

Colors

-

Not all the colors can be used on light or dark backgrounds, find the right color for the background that you use.

+

Oslove-logo

+

The Oslove-logo is the Sámi version of the official Oslo-logo. It can be used as an alternative to the Oslo-logo when it fits naturally with the context and message.

- -
+
+
+

Colors

+

Not all the colors can be used on light or dark backgrounds, find the right color for the background that you use.

+
+
+
+ + +
+
+ + +
+
+
- - - +
+ + + +
+
+ + + +
@@ -152,7 +315,7 @@

Colors

Default

@@ -285,6 +476,62 @@

Colors

+ +
From 70854518c9df5fca392a0109a83b2fed98e4177c Mon Sep 17 00:00:00 2001 From: Jonas Lindevall Date: Wed, 4 Sep 2024 14:04:37 +0200 Subject: [PATCH 2/2] update readme --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2078b5295..5076c746f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Added the Oslove logo. + ### Fixed - Fixed all dates to actually adhere to "Keep a changelog".