diff --git a/README.md b/README.md index a03516aa7..68fef423c 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,4 @@ AT Products LLC, otherwise known as AT Products, is an informative technology co The "AT" in AT Products does stand for Alex Toucan.
atproducts.xyz is under a MIT license. View more information. -
Last Recorded Version: 2.20
+
Last Recorded Version: 2.20.1
diff --git a/netlify.toml b/netlify.toml index 479eb6da7..9332017bd 100644 --- a/netlify.toml +++ b/netlify.toml @@ -20,7 +20,7 @@ preload''' Content-Security-Policy = ''' default-src 'none'; - frame-src 'self' https://app.netlify.com/; + frame-src 'self' https://app.netlify.com/ https://codepen.io; form-action 'self'; base-uri 'self'; manifest-src 'self'; diff --git a/package-lock.json b/package-lock.json index aec7cca69..63395f705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "atproducts.xyz", - "version": "2.20", + "version": "2.20.1", "lockfileVersion": 3, "requires": true, "packages": { @@ -9,7 +9,7 @@ "version": "2.20", "dependencies": { "@astrojs/react": "^3.6.2", - "astro": "^4.16.6", + "astro": "^4.16.7", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/package.json b/package.json index 5dec2082e..1c7b37e7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atproducts.xyz", - "version": "2.20", + "version": "2.20.1", "config": { "version_short": "2.20" }, @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/react": "^3.6.2", - "astro": "^4.16.6", + "astro": "^4.16.7", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/public/media/images/hero-stories.webp b/public/media/images/hero-stories.webp new file mode 100644 index 000000000..16bc7d7be Binary files /dev/null and b/public/media/images/hero-stories.webp differ diff --git a/public/media/images/storyviewer-black.png b/public/media/images/storyviewer-black.png new file mode 100644 index 000000000..1898e4677 Binary files /dev/null and b/public/media/images/storyviewer-black.png differ diff --git a/public/media/images/storyviewer-black.webp b/public/media/images/storyviewer-black.webp new file mode 100644 index 000000000..f0a7ad275 Binary files /dev/null and b/public/media/images/storyviewer-black.webp differ diff --git a/public/media/images/storyviewer-white.png b/public/media/images/storyviewer-white.png new file mode 100644 index 000000000..becea7cbf Binary files /dev/null and b/public/media/images/storyviewer-white.png differ diff --git a/public/media/images/storyviewer-white.webp b/public/media/images/storyviewer-white.webp new file mode 100644 index 000000000..7aea44e00 Binary files /dev/null and b/public/media/images/storyviewer-white.webp differ diff --git a/public/media/pdf/2.20.1 Patch Notes.pdf b/public/media/pdf/2.20.1 Patch Notes.pdf new file mode 100644 index 000000000..e2f877ae7 Binary files /dev/null and b/public/media/pdf/2.20.1 Patch Notes.pdf differ diff --git a/public/media/slideshow/220-101024-2.webp b/public/media/slideshow/220-101024-2.webp index 75a166afb..756a9852d 100644 Binary files a/public/media/slideshow/220-101024-2.webp and b/public/media/slideshow/220-101024-2.webp differ diff --git a/public/media/slideshow/2201-102324-1.webp b/public/media/slideshow/2201-102324-1.webp new file mode 100644 index 000000000..0f8c5646d Binary files /dev/null and b/public/media/slideshow/2201-102324-1.webp differ diff --git a/public/media/slideshow/2201-102324-2.webp b/public/media/slideshow/2201-102324-2.webp new file mode 100644 index 000000000..f6144c573 Binary files /dev/null and b/public/media/slideshow/2201-102324-2.webp differ diff --git a/public/static/alert-1.js b/public/static/alert-1.js index 0a82e6e5d..8be34dbab 100644 --- a/public/static/alert-1.js +++ b/public/static/alert-1.js @@ -34,7 +34,7 @@ function eraseAlert1Cookie(name) { } $(document).ready(function () { - if (pureAlert1Enabled && window.location.pathname.indexOf("/cctv") === -1 && !getAlert1Cookie('pureAlert1Dismiss')) { + if (pureAlert1Enabled && window.location.pathname.indexOf("/stories/") === -1 && !getAlert1Cookie('pureAlert1Dismiss')) { var header = $('header'); var alert1Container = $('
'); alert1Container.html(''); diff --git a/public/static/alert-2.js b/public/static/alert-2.js index 2afd7b36e..2a51f1950 100644 --- a/public/static/alert-2.js +++ b/public/static/alert-2.js @@ -35,7 +35,7 @@ function eraseAlert2Cookie(name) { /* Comment this section if there is no alert loaded */ $(document).ready(function () { - if (pureAlert2Enabled && window.location.pathname.indexOf("/cctv") === -1 && !getAlert2Cookie('pureAlert2Dismiss')) { + if (pureAlert2Enabled && window.location.pathname.indexOf("/stories/") === -1 && !getAlert2Cookie('pureAlert2Dismiss')) { var header = $('header'); var alert2Container = $('
'); alert2Container.html(''); diff --git a/public/static/other.css b/public/static/other.css index 7580af7dc..aa92ad76d 100644 --- a/public/static/other.css +++ b/public/static/other.css @@ -17,17 +17,17 @@ html, body { } .hero { - width: 100%; - position: relative; - z-index: 1000; - background-size: cover !important; - background-position: center center !important; - background-repeat: no-repeat !important; + width: 100%; + position: relative; + z-index: 1000; + background-size: cover !important; + background-position: center center !important; + background-repeat: no-repeat !important; } .hero-back { - border-bottom: solid 1px #dee2e6; - background-color: rgba(0, 0, 0, 0.6); + border-bottom: solid 1px #dee2e6; + background-color: rgba(0, 0, 0, 0.6); } .hero-filter { @@ -35,11 +35,15 @@ html, body { } .hero-web { - background: url('/media/images/hero-web.webp'); + background: url('/media/images/hero-web.webp'); +} + +.hero-stories { + background: url('/media/images/hero-stories.webp'); } .hero-flash { - background: url('/media/images/hero-flash.webp'); + background: url('/media/images/hero-flash.webp'); } .hero-main { @@ -6458,5 +6462,13 @@ height: calc(100vh - 448px); } .rounded-6 { - border-radius: var(--bs-border-radius-2xl) !important; + border-radius: var(--bs-border-radius-2xl) !important; +} + +iframe { + padding-bottom: 1rem; } + +.tab { + tab-size: 8; +} \ No newline at end of file diff --git a/public/static/version.js b/public/static/version.js index 90c928360..0afd7b047 100644 --- a/public/static/version.js +++ b/public/static/version.js @@ -1 +1 @@ -document.write("2.20"); +document.write("2.20.1"); diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 58d5c9f2e..e396e9ca6 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -18,6 +18,7 @@ const { author, hr, marginTop } = Astro.props; @@ -36,7 +37,8 @@ const { author, hr, marginTop } = Astro.props; @@ -67,7 +69,7 @@ const { author, hr, marginTop } = Astro.props;
  • -
  • +
  • diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 97e15b5ad..84ea59568 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -1,25 +1,27 @@ --- --- + Skip to main content