feat: convert site to astro via codex
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
viewBox="0 0 100 100"
|
||||
width="420" height="420">
|
||||
|
||||
<defs>
|
||||
<g id="tooth" transform="translate(50,50)" fill="#ff914d">
|
||||
<path d="m0 50 h1 q8 0 8 -6 q0 -8 8 -10 h-20"/>
|
||||
<path d="m0 50 h1 q8 0 8 -6 q0 -8 8 -10 h-20" transform="scale(-1,1)"/>
|
||||
</g>
|
||||
</defs>
|
||||
|
||||
<g id="gear">
|
||||
<circle cx="50" cy="50" r="32" stroke="#ff914d" stroke-width="10" fill="none"/>
|
||||
|
||||
<g id="teeth">
|
||||
<use xlink:href="#tooth" transform="rotate( -10 50 50 )"/>
|
||||
<use xlink:href="#tooth" transform="rotate( 35 50 50 )"/>
|
||||
<use xlink:href="#tooth" transform="rotate( 80 50 50 )"/>
|
||||
<use xlink:href="#tooth" transform="rotate( 125 50 50 )"/>
|
||||
<use xlink:href="#tooth" transform="rotate( 170 50 50 )"/>
|
||||
<use xlink:href="#tooth" transform="rotate( 215 50 50 )"/>
|
||||
<use xlink:href="#tooth" transform="rotate( 260 50 50 )"/>
|
||||
<use xlink:href="#tooth" transform="rotate( 305 50 50 )"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user