From e3611c053c5a937d3ccc622c68de3dbc24a1c53d Mon Sep 17 00:00:00 2001 From: mileswa1q22 Date: Fri, 28 Aug 2026 23:15:25 -0500 Subject: [PATCH] Add background animation and new npm link to share.html; update sitemap.xml to include share.html --- share.html | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++- sitemap.xml | 6 ++++ 2 files changed, 88 insertions(+), 1 deletion(-) diff --git a/share.html b/share.html index 0e7d23e..d16aeb9 100644 --- a/share.html +++ b/share.html @@ -58,7 +58,20 @@ line-height:1.5; display:flex;flex-direction:column;align-items:center; min-height:100vh;padding:40px 20px 64px; - overflow-x:hidden; + overflow-x:hidden;position:relative; + } + body::before{ + content:"";position:fixed;inset:0;z-index:-2;pointer-events:none; + } + #bgCanvas{position:fixed;inset:0;z-index:-2;pointer-events:none;display:block;} + body::after{ + content:"";position:fixed;inset:0;z-index:-1;pointer-events:none; + background-image: + linear-gradient(rgba(20,22,26,.045) 1px, transparent 1px), + linear-gradient(90deg, rgba(20,22,26,.045) 1px, transparent 1px); + background-size:44px 44px; + -webkit-mask-image:radial-gradient(820px 720px at 50% 12%, #000 30%, transparent 78%); + mask-image:radial-gradient(820px 720px at 50% 12%, #000 30%, transparent 78%); } a{color:inherit;text-decoration:none;} @@ -157,6 +170,7 @@ +