Migrate from Bazel
This commit is contained in:
commit
016dbd0814
59 changed files with 7044 additions and 0 deletions
22
static/favicon.svg
Normal file
22
static/favicon.svg
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<defs>
|
||||
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#62a0d8;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#4c77b3;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Background circle -->
|
||||
<circle cx="50" cy="50" r="50" fill="url(#bgGrad)"/>
|
||||
|
||||
<!-- Four-pointed star (✦) - using teal accent color -->
|
||||
<path d="M 50 10 L 55 45 L 90 50 L 55 55 L 50 90 L 45 55 L 10 50 L 45 45 Z"
|
||||
fill="#a8d5d5"
|
||||
stroke="#cfe9e9"
|
||||
stroke-width="2"/>
|
||||
|
||||
<!-- Inner accent star for depth -->
|
||||
<path d="M 50 25 L 52.5 45 L 75 50 L 52.5 55 L 50 75 L 47.5 55 L 25 50 L 47.5 45 Z"
|
||||
fill="#cfe9e9"
|
||||
opacity="0.6"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 793 B |
Loading…
Add table
Add a link
Reference in a new issue