diff --git a/static/gui/app-store/000.html b/static/gui/app-store/000.html index 7b22fb94d..5eef56de4 100755 --- a/static/gui/app-store/000.html +++ b/static/gui/app-store/000.html @@ -219,6 +219,18 @@ +
+
+ +
+
+
+

Other


+
+
+
+
+ + diff --git a/static/gui/app-store/002b.html b/static/gui/app-store/002b.html new file mode 100755 index 000000000..1144d5cc9 --- /dev/null +++ b/static/gui/app-store/002b.html @@ -0,0 +1,389 @@ + + + + + + App Store + + + + + + + + + + + +
+
+
+
+ +
+
+
+
+ + +
+
+
+
+
+ +
+ +
+
+
+
+
+
+ + + +
+
+
+
+
+
+ +
+
+
+
+
+
+ + +
+
+
+
+
+
+ +
+
+
+
+
+
+ + + + diff --git a/static/gui/app-store/006.html b/static/gui/app-store/006.html new file mode 100755 index 000000000..9c01ff2de --- /dev/null +++ b/static/gui/app-store/006.html @@ -0,0 +1,357 @@ + + + + + + App Store + + + + + + + + + + + +
+
+
+
+ +
+
+
+
+ + + + +
+
+
+
+
+
+ +
+
+
+
+
+
+ + + +
+
+
+
+
+ +
+ +
+
+
+
+
+
+ + + +
+
+
+
+
+
+ +
+
+
+
+
+
+ + + + + diff --git a/static/gui/app-store/apps/002-002/fetch.html b/static/gui/app-store/apps/002-002/fetch.html index 439b46628..51e31bab0 100755 --- a/static/gui/app-store/apps/002-002/fetch.html +++ b/static/gui/app-store/apps/002-002/fetch.html @@ -9,10 +9,10 @@ $(document).ready(function() { // Check if the URL contains "datro." if (window.location.hostname.includes("datro.")) { - window.location.href = 'https://demo.jellyfin.org/stable/web/index.html'; + window.location.href = 'https://emulatorjs.org/demo.html'; } else { // Redirect to the local server - window.location.href = 'http://' + window.location.hostname + ':' + window.location.port; + window.location.href = 'http://' + window.location.hostname + ':83' + window.location.port; } // Add a timeout to handle cases where the port doesn't load within a reasonable timeframe @@ -27,4 +27,4 @@ - \ No newline at end of file + diff --git a/static/gui/app-store/apps/002-002/logo.png b/static/gui/app-store/apps/002-002/logo.png index 804c83bf8..ad0febdd2 100755 Binary files a/static/gui/app-store/apps/002-002/logo.png and b/static/gui/app-store/apps/002-002/logo.png differ diff --git a/static/gui/app-store/apps/002-002/title.svg b/static/gui/app-store/apps/002-002/title.svg index 841c82246..00a836d5a 100755 --- a/static/gui/app-store/apps/002-002/title.svg +++ b/static/gui/app-store/apps/002-002/title.svg @@ -1,216 +1,27 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + EmulatorJS + + + + + \ No newline at end of file diff --git a/static/gui/app-store/apps/006-001/fetch.html b/static/gui/app-store/apps/006-001/fetch.html new file mode 100755 index 000000000..c7a6117ef --- /dev/null +++ b/static/gui/app-store/apps/006-001/fetch.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + diff --git a/static/gui/app-store/apps/006-001/logo.png b/static/gui/app-store/apps/006-001/logo.png new file mode 100755 index 000000000..ea2406bf7 Binary files /dev/null and b/static/gui/app-store/apps/006-001/logo.png differ diff --git a/static/gui/app-store/apps/006-001/style.css b/static/gui/app-store/apps/006-001/style.css new file mode 100755 index 000000000..1dfcd9a94 --- /dev/null +++ b/static/gui/app-store/apps/006-001/style.css @@ -0,0 +1,74 @@ +.square-006-001 { + float: left; + position: relative; + width: 16%; + padding-bottom: 16%; + background:#303030; + margin: 1.66%; + overflow: hidden; + border-radius: 0.5em; + border-width: 1px; + border-style: solid; + border-color: white; + border-image: initial; + z-index:0; +} +.square-006-001-doc { + float: left; + position: relative; + width: 16%; + padding-bottom: 16%; + background: radial-gradient(rgb(30,26,19), transparent); + margin: 1.66%; + overflow: hidden; + border-radius: 0.5em; + border-width: 1px; + border-style: solid; + border-color: white; + border-image: initial; + z-index:0; +} + +.square-006-001:hover { + background-color: #2c2c2c; + border: 1px solid grey; +} + +.content-006-001 { + position: absolute; + height: 90%; + width: 90%; + padding: 5%; +} + +.table-006-001 { + display: table; + width: 100%; + height: 100%; +} + +.table-cell-006-001 { + display: table-cell; + vertical-align: middle; +} + +.content-006-001 .rs-006-001 { + max-height: 10px; + width: auto; + margin-top: 0.4em; + overflow: hidden!important; + height: 6%; + max-width: 100%; + min-height: 8vw; + min-width: 8vw; + image-rendering: auto; + object-position: center!important; +} + +@media screen and (max-width: 900px) { +.square-006-001,.square-006-001-doc { + min-width: 25vw; + line-height: 8vw; + min-height: calc(7vh + 2vw)!important; +} +} diff --git a/static/gui/app-store/apps/006-001/title.svg b/static/gui/app-store/apps/006-001/title.svg new file mode 100755 index 000000000..d2d9c8bb6 --- /dev/null +++ b/static/gui/app-store/apps/006-001/title.svg @@ -0,0 +1,167 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + Jellyfin + + + + + + + + + + + + + + + diff --git a/static/gui/app-store/apps/006-002/fetch.html b/static/gui/app-store/apps/006-002/fetch.html new file mode 100755 index 000000000..51e31bab0 --- /dev/null +++ b/static/gui/app-store/apps/006-002/fetch.html @@ -0,0 +1,30 @@ + + + + + + + + + + + + diff --git a/static/gui/app-store/apps/006-002/files/.gitignore b/static/gui/app-store/apps/006-002/files/.gitignore new file mode 100755 index 000000000..e69de29bb diff --git a/static/gui/app-store/apps/006-002/files/.gitingore b/static/gui/app-store/apps/006-002/files/.gitingore new file mode 100755 index 000000000..e69de29bb diff --git a/static/gui/app-store/apps/006-002/logo.png b/static/gui/app-store/apps/006-002/logo.png new file mode 100755 index 000000000..ad0febdd2 Binary files /dev/null and b/static/gui/app-store/apps/006-002/logo.png differ diff --git a/static/gui/app-store/apps/006-002/style.css b/static/gui/app-store/apps/006-002/style.css new file mode 100755 index 000000000..f25889e64 --- /dev/null +++ b/static/gui/app-store/apps/006-002/style.css @@ -0,0 +1,152 @@ +.square-006-002 { + float: left; + position: relative; + width: 16%; + padding-bottom: 16%; + background:#303030; + margin: 1.66%; + overflow: hidden; + border-radius: 0.5em; + border-width: 1px; + border-style: solid; + border-color: white; + border-image: initial; + z-index:0; + max-height: 0vh; +} + +.table-cell-006-002 { + width: 100%; + height: 0; + padding-bottom: 100%; + +} + +.object-006-002 { +min-width: calc(100vw / 7); + width: 6pc; + position: absolute; + margin-left: -8vw; + margin-top: -1vh; + background-color: rgb(1, 1, 1, 0.1); + border-radius: 20px; + opacity: 0.9; + border: 1px solid white; + rotate: 180deg; + max-height: calc(4vh + 2pc); +} + +.square-006-002-doc { + float: left; + position: relative; + width: 16%; + padding-bottom: 16%; + background:#303030; + margin: 1.66%; + overflow: hidden; + border-radius: 0.5em; + border-width: 1px; + border-style: solid; + border-color: white; + border-image: initial; + z-index:0; +} + +.square-006-002:hover { + background-color: #2c2c2c; + border: 1px solid grey; +} + +.table-006-002 { + width: 100%; + height: 0; + padding-bottom: 100%; +} + +.rs-006-002 { + width: auto; + padding-top: calc(-5.5em + 6em); + overflow: hidden !important; + height: calc(2vh + 9vw); + image-rendering: auto; + object-position: center !important; + min-height: calc(1vh + 4.5vw); + max-height: calc(4vh + 18vw); + +} + +@media screen and (max-width: 900px) { +.square-006-002, .square-006-002-doc { + min-width: 25vw; + line-height: 3pc; + min-height: calc(7vh + 2vw)!important; +} +.app-label { +margin-left: -1px; +max-width:calc(6vh + 6vw) !important; +} +} +.square-006-002 { + float: left; + position: relative; + width: 16%; + padding-bottom: 16%; + background:#303030; + margin: 1.66%; + overflow: hidden; + border-radius: 0.5em; + border-width: 1px; + border-style: solid; + border-color: white; + border-image: initial; + z-index:0; +} + +.object-006-002 { +min-width: calc(100vw / 7); + width: 6pc; + position: absolute; + margin-left: -8vw; + margin-top: -1vh; + background-color: rgb(1, 1, 1, 0.1); + border-radius: 20px; + opacity: 0.9; + border: 1px solid white; + rotate: 180deg; + max-height: calc(4vh + 2pc); +} + +.square-006-002-doc { + float: left; + position: relative; + width: 16%; + padding-bottom: 16%; + background: radial-gradient(rgb(30,26,19), transparent); + margin: 1.66%; + overflow: hidden; + border-radius: 0.5em; + border-width: 1px; + border-style: solid; + border-color: white; + border-image: initial; + z-index:0; +} + +.square-006-002:hover { + background-color: #2c2c2c; + border: 1px solid grey; +} + +.content-006-002 { + width: 100%; + height: 0; + padding-bottom: 100%; +} + +@media screen and (max-width: 900px) { + .toggle { + float: left; + height: 2pc; +} +} + diff --git a/static/gui/app-store/apps/006-002/title.svg b/static/gui/app-store/apps/006-002/title.svg new file mode 100755 index 000000000..00a836d5a --- /dev/null +++ b/static/gui/app-store/apps/006-002/title.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + EmulatorJS + + + + + \ No newline at end of file diff --git a/static/gui/app-store/doc-006.html b/static/gui/app-store/doc-006.html new file mode 100755 index 000000000..e5a704868 --- /dev/null +++ b/static/gui/app-store/doc-006.html @@ -0,0 +1,244 @@ + + + + Hβnβ Entertainment Docs + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+ + + + + + diff --git a/static/gui/dashboard/000.html b/static/gui/dashboard/000.html index fcd43df88..3dea1952d 100755 --- a/static/gui/dashboard/000.html +++ b/static/gui/dashboard/000.html @@ -10,7 +10,6 @@ + + +
+
+ + + + + + + + + + + + + diff --git a/static/gui/dashboard/006.html b/static/gui/dashboard/006.html new file mode 100755 index 000000000..b0623f9c4 --- /dev/null +++ b/static/gui/dashboard/006.html @@ -0,0 +1,289 @@ + + + + + Hβnβ Entertainment Screen + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + diff --git a/static/gui/dashboard/css/style.css b/static/gui/dashboard/css/style.css index f321c13d9..742675389 100755 --- a/static/gui/dashboard/css/style.css +++ b/static/gui/dashboard/css/style.css @@ -96,7 +96,7 @@ Main Components border: 1px solid transparent; height: 1.5rem; box-shadow: -3px -2px #454545; - margin-top: -1vh; + margin-top: -3.5em; } .cd-header { @@ -140,19 +140,21 @@ Main Components } .forminput { - border: 1px solid transparent!important; - margin-top: -1.5rem; - background: transparent; - opacity: 0.6; - max-width: 17rem; - text-align: center; - padding: 5px; - position: fixed; - margin-left: -7.5rem; - color: dimgrey; - font-weight: 800!important; - letter-spacing: 0.2em; - font-size: 1.7rem; + border: 1px solid transparent !important; + margin-top: -1.25em; + background: transparent; + opacity: 0.6; + max-width: 17rem; + text-align: center; + padding: 0.75em; + position: fixed; + margin-left: -7.5rem; + font-weight: 800 !important; + letter-spacing: 0.2em; + font-size: 1.7rem; + height: 0; + margin-bottom: 100%; + width: 100%; } @media all and (max-width:410px) { diff --git a/static/gui/dashboard/screen-lookups/006-lookup.html b/static/gui/dashboard/screen-lookups/006-lookup.html new file mode 100755 index 000000000..5ac6f0185 --- /dev/null +++ b/static/gui/dashboard/screen-lookups/006-lookup.html @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + diff --git a/static/gui/index.html b/static/gui/index.html index 62f003069..f99fb838a 100755 --- a/static/gui/index.html +++ b/static/gui/index.html @@ -1,6 +1,6 @@ - + @@ -11,8 +11,8 @@ window.location.protocol = "https"; - Hotspotβnβ - + Hotspotβnβ + @@ -56,59 +56,59 @@ - - + + - - - - - - - - - - - - + $(document).ready(function() { + $("body").css("display", "none"); + $("body").fadeIn(2000); + }); + + + + + + + + + + + + + - + - + -
- - +
+ + - - - + + + - - - + + + -
+
-
-
- -
-
+
+
+ +
+
- - + + - - - - - - - - + + + + + + + + +