diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-06-17 08:11:57 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-06-17 08:11:57 -0400 |
| commit | 64c6cae85faf11d75ab3de1685916d87dbf18197 (patch) | |
| tree | 8ac9ffb3e2bf1345cee75638320881f7d19e0123 /themes/hugo-coder/layouts/_default | |
| parent | 53e7912a595abc057955e61a8dae2bcda9d9c51f (diff) | |
remove snow
Diffstat (limited to 'themes/hugo-coder/layouts/_default')
| -rw-r--r-- | themes/hugo-coder/layouts/_default/baseof.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html index 1c38f6b..2084145 100644 --- a/themes/hugo-coder/layouts/_default/baseof.html +++ b/themes/hugo-coder/layouts/_default/baseof.html | |||
| @@ -134,7 +134,7 @@ | |||
| 134 | > | 134 | > |
| 135 | <!-- <div id=fireworksContainer style="position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none;"></div> --> | 135 | <!-- <div id=fireworksContainer style="position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none;"></div> --> |
| 136 | 136 | ||
| 137 | <div id="snow" style="position: absolute; top: 0; left: 0; height: 100vh; width: 100vw; --s: 10s; --w: 50vw; --d: 0s;"></div> | 137 | <!-- <div id="snow" style="position: absolute; top: 0; left: 0; height: 100vh; width: 100vw; --s: 10s; --w: 50vw; --d: 0s;"></div> --> |
| 138 | 138 | ||
| 139 | {{ partial "float" . }} | 139 | {{ partial "float" . }} |
| 140 | <main class="wrapper"> | 140 | <main class="wrapper"> |
| @@ -221,7 +221,7 @@ | |||
| 221 | </script> | 221 | </script> |
| 222 | {{ end }} --> | 222 | {{ end }} --> |
| 223 | 223 | ||
| 224 | <script> | 224 | <!-- <script> |
| 225 | function r(min, max) { | 225 | function r(min, max) { |
| 226 | return Math.random() * (max - min) + min; | 226 | return Math.random() * (max - min) + min; |
| 227 | } | 227 | } |
| @@ -232,7 +232,7 @@ | |||
| 232 | el.style = `--x: ${r(0, 200)}vw; --y: -${r(0, 100)}vh; --d: ${r(-20, 20)}s; --w: ${r(40, 70)}vw; --s: ${r(12, 20)}s;`; | 232 | el.style = `--x: ${r(0, 200)}vw; --y: -${r(0, 100)}vh; --d: ${r(-20, 20)}s; --w: ${r(40, 70)}vw; --s: ${r(12, 20)}s;`; |
| 233 | snow.appendChild(el); | 233 | snow.appendChild(el); |
| 234 | } | 234 | } |
| 235 | </script> | 235 | </script> --> |
| 236 | 236 | ||
| 237 | </body> | 237 | </body> |
| 238 | </html> | 238 | </html> |
