Add nav
This commit is contained in:
parent
2f0c170ef0
commit
1f9e8ba7f6
3 changed files with 113 additions and 2 deletions
15
src/static/svg/logo.svg
Normal file
15
src/static/svg/logo.svg
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<svg version="1.1"
|
||||
width="100"
|
||||
height="100"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
<path fill="#8ac149" stroke="#8ac149" stroke-width="2" d="M 60 40
|
||||
Q 80 45 75 55
|
||||
Q 75 50 55 50"/>
|
||||
<path fill="white" stroke="white" stroke-width="2" d="M 10,100
|
||||
v -50
|
||||
a 25 25 0 0 1 25 -25
|
||||
c 10 0 20 12 25 15
|
||||
l -5 10
|
||||
C 30 50 40 55 45 100"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 346 B |
Loading…
Add table
Add a link
Reference in a new issue