db updates

This commit is contained in:
ivan-pelly
2026-02-21 10:57:31 -08:00
parent 8304d65e65
commit fb1eea6d08
4 changed files with 1230 additions and 1597 deletions
+28
View File
@@ -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,30 @@
</div>
</section>
<section class="card" style="margin-top:1.25rem;" aria-labelledby="lighthouse">
<h2 id="lighthouse">Lighthouse Scores</h2>
<p class="muted">This page achieved the following Lighthouse scores:</p>
<div class="grid grid-4" style="margin-top:0.75rem;">
<div class="kpi" style="text-align:center;">
<strong>100</strong>
<span>Performance</span>
</div>
<div class="kpi" style="text-align:center;">
<strong>100</strong>
<span>Accessibility</span>
</div>
<div class="kpi" style="text-align:center;">
<strong>100</strong>
<span>Best Practices</span>
</div>
<div class="kpi" style="text-align:center;">
<strong>100</strong>
<span>SEO</span>
</div>
</div>
<small style="display:block;text-align:center;margin-top:8px;">Tested in a Chrome Incognito window. YMMV.</small>
</section>
</main>
<footer role="contentinfo">