- WCAG 2.1 AA compliance (100%) - Focus indicators on all 9 pages - Skip links for keyboard navigation - Form ARIA labels and semantic HTML - Color contrast fixes (18/18 combinations pass) - Performance audit (avg 1ms load time) - Mobile responsiveness verification (9/9 pages) - All improvements deployed to production New audit infrastructure: - scripts/check-color-contrast.js - Color contrast verification - scripts/performance-audit.js - Load time testing - scripts/mobile-audit.js - Mobile readiness checker - scripts/audit-accessibility.js - Automated a11y testing Documentation: - audit-reports/accessibility-manual-audit.md - WCAG checklist - audit-reports/accessibility-improvements-summary.md - Implementation log - audit-reports/performance-report.json - Performance data - audit-reports/mobile-audit-report.json - Mobile analysis - audit-reports/polish-refinement-complete.md - Executive summary - DEPLOYMENT-2025-10-08.md - Production deployment log - SESSION-HANDOFF-2025-10-08.md - Session handoff document New content: - docs/markdown/organizational-theory-foundations.md - public/images/tractatus-icon.svg - public/js/components/navbar.js 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" class="tractatus-icon">
|
|
<!-- Outer orbit -->
|
|
<circle cx="24" cy="24" r="20" stroke="currentColor" stroke-width="1" opacity="0.3" fill="none"/>
|
|
|
|
<!-- Middle orbit -->
|
|
<circle cx="24" cy="24" r="14" stroke="currentColor" stroke-width="1" opacity="0.4" fill="none"/>
|
|
|
|
<!-- Inner orbit -->
|
|
<circle cx="24" cy="24" r="8" stroke="currentColor" stroke-width="1" opacity="0.5" fill="none"/>
|
|
|
|
<!-- Center sphere with gradient for depth -->
|
|
<defs>
|
|
<radialGradient id="centerGradient">
|
|
<stop offset="0%" stop-color="currentColor" stop-opacity="1"/>
|
|
<stop offset="100%" stop-color="currentColor" stop-opacity="0.7"/>
|
|
</radialGradient>
|
|
</defs>
|
|
<circle cx="24" cy="24" r="5" fill="url(#centerGradient)"/>
|
|
|
|
<!-- Orbital dots positioned strategically -->
|
|
<!-- Outer orbit dot (top-right) -->
|
|
<circle cx="38" cy="10" r="2" fill="currentColor" opacity="0.7"/>
|
|
|
|
<!-- Middle orbit dot (bottom-left) -->
|
|
<circle cx="14" cy="34" r="1.5" fill="currentColor" opacity="0.8"/>
|
|
|
|
<!-- Inner orbit dot (right) -->
|
|
<circle cx="32" cy="24" r="1.2" fill="currentColor" opacity="0.9"/>
|
|
</svg>
|