Exhibitc / index.html
caustino's picture
Update index.html
87d9ef1 verified
Raw
History Blame Contribute Delete
7.44 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exhibit C: Technical & Regulatory Standards Crosswalk</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
background-color: #f9fafb;
}
.flow-node {
transition: all 0.3s ease;
cursor: default;
}
.flow-node:hover {
transform: translateY(-4px);
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.flow-line {
stroke: #9ca3af;
stroke-width: 2;
marker-end: url(#arrowhead);
}
.flow-group {
border-left: 3px solid;
}
.modal-backdrop {
transition: opacity 0.3s ease;
}
.modal-content {
transition: transform 0.3s ease;
}
</style>
</head>
<body class="text-gray-800">
<div class="container mx-auto p-4 sm:p-6 md:p-8">
<!-- Header -->
<div class="text-center mb-12">
<h1 class="text-3xl sm:text-4xl font-bold text-gray-900">Exhibit C: Technical & Regulatory Standards Crosswalk</h1>
<p class="mt-2 text-lg text-gray-600">Mapping of Legal Regulations to Technical Standards and Requirements</p>
</div>
<div class="max-w-5xl mx-auto">
<div class="space-y-10">
<!-- Group 1: Digital Accessibility Standards -->
<div class="flow-group border-blue-500 pl-6">
<h2 class="text-xl font-bold text-blue-700 mb-4">Digital Accessibility & Civil Rights</h2>
<div class="space-y-6 relative">
<!-- ADA Title II -->
<div class="flow-node bg-white p-5 rounded-lg shadow-md border border-gray-200">
<h3 class="font-bold text-lg text-gray-800">ADA Title II (28 C.F.R. Part 35)</h3>
<p class="text-sm text-gray-500"><strong>Scope:</strong> State & local government web/mobile content</p>
<div class="mt-3 flex flex-wrap gap-2">
<span class="bg-blue-100 text-blue-800 text-xs font-semibold px-2.5 py-0.5 rounded-full">Standard: WCAG 2.1 AA</span>
<span class="bg-green-100 text-green-800 text-xs font-semibold px-2.5 py-0.5 rounded-full">Effective: Mar. 2025 (Proposed)</span>
</div>
</div>
<!-- ADA Title III -->
<div class="flow-node bg-white p-5 rounded-lg shadow-md border border-gray-200">
<h3 class="font-bold text-lg text-gray-800">ADA Title III (28 C.F.R. Part 36)</h3>
<p class="text-sm text-gray-500"><strong>Scope:</strong> Public accommodations’ digital assets</p>
<div class="mt-3 flex flex-wrap gap-2">
<span class="bg-blue-100 text-blue-800 text-xs font-semibold px-2.5 py-0.5 rounded-full">Standard: WCAG 2.1 AA</span>
<span class="bg-green-100 text-green-800 text-xs font-semibold px-2.5 py-0.5 rounded-full">Effective: Mar. 2025 (Proposed)</span>
</div>
</div>
<!-- Section 504 / 508 -->
<div class="flow-node bg-white p-5 rounded-lg shadow-md border border-gray-200">
<h3 class="font-bold text-lg text-gray-800">Section 504 / Rehab Act § 508</h3>
<p class="text-sm text-gray-500"><strong>Scope:</strong> Federally funded programs</p>
<div class="mt-3 flex flex-wrap gap-2">
<span class="bg-blue-100 text-blue-800 text-xs font-semibold px-2.5 py-0.5 rounded-full">Standard: W3C ARIA, WCAG 2.1 AA</span>
<span class="bg-green-100 text-green-800 text-xs font-semibold px-2.5 py-0.5 rounded-full">Effective: Ongoing</span>
</div>
</div>
<!-- DOJ Rule -->
<div class="flow-node bg-white p-5 rounded-lg shadow-md border border-gray-200">
<h3 class="font-bold text-lg text-gray-800">DOJ Title II Web & Mobile Rule</h3>
<p class="text-sm text-gray-500"><strong>Scope:</strong> State & local government web/mobile apps</p>
<div class="mt-3 flex flex-wrap gap-2">
<span class="bg-blue-100 text-blue-800 text-xs font-semibold px-2.5 py-0.5 rounded-full">Standard: WCAG 2.1 AA</span>
<span class="bg-green-100 text-green-800 text-xs font-semibold px-2.5 py-0.5 rounded-full">Effective: Apr. 8 2024</span>
</div>
</div>
</div>
</div>
<!-- Group 2: Data Security & Privacy Standards -->
<div class="flow-group border-purple-500 pl-6">
<h2 class="text-xl font-bold text-purple-700 mb-4">Data Security & Privacy Safeguards</h2>
<div class="space-y-6 relative">
<!-- NIST SP 800-208 -->
<div class="flow-node bg-white p-5 rounded-lg shadow-md border border-gray-200">
<h3 class="font-bold text-lg text-gray-800">NIST SP 800-208</h3>
<p class="text-sm text-gray-500"><strong>Scope:</strong> Federal information systems</p>
<div class="mt-3 flex flex-wrap gap-2">
<span class="bg-purple-100 text-purple-800 text-xs font-semibold px-2.5 py-0.5 rounded-full">Standard: Post-Quantum Cryptography (PQC)</span>
<span class="bg-green-100 text-green-800 text-xs font-semibold px-2.5 py-0.5 rounded-full">Effective: Draft 2025</span>
</div>
</div>
<!-- HIPAA / GINA -->
<div class="flow-node bg-white p-5 rounded-lg shadow-md border border-gray-200">
<h3 class="font-bold text-lg text-gray-800">HIPAA / GINA Privacy Safeguards</h3>
<p class="text-sm text-gray-500"><strong>Scope:</strong> Health & genetic data</p>
<div class="mt-3 flex flex-wrap gap-2">
<span class="bg-purple-100 text-purple-800 text-xs font-semibold px-2.5 py-0.5 rounded-full">Requirement: PQC readiness & data encryption</span>
<span class="bg-yellow-100 text-yellow-800 text-xs font-semibold px-2.5 py-0.5 rounded-full">Recommended: 2025–2026</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>