Help
RSS
API
Feed
Maltego
Contact
Domain > datadigital.info
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-31
3.161.193.50
(
ClassC
)
2025-12-03
3.163.24.28
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Wed, 03 Dec 2025 23:48:29 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://datadigital.info/X-Cache: Redirect from cloudfrontVia: 1.1 e2ad8d56b8dbdb69144113ad1c008e02.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: ie7uBm6JvKiqlfXWviAYBODAJ2yrmQwuwv47Gof-vQR5H1Ki3_QbtA html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 32032Connection: keep-aliveLast-Modified: Wed, 27 Aug 2025 08:38:20 GMTServer: AmazonS3Date: Wed, 03 Dec 2025 23:48:30 GMTETag: 91d99c928ac8cff907ab36f950cacbddX-Cache: RefreshHit from cloudfrontVia: 1.1 182d3a3dbb6658c964ee75cd45a42242.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P2X-Amz-Cf-Id: 34xTJze0_vDXN5XSh9Vr8IMqfPSO3bz1tEZ65BZXje_izALCC5hYjw !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta namedescription contentDATA DIGITAL LLC - Leading US software development company specializing in computer systems design and custom programming services since 2017.> meta namekeywords contentsoftware development, computer systems design, programming services, US tech company, custom software, web development, Vancouver WA> meta nameauthor contentDATA DIGITAL LLC> !-- Open Graph / Facebook --> meta propertyog:type contentwebsite> meta propertyog:url contenthttps://datadigital.info> meta propertyog:title contentDATA DIGITAL LLC - US Software Development Company> meta propertyog:description contentLeading US software development company specializing in computer systems design and custom programming services since 2017.> meta propertyog:image contenthttps://datadigital.info/og-image.jpg> !-- Twitter --> meta propertytwitter:card contentsummary_large_image> meta propertytwitter:url contenthttps://datadigital.info> meta propertytwitter:title contentDATA DIGITAL LLC - US Software Development Company> meta propertytwitter:description contentLeading US software development company specializing in computer systems design and custom programming services since 2017.> meta propertytwitter:image contenthttps://datadigital.info/og-image.jpg> title>DATA DIGITAL LLC - US Software Development Company/title> !-- Tailwind CSS CDN --> script srchttps://cdn.tailwindcss.com>/script> script> tailwind.config { theme: { extend: { colors: { tech-blue: #0066CC, deep-blue: #004499, electric-blue: #00BFFF, neutral-gray: #64748B, light-gray: #F1F5F9, accent-cyan: #00E6CC, matrix-green: #00FF41 }, fontFamily: { inter: Inter, sans-serif, mono: JetBrains Mono, monospace, orbitron: Orbitron, monospace }, animation: { float: float 8s ease-in-out infinite, float-delayed: float 8s ease-in-out infinite 3s, slide-up: slideUp 0.8s ease-out, fade-in: fadeIn 0.8s ease-out, pulse-glow: pulseGlow 3s ease-in-out infinite alternate, matrix-rain: matrixRain 20s linear infinite, tech-scan: techScan 4s ease-in-out infinite, data-flow: dataFlow 6s linear infinite }, keyframes: { float: { 0%, 100%: { transform: translateY(0px) rotate(0deg) }, 50%: { transform: translateY(-30px) rotate(180deg) } }, slideUp: { 0%: { transform: translateY(60px), opacity: 0 }, 100%: { transform: translateY(0), opacity: 1 } }, fadeIn: { 0%: { opacity: 0 }, 100%: { opacity: 1 } }, pulseGlow: { 0%: { boxShadow: 0 0 20px rgba(0, 102, 204, 0.4) }, 100%: { boxShadow: 0 0 60px rgba(0, 191, 255, 0.8) } }, matrixRain: { 0%: { transform: translateY(-100vh) }, 100%: { transform: translateY(100vh) } }, techScan: { 0%, 100%: { transform: translateX(-100%) }, 50%: { transform: translateX(100vw) } }, dataFlow: { 0%: { transform: translateX(-100px), opacity: 0 }, 50%: { opacity: 1 }, 100%: { transform: translateX(100vw), opacity: 0 } } } } } } /script> !-- Google Fonts --> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@300;400;500;600;700;800;900&familyJetBrains+Mono:wght@400;500;600&familyOrbitron:wght@400;500;600;700;800;900&displayswap relstylesheet> style> /* Custom CSS for enhanced tech effects */ body { font-family: Inter, sans-serif; scroll-behavior: smooth; background: #000; overflow-x: hidden; } .tech-gradient { background: linear-gradient(135deg, #0066CC 0%, #00BFFF 50%, #00E6CC 100%); } .matrix-bg { background: radial-gradient(circle at 20% 20%, rgba(0, 102, 204, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(0, 191, 255, 0.15) 0%, transparent 50%), radial-gradient(circle at 40% 60%, rgba(0, 230, 204, 0.1) 0%, transparent 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 20, 40, 0.95) 100%); } .floating-shape { position: absolute; border-radius: 50%; opacity: 0.1; animation: float 8s ease-in-out infinite; background: linear-gradient(45deg, #0066CC, #00BFFF); } .floating-shape:nth-child(2) { animation-delay: 2s; background: linear-gradient(45deg, #00BFFF, #00E6CC); } .floating-shape:nth-child(3) { animation-delay: 4s; background: linear-gradient(45deg, #00E6CC, #00FF41); } .floating-shape:nth-child(4) { animation-delay: 6s; background: linear-gradient(45deg, #004499, #0066CC); } .glass-effect { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(15px); border: 1px solid rgba(0, 191, 255, 0.3); } .card-hover { transition: all 0.4s ease; background: rgba(0, 20, 40, 0.8); border: 1px solid rgba(0, 102, 204, 0.3); } .card-hover:hover { transform: translateY(-15px) scale(1.03); box-shadow: 0 25px 50px rgba(0, 191, 255, 0.2); border-color: rgba(0, 191, 255, 0.6); } .section-title { position: relative; display: inline-block; font-family: Orbitron, monospace; } .section-title::after { content: ; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: linear-gradient(90deg, #0066CC, #00BFFF, #00E6CC); border-radius: 2px; animation: pulse-glow 2s ease-in-out infinite alternate; } .mobile-menu { transform: translateX(100%); transition: transform 0.3s ease-in-out; background: rgba(0, 20, 40, 0.95); backdrop-filter: blur(20px); } .mobile-menu.active { transform: translateX(0); } /* Tech scanning line effect */ .tech-scan-line { position: absolute; top: 0; left: 0; width: 2px; height: 100%; background: linear-gradient(to bottom, transparent, #00BFFF, transparent); animation: tech-scan 4s ease-in-out infinite; } /* Matrix rain effect */ .matrix-char { position: absolute; font-family: JetBrains Mono, monospace; color: #00FF41; opacity: 0.3; animation: matrix-rain 20s linear infinite; font-size: 14px; } /* Data flow particles */ .data-particle { position: absolute; width: 4px; height: 4px; background: #00BFFF; border-radius: 50%; animation: data-flow 6s linear infinite; box-shadow: 0 0 10px #00BFFF; } /* Responsive adjustments */ @media (max-width: 768px) { .floating-shape { display: none; } .matrix-char { display: none; } } /* Accessibility */ .skip-link { position: absolute; top: -40px; left: 6px; background: #0066CC; color: #fff; padding: 8px; text-decoration: none; z-index: 1000; border-radius: 4px; } .skip-link:focus { top: 6px; } /* Focus styles for better accessibility */ a:focus, button:focus, input:focus, textarea:focus, select:focus { outline: 2px solid #00BFFF; outline-offset: 2px; } /* Hero text effects */ .glitch-text { font-family: Orbitron, monospace; font-weight: 800; } .cyber-border { border: 2px solid transparent; background: linear-gradient(45deg, #0066CC, #00BFFF) border-box; border-image: linear-gradient(45deg, #0066CC, #00BFFF) 1; } /* Company info highlight */ .info-highlight { background: linear-gradient(45deg, rgba(0, 102, 204, 0.1), rgba(0, 191, 255, 0.1)); border-left: 4px solid #00BFFF; } /style>/head>body classbg-black text-white overflow-x-hidden> !-- Skip to main content link for screen readers --> a href#main-content classskip-link>Skip to main content/a> !-- Navigation --> nav classfixed top-0 w-full z-50 bg-black/80 backdrop-blur-md border-b border-tech-blue/30> div classmax-w-7xl mx-auto px-4 sm:px-6 lg:px-8> div classflex justify-between items-center h-16> !-- Logo --> div classflex-shrink-0> a href# classtext-2xl font-bold tech-gradient bg-clip-text text-transparent glitch-text aria-labelDATA DIGITAL LLC Home> DATA DIGITAL /a> /div> !-- Desktop Navigation --> div classhidden md:block> div classml-10 flex items-baseline space-x-8> a href#about classtext-gray-300 hover:text-electric-blue transition-colors duration-300 font-medium>About/a> a href#services classtext-gray-300 hover:text-electric-blue transition-colors duration-300 font-medium>Services/a> a href#contact classbg-tech-blue text-white px-6 py-2 rounded-full hover:bg-electric-blue transition-colors duration-300 font-medium animate-pulse-glow>Contact Us/a> /div> /div> !-- Mobile menu button --> div classmd:hidden> button idmobile-menu-button classtext-gray-300 hover:text-electric-blue focus:outline-none aria-labelOpen mobile menu aria-expandedfalse> svg classh-6 w-6 fillnone viewBox0 0 24 24 strokecurrentColor> path stroke-linecapround stroke-linejoinround stroke-width2 dM4 6h16M4 12h16M4 18h16>/path> /svg> /button> /div> /div> /div> !-- Mobile Navigation --> div idmobile-menu classmobile-menu fixed top-0 right-0 h-full w-64 shadow-lg md:hidden rolenavigation aria-labelMobile navigation> div classflex flex-col p-6 space-y-6> button idclose-mobile-menu classself-end text-gray-300 hover:text-electric-blue aria-labelClose mobile menu> svg classh-6 w-6 fillnone viewBox0 0 24 24 strokecurrentColor> path stroke-linecapround stroke-linejoinround stroke-width2 dM6 18L18 6M6 6l12 12>/path> /svg> /button> a href#about classtext-gray-300 hover:text-electric-blue transition-colors duration-300 font-medium>About/a> a href#services classtext-gray-300 hover:text-electric-blue transition-colors duration-300 font-medium>Services/a> a href#contact classbg-tech-blue text-white px-6 py-2 rounded-full hover:bg-electric-blue transition-colors duration-300 font-medium text-center>Contact Us/a> /div> /div> /nav> !-- Main Content --> main idmain-content> !-- Hero Section --> section classrelative min-h-screen flex items-center justify-center matrix-bg overflow-hidden> !-- Tech scanning line --> div classtech-scan-line>/div> !-- Matrix rain background --> div classmatrix-rain-container absolute inset-0 pointer-events-none> !-- Matrix characters will be generated by JavaScript --> /div> !-- Data flow particles --> div classdata-particles absolute inset-0 pointer-events-none> !-- Particles will be generated by JavaScript --> /div> !-- Floating Geometric Shapes --> div classfloating-shape w-64 h-64 top-20 left-10>/div> div classfloating-shape w-32 h-32 top-40 right-20>/div> div classfloating-shape w-48 h-48 bottom-20 left-1/4>/div> div classfloating-shape w-40 h-40 bottom-40 right-10>/div> div classrelative z-10 text-center px-4 sm:px-6 lg:px-8 max-w-5xl mx-auto> h1 classtext-4xl sm:text-5xl md:text-6xl lg:text-7xl font-bold text-white mb-8 animate-slide-up glitch-text> span classtech-gradient bg-clip-text text-transparent>DATA DIGITAL/span> br> span classtext-3xl sm:text-4xl md:text-5xl lg:text-6xl font-light text-electric-blue>LLC/span> /h1> p classtext-lg sm:text-xl md:text-2xl text-gray-300 mb-10 animate-fade-in font-light max-w-4xl mx-auto leading-relaxed> Leading US software development company specializing in computer systems design and custom programming services since 2017 /p> div classinfo-highlight p-6 rounded-lg mb-10 animate-slide-up> div classgrid grid-cols-1 md:grid-cols-3 gap-4 text-sm font-mono> div> span classtext-accent-cyan>INDUSTRY:/span>br> span classtext-white>Computer Systems Design/span> /div> div> span classtext-accent-cyan>ESTABLISHED:/span>br> span classtext-white>2017/span> /div> div> span classtext-accent-cyan>LOCATION:/span>br> span classtext-white>Vancouver, WA, USA/span> /div> /div> /div> div classflex flex-col sm:flex-row items-center justify-center space-y-4 sm:space-y-0 sm:space-x-6 animate-slide-up> a href#services classbg-tech-blue text-white px-8 py-4 rounded-full hover:bg-electric-blue transition-all duration-300 font-semibold text-lg animate-pulse-glow> Explore Our Solutions /a> a href#contact classborder-2 border-electric-blue text-electric-blue px-8 py-4 rounded-full hover:bg-electric-blue hover:text-black transition-all duration-300 font-semibold text-lg> Get In Touch /a> /div> div classmt-12 text-sm text-gray-400 animate-fade-in font-mono> p>PROFESSIONAL • SCIENTIFIC • TECHNICAL SERVICES/p> /div> /div> /section> !-- About Section --> section idabout classpy-20 bg-gradient-to-b from-black to-gray-900> div classmax-w-7xl mx-auto px-4 sm:px-6 lg:px-8> div classtext-center mb-16> h2 classsection-title text-3xl sm:text-4xl md:text-5xl font-bold text-white mb-6>About DATA DIGITAL /h2> p classtext-lg text-gray-300 max-w-3xl mx-auto> Established in 2017, we are a leading US technology company at the forefront of innovation in computer systems design and software development, serving clients across professional, scientific, and technical industries. /p> /div> div classgrid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8> !-- Company Info Card --> div classcard-hover glass-effect p-8 rounded-2xl> div classtext-tech-blue mb-4> svg classw-12 h-12 fillnone strokecurrentColor viewBox0 0 24 24> path stroke-linecapround stroke-linejoinround stroke-width2 dM19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-6m-2-6h6m-6 4h6m-6-8h6V9H7v6z>/path> /svg> /div> h3 classtext-xl font-semibold text-white mb-2>Established Excellence/h3> p classtext-gray-300>Founded in 2017, bringing cutting-edge expertise in software development and computer systems design to the Pacific Northwest and beyond./p> /div> !-- Location Card --> div classcard-hover glass-effect p-8 rounded-2xl> div classtext-electric-blue mb-4> svg classw-12 h-12 fillnone strokecurrentColor viewBox0 0 24 24> path stroke-linecapround stroke-linejoinround stroke-width2 dM17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z>/path> path stroke-linecapround stroke-linejoinround stroke-width2 dM15 11a3 3 0 11-6 0 3 3 0 016 0z>/path> /svg> /div> h3 classtext-xl font-semibold text-white mb-2>Strategic Location/h3> p classtext-gray-300>3913 NE 44TH Ave, Vancouver, WA, 98661-3548, United Statesbr> Strategically positioned in the tech-forward Pacific Northwest region./p> /div> !-- Industry Focus Card --> div classcard-hover glass-effect p-8 rounded-2xl> div classtext-accent-cyan mb-4> svg classw-12 h-12 fillnone strokecurrentColor viewBox0 0 24 24> path stroke-linecapround stroke-linejoinround stroke-width2 dM9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z> /path> /svg> /div> h3 classtext-xl font-semibold text-white mb-2>Industry Leadership/h3> p classtext-gray-300>Professional, scientific, and technical services with a focus on computer software development and applications that drive innovation./p> /div> /div> /div> /section> !-- Services Section --> section idservices classpy-20 bg-gradient-to-b from-gray-900 to-black> div classmax-w-7xl mx-auto px-4 sm:px-6 lg:px-8> div classtext-center mb-16> h2 classsection-title text-3xl sm:text-4xl md:text-5xl font-bold text-white mb-6>Our Solutions/h2> p classtext-lg text-gray-300 max-w-3xl mx-auto> We specialize in cutting-edge technology solutions that drive digital transformation and business growth across professional, scientific, and technical industries. /p> /div> div classgrid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8> !-- Service Card 1 --> div classcard-hover glass-effect p-8 rounded-2xl> div classtext-tech-blue mb-6> svg classw-16 h-16 fillnone strokecurrentColor viewBox0 0 24 24> path stroke-linecapround stroke-linejoinround stroke-width2 dM9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z> /path> /svg> /div> h3 classtext-2xl font-semibold text-white mb-4>Computer Systems Design/h3> p classtext-gray-300 mb-6>Comprehensive system architecture and design solutions tailored to your business needs, from enterprise-level infrastructure to specialized computing environments./p> a href#contact classtext-tech-blue font-semibold hover:text-electric-blue transition-colors>Learn More →/a> /div> !-- Service Card 2 --> div classcard-hover glass-effect p-8 rounded-2xl> div classtext-electric-blue mb-6> svg classw-16 h-16 fillnone strokecurrentColor viewBox0 0 24 24> path stroke-linecapround stroke-linejoinround stroke-width2 dM10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4>/path> /svg> /div> h3 classtext-2xl font-semibold text-white mb-4>Software Development/h3> p classtext-gray-300 mb-6>Custom software development and application solutions designed to meet your unique requirements and challenges in professional and technical environments./p> a href#contact classtext-electric-blue font-semibold hover:text-accent-cyan transition-colors>Learn More →/a> /div> !-- Service Card 3 --> div classcard-hover glass-effect p-8 rounded-2xl> div classtext-accent-cyan mb-6> svg classw-16 h-16 fillnone strokecurrentColor viewBox0 0 24 24> path stroke-linecapround stroke-linejoinround stroke-width2 dM13 10V3L4 14h7v7l9-11h-7z> /path> /svg> /div> h3 classtext-2xl font-semibold text-white mb-4>Technical Consultation/h3> p classtext-gray-300 mb-6>Expert guidance and strategic planning for your technology initiatives and digital transformation in scientific and professional service sectors./p> a href#contact classtext-accent-cyan font-semibold hover:text-matrix-green transition-colors>Learn More →/a> /div> /div> /div> /section> !-- Contact Section --> section idcontact classpy-20 bg-gradient-to-b from-black to-gray-900> div classmax-w-7xl mx-auto px-4 sm:px-6 lg:px-8> div classtext-center mb-16> h2 classsection-title text-3xl sm:text-4xl md:text-5xl font-bold text-white mb-6>Contact Us/h2> p classtext-lg text-gray-300 max-w-3xl mx-auto> Ready to transform your business with cutting-edge technology? Get in touch with our expert team. /p> /div> div classflex justify-center> !-- Contact Form --> div classglass-effect p-8 rounded-2xl max-w-2xl w-full> form idcontact-form classspace-y-6> div classgrid grid-cols-1 sm:grid-cols-2 gap-6> div> label forfirst-name classblock text-sm font-medium text-gray-300 mb-2>First Name/label> input typetext idfirst-name namefirst-name classw-full px-4 py-3 bg-black/50 border border-tech-blue/30 text-white rounded-lg focus:ring-2 focus:ring-electric-blue focus:border-transparent transition-colors> /div> div> label forlast-name classblock text-sm font-medium text-gray-300 mb-2>Last Name/label> input typetext idlast-name namelast-name classw-full px-4 py-3 bg-black/50 border border-tech-blue/30 text-white rounded-lg focus:ring-2 focus:ring-electric-blue focus:border-transparent transition-colors> /div> /div> div> label foremail classblock text-sm font-medium text-gray-300 mb-2>Email Address/label> input typeemail idemail nameemail classw-full px-4 py-3 bg-black/50 border border-tech-blue/30 text-white rounded-lg focus:ring-2 focus:ring-electric-blue focus:border-transparent transition-colors> /div> div> label forcompany classblock text-sm font-medium text-gray-300 mb-2>Company/label> input typetext idcompany namecompany classw-full px-4 py-3 bg-black/50 border border-tech-blue/30 text-white rounded-lg focus:ring-2 focus:ring-electric-blue focus:border-transparent transition-colors> /div> div> label forservice classblock text-sm font-medium text-gray-300 mb-2>Service Interest/label> select idservice nameservice classw-full px-4 py-3 bg-black/50 border border-tech-blue/30 text-white rounded-lg focus:ring-2 focus:ring-electric-blue focus:border-transparent transition-colors> option value>Select a service/option> option valuesystems-design>Computer Systems Design/option> option valuesoftware-development>Software Development/option> option valueconsultation>Technical Consultation/option> option valueother>Other/option> /select> /div> div> label formessage classblock text-sm font-medium text-gray-300 mb-2>Message/label> textarea idmessage namemessage rows5 classw-full px-4 py-3 bg-black/50 border border-tech-blue/30 text-white rounded-lg focus:ring-2 focus:ring-electric-blue focus:border-transparent transition-colors resize-vertical placeholderTell us about your project requirements...>/textarea> /div> button typesubmit classw-full bg-tech-blue text-white px-8 py-4 rounded-lg hover:bg-electric-blue transition-colors duration-300 font-semibold text-lg disabled:opacity-50 disabled:cursor-not-allowed animate-pulse-glow idsubmit-button> Send Message /button> /form> div idform-success classhidden mt-6 p-4 bg-green-900/50 border border-matrix-green/50 text-matrix-green rounded-lg rolealert> p classfont-semibold>Message received successfully!/p> p>We have received your inquiry and will respond promptly./p> p>Our team typically responds within 24 hours during business days./p> /div> /div> /div> /div> /section> /main> !-- Footer --> footer classbg-black border-t border-tech-blue/30 text-white py-12> div classmax-w-7xl mx-auto px-4 sm:px-6 lg:px-8> div classborder-t border-tech-blue/30 mt-8 pt-8 text-center> p classtext-gray-400 text-sm font-mono> © 2024 DATA DIGITAL LLC. All rights reserved. | 3913 NE 44TH Ave, Vancouver, WA, 98661-3548, United States /p> /div> /div> /footer> !-- JavaScript for enhanced interactivity --> script> // Mobile menu functionality const mobileMenuButton document.getElementById(mobile-menu-button); const mobileMenu document.getElementById(mobile-menu); const closeMobileMenu document.getElementById(close-mobile-menu); mobileMenuButton.addEventListener(click, () > { mobileMenu.classList.add(active); mobileMenuButton.setAttribute(aria-expanded, true); }); closeMobileMenu.addEventListener(click, () > { mobileMenu.classList.remove(active); mobileMenuButton.setAttribute(aria-expanded, false); }); // Close mobile menu when clicking on links mobileMenu.addEventListener(click, (e) > { if (e.target.tagName A) { mobileMenu.classList.remove(active); mobileMenuButton.setAttribute(aria-expanded, false); } }); // Form submission const contactForm document.getElementById(contact-form); const submitButton document.getElementById(submit-button); const formSuccess document.getElementById(form-success); contactForm.addEventListener(submit, (e) > { e.preventDefault(); // Simulate form submission submitButton.disabled true; submitButton.textContent Sending...; setTimeout(() > { contactForm.classList.add(hidden); formSuccess.classList.remove(hidden); }, 1500); }); // Smooth scroll for navigation links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); const target document.querySelector(this.getAttribute(href)); if (target) { target.scrollIntoView({ behavior: smooth, block: start }); } }); }); // Scroll animations using Intersection Observer const observerOptions { threshold: 0.1, rootMargin: 0px 0px -50px 0px }; const observer new IntersectionObserver((entries) > { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.classList.add(animate-slide-up); } }); }, observerOptions); // Observe elements for scroll animations document.querySelectorAll(.card-hover, .section-title).forEach(el > { observer.observe(el); }); // Matrix rain effect function createMatrixRain() { const container document.querySelector(.matrix-rain-container); const chars 01ABCDEFGHIJKLMNOPQRSTUVWXYZ; for (let i 0; i 50; i++) { const char document.createElement(div); char.className matrix-char; char.textContent charsMath.floor(Math.random() * chars.length); char.style.left Math.random() * 100 + %; char.style.animationDelay Math.random() * 20 + s; char.style.animationDuration (Math.random() * 10 + 15) + s; container.appendChild(char); } } // Data flow particles function createDataParticles() { const container document.querySelector(.data-particles); for (let i 0; i 20; i++) { const particle document.createElement(div); particle.className data-particle; particle.style.top Math.random() * 100 + %; particle.style.animationDelay Math.random() * 6 + s; particle.style.animationDuration (Math.random() * 3 + 4) + s; container.appendChild(particle); } } // Add loading animation to page window.addEventListener(load, () > { document.body.classList.add(animate-fade-in); createMatrixRain(); createDataParticles(); }); // Keyboard navigation enhancement document.addEventListener(keydown, (e) > { // Escape key closes mobile menu if (e.key Escape && mobileMenu.classList.contains(active)) { mobileMenu.classList.remove(active); mobileMenuButton.setAttribute(aria-expanded, false); mobileMenuButton.focus(); } }); // Add dynamic glitch effect to title function addGlitchEffect() { const title document.querySelector(.glitch-text); if (title) { setInterval(() > { title.style.textShadow ` ${Math.random() * 5}px ${Math.random() * 5}px 0 #00BFFF, ${Math.random() * -5}px ${Math.random() * -5}px 0 #00E6CC `; setTimeout(() > { title.style.textShadow none; }, 100); }, 3000); } } // Initialize effects setTimeout(addGlitchEffect, 2000); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]