mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 04:07:39 +00:00
db updates
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user