Create and explain logo

This commit is contained in:
Joscha 2023-12-19 22:55:49 +01:00
parent a3ada084e0
commit c83d320036
2 changed files with 9 additions and 1 deletions

View file

@ -1,9 +1,12 @@
<img src="logo.svg" />
# Forst
Threaded real-time chat inspired by
[heim](https://github.com/euphoria-io/heim/).
## Name
## Name and logo
The German word "Forst" describes a type of forest created and managed by humans
(usually for commercial purposes). Often, the trees are planted in neat rows.
The logo is meant to represent the stylized tops of three coniferous trees.

5
logo.svg Normal file
View file

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-0.5 -0.5 16 16" width="128" height="128">
<rect x="-1" y="-1" width="17" height="17" fill="white" />
<path d="M1,11L3,3L5,14L7.5,1L10,14L12,3L14,11" fill="none"
stroke="black" stroke-linecap="round" stroke-linejoin="round" />
</svg>

After

Width:  |  Height:  |  Size: 291 B