You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🎨 Palette: Micro-UX and Accessibility Enhancements
This PR implements several small but high-impact UX and accessibility improvements across the site:
♿ Accessibility:
- Added 'Skip to Content' links to index.html and os2.html for keyboard navigation.
- Configured <main> targets with id="main-content" and tabindex="-1".
- Implemented high-contrast :focus-visible outlines using the RTECH lime accent color.
- Increased contrast for navigation and secondary text to meet WCAG AA standards (Zinc/Slate-400).
✨ Interaction:
- Enabled smooth scrolling for index.html.
- Added logic to os2.html to disable the download button if the ISO mirror check fails, preventing confusing clicks.
🧹 Cleanup:
- Removed accidental AI dialogue injection from index.html.
Verified using Playwright (internal script) and visual inspection.
Co-authored-by: rtech-technologies <254326487+rtech-technologies@users.noreply.github.com>
Copy file name to clipboardExpand all lines: index.html
+12-14Lines changed: 12 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,3 @@
1
-
Understood. We're keeping the focus purely on the **RTECH** mission: hardware sovereignty, the right to mod, and the 2026 roadmap. I have removed the anti-corporate rhetoric to focus on the positive "Sovereign Industrial" identity and added the official contact point.
2
-
3
-
### RTECH | Sovereign Industrial Root (`index.html`)
<pclass="text-[10px] text-zinc-500 font-bold uppercase mb-8">RTECH is currently focused on core silicon and workstation nodes. Mobile form factors are currently in research.</p>
78
+
<pclass="text-[10px] text-zinc-400 font-bold uppercase mb-8">RTECH is currently focused on core silicon and workstation nodes. Mobile form factors are currently in research.</p>
<pclass="text-xs font-bold uppercase text-zinc-500 leading-relaxed">The primary desktop architecture. Designed for direct OS*2 integration and high-performance modding environments.</p>
93
+
<pclass="text-xs font-bold uppercase text-zinc-400 leading-relaxed">The primary desktop architecture. Designed for direct OS*2 integration and high-performance modding environments.</p>
95
94
</div>
96
95
<divclass="roadmap-card p-10">
97
96
<h4class="text-xl font-black uppercase italic mb-4">Sovereign Server Units</h4>
98
-
<pclass="text-xs font-bold uppercase text-zinc-500 leading-relaxed">Scaling property rights to the rack. High-density compute nodes with zero remote management backdoors.</p>
97
+
<pclass="text-xs font-bold uppercase text-zinc-400 leading-relaxed">Scaling property rights to the rack. High-density compute nodes with zero remote management backdoors.</p>
<pclass="text-[11px] text-slate-500 uppercase font-bold">The OS is your property. RTECH cannot remote-wipe, update without consent, or access your local file table.</p>
79
+
<pclass="text-[11px] text-slate-400 uppercase font-bold">The OS is your property. RTECH cannot remote-wipe, update without consent, or access your local file table.</p>
<pclass="text-[11px] text-slate-500 uppercase font-bold">High-contrast, zero-latency interface designed for aggressive decorators and heavy industry.</p>
83
+
<pclass="text-[11px] text-slate-400 uppercase font-bold">High-contrast, zero-latency interface designed for aggressive decorators and heavy industry.</p>
0 commit comments