Initial commit: co-op.link landing page

Static editorial landing for co-op.link, a URL shortener for cooperatives.
Single-file HTML + Tailwind via CDN, Source Serif 4 + JetBrains Mono,
interlocking-rings SVG mark used as favicon and as the "." in the wordmark.
This commit is contained in:
Joel Brock
2026-05-19 08:51:04 -07:00
commit aa98e3babb
3 changed files with 528 additions and 0 deletions

7
favicon.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="12" fill="#f9f1d8"/>
<g fill="none" stroke="#a8442a" stroke-width="5" stroke-linecap="round">
<circle cx="24" cy="32" r="13"/>
<circle cx="40" cy="32" r="13"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 280 B