Refactor code structure for improved readability and maintainability

This commit is contained in:
bolade
2025-11-26 11:23:04 +01:00
parent 47e6e69eb7
commit 100b47e947
12 changed files with 1335 additions and 641 deletions
+8 -2
View File
@@ -1,6 +1,12 @@
<div class="w-full page bg-white">
<!-- Main Content -->
<div class="flex flex-col items-center justify-center h-full">
<!-- Title -->
<h1 class="text-2xl font-bold text-center text-gray-800 mb-6">
Fuel Utilization Report - Institute of Science, Health and
Performance
</h1>
<!-- Fuel Utilization Chart -->
<div class="w-full max-w-5xl">
<img
@@ -13,8 +19,8 @@
<!-- Chart Information -->
<div class="mt-8 text-center">
<p class="text-gray-700 text-sm">
Client: {{ client_name | default('Keirstyn Moran') }} |
Assessment Date: {{ assessment_date | default('July 29 2025') }}
Client: {{ client_name }} | Assessment Date: {{ assessment_date
}}
</p>
</div>
</div>