From ff7a0262b0962e4a961700e9b09bafe7541e1210 Mon Sep 17 00:00:00 2001 From: LimePot Date: Thu, 16 Feb 2023 17:51:43 -0700 Subject: [PATCH] Mobile Navbar attempt --- Socials.html | 25 ++- index.html | 21 +- node_modules/.package-lock.json | 7 +- node_modules/bulma-toast/LICENSE | 21 ++ node_modules/bulma-toast/README.md | 192 ++++++++++++++++++ .../bulma-toast/dist/bulma-toast.cjs.js | 6 + .../bulma-toast/dist/bulma-toast.esm.js | 6 + .../bulma-toast/dist/bulma-toast.min.js | 6 + node_modules/bulma-toast/index.d.ts | 46 +++++ node_modules/bulma-toast/package.json | 58 ++++++ package-lock.json | 15 +- package.json | 3 +- 12 files changed, 381 insertions(+), 25 deletions(-) create mode 100644 node_modules/bulma-toast/LICENSE create mode 100644 node_modules/bulma-toast/README.md create mode 100644 node_modules/bulma-toast/dist/bulma-toast.cjs.js create mode 100644 node_modules/bulma-toast/dist/bulma-toast.esm.js create mode 100644 node_modules/bulma-toast/dist/bulma-toast.min.js create mode 100644 node_modules/bulma-toast/index.d.ts create mode 100644 node_modules/bulma-toast/package.json diff --git a/Socials.html b/Socials.html index 2e5014c..a187a19 100644 --- a/Socials.html +++ b/Socials.html @@ -6,7 +6,7 @@ LimePot - Socials - + @@ -92,8 +92,7 @@
Fediverse - -

+
Discord @@ -106,14 +105,20 @@ });


- - Made with Bulma + +
+
-
+ + diff --git a/index.html b/index.html index 8016af2..67b4997 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,6 @@ LimePot - Home -