Skip to content

Commit 4fff764

Browse files
committed
feat(website): framework support section + Atmosphere brand color
1 parent 50453ef commit 4fff764

5 files changed

Lines changed: 918 additions & 16 deletions

File tree

website/src/components/About.astro

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ const credentials = [
1313
<span class="section-label">Who we are</span>
1414
<h2 class="section-title">Built by the people who wrote the spec</h2>
1515
<p class="about-description">
16-
Atmosphere has been commercially supported since 2013. The team
17-
brings over 30 years of experience in real-time systems, JVM internals,
18-
and AI infrastructure. We contributed to Java NIO/AIO and have been
19-
shipping real-time Java infrastructure since before WebSocket
20-
was standardized.
16+
Atmosphere has been in continuous production since 2008 &mdash;
17+
powering trading floors, healthcare systems, collaboration tools,
18+
and AI applications at companies from startups to the Fortune 500.
19+
The team brings over 30 years of experience in real-time systems,
20+
JVM internals, and AI infrastructure.
2121
</p>
2222
<p class="about-description">
23-
In continuous production since 2008 &mdash; powering trading floors,
24-
healthcare systems, collaboration tools, and AI applications at
25-
companies from startups to the Fortune 500.
23+
We contributed to Java NIO/AIO and have been shipping real-time Java
24+
infrastructure since before WebSocket was standardized. Atmosphere
25+
itself has been open source since day one, and the project is backed
26+
by a team of Java Champions and Apache Committers who have been
27+
active in the JVM ecosystem for decades.
2628
</p>
2729

2830
<div class="credentials">

website/src/components/Atmosphere.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const pillars = [
251251
background: var(--color-accent-glow);
252252
padding: 0.25em 0.75em;
253253
border-radius: 4px;
254-
border: 1px solid rgba(0, 212, 255, 0.2);
254+
border: 1px solid rgba(212, 176, 96, 0.2);
255255
margin-bottom: var(--space-md);
256256
}
257257

@@ -375,7 +375,7 @@ const pillars = [
375375
background: var(--color-bg-secondary);
376376
border: 1px solid var(--color-border);
377377
border-radius: 20px;
378-
box-shadow: 0 0 0 1px rgba(0, 212, 255, 0.08), 0 24px 64px -16px rgba(0, 0, 0, 0.7);
378+
box-shadow: 0 0 0 1px rgba(212, 176, 96, 0.08), 0 24px 64px -16px rgba(0, 0, 0, 0.7);
379379
transform: translateY(32px) scale(0.95);
380380
opacity: 0;
381381
transition: transform 0.4s var(--ease-out-expo), opacity 0.35s ease;
@@ -411,7 +411,7 @@ const pillars = [
411411
.modal-close:hover {
412412
color: var(--color-text-primary);
413413
border-color: var(--color-accent-dim);
414-
background: rgba(0, 212, 255, 0.08);
414+
background: rgba(212, 176, 96, 0.08);
415415
}
416416

417417
.modal-hero {
@@ -429,7 +429,7 @@ const pillars = [
429429
left: -40px;
430430
width: 200px;
431431
height: 200px;
432-
background: radial-gradient(circle, rgba(0, 212, 255, 0.12) 0%, transparent 70%);
432+
background: radial-gradient(circle, rgba(212, 176, 96, 0.12) 0%, transparent 70%);
433433
pointer-events: none;
434434
}
435435

@@ -492,7 +492,7 @@ const pillars = [
492492
color: var(--color-accent);
493493
padding: var(--space-sm) var(--space-md);
494494
background: var(--color-accent-glow);
495-
border: 1px solid rgba(0, 212, 255, 0.25);
495+
border: 1px solid rgba(212, 176, 96, 0.25);
496496
border-radius: 6px;
497497
transition: all 0.2s var(--ease-out-quad);
498498
text-decoration: none;

0 commit comments

Comments
 (0)