Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile-Readable Font SizesAction54% of visible text renders at >= 12 CSS px (107 below threshold)FIX
FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 landmarksREVIEW
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
CHeading HierarchyAction30 headings, 2 skip(s)REVIEW
- H1 Run every workload like it's one machine.
- H3 Running GPU and CPU workloads has meant choosing between two compromises. skipped
- H3 Hyperscaler GPU rental
- H3 DIY Kubernetes + VMware glue
- H3 Two types of teams come to Juno. Here's what changes for each.
- H3 You're over-provisioning. Every month.
- H3 Your end users shouldn't need to know Kubernetes.
- H2 One compute plane. Every workload type.
- H3 Compute Resource Slicing
- H3 Many Users, One GPU
- H2 This won't take long.
- H3 See how Orion works for your industry
- H3 🛡️
- H3 Defense & Government
- H3 🧬
- H3 Life Sciences
- H3 ⚡
- H3 HPC
- H3 🤖
- H3 AI & ML
- H3 🎬
- H3 VFX & Animation
- H3 🌐
- H3 Edge & Data Center
- H2 Built-in management tools that keep your team aligned
- H3 Donald Strubler
- H1 "Orion shifted our focus from finding stability to using the stability to iterate." duplicate H1
- H3 ~40% skipped
- H3 60 sec
- H3 Breakthroughs run on Juno.
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
CForm AccessibilityAction3 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #__framer-cookie-component-button-reject | button | (none) | none |
| #__framer-cookie-component-button-customize | button | (none) | none |
| #__framer-cookie-component-button-accept | button | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="button" id="__framer-cookie-component-button-reject">; <input type="button" id="__framer-cookie-component-button-customize">; <input type="button" id="__framer-cookie-component-button-accept">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
BLink & Button Quality1 issue(s) across 49 links and 5 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| ./ | (empty) | empty | Add link text or aria-label |
| https://juno-fx.github.io/Orion-Document… | Full install guide → | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@JunoInnovations | Watch more on YouTube ↗ | new tab | Add '(opens in new tab)' to text |
| https://github.com/juno-fx | GitHub | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/juno-in… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/@JunoInnovations | YouTube | new tab | Add '(opens in new tab)' to text |
| https://discord.com/invite/PtM6NzazqH | Discord | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
./
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://juno-fx.github.io/Orion-Documentation/latest/installation/quick-start…; https://www.youtube.com/@JunoInnovations; https://github.com/juno-fx; https://www.linkedin.com/company/juno-innovations; https://www.youtube.com/@JunoInnovations; https://discord.com/invite/PtM6NzazqH
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
BTap Target Adequacy3 tap target(s) too small or too close togetherREVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 19 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Run every workload l… | 2.25:1 | 3.0:1 | #000000 | #773217 | Fail |
| h1 "Orion shifted our f… | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h2 One compute plane. E… | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h2 This won't take long… | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h2 Built-in management … | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h3 Running GPU and CPU … | 3.54:1 | 3.0:1 | #000000 | #9C4E29 | Pass |
| h3 Hyperscaler GPU rent… | 1.59:1 | 3.0:1 | #000000 | #512212 | Fail |
| h3 DIY Kubernetes + VMw… | 1.13:1 | 3.0:1 | #000000 | #220E06 | Fail |
| h3 Two types of teams c… | 1.05:1 | 3.0:1 | #000000 | #0A0809 | Fail |
| h3 You're over-provisio… | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h3 Your end users shoul… | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h3 Compute Resource Sli… | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h3 Many Users, One GPU | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h3 See how Orion works … | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h3 🛡️ | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h3 Defense & Government | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h3 🧬 | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h3 Life Sciences | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h3 ⚡ | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
| h3 HPC | 1.09:1 | 3.0:1 | #000000 | #0E0E10 | Fail |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
BLighthouse Accessibility AuditsScore 88/100 — 5 failing, 22 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GPU Time-Slice Monitor div.ssr-variant > div > div > span |
NODE / GPU div.ssr-variant > div > div > span |
USER div.ssr-variant > div > div > span |
UTILIZATION div.ssr-variant > div > div > span |
JOB div.ssr-variant > div > div > span |
GPU 0 div > div > div > span |
GPU 1 div > div > div > span |
GPU 2 div > div > div > span |
GPU 3 div > div > div > span |
GPU 0 div > div > div > span |
GPU 1 div > div > div > span |
GPU 2 div > div > div > span |
GPU 3 div > div > div > span |
3 users · 7 GPUs active · 0 queued div.ssr-variant > div > div > span |
Updated 9s div.ssr-variant > div > div > span |
* Visualizations represent live cluster state and are illustrative of Orion's o… main.framer-1k7waej > section#features > div.framer-1pmanse > p.framer-text |
Compute cost reduction div.framer-1ae6yq8 > div.framer-9zn3fl > div.framer-8lsx3u > p.framer-text |
User request to workload running div.framer-13uk021 > div.framer-ptb8e3 > div.framer-jz9opv > p.framer-text |
Juno Innovations provides compute orchestration software. Orion is designed for… footer.framer-OACfa > div.framer-zhixdk > div.framer-w3asg > p.framer-text |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Running GPU and CPU workloads has meant choosing between two compromises. div.framer-n6r9la > div.ssr-variant > div.framer-10l2sa3 > h3.framer-text |
~40% div.framer-1ae6yq8 > div.framer-1ui2kfd > div.framer-jbawmc > h3.framer-text |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.framer-z3PI5 > div.framer-xmz3tp > div.framer-cm1to5 > a.framer-1hzb0g2 div.framer-z3PI5 > div.framer-xmz3tp > div.framer-cm1to5 > a.framer-1hzb0g2 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Terra App Store div.framer-1h7xzvl > div.framer-1sqrznn > p.framer-text > a.framer-text |
KubeVirt — VM Orchestration div.framer-1h7xzvl > div.framer-1hcb4z0 > p.framer-text > a.framer-text |
Documentation div.framer-2y62ma > div.framer-1clg6bi > p.framer-text > a.framer-text |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Settings div.framer-2pSaX > main.framer-1k7waej > div.framer-bm3mjy-container > button.__framer-cookie-component-button |