- Static site: /manifesto, /live, /hire pages - Ship-log Pi extension: calvana_ship, calvana_oops, calvana_deploy tools - Docker + nginx deploy to calvana.quikcue.com - Terminal-ish dark aesthetic, mobile responsive - Auto-updating /live page from extension state
23 lines
473 B
XML
23 lines
473 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800">
|
|
<!-- P shape: outer boundary clockwise, inner hole counter-clockwise -->
|
|
<path fill="#fff" fill-rule="evenodd" d="
|
|
M165.29 165.29
|
|
H517.36
|
|
V400
|
|
H400
|
|
V517.36
|
|
H282.65
|
|
V634.72
|
|
H165.29
|
|
Z
|
|
M282.65 282.65
|
|
V400
|
|
H400
|
|
V282.65
|
|
Z
|
|
"/>
|
|
<!-- i dot -->
|
|
<path fill="#fff" d="M517.36 400 H634.72 V634.72 H517.36 Z"/>
|
|
</svg>
|