Help
RSS
API
Feed
Maltego
Contact
Domain > arcaneharestudio.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-07-11
3.171.22.79
(
ClassC
)
2026-01-06
3.175.34.12
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Tue, 06 Jan 2026 05:53:44 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://arcaneharestudio.com/X-Cache: Redirect from cloudfrontVia: 1.1 6eef5cc48e8050472c6d6d9862d365dc.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: nHbtQa0DiUaiWj1cox0RalKFzlsTDAaKLqmGOOcRoYGRpIkmUPU7Fg 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: 25389Connection: keep-aliveDate: Fri, 02 Jan 2026 17:10:44 GMTCache-Control: public, max-age0, s-maxage31536000Server: AmazonS3Accept-Ranges: bytesETag: 259b7cbc9ae66eff3df33223cfc159beLast-Modified: Mon, 08 Sep 2025 07:52:58 GMTX-Cache: Hit from cloudfrontVia: 1.1 eaf1511e9ff939c81556fcd5535328f6.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3Alt-Svc: h3:443; ma86400X-Amz-Cf-Id: hTQZQOsN4L63-UmJRCQ9tB2B4FpOTMq6kf_TFvnzuKk2-HJM5XEK6QAge: 304980 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Arcane Hare Studio - 3D Design for Anime Fans/title>```!-- Google Fonts -->link hrefhttps://fonts.googleapis.com/css2?familyPoppins:wght@400;600;700&familyInter:wght@400;500;600&displayswap relstylesheet>!-- Font Awesome for icons -->link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css>style> /* CSS Variables for easy customization */ :root { --bg-color: #FAFAFA; --primary-accent: #A78BFA; --secondary-accent: #34D399; --text-color: #333333; --white: #FFFFFF; --light-gray: #F5F5F5; --border-color: #E5E5E5; --font-heading: Poppins, sans-serif; --font-body: Inter, sans-serif; --shadow: 0 4px 6px rgba(0, 0, 0, 0.1); --shadow-hover: 0 8px 25px rgba(0, 0, 0, 0.15); --transition: all 0.3s ease; } /* Reset and base styles */ * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: var(--font-body); background-color: var(--bg-color); color: var(--text-color); line-height: 1.6; overflow-x: hidden; } /* Container */ .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header */ header { background: var(--white); box-shadow: var(--shadow); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: var(--transition); } .header-content { display: flex; flex-direction: column; align-items: center; padding: 1rem 0; } .logo { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; color: var(--primary-accent); text-decoration: none; margin-bottom: 1rem; transition: var(--transition); } .logo:hover { color: var(--secondary-accent); transform: scale(1.05); } nav ul { display: flex; list-style: none; gap: 2rem; flex-wrap: wrap; justify-content: center; } nav a { text-decoration: none; color: var(--text-color); font-weight: 500; transition: var(--transition); position: relative; } nav a:hover { color: var(--primary-accent); } nav a::after { content: ; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--secondary-accent); transition: var(--transition); } nav a:hover::after { width: 100%; } /* Main content offset for fixed header */ main { margin-top: 120px; } /* Hero Section */ .hero { padding: 4rem 0; text-align: center; background: linear-gradient(135deg, var(--bg-color) 0%, var(--light-gray) 100%); } .hero h1 { font-family: var(--font-heading); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; margin-bottom: 1rem; color: var(--text-color); line-height: 1.2; } .hero p { font-size: 1.2rem; margin-bottom: 2rem; color: #666; max-width: 600px; margin-left: auto; margin-right: auto; } .cta-button { display: inline-block; background: var(--primary-accent); color: var(--white); padding: 1rem 2rem; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: var(--transition); box-shadow: var(--shadow); } .cta-button:hover { background: var(--secondary-accent); transform: translateY(-3px); box-shadow: var(--shadow-hover); } /* Section styles */ section { padding: 4rem 0; } .section-title { font-family: var(--font-heading); font-size: 2.5rem; font-weight: 600; text-align: center; margin-bottom: 3rem; color: var(--text-color); } /* Products Section */ .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 2rem; } .product-card { background: var(--white); border-radius: 15px; padding: 1.5rem; box-shadow: var(--shadow); transition: var(--transition); text-align: center; } .product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); } .product-image { width: 100%; height: 200px; background: linear-gradient(135deg, var(--primary-accent), var(--secondary-accent)); border-radius: 10px; margin-bottom: 1rem; display: flex; align-items: center; justify-content: center; font-size: 3rem; color: var(--white); } .product-card h3 { font-family: var(--font-heading); font-size: 1.3rem; margin-bottom: 0.5rem; color: var(--text-color); } .product-card p { color: #666; margin-bottom: 1rem; line-height: 1.5; } .product-price { font-size: 1.4rem; font-weight: 600; color: var(--primary-accent); margin-bottom: 1rem; } .buy-button { background: var(--primary-accent); color: var(--white); border: none; padding: 0.8rem 1.5rem; border-radius: 25px; font-weight: 600; cursor: pointer; transition: var(--transition); text-decoration: none; display: inline-block; } .buy-button:hover { background: var(--secondary-accent); transform: scale(1.05); } /* About Section */ .about { background: var(--white); } .about-content { max-width: 800px; margin: 0 auto; text-align: center; } .about-content p { font-size: 1.1rem; line-height: 1.8; margin-bottom: 1.5rem; color: #555; } /* Testimonials Section */ .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem; } .testimonial-card { background: var(--white); padding: 2rem; border-radius: 15px; box-shadow: var(--shadow); position: relative; transition: var(--transition); } .testimonial-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); } .testimonial-card::before { content: ; position: absolute; top: -10px; left: 20px; font-size: 4rem; color: var(--primary-accent); font-family: var(--font-heading); } .testimonial-text { margin-bottom: 1rem; font-style: italic; color: #555; line-height: 1.6; } .testimonial-author { font-weight: 600; color: var(--primary-accent); } /* Newsletter Section */ .newsletter { background: linear-gradient(135deg, var(--primary-accent), var(--secondary-accent)); color: var(--white); } .newsletter .section-title { color: var(--white); } .newsletter-form { display: flex; max-width: 500px; margin: 0 auto; gap: 1rem; flex-wrap: wrap; justify-content: center; } .newsletter-input { flex: 1; min-width: 250px; padding: 1rem; border: none; border-radius: 25px; font-size: 1rem; outline: none; } .newsletter-button { background: var(--white); color: var(--primary-accent); border: none; padding: 1rem 2rem; border-radius: 25px; font-weight: 600; cursor: pointer; transition: var(--transition); } .newsletter-button:hover { transform: scale(1.05); box-shadow: var(--shadow); } /* Contact Section */ .contact { background: var(--white); } .contact-form { max-width: 600px; margin: 0 auto; } .form-group { margin-bottom: 1.5rem; } .form-group label { display: block; margin-bottom: 0.5rem; font-weight: 500; color: var(--text-color); } .form-group input, .form-group textarea { width: 100%; padding: 1rem; border: 2px solid var(--border-color); border-radius: 10px; font-size: 1rem; font-family: var(--font-body); transition: var(--transition); outline: none; } .form-group input:focus, .form-group textarea:focus { border-color: var(--primary-accent); } .form-group textarea { resize: vertical; min-height: 120px; } .submit-button { background: var(--primary-accent); color: var(--white); border: none; padding: 1rem 2rem; border-radius: 25px; font-weight: 600; cursor: pointer; transition: var(--transition); width: 100%; font-size: 1.1rem; } .submit-button:hover { background: var(--secondary-accent); transform: translateY(-2px); box-shadow: var(--shadow); } /* Footer */ footer { background: var(--text-color); color: var(--white); padding: 3rem 0 1rem; text-align: center; } .social-links { display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem; } .social-links a { color: var(--white); font-size: 1.5rem; transition: var(--transition); } .social-links a:hover { color: var(--secondary-accent); transform: scale(1.2); } .copyright { color: #ccc; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #555; } /* Responsive Design */ @media (max-width: 768px) { .header-content { padding: 0.8rem 0; } .logo { font-size: 1.5rem; margin-bottom: 0.8rem; } nav ul { gap: 1rem; } main { margin-top: 100px; } .hero { padding: 2rem 0; } section { padding: 2.5rem 0; } .section-title { font-size: 2rem; margin-bottom: 2rem; } .newsletter-form { flex-direction: column; align-items: stretch; } .newsletter-input { min-width: auto; } } @media (max-width: 480px) { .container { padding: 0 15px; } nav ul { gap: 0.8rem; } nav a { font-size: 0.9rem; } .products-grid { grid-template-columns: 1fr; } } /* Scroll animations */ .fade-in { opacity: 0; transform: translateY(30px); transition: all 0.8s ease; } .fade-in.visible { opacity: 1; transform: translateY(0); }/style>```/head>body> !-- Header --> header> div classcontainer> div classheader-content> !-- Logo placeholder - replace with actual logo image --> a href#home classlogo>🎨 Arcane Hare Studio/a>``` nav> ul> li>a href#about>About/a>/li> li>a href#testimonials>Testimonials/a>/li> li>a href#newsletter>Newsletter/a>/li> li>a href#contact>Contact/a>/li> li>a href#footer>More/a>/li> /ul> /nav> /div> /div>/header>main> !-- Hero Section --> section idhome classhero> div classcontainer> h1>Where Imagination Meets 3D Design — Crafted for Anime Fans/h1> p>Discover unique 3D creations, NFC tools, and exclusive collectibles designed with passion for the anime community./p> a href#products classcta-button>Shop the Collection/a> /div> /section> !-- Products Section --> section idproducts classproducts> div classcontainer> h2 classsection-title>Our Collections/h2> div classproducts-grid> !-- Product 1: NFC Tools for Focus & Wellness --> div classproduct-card fade-in> div classproduct-image> i classfas fa-spa>/i> /div> h3>NFC Tools for Focus & Wellness/h3> p>Smart NFC-enabled tools designed to enhance your focus and wellness routine. Perfect for meditation, study sessions, and mindful moments./p> div classproduct-price>$29.99/div> a hrefhttps://gumroad.com/placeholder classbuy-button>Buy Now/a> /div> !-- Product 2: NFC Business Essentials --> div classproduct-card fade-in> div classproduct-image> i classfas fa-briefcase>/i> /div> h3>NFC Business Essentials/h3> p>Professional NFC business cards and networking tools that make lasting impressions. Seamlessly share your contact information./p> div classproduct-price>$24.99/div> a hrefhttps://gumroad.com/placeholder classbuy-button>Buy Now/a> /div> !-- Product 3: Seasonal & Cultural Creations --> div classproduct-card fade-in> div classproduct-image> i classfas fa-cherry-blossom>/i> /div> h3>Seasonal & Cultural Creations/h3> p>Limited edition seasonal items and culturally-inspired designs that celebrate anime traditions and festivals throughout the year./p> div classproduct-price>$34.99/div> a hrefhttps://gumroad.com/placeholder classbuy-button>Buy Now/a> /div> !-- Product 4: Arcane Exclusives --> div classproduct-card fade-in> div classproduct-image> i classfas fa-gem>/i> /div> h3>Arcane Exclusives/h3> p>Rare and exclusive 3D printed collectibles available only at Arcane Hare Studio. Each piece is carefully crafted with premium materials./p> div classproduct-price>$49.99/div> a hrefhttps://gumroad.com/placeholder classbuy-button>Buy Now/a> /div> /div> /div> /section> !-- About Section --> section idabout classabout> div classcontainer> h2 classsection-title>About Arcane Hare Studio/h2> div classabout-content fade-in> p> Welcome to Arcane Hare Studio, where creativity meets craftsmanship in the world of 3D design. Were passionate anime fans who believe that every fan deserves unique, high-quality collectibles and functional art that celebrates their favorite stories and characters. /p> p> From innovative NFC tools that blend technology with everyday wellness to exclusive seasonal creations that capture the essence of anime culture, every piece we create is infused with love for the medium and respect for the community that inspires us. /p> p> Our studio combines traditional craftsmanship with cutting-edge 3D printing technology to bring you items that are not just beautiful, but functional and meaningful in your daily life. /p> /div> /div> /section> !-- Testimonials Section --> section idtestimonials classtestimonials> div classcontainer> h2 classsection-title>What Our Fans Say/h2> div classtestimonials-grid> div classtestimonial-card fade-in> div classtestimonial-text> The NFC wellness tools have completely transformed my meditation practice. The quality is incredible and the anime-inspired designs make me smile every time I use them. /div> div classtestimonial-author>— Sakura M./div> /div> div classtestimonial-card fade-in> div classtestimonial-text> As a professional in the anime industry, these NFC business cards are a game-changer. They perfectly represent my passion while maintaining a professional edge. /div> div classtestimonial-author>— Kenji T./div> /div> div classtestimonial-card fade-in> div classtestimonial-text> The seasonal collections are absolutely stunning! Each piece feels like it tells a story. I cant wait to see what Arcane Hare Studio creates next. /div> div classtestimonial-author>— Luna P./div> /div> /div> /div> /section> !-- Newsletter Section --> section idnewsletter classnewsletter> div classcontainer> h2 classsection-title>Stay in the Loop/h2> p styletext-align: center; margin-bottom: 2rem; font-size: 1.1rem;> Get exclusive updates on new releases, limited editions, and special offers! /p> form classnewsletter-form onsubmithandleNewsletterSubmit(event)> input typeemail classnewsletter-input placeholderEnter your email address required > button typesubmit classnewsletter-button>Subscribe/button> /form> /div> /section> !-- Contact Section --> section idcontact classcontact> div classcontainer> h2 classsection-title>Get in Touch/h2> form classcontact-form onsubmithandleContactSubmit(event)> div classform-group> label forname>Name/label> input typetext idname namename required> /div> div classform-group> label foremail>Email/label> input typeemail idemail nameemail required> /div> div classform-group> label formessage>Message/label> textarea idmessage namemessage required placeholderTell us about your project or ask us anything!>/textarea> /div> button typesubmit classsubmit-button>Send Message/button> /form> /div> /section>/main>!-- Footer -->footer idfooter> div classcontainer> div classsocial-links> !-- Replace with actual social media links --> a hrefhttps://instagram.com/placeholder aria-labelInstagram> i classfab fa-instagram>/i> /a> a hrefhttps://twitter.com/placeholder aria-labelTwitter> i classfab fa-twitter>/i> /a> a hrefhttps://youtube.com/placeholder aria-labelYouTube> i classfab fa-youtube>/i> /a> a hrefhttps://discord.gg/placeholder aria-labelDiscord> i classfab fa-discord>/i> /a> a hrefmailto:hello@arcaneharestudio.com aria-labelEmail> i classfas fa-envelope>/i> /a> /div> div classcopyright> p>© 2025 Arcane Hare Studio. All rights reserved. | Made with 💜 for anime fans worldwide/p> /div> /div>/footer>script> // Smooth scrolling 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 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(visible); } }); }, observerOptions); // Observe all fade-in elements document.querySelectorAll(.fade-in).forEach(el > { observer.observe(el); }); // Header scroll effect let lastScrollTop 0; const header document.querySelector(header); window.addEventListener(scroll, () > { const scrollTop window.pageYOffset || document.documentElement.scrollTop; if (scrollTop > lastScrollTop && scrollTop > 100) { // Scrolling down header.style.transform translateY(-100%); } else { // Scrolling up header.style.transform translateY(0); } lastScrollTop scrollTop; }); // Newsletter form handler function handleNewsletterSubmit(event) { event.preventDefault(); const email event.target.querySelector(inputtypeemail).value; // Placeholder for newsletter signup - replace with actual service alert(`Thanks for subscribing! Well send updates to ${email}`); event.target.reset(); } // Contact form handler function handleContactSubmit(event) { event.preventDefault(); const formData new FormData(event.target); const name formData.get(name); // Placeholder for contact form - replace with actual service alert(`Thanks for your message, ${name}! Well get back to you soon.`); event.target.reset(); } // Add loading animation to buy buttons document.querySelectorAll(.buy-button).forEach(button > { button.addEventListener(click, function(e) { // Add visual feedback this.style.transform scale(0.95); setTimeout(() > { this.style.transform ; }, 150); }); }); // Parallax effect for hero section window.addEventListener(scroll, () > { const scrolled window.pageYOffset; const hero document.querySelector(.hero); const rate scrolled * -0.5; if (hero) { hero.style.transform `translateY(${rate}px)`; } }); // Initialize animations on page load window.addEventListener(load, () > { // Add stagger effect to product cards const productCards document.querySelectorAll(.product-card); productCards.forEach((card, index) > { card.style.animationDelay `${index * 0.2}s`; }); // Add stagger effect to testimonial cards const testimonialCards document.querySelectorAll(.testimonial-card); testimonialCards.forEach((card, index) > { card.style.animationDelay `${index * 0.3}s`; }); });/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
]