Create and explain logo
This commit is contained in:
parent
a3ada084e0
commit
c83d320036
2 changed files with 9 additions and 1 deletions
|
|
@ -1,9 +1,12 @@
|
||||||
|
<img src="logo.svg" />
|
||||||
|
|
||||||
# Forst
|
# Forst
|
||||||
|
|
||||||
Threaded real-time chat inspired by
|
Threaded real-time chat inspired by
|
||||||
[heim](https://github.com/euphoria-io/heim/).
|
[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
|
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.
|
(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
5
logo.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue