Social Annotations in the Atmosphere
15
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update branding and social links

Update Bluesky profile links to @sealight.xyz, fix Tangled link,
and refresh logo/favicon assets.

+6 -40
-34
assets/icon.svg
··· 1 - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"> 2 - <defs> 3 - <style> 4 - .line { 5 - fill: none; 6 - stroke: #B8984A; 7 - stroke-width: 3; 8 - stroke-linecap: round; 9 - } 10 - .dot { 11 - fill: #B8984A; 12 - } 13 - </style> 14 - </defs> 15 - 16 - <!-- Outer circle --> 17 - <circle cx="100" cy="100" r="90" class="line"/> 18 - 19 - <!-- Six petal ellipses arranged radially --> 20 - <ellipse cx="100" cy="45" rx="30" ry="55" class="line"/> 21 - <ellipse cx="100" cy="45" rx="30" ry="55" class="line" transform="rotate(60 100 100)"/> 22 - <ellipse cx="100" cy="45" rx="30" ry="55" class="line" transform="rotate(120 100 100)"/> 23 - <ellipse cx="100" cy="45" rx="30" ry="55" class="line" transform="rotate(180 100 100)"/> 24 - <ellipse cx="100" cy="45" rx="30" ry="55" class="line" transform="rotate(240 100 100)"/> 25 - <ellipse cx="100" cy="45" rx="30" ry="55" class="line" transform="rotate(300 100 100)"/> 26 - 27 - <!-- Small dots at the six points --> 28 - <circle cx="100" cy="10" r="4" class="dot"/> 29 - <circle cx="177.94" cy="50" r="4" class="dot"/> 30 - <circle cx="177.94" cy="150" r="4" class="dot"/> 31 - <circle cx="100" cy="190" r="4" class="dot"/> 32 - <circle cx="22.06" cy="150" r="4" class="dot"/> 33 - <circle cx="22.06" cy="50" r="4" class="dot"/> 34 - </svg>
assets/logo-thick-trimmed.png

This is a binary file and will not be displayed.

assets/logo-thick.png

This is a binary file and will not be displayed.

assets/logo-trimmed.png

This is a binary file and will not be displayed.

+4 -4
landing/about.html
··· 20 20 21 21 <footer class="footer desktop-footer"> 22 22 <div class="footer-icons"> 23 - <a href="https://tangled.org/@hyl.st/seams.so" target="_blank" aria-label="Tangled"> 23 + <a href="https://tangled.org/@sealight.xyz/seams.so" target="_blank" aria-label="Tangled"> 24 24 <img src="https://semble.so/_next/static/media/tangled-icon.b95d4d65.svg" alt="Tangled" /> 25 25 </a> 26 - <a href="https://bsky.app" target="_blank" aria-label="Bluesky"> 26 + <a href="https://bsky.app/profile/sealight.xyz" target="_blank" aria-label="Bluesky"> 27 27 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 320"> 28 28 <path fill="currentColor" d="M180 142c-16.3-31.7-60.7-90.8-102-120C38.5-5.9 23.4-1 13.5 3.4 2.1 8.6 0 26.2 0 36.5c0 10.4 5.7 84.8 9.4 97.2 12.2 41 55.7 55 95.7 50.5-58.7 8.6-110.8 30-42.4 106.1 75.1 77.9 103-16.7 117.3-64.6 14.3 48 30.8 139 116 64.6 64-64.6 17.6-97.5-41.1-106.1 40 4.4 83.5-9.5 95.7-50.5 3.7-12.4 9.4-86.8 9.4-97.2 0-10.3-2-27.9-13.5-33C336.5-1 321.5-6 282 22c-41.3 29.2-85.7 88.3-102 120Z"/> 29 29 </svg> ··· 64 64 </ul> 65 65 66 66 <h2>Contact</h2> 67 - <p>Questions or feedback? Reach out to <a href="https://bsky.app/profile/seams.so" target="_blank">@seams.so</a> on Bluesky.</p> 67 + <p>Questions or feedback? Reach out to <a href="https://bsky.app/profile/sealight.xyz" target="_blank">@sealight.xyz</a> on Bluesky.</p> 68 68 </div> 69 69 </div> 70 70 </main> ··· 74 74 <a href="https://tangled.org/@sealight.xyz/seams.so" target="_blank" aria-label="Tangled"> 75 75 <img src="https://semble.so/_next/static/media/tangled-icon.b95d4d65.svg" alt="Tangled" /> 76 76 </a> 77 - <a href="https://bsky.app" target="_blank" aria-label="Bluesky"> 77 + <a href="https://bsky.app/profile/sealight.xyz" target="_blank" aria-label="Bluesky"> 78 78 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 320"> 79 79 <path fill="currentColor" d="M180 142c-16.3-31.7-60.7-90.8-102-120C38.5-5.9 23.4-1 13.5 3.4 2.1 8.6 0 26.2 0 36.5c0 10.4 5.7 84.8 9.4 97.2 12.2 41 55.7 55 95.7 50.5-58.7 8.6-110.8 30-42.4 106.1 75.1 77.9 103-16.7 117.3-64.6 14.3 48 30.8 139 116 64.6 64-64.6 17.6-97.5-41.1-106.1 40 4.4 83.5-9.5 95.7-50.5 3.7-12.4 9.4-86.8 9.4-97.2 0-10.3-2-27.9-13.5-33C336.5-1 321.5-6 282 22c-41.3 29.2-85.7 88.3-102 120Z"/> 80 80 </svg>
landing/assets/logo.png

This is a binary file and will not be displayed.

landing/favicon.ico

This is a binary file and will not be displayed.

+2 -2
landing/index.html
··· 29 29 <a href="https://tangled.org/@sealight.xyz/seams.so" target="_blank" aria-label="Tangled"> 30 30 <img src="https://semble.so/_next/static/media/tangled-icon.b95d4d65.svg" alt="Tangled" /> 31 31 </a> 32 - <a href="https://bsky.app" target="_blank" aria-label="Bluesky"> 32 + <a href="https://bsky.app/profile/sealight.xyz" target="_blank" aria-label="Bluesky"> 33 33 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 320"> 34 34 <path fill="currentColor" d="M180 142c-16.3-31.7-60.7-90.8-102-120C38.5-5.9 23.4-1 13.5 3.4 2.1 8.6 0 26.2 0 36.5c0 10.4 5.7 84.8 9.4 97.2 12.2 41 55.7 55 95.7 50.5-58.7 8.6-110.8 30-42.4 106.1 75.1 77.9 103-16.7 117.3-64.6 14.3 48 30.8 139 116 64.6 64-64.6 17.6-97.5-41.1-106.1 40 4.4 83.5-9.5 95.7-50.5 3.7-12.4 9.4-86.8 9.4-97.2 0-10.3-2-27.9-13.5-33C336.5-1 321.5-6 282 22c-41.3 29.2-85.7 88.3-102 120Z"/> 35 35 </svg> ··· 67 67 <a href="https://tangled.org/@sealight.xyz/seams.so" target="_blank" aria-label="Tangled"> 68 68 <img src="https://semble.so/_next/static/media/tangled-icon.b95d4d65.svg" alt="Tangled" /> 69 69 </a> 70 - <a href="https://bsky.app" target="_blank" aria-label="Bluesky"> 70 + <a href="https://bsky.app/profile/sealight.xyz" target="_blank" aria-label="Bluesky"> 71 71 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 320"> 72 72 <path fill="currentColor" d="M180 142c-16.3-31.7-60.7-90.8-102-120C38.5-5.9 23.4-1 13.5 3.4 2.1 8.6 0 26.2 0 36.5c0 10.4 5.7 84.8 9.4 97.2 12.2 41 55.7 55 95.7 50.5-58.7 8.6-110.8 30-42.4 106.1 75.1 77.9 103-16.7 117.3-64.6 14.3 48 30.8 139 116 64.6 64-64.6 17.6-97.5-41.1-106.1 40 4.4 83.5-9.5 95.7-50.5 3.7-12.4 9.4-86.8 9.4-97.2 0-10.3-2-27.9-13.5-33C336.5-1 321.5-6 282 22c-41.3 29.2-85.7 88.3-102 120Z"/> 73 73 </svg>
public/icon-128.png

This is a binary file and will not be displayed.

public/icon-16.png

This is a binary file and will not be displayed.

public/icon-32.png

This is a binary file and will not be displayed.

public/icon-48.png

This is a binary file and will not be displayed.