From eb53e46ebc8986ac20fa29602e438e44de16cb33 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 14 Oct 2022 17:22:14 -0400 Subject: [PATCH] A lot of clean up!!! --- ...ve_app_v3.css => aether_app_native_v3.css} | 12 +- app/{static => files}/launcher.reset | 0 app/{static => files}/test.txt | 0 app/{static/images => img}/oneskyit_logo.png | Bin .../images => img}/site_background.png | Bin .../images => img}/site_background.svg | 0 .../images => img}/site_background.webp | Bin app/index.html | 108 +- ...tive_app_v3.js => aether_app_native_v3.js} | 69 +- app/js/aether_app_native_v4.js | 875 ++++++++++++++++ app/static/images/favicon.ico | Bin 1626 -> 0 bytes config.json | 2 +- config.json.default | 31 +- index.js | 152 ++- package-lock.json | 991 +++++++++++++----- package.json | 12 +- 16 files changed, 1819 insertions(+), 433 deletions(-) rename app/css/{aether_native_app_v3.css => aether_app_native_v3.css} (67%) rename app/{static => files}/launcher.reset (100%) rename app/{static => files}/test.txt (100%) rename app/{static/images => img}/oneskyit_logo.png (100%) rename app/{static/images => img}/site_background.png (100%) rename app/{static/images => img}/site_background.svg (100%) rename app/{static/images => img}/site_background.webp (100%) rename app/js/{aether_native_app_v3.js => aether_app_native_v3.js} (86%) create mode 100644 app/js/aether_app_native_v4.js delete mode 100755 app/static/images/favicon.ico diff --git a/app/css/aether_native_app_v3.css b/app/css/aether_app_native_v3.css similarity index 67% rename from app/css/aether_native_app_v3.css rename to app/css/aether_app_native_v3.css index d8aff7e..cbebafa 100644 --- a/app/css/aether_native_app_v3.css +++ b/app/css/aether_app_native_v3.css @@ -3,8 +3,8 @@ body { height: 100%; max-height: 100%; */ - margin: .1em; - padding: .1em; + /* margin: .1em; + padding: .1em; */ } section#Main-Body { @@ -16,13 +16,13 @@ section#Main-Body { } section#Main-Nav-Menu { - min-height: 100%; + /* min-height: 100%; height: 100%; - max-height: 100%; + max-height: 100%; */ } section#Main-Content { - min-height: 100%; + /* min-height: 100%; height: 100%; - max-height: 100%; + max-height: 100%; */ } \ No newline at end of file diff --git a/app/static/launcher.reset b/app/files/launcher.reset similarity index 100% rename from app/static/launcher.reset rename to app/files/launcher.reset diff --git a/app/static/test.txt b/app/files/test.txt similarity index 100% rename from app/static/test.txt rename to app/files/test.txt diff --git a/app/static/images/oneskyit_logo.png b/app/img/oneskyit_logo.png similarity index 100% rename from app/static/images/oneskyit_logo.png rename to app/img/oneskyit_logo.png diff --git a/app/static/images/site_background.png b/app/img/site_background.png similarity index 100% rename from app/static/images/site_background.png rename to app/img/site_background.png diff --git a/app/static/images/site_background.svg b/app/img/site_background.svg similarity index 100% rename from app/static/images/site_background.svg rename to app/img/site_background.svg diff --git a/app/static/images/site_background.webp b/app/img/site_background.webp similarity index 100% rename from app/static/images/site_background.webp rename to app/img/site_background.webp diff --git a/app/index.html b/app/index.html index bcfb916..d1a3f8c 100644 --- a/app/index.html +++ b/app/index.html @@ -24,32 +24,34 @@ + + - + + + + + + - - - - - - + - + - + @@ -63,9 +65,9 @@