this repo has no description
0
fork

Configure Feed

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

fix: smooth c6 cloud bottom path; clarify Atmosphere Account as passport

- Replace cubic+V213 kink with straight L+H along y=213 on c6
- What is the Atmosphere: state Atmosphere Account is passport to ecosystem

Made-with: Cursor

+13 -8
+1 -1
components/GlassClouds.tsx
··· 181 181 width: 356, 182 182 height: 218, 183 183 path: 184 - "M276 209.96C276.7 209.98 277.39 210 278.1 210C317.61 210 350 181.88 350 147.07C350 113.33 319.85 85.88 281.52 84.1C271.82 58.57 245.12 40 213.82 40C209.23 40 204.74 40.4 200.4 41.16C189.88 16.87 164.12 0 134.02 0C94.51 0 62.12 28.12 62.12 62.93C62.12 69.76 63.14 76.36 65.04 82.62C32.13 85.08 6 113.59 6 148.07C6 183.88 38.06 213 77.57 213C78.73 213 79.89 212.97 81.04 212.92V213H276V209.96Z", 184 + "M276 209.96C276.7 209.98 277.39 210 278.1 210C317.61 210 350 181.88 350 147.07C350 113.33 319.85 85.88 281.52 84.1C271.82 58.57 245.12 40 213.82 40C209.23 40 204.74 40.4 200.4 41.16C189.88 16.87 164.12 0 134.02 0C94.51 0 62.12 28.12 62.12 62.93C62.12 69.76 63.14 76.36 65.04 82.62C32.13 85.08 6 113.59 6 148.07C6 183.88 38.06 213 77.57 213L81.04 213H276V209.96Z", 185 185 fillOpacity: 0.19, 186 186 blurRadius: 22, 187 187 flipX: false,
+12 -7
components/WhatIsAtmosphere.tsx
··· 4 4 <div class="container-narrow text-center"> 5 5 <h2 class="text-section">What is the Atmosphere?</h2> 6 6 <div class="divider" /> 7 - <div class="glass-strong" style={{ padding: "2.5rem 2rem", marginTop: "2rem" }}> 7 + <div 8 + class="glass-strong" 9 + style={{ padding: "2.5rem 2rem", marginTop: "2rem" }} 10 + > 8 11 <p class="text-body"> 9 12 The Atmosphere is a new open network of apps and services that all 10 - work together. Think of it like an <strong>open social web</strong>. 11 - Instead of every app being its own walled garden, Atmosphere apps 12 - share a common foundation — so you only need{" "} 13 - <strong>one account</strong> to use them all. 13 + work together. Think of it like an{" "} 14 + <strong>open social web</strong>. Instead of every app being its own 15 + walled garden, Atmosphere apps share a common foundation — so you 16 + only need <strong>one account</strong> to use them all. 14 17 </p> 15 18 <p class="text-body mt-3"> 16 - No more creating a new account for every app. No more losing your 17 - stuff when you switch. Sign in once, and you're home everywhere. 19 + Your <strong>Atmosphere Account</strong>{" "} 20 + is your passport to this entire ecosystem. One account unlocks every 21 + app — no more creating new logins, no more losing your stuff when 22 + you switch. Sign in once, and you're home everywhere. 18 23 </p> 19 24 </div> 20 25 </div>