Commit 2060c4d
Address copilot review
- Remove back-to-top from tab order while hidden
- Add visibility:hidden alongside opacity/pointer-events so keyboard and
screen-reader users can't focus the button when it's not shown.
- Replace inline style with a semantic .sponsor-cta class
- Update footer copyright year range to 2026
- Pre-bake hero background blur/saturation, drop CSS filter
- Replace the runtime CSS `filter: blur(1px) saturate(1.3)` on the
full-viewport .hero::before layer with a pre-processed JPEG
(blurred/saturated at build time via Pillow), avoiding the GPU compositing
cost of filtering a large layer on every paint. Visual result is unchanged.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5172ece commit 2060c4d
4 files changed
Lines changed: 17 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
239 | 241 | | |
240 | 242 | | |
241 | 243 | | |
242 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
243 | 247 | | |
244 | 248 | | |
245 | 249 | | |
246 | | - | |
| 250 | + | |
247 | 251 | | |
248 | 252 | | |
249 | | - | |
250 | 253 | | |
251 | 254 | | |
252 | 255 | | |
| |||
469 | 472 | | |
470 | 473 | | |
471 | 474 | | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
472 | 479 | | |
473 | 480 | | |
474 | 481 | | |
| |||
737 | 744 | | |
738 | 745 | | |
739 | 746 | | |
| 747 | + | |
740 | 748 | | |
741 | 749 | | |
742 | | - | |
| 750 | + | |
743 | 751 | | |
744 | 752 | | |
745 | 753 | | |
746 | 754 | | |
| 755 | + | |
747 | 756 | | |
748 | 757 | | |
749 | 758 | | |
| |||
Loading
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
0 commit comments