No Security Risks Detected
This domain appears to be safe and secure
Disclaimer: This assessment is based on automated analysis of publicly available information. Results are for informational purposes only. For critical applications, consult security professionals.
Scan Information
Refresh page after 10 minutes
for updated results
Page Information
Host Information
Technologies
SSL Certificate
Performance Statistics
HTTP Headers
Technology Stack Analysis
Node.js
Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside a web browser.
React
React is an open-source JavaScript library for building user interfaces or UI components.
Google Cloud
Google Cloud is a suite of cloud computing services.
Next.js
Next.js is a React framework for developing single page Javascript applications.
Google Cloud Trace
Google Cloud Trace is a distributed tracing system that collects latency data from applications and displays it in the Google Cloud Console.
Google Cloud CDN
Cloud CDN uses Google's global edge network to serve content closer to users.
Webpack
Webpack is an open-source JavaScript module bundler.
HTTP/3
HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.
Google Cloud Storage
Google Cloud Storage allows world-wide storage and retrieval of any amount of data at any time.
Website Cookies 2
_bLinkInBioViewed
spacesart.store
_bSignupSelfRef
spacesart.store
External Links 4
instagram.com/
instagram.com
/* Base container for the verdant garden link */ .dcl-4dcfed5f-b87f-46c9-ace3-cc8594216da1-container { width: 100%; height: 80px; /* Default height for a rich scene */ display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border-radius: 36px; box-sizing: border-box; cursor: pointer; transition: all 0.4s ease-in-out; /* Earthy browns and mossy greens gradient for the base */ background: linear-gradient(145deg, color-mix(in srgb, #A8794F 60%, #A8794F) 0%, /* Primary color mixed with placeholder */ color-mix(in srgb, #A8794F 80%, #D4A373) 40%, /* Secondary color mixed */ color-mix(in srgb, #A8794F 90%, #8FBC8F) 70%, /* Accent color mixed */ color-mix(in srgb, #A8794F 70%, #6B8E23) 100% /* Olive green for depth */ ); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } /* Delicate leaf patterns overlay */ .dcl-4dcfed5f-b87f-46c9-ace3-cc8594216da1-container::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 80%, rgba(139, 172, 98, 0.1) 1px, transparent 1px), /* Subtle leaf-like dots */ radial-gradient(circle at 80% 20%, rgba(139, 172, 98, 0.1) 1px, transparent 1px), linear-gradient(45deg, rgba(107, 142, 35, 0.05) 25%, transparent 25%), /* Organic texture lines */ linear-gradient(-45deg, rgba(107, 142, 35, 0.05) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(107, 142, 35, 0.05) 75%), linear-gradient(-45deg, transparent 75%, rgba(107, 142, 35, 0.05) 75%); background-size: 20px 20px; opacity: 0.8; z-index: 1; animation: dcl-4dcfed5f-b87f-46c9-ace3-cc8594216da1-leaf-shift 30s linear infinite; } /* Animated vines effect using a pseudo-element with a subtle border-image or gradient */ .dcl-4dcfed5f-b87f-46c9-ace3-cc8594216da1-container::after { content: ''; position: absolute; inset: -5px; /* Slightly outside to appear as growing around edges */ border: 5px solid transparent; border-image: linear-gradient( to right, color-mix(in srgb, #8FBC8F 30%, #6B8E23) 0%, color-mix(in srgb, #8FBC8F 70%, #6B8E23) 50%, color-mix(in srgb, #8FBC8F 30%, #6B8E23) 100% ) 1; animation: dcl-4dcfed5f-b87f-46c9-ace3-cc8594216da1-vine-grow 8s linear infinite alternate; z-index: 0; /* Behind the text */ filter: blur(0.5px); /* Soften the edges */ } /* Title styling */ .dcl-4dcfed5f-b87f-46c9-ace3-cc8594216da1-title { color: #1a1a1a; text-align: center; font-weight: 600; font-size: 1.2em; letter-spacing: 0.5px; z-index: 10; /* Ensure title is above all other elements */ position: relative; /* Subtle texture reminiscent of natural fibers using text-shadow */ text-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 0 5px rgba(255,255,255,0.1), 0 0 10px color-mix(in srgb, #1a1a1a 30%, transparent); transition: all 0.3s ease; } /* Keyframes for leaf pattern shift */ @keyframes dcl-4dcfed5f-b87f-46c9-ace3-cc8594216da1-leaf-shift { 0% { background-position: 0 0; } 100% { background-position: 20px 20px; } } /* Keyframes for vine growth animation */ @keyframes dcl-4dcfed5f-b87f-46c9-ace3-cc8594216da1-vine-grow { 0% { border-image: linear-gradient( to right, color-mix(in srgb, #8FBC8F 30%, #6B8E23) 0%, color-mix(in srgb, #8FBC8F 70%, #6B8E23) 50%, color-mix(in srgb, #8FBC8F 30%, #6B8E23) 100% ) 1; transform: scale(1); } 50% { border-image: linear-gradient( to right, color-mix(in srgb, #8FBC8F 50%, #6B8E23) 0%, color-mix(in srgb, #8FBC8F 90%, #6B8E23) 50%, color-mix(in srgb, #8FBC8F 50%, #6B8E23) 100% ) 1; transform: scale(1.02); } 100% { border-image: linear-gradient( to right, color-mix(in srgb, #8FBC8F 30%, #6B8E23) 0%, color-mix(in srgb, #8FBC8F 70%, #6B8E23) 50%, color-mix(in srgb, #8FBC8F 30%, #6B8E23) 100% ) 1; transform: scale(1); } } /* Hover effects */ .dcl-4dcfed5f-b87f-46c9-ace3-cc8594216da1-container:hover { transform: translateY(-2px) scale(1.01); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 25px color-mix(in srgb, #FFD700 50%, #FFA500); /* Soft, warm glow */ } .dcl-4dcfed5f-b87f-46c9-ace3-cc8594216da1-container:hover::after { /* Vines grow more vibrantly, hints of golden yellow and muted orange */ border-image: linear-gradient( to right, color-mix(in srgb, #FFD700 30%, #FFA500) 0%, /* Golden yellow */ color-mix(in srgb, #8FBC8F 70%, #6B8E23) 50%, color-mix(in srgb, #FFD700 30%, #FFA500) 100% ) 1; animation-duration: 4s; /* Faster vine growth */ filter: blur(0); /* Sharper vines */ } .dcl-4dcfed5f-b87f-46c9-ace3-cc8594216da1-container:hover .dcl-4dcfed5f-b87f-46c9-ace3-cc8594216da1-title { transform: scale(1.03); text-shadow: 0 2px 3px rgba(0,0,0,0.4), 0 0 8px rgba(255,255,255,0.2), 0 0 15px color-mix(in srgb, #1a1a1a 50%, #FFD700); /* Enhanced glow on text */ }CONTACTANOS
wa.me
home
account.beacons.ai
BeaconsTry for free!
beacons.ai