From f63f6134dfd745d9791b256bdc629f8ee1285774 Mon Sep 17 00:00:00 2001 From: ivan-pelly Date: Thu, 19 Feb 2026 14:28:01 -0800 Subject: [PATCH 1/9] Added Lighthouse scores to the page --- docs/Index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/Index.html b/docs/Index.html index 269de2f..cb32d7d 100644 --- a/docs/Index.html +++ b/docs/Index.html @@ -110,6 +110,10 @@ .grid-3 { grid-template-columns: 1fr 1fr 1fr; } + + .grid-4 { + grid-template-columns: 1fr 1fr 1fr 1fr; + } } .card { @@ -467,6 +471,29 @@ +
+

Lighthouse Scores

+

This page achieved the following Lighthouse scores:

+
+
+ 100 + Performance +
+
+ 100 + Accessibility +
+
+ 100 + Best Practices +
+
+ 100 + SEO +
+
+
+