From 63974723d72460f3cf819b975feae3eb7485f99f Mon Sep 17 00:00:00 2001 From: Ember Date: Sat, 18 Dec 2021 19:24:50 -0500 Subject: [PATCH] Optimize the code --- .gitattributes | 2 +- _layouts/landing.liquid | 34 +++++++++++++++++++++++++++++----- static/glow.wasm | 3 --- static/glow/glow.js | 3 +++ static/glow/glow_bg.wasm | 3 +++ static/miniquad.js | 3 --- 6 files changed, 36 insertions(+), 12 deletions(-) delete mode 100644 static/glow.wasm create mode 100644 static/glow/glow.js create mode 100644 static/glow/glow_bg.wasm delete mode 100644 static/miniquad.js diff --git a/.gitattributes b/.gitattributes index ca5219e..c9c340d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,4 @@ *.woff filter=lfs diff=lfs merge=lfs -text *.woff2 filter=lfs diff=lfs merge=lfs -text *.wasm filter=lfs diff=lfs merge=lfs -text -static/miniquad.js filter=lfs diff=lfs merge=lfs -text +static/glow/glow.js filter=lfs diff=lfs merge=lfs -text diff --git a/_layouts/landing.liquid b/_layouts/landing.liquid index 4ebd6e8..8fa1943 100644 --- a/_layouts/landing.liquid +++ b/_layouts/landing.liquid @@ -4,7 +4,7 @@ {{ site.title }} - + @@ -18,10 +18,34 @@
- - - - + +

Welcome to

diff --git a/static/glow.wasm b/static/glow.wasm deleted file mode 100644 index 7c7837d..0000000 --- a/static/glow.wasm +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15bc7e90ddc2f4bfce0d031e0329cedfccd827bac86d004cda1df935995403e8 -size 314159 diff --git a/static/glow/glow.js b/static/glow/glow.js new file mode 100644 index 0000000..bff1f89 --- /dev/null +++ b/static/glow/glow.js @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebc118df45c216a6f16c4d164ead3e4dc14842796f17a9f2326d45680c848ec +size 11965 diff --git a/static/glow/glow_bg.wasm b/static/glow/glow_bg.wasm new file mode 100644 index 0000000..e3b4ce2 --- /dev/null +++ b/static/glow/glow_bg.wasm @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077d32f3dae1c533eb8037853df890ee355ff14dcf7a0547a8fc39a5176921fb +size 96316 diff --git a/static/miniquad.js b/static/miniquad.js deleted file mode 100644 index 040504e..0000000 --- a/static/miniquad.js +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c311670215bc79e98a6d5be0efd4ebf5afef2cc62c42a3568dff9d6d3e8ce14 -size 28774