diff --git a/blog/2026-08-14-agog-supports-8th-wall.md b/blog/2026-08-14-agog-supports-8th-wall.md new file mode 100644 index 0000000..57d6b41 --- /dev/null +++ b/blog/2026-08-14-agog-supports-8th-wall.md @@ -0,0 +1,27 @@ +--- +title: "Agog Supports 8th Wall’s Next Chapter" +description: "An Update on 8th Wall’s Open Source Transition: Support from Agog" +date: 2026-08-14 +authors: [8thwall] +tags: [announcement] +image: /img/blog/agog-support-preview.jpg +slug: agog-supports-8th-wall +--- + +An Update on 8th Wall’s Open Source Transition: Support from Agog + +![8th Wall + Agog](/img/blog/agog-support-cover.jpg) + + + +Since we [announced 8thwall.org](/blog/8th-wall-open-source), we’ve been working on setting up the 8th Wall project to run as an independent, community-stewarded project. Today, we have some good news to share on that front: [Agog: The Immersive Media Institute](https://agog.org) has awarded a grant to support this transition. + +Agog’s support will go directly toward maintaining and expanding the features that matter most to 8th Wall developers: device and browser compatibility for the XR engine, 8th Wall Studio visual editor, and documentation and reference implementations that make the platform easier to build with and contribute to. + +Thank you to Agog! We are very grateful to have their support in order to continue the mission of making AR accessible to everyone. + +We’ll be mobilizing these resources to move forward on this goal, including offering paid contracts. If you’re interested in getting involved, please fill out our [community survey](https://docs.google.com/forms/d/e/1FAIpQLSfuH1w59H-041tB-zsHoVDddiymlTv02WR3-OJP44JBRT_nIA/viewform?usp=dialog). + +To stay up to date on all things 8th Wall, join our [Discord](https://8th.io/discord) and find us on [GitHub](https://github.com/8thwall/8thwall). + +— The 8th Wall Team diff --git a/docusaurus.config.js b/docusaurus.config.js index 7b56440..a164aaf 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -49,11 +49,19 @@ const config = { respectPrefersColorScheme: false, }, announcementBar: { - id: 'migration', - content: 'The hosted 8th Wall platform was retired Feb 28, 2026. Existing published experiences continue to run until Feb 28, 2027.', + id: 'community-survey', + content: ` + + The 8th Wall Community Survey is open! + + + + `, backgroundColor: '#111', textColor: '#a1a1a1', - isCloseable: false, + isCloseable: true, }, navbar: { title: '', diff --git a/src/css/custom.css b/src/css/custom.css index b81b0c3..ce59ec1 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -307,11 +307,11 @@ main, } div[class*="announcementBar"] { - background-color: var(--color-bg-alt) !important; + background-color: #41156a !important; border-bottom: none !important; font-family: var(--font-family); font-size: 0.875rem; - color: var(--color-text-secondary) !important; + color: var(--color-text-primary) !important; padding: 0 !important; height: auto !important; } @@ -328,6 +328,10 @@ div[class*="announcementBarContent"] { padding: 1rem var(--spacing-md) !important; } +.theme-announcement-bar .close { + color: white; +} + div[class*="announcementBar"] .announcement-text { max-width: 600px; text-align: center; @@ -345,7 +349,7 @@ div[class*="announcementBar"] .banner-btn { font-weight: 400; color: var(--color-text) !important; padding: 0.25rem 0.75rem; - border: 1px solid #2a2a2a; + border: 1px solid var(--color-text); border-radius: var(--radius-sm); transition: all 0.2s; text-decoration: none !important; diff --git a/static/img/blog/agog-support-cover.jpg b/static/img/blog/agog-support-cover.jpg new file mode 100644 index 0000000..0c74db4 Binary files /dev/null and b/static/img/blog/agog-support-cover.jpg differ diff --git a/static/img/blog/agog-support-preview.jpg b/static/img/blog/agog-support-preview.jpg new file mode 100644 index 0000000..c745ce2 Binary files /dev/null and b/static/img/blog/agog-support-preview.jpg differ