diff options
| author | t <t@tjp.lol> | 2026-06-16 19:28:54 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-06-16 20:21:55 -0600 |
| commit | c21a4ebd001ca305d862b5390f090f2ef14163cf (patch) | |
| tree | 6910b11139c6b01c78a64c18b206d89619bebbf1 /assets | |
base site: claude design plus some tweaks
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/logo-mark-mono.svg | 10 | ||||
| -rw-r--r-- | assets/logo-mark.svg | 15 |
2 files changed, 25 insertions, 0 deletions
diff --git a/assets/logo-mark-mono.svg b/assets/logo-mark-mono.svg new file mode 100644 index 0000000..ed9b65d --- /dev/null +++ b/assets/logo-mark-mono.svg @@ -0,0 +1,10 @@ +<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Pantograph"> + <g stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"> + <path d="M8 40 L28 34 L40 10 L20 16 Z" fill="none"></path> + <path d="M8 40 L40 10" stroke-dasharray="0.1 4.2" opacity="0.55"></path> + </g> + <circle cx="8" cy="40" r="3.2" fill="currentColor"></circle> + <line x1="3.5" y1="44" x2="12.5" y2="44" stroke="currentColor" stroke-width="2.2" stroke-linecap="round"></line> + <circle cx="20" cy="16" r="2.4" fill="none" stroke="currentColor" stroke-width="2.2"></circle> + <circle cx="40" cy="10" r="3.6" fill="currentColor"></circle> +</svg>
\ No newline at end of file diff --git a/assets/logo-mark.svg b/assets/logo-mark.svg new file mode 100644 index 0000000..f577b74 --- /dev/null +++ b/assets/logo-mark.svg @@ -0,0 +1,15 @@ +<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Pantograph"> + + <g stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"> + <path d="M8 40 L28 34 L40 10 L20 16 Z" fill="none"></path> + + <path d="M8 40 L40 10" stroke-dasharray="0.1 4.2" opacity="0.55"></path> + </g> + + <circle cx="8" cy="40" r="3.2" fill="currentColor"></circle> + <line x1="3.5" y1="44" x2="12.5" y2="44" stroke="currentColor" stroke-width="2.2" stroke-linecap="round"></line> + + <circle cx="20" cy="16" r="2.4" fill="none" stroke="currentColor" stroke-width="2.2"></circle> + + <circle cx="40" cy="10" r="3.6" fill="#B23A2E"></circle> +</svg>
\ No newline at end of file |
