docs: Add project logo to all markdown files
Added the new project logo to the header of all relevant markdown documentation files to improve brand consistency and visual appeal.
This commit is contained in:
BIN
docs/img/logo.png
Normal file
BIN
docs/img/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 272 KiB |
16
docs/img/logo.svg
Normal file
16
docs/img/logo.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<svg width="100" height="120" viewBox="0 0 100 120" xmlns="http://www.w3.org/2000/svg" aria-labelledby="logoTitle">
|
||||
<title id="logoTitle">Logo: Wassertropfen mit integriertem Chip</title>
|
||||
|
||||
<path
|
||||
d="M50 115 C 85 85, 95 65, 95 45 A 45 45 0 1 0 5 45 C 5 65, 15 85, 50 115 Z"
|
||||
fill="#2563EB"
|
||||
/>
|
||||
|
||||
<g fill="#FFFFFF">
|
||||
<rect x="25" y="35" width="50" height="8" rx="2"/>
|
||||
<rect x="25" y="50" width="35" height="8" rx="2"/>
|
||||
<rect x="70" y="50" width="5" height="8" rx="2"/>
|
||||
<rect x="25" y="65" width="50" height="8" rx="2"/>
|
||||
</g>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 568 B |
Reference in New Issue
Block a user