From d7bde824ca496dc1d73c5f642fc2fc7829de6fa8 Mon Sep 17 00:00:00 2001 From: octospacc Date: Wed, 18 Jan 2023 21:41:34 +0100 Subject: [PATCH] Update home, HashyMagnet --- public/Assets/CSS/Dark.css | 18 +++- public/HashyMagnet/index.html | 137 ++++++++++++++--------------- public/HashyMagnet/manifest.json | 18 ++++ public/index.html | 4 +- public/stuff/links/.gitkeep | 0 public/stuff/links/embeds/.gitkeep | 0 6 files changed, 102 insertions(+), 75 deletions(-) create mode 100644 public/HashyMagnet/manifest.json delete mode 100644 public/stuff/links/.gitkeep delete mode 100644 public/stuff/links/embeds/.gitkeep diff --git a/public/Assets/CSS/Dark.css b/public/Assets/CSS/Dark.css index 8604af9..8a56aad 100644 --- a/public/Assets/CSS/Dark.css +++ b/public/Assets/CSS/Dark.css @@ -44,7 +44,7 @@ Body { } .Content { - background-color: rgba(0,0,0,0.8); + background-color: rgba(0,0,0,0.85); width: 100%; position: absolute; top: 0px; @@ -61,7 +61,7 @@ Body { Max-Width: Fit-Content; Margin: Auto; Padding: 16px; - Background-Color: RGBA(16,16,16,0.8); + Background-Color: RGBA(16,16,16,0.85); } .TopBar { @@ -76,7 +76,6 @@ Body { } .Footer { - Background-Color: RGBA(36, 36, 36, 0.8); Position: Fixed; Display: Flex; Flex-Direction: Row; @@ -92,6 +91,19 @@ Body { Overflow-Y: Hidden; White-Space: NoWrap; Z-Index: 1; + /* CSS-only scroll shadow effect | Credits to Bartek, */ + /* + background: + linear-gradient(90deg, white 30%, rgba(255, 255, 255, 0)), + linear-gradient(90deg, rgba(255, 255, 255, 0), white 70%) 0 100%, + radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), white), + radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), white) 0 100%; + background-repeat: no-repeat; + background-position: top left, top right, top left, top right; + background-size: 40px 100%, 40px 100%, 20px 100%, 20px 100%; + background-attachment: local, local, scroll, scroll; + */ + Background-Color: RGBA(36, 36, 36, 0.85); } .Footer > .FooterRight { Margin-Right: 12px; } diff --git a/public/HashyMagnet/index.html b/public/HashyMagnet/index.html index 8f6fc67..a16b385 100644 --- a/public/HashyMagnet/index.html +++ b/public/HashyMagnet/index.html @@ -11,7 +11,7 @@ - + +.ocean { Overflow: Hidden; } +
[🔼 Home]
-
- -

HashyMagnet

-

Generate a full BitTorrent Magnet Link from an Info Hash...

-
+
+

HashyMagnet

+

Generate a full BitTorrent Magnet Link from an Info Hash...

- + +const Changelog = `\ +[ 2023-01-18 ] +- Fix handling of torrent hash input +- Improve support for older browsers +- Improve minor UI/UX aspects +`; +LastUpdatedDate.innerHTML = Changelog.split('\n')[0].substring(2, 12); + diff --git a/public/HashyMagnet/manifest.json b/public/HashyMagnet/manifest.json new file mode 100644 index 0000000..146da07 --- /dev/null +++ b/public/HashyMagnet/manifest.json @@ -0,0 +1,18 @@ +{ + "short_name": "HashyMagnet", + "name": "HashyMagnet", + "description": "Generate a full BitTorrent Magnet Link from an Info Hash", + "credits": "App icon is 🧲 emoji from Twemoji - CC-BY 4.0, ", + "start_url": "https://hub.octt.eu.org/HashyMagnet", + "scope": "https://hub.octt.eu.org/HashyMagnet", + "display": "standalone", + "theme_color": "#2980b9", + "background_color": "#2980b9", + "icons": [ + { + "src": "https://cdn.jsdelivr.net/gh/octospacc/twemoji-astonishing@gh-pages/i/1f9f2.svg", + "type": "image/svg+xml", + "sizes": "512x512" + } + ] +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 4ef3a59..8a5fbd1 100644 --- a/public/index.html +++ b/public/index.html @@ -55,8 +55,8 @@  
-> pezziposting 🦜   - -> Spacc ⛏️ + -> Spacc ⛏️
- + \ No newline at end of file diff --git a/public/stuff/links/.gitkeep b/public/stuff/links/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/public/stuff/links/embeds/.gitkeep b/public/stuff/links/embeds/.gitkeep deleted file mode 100644 index e69de29..0000000