generated from nhcarrigan/template
fix: fullscreen the overlay video, remove hubspot
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m6s
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m6s
This commit is contained in:
parent
9ce0f8271e
commit
05a7784433
@ -25,16 +25,6 @@ export default defineConfig({
|
|||||||
discourse: "https://forum.nhcarrigan.com"
|
discourse: "https://forum.nhcarrigan.com"
|
||||||
},
|
},
|
||||||
head: [
|
head: [
|
||||||
{
|
|
||||||
tag: "script",
|
|
||||||
attrs: {
|
|
||||||
type: "text/javascript",
|
|
||||||
id: "hs-script-loader",
|
|
||||||
async: true,
|
|
||||||
defer: true,
|
|
||||||
src: "https://js.hs-scripts.com/47086586.js"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "script",
|
tag: "script",
|
||||||
attrs: {
|
attrs: {
|
||||||
|
@ -18,13 +18,6 @@ import Pagination from "@astrojs/starlight/components/Pagination.astro";
|
|||||||
theme: "dark",
|
theme: "dark",
|
||||||
}).render("#tree-nation-offset-website");
|
}).render("#tree-nation-offset-website");
|
||||||
</script>
|
</script>
|
||||||
<video
|
|
||||||
autoplay={true}
|
|
||||||
loop={true}
|
|
||||||
muted={true}
|
|
||||||
playsinline={true}
|
|
||||||
src="https://cdn.nhcarrigan.com/overlay.webm"
|
|
||||||
style={{ pointerEvents: "none", position: "fixed", top: 0, left: 0, opacity: 0.25, zIndex:100, width: "100vw", height: "100vh"}}></video>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
<script is:inline>
|
<script is:inline>
|
||||||
document.documentElement.dataset.theme = "light";
|
document.documentElement.dataset.theme = "light";
|
||||||
</script>
|
</script>
|
||||||
|
<video
|
||||||
|
autoplay={true}
|
||||||
|
loop={true}
|
||||||
|
muted={true}
|
||||||
|
playsinline={true}
|
||||||
|
src="https://cdn.nhcarrigan.com/overlay.webm"
|
||||||
|
style={{
|
||||||
|
pointerEvents: "none",
|
||||||
|
position: "fixed",
|
||||||
|
top: 0,
|
||||||
|
left: 0,
|
||||||
|
opacity: 0.25,
|
||||||
|
zIndex: 100,
|
||||||
|
width: "100vw",
|
||||||
|
height: "100vh",
|
||||||
|
objectFit: "cover",
|
||||||
|
}}></video>
|
Loading…
x
Reference in New Issue
Block a user