Change color of logo

This commit is contained in:
Benjamin Bach 2024-07-10 12:48:43 +02:00
parent 485b831ea6
commit 4adb7fd76c
No known key found for this signature in database
GPG key ID: 486F0D69C845416E
4 changed files with 153 additions and 2 deletions

View file

@ -119,7 +119,7 @@ Sharing contexts means to take part in the world of users and other stakeholders
There are several reasons why it makes sense for developers and designers to share as much context as possible with other stakeholders, especially users. Firstly, it makes developers able to become designers and make more qualified proposals. But secondly, it also helps to prioritize in harmony. There are several reasons why it makes sense for developers and designers to share as much context as possible with other stakeholders, especially users. Firstly, it makes developers able to become designers and make more qualified proposals. But secondly, it also helps to prioritize in harmony.
Co-realizing is also said to grow the "design space". This means that by *directly* sharing technical understanding with users and vice-versa sharing user experience with the developer, everyone's understanding and ability to generate relevant ideas grows. Co-realizing is also said to grow the "design space". This means that by *directly* sharing technical understanding with users and vice-versa sharing user experience with developers, everyone's understanding and ability to generate relevant ideas grows.
</div> </div>
</div> </div>

150
static/img/logo-green.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -3,6 +3,7 @@
body { body {
color: #222; color: #222;
background: #ffffef;
font-family: sans-serif; font-family: sans-serif;
line-height: 1.5; line-height: 1.5;
margin: 1rem; margin: 1rem;

View file

@ -1,6 +1,6 @@
<div class="logo"> <div class="logo">
<a href="/"> <a href="/">
<img src="/img/logo-blue.svg" alt="{{ site.Title }}"> <img src="/img/logo-green.svg" alt="{{ site.Title }}">
</a> </a>
</div> </div>
<div> <div>