2025-09-26 16:37:46 +01:00
|
|
|
<div class="bg-white w-full page m-0 px-10">
|
|
|
|
|
<div class="px-16 py-10">
|
2025-09-24 08:35:29 +01:00
|
|
|
<!-- Table of Contents Header -->
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="mb-8">
|
|
|
|
|
<h1
|
|
|
|
|
class="text-5xl font-bold text-black mb-6 tracking-wide border-b-4 border-blue-500 pb-2 text-center"
|
|
|
|
|
>
|
2025-09-24 08:35:29 +01:00
|
|
|
TABLE OF CONTENTS
|
|
|
|
|
</h1>
|
|
|
|
|
<div class="w-full h-1 bg-cyan-400"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Table of Contents Items -->
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex flex-col justify-between space-y-6 py-6">
|
2025-09-24 08:35:29 +01:00
|
|
|
<!-- Lung Analysis -->
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex items-start bg-gray-200 h-24">
|
2025-09-24 08:35:29 +01:00
|
|
|
<div
|
2025-09-26 16:37:46 +01:00
|
|
|
class="bg-black text-white text-2xl font-bold w-16 h-full flex items-center justify-center mr-8 flex-shrink-0"
|
2025-09-24 08:35:29 +01:00
|
|
|
>
|
|
|
|
|
3
|
|
|
|
|
</div>
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex flex-col flex-1 py-1 justify-center h-full">
|
|
|
|
|
<h2 class="text-2xl font-semibold text-black">
|
2025-09-24 08:35:29 +01:00
|
|
|
Lung Analysis
|
|
|
|
|
</h2>
|
2025-09-26 16:37:46 +01:00
|
|
|
<p class="text-gray-600 text-base">
|
|
|
|
|
Pulse Oximetry Assessment
|
|
|
|
|
</p>
|
|
|
|
|
<p class="text-gray-600 text-base">
|
|
|
|
|
Spirometry Assessment
|
|
|
|
|
</p>
|
2025-09-24 08:35:29 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Cardio Metrics -->
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex items-start bg-gray-200 h-24">
|
2025-09-24 08:35:29 +01:00
|
|
|
<div
|
2025-09-26 16:37:46 +01:00
|
|
|
class="bg-black text-white text-2xl font-bold w-16 h-full flex items-center justify-center mr-8 flex-shrink-0"
|
2025-09-24 08:35:29 +01:00
|
|
|
>
|
|
|
|
|
4
|
|
|
|
|
</div>
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex flex-col py-1 flex-1 justify-center h-full">
|
|
|
|
|
<h2 class="text-2xl font-semibold text-black mb-3">
|
2025-09-24 08:35:29 +01:00
|
|
|
Cardio Metrics
|
|
|
|
|
</h2>
|
2025-09-26 16:37:46 +01:00
|
|
|
<p class="text-gray-600 text-base">
|
2025-09-24 08:35:29 +01:00
|
|
|
Active Metabolic Rate Assessment
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Fuel Utilization -->
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex items-start bg-gray-200 h-24">
|
2025-09-24 08:35:29 +01:00
|
|
|
<div
|
2025-09-26 16:37:46 +01:00
|
|
|
class="bg-black text-white text-2xl font-bold w-16 h-full flex items-center justify-center mr-8 flex-shrink-0"
|
2025-09-24 08:35:29 +01:00
|
|
|
>
|
|
|
|
|
5
|
|
|
|
|
</div>
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex flex-col py-1 flex-1 justify-center flex-1 h-full">
|
2025-09-24 08:35:29 +01:00
|
|
|
<h2 class="text-2xl font-semibold text-black">
|
|
|
|
|
Fuel Utilization
|
|
|
|
|
</h2>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Local Muscle Activity -->
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex items-start bg-gray-200 h-24">
|
2025-09-24 08:35:29 +01:00
|
|
|
<div
|
2025-09-26 16:37:46 +01:00
|
|
|
class="bg-black text-white text-2xl font-bold w-16 h-full flex items-center justify-center mr-8 flex-shrink-0"
|
2025-09-24 08:35:29 +01:00
|
|
|
>
|
|
|
|
|
9
|
|
|
|
|
</div>
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex flex-col justify-center h-full flex-1">
|
2025-09-24 08:35:29 +01:00
|
|
|
<h2 class="text-2xl font-semibold text-black">
|
|
|
|
|
Local Muscle Activity
|
|
|
|
|
</h2>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Training Recommendations -->
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex items-start bg-gray-200 h-24">
|
2025-09-24 08:35:29 +01:00
|
|
|
<div
|
2025-09-26 16:37:46 +01:00
|
|
|
class="bg-black text-white text-2xl font-bold w-16 h-full flex items-center justify-center mr-8 flex-shrink-0"
|
2025-09-24 08:35:29 +01:00
|
|
|
>
|
|
|
|
|
10
|
|
|
|
|
</div>
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex flex-col h-full justify-center flex-1">
|
2025-09-24 08:35:29 +01:00
|
|
|
<h2 class="text-2xl font-semibold text-black">
|
|
|
|
|
Training Recommendations
|
|
|
|
|
</h2>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Next Steps -->
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex items-start bg-gray-200 h-24">
|
2025-09-24 08:35:29 +01:00
|
|
|
<div
|
2025-09-26 16:37:46 +01:00
|
|
|
class="bg-black text-white text-2xl font-bold w-16 h-full flex items-center justify-center mr-8 flex-shrink-0"
|
2025-09-24 08:35:29 +01:00
|
|
|
>
|
|
|
|
|
12
|
|
|
|
|
</div>
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex flex-col h-full justify-center flex-1">
|
2025-09-24 08:35:29 +01:00
|
|
|
<h2 class="text-2xl font-semibold text-black">
|
|
|
|
|
Next Steps
|
|
|
|
|
</h2>
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="space-y-2">
|
|
|
|
|
<!-- No sub-items -->
|
|
|
|
|
</div>
|
2025-09-24 08:35:29 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Glossary -->
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex items-start bg-gray-200 h-24">
|
2025-09-24 08:35:29 +01:00
|
|
|
<div
|
2025-09-26 16:37:46 +01:00
|
|
|
class="bg-black text-white text-2xl font-bold w-16 h-full flex items-center justify-center mr-8 flex-shrink-0"
|
2025-09-24 08:35:29 +01:00
|
|
|
>
|
|
|
|
|
13
|
|
|
|
|
</div>
|
2025-09-26 16:37:46 +01:00
|
|
|
<div class="flex flex-col h-full justify-center flex-1">
|
|
|
|
|
<h2 class="text-2xl font-semibold text-black">
|
|
|
|
|
Glossary
|
|
|
|
|
</h2>
|
|
|
|
|
<div class="space-y-2">
|
|
|
|
|
<!-- No sub-items -->
|
|
|
|
|
</div>
|
2025-09-24 08:35:29 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|