Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| start [2026/06/11 08:13] – jumpstartadmin | start [2026/06/11 08:33] (current) – jumpstartadmin | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| @font-face { font-family: | @font-face { font-family: | ||
| - | .js-wrap { position: fixed; top: 50px; left: 0; width: 100vw; height: | + | /* Grid fills full viewport — navbar floats over it */ |
| + | .js-wrap { | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | } | ||
| /* Scanline overlay */ | /* Scanline overlay */ | ||
| Line 22: | Line 35: | ||
| } | } | ||
| - | /* Edge vignette | + | /* Edge vignette */ |
| .js-wrap:: | .js-wrap:: | ||
| content: ''; | content: ''; | ||
| Line 62: | Line 75: | ||
| } | } | ||
| - | /* Title */ | + | /* Title — centered in full viewport |
| .js-title { | .js-title { | ||
| position: fixed; | position: fixed; | ||
| - | top: 50px; | + | top: 0; |
| left: 0; | left: 0; | ||
| width: 100vw; | width: 100vw; | ||
| - | height: | + | height: 100vh; |
| z-index: 1002; | z-index: 1002; | ||
| pointer-events: | pointer-events: | ||
| Line 92: | Line 105: | ||
| .js-title-divider-diamond { width: 5px; height: 5px; background: rgba(184, | .js-title-divider-diamond { width: 5px; height: 5px; background: rgba(184, | ||
| - | /* Particle canvas */ | + | /* Particle canvas |
| - | # | + | # |
| @keyframes revealUp { from { opacity: 0; transform: translateY(20px); | @keyframes revealUp { from { opacity: 0; transform: translateY(20px); | ||
| Line 108: | Line 121: | ||
| .js-card: | .js-card: | ||
| </ | </ | ||
| + | |||
| + | <div class=" | ||
| <div class=" | <div class=" | ||