Help
RSS
API
Feed
Maltego
Contact
Domain > bathwebsitedesign.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-04-14
3.161.193.10
(
ClassC
)
2026-02-21
172.67.155.176
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sat, 21 Feb 2026 03:09:09 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Vary: Accept-EncodingLast-Modified: Mon, 16 Jun 2025 15:01:40 GMTX-Proxy-Cache: MISSReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sR0fcHsNXwhrde5wHMJwzSjk%2B79G8kFZRJ0ROCKfusPG1Kv%2BmL6TxsER7TP9kUMqWGl%2FwgnWjhtiqaMTcwkEqnvAiRFquN3NzwR1ZFvunrq8zj4VO%2Bw%3D%3D}}cf-cache-status: DYNAMICCF-RAY: 9d130b1409a9fc83-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Bath Website Design - Professional Web Design & Development Services/title> meta namedescription contentBath Website Design offers professional web design, development, and digital marketing services. Transform your online presence with our expert team.> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background-color: #ffffff; } /* Header Styles */ .header { background: #ffffff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: all 0.3s ease; } .nav-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; height: 70px; } .logo { font-size: 24px; font-weight: bold; color: #2563eb; text-decoration: none; display: flex; align-items: center; } .logo::before { content: 🌐; margin-right: 8px; font-size: 28px; } .nav-menu { display: flex; list-style: none; align-items: center; } .nav-item { position: relative; margin: 0 10px; } .nav-link { color: #333; text-decoration: none; padding: 10px 15px; display: block; font-weight: 500; transition: color 0.3s ease; border-radius: 5px; } .nav-link:hover { color: #2563eb; background-color: #f8fafc; } .dropdown { position: absolute; top: 100%; left: 0; background: #ffffff; min-width: 200px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); border-radius: 8px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s ease; border: 1px solid #e2e8f0; } .nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); } .dropdown-item { padding: 12px 20px; border-bottom: 1px solid #f1f5f9; } .dropdown-item:last-child { border-bottom: none; } .dropdown-link { color: #64748b; text-decoration: none; display: block; transition: color 0.3s ease; font-size: 14px; } .dropdown-link:hover { color: #2563eb; } /* Mobile Menu Toggle */ .mobile-toggle { display: none; flex-direction: column; cursor: pointer; padding: 5px; } .mobile-toggle span { width: 25px; height: 3px; background: #333; margin: 3px 0; transition: 0.3s; } /* Main Content */ .main-content { margin-top: 70px; } /* Hero Section */ .hero { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); color: white; padding: 100px 0; text-align: center; } .hero-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .hero h1 { font-size: 3.5rem; margin-bottom: 20px; font-weight: 700; } .hero p { font-size: 1.2rem; margin-bottom: 30px; opacity: 0.9; max-width: 600px; margin-left: auto; margin-right: auto; } .cta-button { background: #ffffff; color: #2563eb; padding: 15px 30px; text-decoration: none; border-radius: 8px; font-weight: 600; display: inline-block; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } /* Services Section */ .services { padding: 80px 0; background: #f8fafc; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .section-title { text-align: center; font-size: 2.5rem; margin-bottom: 20px; color: #1e293b; } .section-subtitle { text-align: center; font-size: 1.1rem; color: #64748b; margin-bottom: 60px; max-width: 600px; margin-left: auto; margin-right: auto; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .service-card { background: white; padding: 40px 30px; border-radius: 12px; text-align: center; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .service-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); } .service-icon { font-size: 3rem; margin-bottom: 20px; color: #2563eb; } .service-card h3 { font-size: 1.5rem; margin-bottom: 15px; color: #1e293b; } .service-card p { color: #64748b; line-height: 1.6; } /* About Section */ .about { padding: 80px 0; } .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .about-text h2 { font-size: 2.5rem; margin-bottom: 20px; color: #1e293b; } .about-text p { color: #64748b; margin-bottom: 20px; font-size: 1.1rem; } .about-image { text-align: center; } .about-image img { max-width: 100%; border-radius: 12px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); } /* Footer */ .footer { background: #1e293b; color: white; padding: 60px 0 30px; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-section h3 { margin-bottom: 20px; color: #2563eb; } .footer-section p, .footer-section a { color: #94a3b8; text-decoration: none; line-height: 1.8; } .footer-section a:hover { color: #2563eb; } .footer-bottom { border-top: 1px solid #334155; padding-top: 30px; text-align: center; color: #94a3b8; } /* Responsive Design */ @media (max-width: 768px) { .mobile-toggle { display: flex; } .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); } .nav-menu.active { display: flex; } .nav-item { margin: 0; width: 100%; } .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; background: #f8fafc; } .hero h1 { font-size: 2.5rem; } .about-content { grid-template-columns: 1fr; gap: 40px; } .footer-content { grid-template-columns: 1fr; gap: 30px; } } /style>/head>body> !-- Header --> header classheader> nav classnav-container> a href# classlogo>Bath Website Design/a> ul classnav-menu idnavMenu> li classnav-item> a href# classnav-link>About/a> div classdropdown> div classdropdown-item> a href# classdropdown-link>Our Work/a> /div> div classdropdown-item> a href# classdropdown-link>Meet the Team/a> /div> div classdropdown-item> a href# classdropdown-link>Latest News / Blogs/a> /div> /div> /li> li classnav-item> a href# classnav-link>Design/a> div classdropdown> div classdropdown-item> a href# classdropdown-link>Web Design/a> /div> div classdropdown-item> a href# classdropdown-link>Graphic Design/a> /div> div classdropdown-item> a href# classdropdown-link>Branding/a> /div> div classdropdown-item> a href# classdropdown-link>Production/a> /div> /div> /li> li classnav-item> a href# classnav-link>Development/a> div classdropdown> div classdropdown-item> a href# classdropdown-link>Services/a> /div> div classdropdown-item> a href# classdropdown-link>Web Development/a> /div> div classdropdown-item> a href# classdropdown-link>Software Development/a> /div> div classdropdown-item> a href# classdropdown-link>eCommerce/a> /div> div classdropdown-item> a href# classdropdown-link>App Development/a> /div> div classdropdown-item> a href# classdropdown-link>Support/a> /div> /div> /li> /ul> div classmobile-toggle idmobileToggle> span>/span> span>/span> span>/span> /div> /nav> /header> !-- Main Content --> main classmain-content> !-- Hero Section --> section classhero> div classhero-container> h1>Professional Web Design & Development/h1> p>Transform your digital presence with our expert team. We create stunning websites, powerful applications, and comprehensive digital solutions that drive results./p> a href#contact classcta-button>Get Started Today/a> /div> /section> !-- Services Section --> section classservices> div classcontainer> h2 classsection-title>Our Services/h2> p classsection-subtitle>We offer comprehensive digital solutions to help your business thrive online/p> div classservices-grid> div classservice-card> div classservice-icon>🎨/div> h3>Web Design/h3> p>Beautiful, responsive websites that captivate your audience and deliver exceptional user experiences across all devices./p> /div> div classservice-card> div classservice-icon>💻/div> h3>Web Development/h3> p>Custom web applications built with cutting-edge technologies to meet your specific business requirements./p> /div> div classservice-card> div classservice-icon>🛒/div> h3>eCommerce Solutions/h3> p>Powerful online stores that drive sales with secure payment processing and inventory management./p> /div> div classservice-card> div classservice-icon>📱/div> h3>App Development/h3> p>Native and cross-platform mobile applications that engage users and expand your reach./p> /div> div classservice-card> div classservice-icon>🎯/div> h3>Branding & Design/h3> p>Complete brand identity solutions including logos, graphics, and marketing materials./p> /div> div classservice-card> div classservice-icon>🔧/div> h3>Support & Maintenance/h3> p>Ongoing support and maintenance to keep your digital assets running smoothly and securely./p> /div> /div> /div> /section> !-- About Section --> section classabout> div classcontainer> div classabout-content> div classabout-text> h2>Why Choose Bath Website Design?/h2> p>With years of experience in the digital industry, we understand what it takes to create successful online experiences. Our team combines creativity with technical expertise to deliver solutions that not only look great but perform exceptionally./p> p>We work closely with our clients throughout the entire process, from initial concept to final launch and beyond. Your success is our success, and were committed to helping your business grow in the digital landscape./p> a href#contact classcta-button>Start Your Project/a> /div> div classabout-image> img src/placeholder.svg?height400&width500 altBath Website Design Team /> /div> /div> /div> /section> /main> !-- Footer --> footer classfooter> div classcontainer> div classfooter-content> div classfooter-section> h3>Bath Website Design/h3> p>Professional web design and development services in Bath and surrounding areas. We create digital solutions that drive results./p> /div> div classfooter-section> h3>Services/h3> p>a href#>Web Design/a>/p> p>a href#>Web Development/a>/p> p>a href#>eCommerce/a>/p> p>a href#>App Development/a>/p> p>a href#>Branding/a>/p> /div> div classfooter-section> h3>Company/h3> p>a href#>About Us/a>/p> p>a href#>Our Work/a>/p> p>a href#>Meet the Team/a>/p> p>a href#>Latest News/a>/p> p>a href#>Contact/a>/p> /div> div classfooter-section> h3>Contact Info/h3> p>Bath, United Kingdom/p> p>a href/cdn-cgi/l/email-protection class__cf_email__ data-cfemaila8c0cdc4c4c7e8cac9dcc0dfcdcadbc1dccdcccddbc1cfc686cbc7c5>email protected/a>/p> p>+44 (0) 1225 123456/p> /div> /div> div classfooter-bottom> p>© 2024 Bath Website Design. All rights reserved. | a href#>Privacy Policy/a> | a href#>Terms of Service/a>/p> /div> /div> /footer> script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>script> // Mobile menu toggle const mobileToggle document.getElementById(mobileToggle); const navMenu document.getElementById(navMenu); mobileToggle.addEventListener(click, function() { navMenu.classList.toggle(active); }); // Close mobile menu when clicking on a link const navLinks document.querySelectorAll(.nav-link); navLinks.forEach(link > { link.addEventListener(click, () > { navMenu.classList.remove(active); }); }); // Smooth scrolling for anchor 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 }); } }); }); // Header scroll effect window.addEventListener(scroll, function() { const header document.querySelector(.header); if (window.scrollY > 100) { header.style.background rgba(255, 255, 255, 0.95); header.style.backdropFilter blur(10px); } else { header.style.background #ffffff; header.style.backdropFilter none; } }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Sat, 21 Feb 2026 03:09:09 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarevary: Accept-Encodinglast-modified: Mon, 16 Jun 2025 15:01:40 GMTx-proxy-cache: HITReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sZVmkFCYLdluIak1pibQUVPbl%2FsnFpfQmNbdIDk9pC5O8nt2oCA45fxsw7gl9H9Q4vnXVlHvrb%2FJJup6yudE%2BAGuJC5V1FcedSYkkUYexfd2bvZ2pAA%3D%3D}}cf-cache-status: DYNAMICNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}CF-RAY: 9d130b14bc50b298-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Bath Website Design - Professional Web Design & Development Services/title> meta namedescription contentBath Website Design offers professional web design, development, and digital marketing services. Transform your online presence with our expert team.> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background-color: #ffffff; } /* Header Styles */ .header { background: #ffffff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: all 0.3s ease; } .nav-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; height: 70px; } .logo { font-size: 24px; font-weight: bold; color: #2563eb; text-decoration: none; display: flex; align-items: center; } .logo::before { content: 🌐; margin-right: 8px; font-size: 28px; } .nav-menu { display: flex; list-style: none; align-items: center; } .nav-item { position: relative; margin: 0 10px; } .nav-link { color: #333; text-decoration: none; padding: 10px 15px; display: block; font-weight: 500; transition: color 0.3s ease; border-radius: 5px; } .nav-link:hover { color: #2563eb; background-color: #f8fafc; } .dropdown { position: absolute; top: 100%; left: 0; background: #ffffff; min-width: 200px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); border-radius: 8px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s ease; border: 1px solid #e2e8f0; } .nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); } .dropdown-item { padding: 12px 20px; border-bottom: 1px solid #f1f5f9; } .dropdown-item:last-child { border-bottom: none; } .dropdown-link { color: #64748b; text-decoration: none; display: block; transition: color 0.3s ease; font-size: 14px; } .dropdown-link:hover { color: #2563eb; } /* Mobile Menu Toggle */ .mobile-toggle { display: none; flex-direction: column; cursor: pointer; padding: 5px; } .mobile-toggle span { width: 25px; height: 3px; background: #333; margin: 3px 0; transition: 0.3s; } /* Main Content */ .main-content { margin-top: 70px; } /* Hero Section */ .hero { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); color: white; padding: 100px 0; text-align: center; } .hero-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .hero h1 { font-size: 3.5rem; margin-bottom: 20px; font-weight: 700; } .hero p { font-size: 1.2rem; margin-bottom: 30px; opacity: 0.9; max-width: 600px; margin-left: auto; margin-right: auto; } .cta-button { background: #ffffff; color: #2563eb; padding: 15px 30px; text-decoration: none; border-radius: 8px; font-weight: 600; display: inline-block; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } /* Services Section */ .services { padding: 80px 0; background: #f8fafc; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .section-title { text-align: center; font-size: 2.5rem; margin-bottom: 20px; color: #1e293b; } .section-subtitle { text-align: center; font-size: 1.1rem; color: #64748b; margin-bottom: 60px; max-width: 600px; margin-left: auto; margin-right: auto; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .service-card { background: white; padding: 40px 30px; border-radius: 12px; text-align: center; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .service-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); } .service-icon { font-size: 3rem; margin-bottom: 20px; color: #2563eb; } .service-card h3 { font-size: 1.5rem; margin-bottom: 15px; color: #1e293b; } .service-card p { color: #64748b; line-height: 1.6; } /* About Section */ .about { padding: 80px 0; } .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .about-text h2 { font-size: 2.5rem; margin-bottom: 20px; color: #1e293b; } .about-text p { color: #64748b; margin-bottom: 20px; font-size: 1.1rem; } .about-image { text-align: center; } .about-image img { max-width: 100%; border-radius: 12px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); } /* Footer */ .footer { background: #1e293b; color: white; padding: 60px 0 30px; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-section h3 { margin-bottom: 20px; color: #2563eb; } .footer-section p, .footer-section a { color: #94a3b8; text-decoration: none; line-height: 1.8; } .footer-section a:hover { color: #2563eb; } .footer-bottom { border-top: 1px solid #334155; padding-top: 30px; text-align: center; color: #94a3b8; } /* Responsive Design */ @media (max-width: 768px) { .mobile-toggle { display: flex; } .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); } .nav-menu.active { display: flex; } .nav-item { margin: 0; width: 100%; } .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; background: #f8fafc; } .hero h1 { font-size: 2.5rem; } .about-content { grid-template-columns: 1fr; gap: 40px; } .footer-content { grid-template-columns: 1fr; gap: 30px; } } /style>/head>body> !-- Header --> header classheader> nav classnav-container> a href# classlogo>Bath Website Design/a> ul classnav-menu idnavMenu> li classnav-item> a href# classnav-link>About/a> div classdropdown> div classdropdown-item> a href# classdropdown-link>Our Work/a> /div> div classdropdown-item> a href# classdropdown-link>Meet the Team/a> /div> div classdropdown-item> a href# classdropdown-link>Latest News / Blogs/a> /div> /div> /li> li classnav-item> a href# classnav-link>Design/a> div classdropdown> div classdropdown-item> a href# classdropdown-link>Web Design/a> /div> div classdropdown-item> a href# classdropdown-link>Graphic Design/a> /div> div classdropdown-item> a href# classdropdown-link>Branding/a> /div> div classdropdown-item> a href# classdropdown-link>Production/a> /div> /div> /li> li classnav-item> a href# classnav-link>Development/a> div classdropdown> div classdropdown-item> a href# classdropdown-link>Services/a> /div> div classdropdown-item> a href# classdropdown-link>Web Development/a> /div> div classdropdown-item> a href# classdropdown-link>Software Development/a> /div> div classdropdown-item> a href# classdropdown-link>eCommerce/a> /div> div classdropdown-item> a href# classdropdown-link>App Development/a> /div> div classdropdown-item> a href# classdropdown-link>Support/a> /div> /div> /li> /ul> div classmobile-toggle idmobileToggle> span>/span> span>/span> span>/span> /div> /nav> /header> !-- Main Content --> main classmain-content> !-- Hero Section --> section classhero> div classhero-container> h1>Professional Web Design & Development/h1> p>Transform your digital presence with our expert team. We create stunning websites, powerful applications, and comprehensive digital solutions that drive results./p> a href#contact classcta-button>Get Started Today/a> /div> /section> !-- Services Section --> section classservices> div classcontainer> h2 classsection-title>Our Services/h2> p classsection-subtitle>We offer comprehensive digital solutions to help your business thrive online/p> div classservices-grid> div classservice-card> div classservice-icon>🎨/div> h3>Web Design/h3> p>Beautiful, responsive websites that captivate your audience and deliver exceptional user experiences across all devices./p> /div> div classservice-card> div classservice-icon>💻/div> h3>Web Development/h3> p>Custom web applications built with cutting-edge technologies to meet your specific business requirements./p> /div> div classservice-card> div classservice-icon>🛒/div> h3>eCommerce Solutions/h3> p>Powerful online stores that drive sales with secure payment processing and inventory management./p> /div> div classservice-card> div classservice-icon>📱/div> h3>App Development/h3> p>Native and cross-platform mobile applications that engage users and expand your reach./p> /div> div classservice-card> div classservice-icon>🎯/div> h3>Branding & Design/h3> p>Complete brand identity solutions including logos, graphics, and marketing materials./p> /div> div classservice-card> div classservice-icon>🔧/div> h3>Support & Maintenance/h3> p>Ongoing support and maintenance to keep your digital assets running smoothly and securely./p> /div> /div> /div> /section> !-- About Section --> section classabout> div classcontainer> div classabout-content> div classabout-text> h2>Why Choose Bath Website Design?/h2> p>With years of experience in the digital industry, we understand what it takes to create successful online experiences. Our team combines creativity with technical expertise to deliver solutions that not only look great but perform exceptionally./p> p>We work closely with our clients throughout the entire process, from initial concept to final launch and beyond. Your success is our success, and were committed to helping your business grow in the digital landscape./p> a href#contact classcta-button>Start Your Project/a> /div> div classabout-image> img src/placeholder.svg?height400&width500 altBath Website Design Team /> /div> /div> /div> /section> /main> !-- Footer --> footer classfooter> div classcontainer> div classfooter-content> div classfooter-section> h3>Bath Website Design/h3> p>Professional web design and development services in Bath and surrounding areas. We create digital solutions that drive results./p> /div> div classfooter-section> h3>Services/h3> p>a href#>Web Design/a>/p> p>a href#>Web Development/a>/p> p>a href#>eCommerce/a>/p> p>a href#>App Development/a>/p> p>a href#>Branding/a>/p> /div> div classfooter-section> h3>Company/h3> p>a href#>About Us/a>/p> p>a href#>Our Work/a>/p> p>a href#>Meet the Team/a>/p> p>a href#>Latest News/a>/p> p>a href#>Contact/a>/p> /div> div classfooter-section> h3>Contact Info/h3> p>Bath, United Kingdom/p> p>a href/cdn-cgi/l/email-protection class__cf_email__ data-cfemailb3dbd6dfdfdcf3d1d2c7dbc4d6d1c0dac7d6d7d6c0dad4dd9dd0dcde>email protected/a>/p> p>+44 (0) 1225 123456/p> /div> /div> div classfooter-bottom> p>© 2024 Bath Website Design. All rights reserved. | a href#>Privacy Policy/a> | a href#>Terms of Service/a>/p> /div> /div> /footer> script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>script> // Mobile menu toggle const mobileToggle document.getElementById(mobileToggle); const navMenu document.getElementById(navMenu); mobileToggle.addEventListener(click, function() { navMenu.classList.toggle(active); }); // Close mobile menu when clicking on a link const navLinks document.querySelectorAll(.nav-link); navLinks.forEach(link > { link.addEventListener(click, () > { navMenu.classList.remove(active); }); }); // Smooth scrolling for anchor 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 }); } }); }); // Header scroll effect window.addEventListener(scroll, function() { const header document.querySelector(.header); if (window.scrollY > 100) { header.style.background rgba(255, 255, 255, 0.95); header.style.backdropFilter blur(10px); } else { header.style.background #ffffff; header.style.backdropFilter none; } }); /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
]