Added favicon and bicorder logo
This commit is contained in:
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 183 KiB |
37
static/images/bicorder.svg
Normal file
37
static/images/bicorder.svg
Normal file
@@ -0,0 +1,37 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
||||
<!-- Black background -->
|
||||
<rect width="128" height="128" fill="#000000" rx="16"/>
|
||||
|
||||
<!-- Bicorder device body (white) -->
|
||||
<g fill="#ffffff" stroke="#ffffff">
|
||||
<!-- Main device body -->
|
||||
<rect x="36" y="24" width="56" height="80" fill="none" stroke-width="3" rx="4"/>
|
||||
|
||||
<!-- Screen area -->
|
||||
<rect x="42" y="30" width="44" height="28" fill="none" stroke-width="2"/>
|
||||
|
||||
<!-- Screen content (ASCII-style bars) -->
|
||||
<line x1="48" y1="36" x2="48" y2="52" stroke-width="2"/>
|
||||
<line x1="55" y1="40" x2="55" y2="52" stroke-width="2"/>
|
||||
<line x1="62" y1="34" x2="62" y2="52" stroke-width="2"/>
|
||||
<line x1="69" y1="42" x2="69" y2="52" stroke-width="2"/>
|
||||
<line x1="76" y1="38" x2="76" y2="52" stroke-width="2"/>
|
||||
|
||||
<!-- Control buttons (3x3 grid) -->
|
||||
<circle cx="48" cy="72" r="3" fill="#ffffff"/>
|
||||
<circle cx="64" cy="72" r="3" fill="#ffffff"/>
|
||||
<circle cx="80" cy="72" r="3" fill="#ffffff"/>
|
||||
|
||||
<circle cx="48" cy="84" r="3" fill="#ffffff"/>
|
||||
<circle cx="64" cy="84" r="3" fill="#ffffff"/>
|
||||
<circle cx="80" cy="84" r="3" fill="#ffffff"/>
|
||||
|
||||
<circle cx="48" cy="96" r="3" fill="#ffffff"/>
|
||||
<circle cx="64" cy="96" r="3" fill="#ffffff"/>
|
||||
<circle cx="80" cy="96" r="3" fill="#ffffff"/>
|
||||
|
||||
<!-- Sensor/antenna indicator -->
|
||||
<line x1="64" y1="24" x2="64" y2="18" stroke-width="2"/>
|
||||
<circle cx="64" cy="16" r="2" fill="#ffffff"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user