Help
RSS
API
Feed
Maltego
Contact
Domain > jmtech.services
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-10-18
3.5.131.191
(
ClassC
)
2025-12-03
3.5.129.229
(
ClassC
)
2025-12-05
3.5.131.9
(
ClassC
)
2026-01-21
52.219.179.8
(
ClassC
)
Port 80
HTTP/1.1 200 OKx-amz-id-2: jZSEMlZG+yVO6UnDrRtqR01JcpyzbigWRUmbyOLsx48NBI2fZRig5/FtUoAIxvWaKMkggRvWYeS+XuSVlLC+FPLtH3fBTXt/4mnh1RB5uygx-amz-request-id: 4SE9A7ZSFVE4THE9Date: Wed, 21 Jan 2026 03:56:04 GMTLast-Modified: Fri, 22 Aug 2025 14:53:52 GMTETag: f4fb644fb9d377d2adfc28a25429a66cContent-Type: text/html; charsetutf-8Content-Length: 22996Server: AmazonS3 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>JMTech Services - Technology Solutions & Creative Services/title> 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: #0a0a0a; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header & Navigation */ header { background: rgba(0, 0, 0, 0.95); backdrop-filter: blur(10px); position: fixed; width: 100%; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; } .logo { font-size: 1.8rem; font-weight: bold; background: linear-gradient(135deg, #00d4ff, #7b68ee); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { color: #fff; text-decoration: none; transition: all 0.3s ease; padding: 0.5rem 1rem; border-radius: 20px; } .nav-links a:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); } /* Hero Slideshow Banner */ .hero-slideshow { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: -1; overflow: hidden; } .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 1.5s ease-in-out; background-size: cover; background-position: center; background-repeat: no-repeat; } .slide.active { opacity: 1; } .slide::after { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(10, 10, 10, 0.8) 0%, rgba(26, 26, 46, 0.7) 50%, rgba(22, 33, 62, 0.8) 100%); } /* Fallback background for hero */ .hero { min-height: 100vh; display: flex; align-items: center; background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%); position: relative; overflow: hidden; } .hero::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(data:image/svg+xml,svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 100 100>defs>pattern idgrid width10 height10 patternUnitsuserSpaceOnUse>path dM 10 0 L 0 0 0 10 fillnone stroke%23ffffff stroke-width0.1 opacity0.3/>/pattern>/defs>rect width100 height100 fillurl(%23grid)/>/svg>); opacity: 0.1; } .hero-content { position: relative; z-index: 2; text-align: center; color: #fff; } .hero h1 { font-size: 3.5rem; margin-bottom: 1rem; background: linear-gradient(135deg, #00d4ff, #7b68ee, #ff6b6b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: glow 3s ease-in-out infinite alternate; } @keyframes glow { from { filter: brightness(1); } to { filter: brightness(1.2); } } .hero p { font-size: 1.3rem; margin-bottom: 2rem; opacity: 0.9; } .cta-button { display: inline-block; background: linear-gradient(135deg, #00d4ff, #7b68ee); color: white; padding: 1rem 2rem; text-decoration: none; border-radius: 50px; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3); } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(0, 212, 255, 0.5); } /* Services Section */ .services { padding: 6rem 0; background: #111; } .services h2 { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; color: #fff; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; } .service-card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); padding: 2rem; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; } .service-card::before { content: ; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent); transition: left 0.5s; } .service-card:hover::before { left: 100%; } .service-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); border-color: rgba(255, 255, 255, 0.2); } .service-icon { font-size: 3rem; margin-bottom: 1rem; display: block; } .service-card h3 { font-size: 1.5rem; margin-bottom: 1rem; color: #fff; } .service-card p { color: #ccc; line-height: 1.6; } .service-card ul { list-style: none; margin-top: 1rem; } .service-card li { color: #bbb; margin: 0.5rem 0; padding-left: 1rem; position: relative; } .service-card li::before { content: ▶; position: absolute; left: 0; color: #00d4ff; } /* Photo Placeholders */ .photo-placeholder { background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); border: 2px dashed rgba(255, 255, 255, 0.3); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.6); font-size: 0.9rem; text-align: center; padding: 1rem; margin: 1rem 0; transition: all 0.3s ease; } .photo-placeholder:hover { background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08)); border-color: rgba(255, 255, 255, 0.5); } /* Work Gallery */ .gallery { padding: 6rem 0; background: rgba(0, 0, 0, 0.5); } .gallery h2 { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; color: #fff; } .gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .gallery-item { aspect-ratio: 16/10; border-radius: 15px; overflow: hidden; background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); border: 2px dashed rgba(255, 255, 255, 0.3); display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.6); transition: all 0.3s ease; } .gallery-item:hover { transform: translateY(-5px); border-color: rgba(255, 255, 255, 0.5); background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08)); } /* About Section */ .about { padding: 6rem 0; background: linear-gradient(135deg, #1a1a2e, #16213e); } .about-content { text-align: center; max-width: 800px; margin: 0 auto; } .about h2 { font-size: 2.5rem; margin-bottom: 2rem; color: #fff; } .about p { font-size: 1.1rem; color: #ccc; margin-bottom: 1.5rem; } /* Contact Section */ .contact { padding: 6rem 0; background: #0a0a0a; } .contact h2 { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; color: #fff; } .contact-content { text-align: center; max-width: 600px; margin: 0 auto; } .contact-info { display: flex; justify-content: center; gap: 2rem; margin-top: 2rem; flex-wrap: wrap; } .contact-item { background: rgba(255, 255, 255, 0.05); padding: 1.5rem; border-radius: 15px; border: 1px solid rgba(255, 255, 255, 0.1); min-width: 200px; transition: all 0.3s ease; } .contact-item:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-5px); } .contact-item h3 { color: #00d4ff; margin-bottom: 0.5rem; } .contact-item p { color: #ccc; } /* Footer */ footer { background: #000; padding: 2rem 0; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.1); } footer p { color: #666; } /* Responsive Design */ @media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2.5rem; } .hero p { font-size: 1.1rem; } .services-grid { grid-template-columns: 1fr; } .contact-info { flex-direction: column; align-items: center; } } /* Smooth Scrolling */ html { scroll-behavior: smooth; } /* Loading Animation */ .fade-in { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; } .fade-in.visible { opacity: 1; transform: translateY(0); } /style>/head>body> header> nav classcontainer> div classlogo>JMTech/div> ul classnav-links> li>a href#home>Home/a>/li> li>a href#services>Services/a>/li> li>a href#about>About/a>/li> li>a href#contact>Contact/a>/li> /ul> /nav> /header> section idhome classhero> !-- Background Slideshow --> div classhero-slideshow> !-- Slide 1: Software Development --> div classslide active stylebackground-image: url(https://via.placeholder.com/1920x1080/1a1a2e/ffffff?textYour+Software+Development+Work+Goes+Here);> /div> !-- Slide 2: 3D Printing --> div classslide stylebackground-image: url(https://via.placeholder.com/1920x1080/16213e/ffffff?textYour+3D+Printing+Projects+Go+Here);> /div> !-- Slide 3: Music Production --> div classslide stylebackground-image: url(https://via.placeholder.com/1920x1080/0f3460/ffffff?textYour+Music+Studio+Setup+Goes+Here);> /div> /div> div classcontainer> div classhero-content fade-in> h1>JMTech Services/h1> p>Innovative Technology Solutions & Creative Services/p> a href#services classcta-button>Explore Services/a> /div> /div> /section> section idservices classservices> div classcontainer> h2 classfade-in>Our Services/h2> div classservices-grid> div classservice-card fade-in> span classservice-icon>💻/span> h3>Software Development/h3> p>Custom software solutions tailored to your business needs, from web applications to mobile apps and enterprise systems./p> ul> li>Web Application Development/li> li>Mobile App Development/li> li>API Development & Integration/li> li>Database Design & Management/li> li>System Architecture & Consulting/li> /ul> div classphoto-placeholder styleheight: 150px;> 📸 Add screenshots of your software projects herebr> small>(Replace with actual project images)/small> /div> /div> div classservice-card fade-in> span classservice-icon>🖨️/span> h3>3D Printing & Manufacturing/h3> p>Advanced 3D printing and manufacturing services for prototyping, production, and custom fabrication needs./p> ul> li>Rapid Prototyping/li> li>Custom Part Manufacturing/li> li>3D Model Design & Optimization/li> li>Material Consultation/li> li>Small-Batch Production/li> /ul> div classphoto-placeholder styleheight: 150px;> 🖨️ Add photos of your 3D prints and manufacturing work herebr> small>(Replace with actual project photos)/small> /div> /div> div classservice-card fade-in> span classservice-icon>🎵/span> h3>Music Performance & Production/h3> p>Professional music services including live performance, recording, mixing, and audio production for various projects./p> ul> li>Live Music Performance/li> li>Audio Recording & Mixing/li> li>Music Production/li> li>Sound Design/li> li>Audio Post-Production/li> /ul> div classphoto-placeholder styleheight: 150px;> 🎵 Add photos of your studio setup or performance shots herebr> small>(Replace with actual music/studio photos)/small> /div> /div> /div> /div> /section> section classgallery> div classcontainer> h2 classfade-in>Our Work/h2> div classgallery-grid> div classgallery-item fade-in> div styletext-align: center;> 💻 Software Project Screenshotbr> small>Replace with actual project image/small> /div> /div> div classgallery-item fade-in> div styletext-align: center;> 🖨️ 3D Printed Componentbr> small>Replace with actual product photo/small> /div> /div> div classgallery-item fade-in> div styletext-align: center;> 🎧 Studio Equipmentbr> small>Replace with actual studio photo/small> /div> /div> div classgallery-item fade-in> div styletext-align: center;> 📱 Mobile App Interfacebr> small>Replace with actual app screenshot/small> /div> /div> div classgallery-item fade-in> div styletext-align: center;> ⚙️ Manufacturing Processbr> small>Replace with actual process photo/small> /div> /div> div classgallery-item fade-in> div styletext-align: center;> 🎤 Live Performancebr> small>Replace with actual performance photo/small> /div> /div> /div> /div> /section> section idabout classabout> div classcontainer> div classabout-content fade-in> h2>About JMTech/h2> p>At JMTech Services, we bridge the gap between technology and creativity. Our diverse expertise spans software development, advanced manufacturing, and audio production, allowing us to deliver comprehensive solutions for modern challenges./p> p>Whether you need a robust software application, precision 3D printed components, or professional audio services, we combine technical excellence with creative innovation to bring your vision to life./p> p>Our commitment to quality, attention to detail, and client satisfaction drives everything we do. Were not just service providers – were your technology and creative partners./p> /div> /div> /section> section idcontact classcontact> div classcontainer> h2 classfade-in>Get In Touch/h2> div classcontact-content fade-in> p stylecolor: #ccc; font-size: 1.1rem; margin-bottom: 2rem;>Ready to start your next project? Lets discuss how we can help bring your ideas to life./p> div classcontact-info> div classcontact-item> h3>Email/h3> p>admin@jmtech.services/p> /div> /div> /div> /div> /div> /section> footer> div classcontainer> p>© 2025 JMTech Services. All rights reserved./p> /div> /footer> script> // Slideshow functionality let currentSlide 0; const slides document.querySelectorAll(.slide); function showNextSlide() { slidescurrentSlide.classList.remove(active); currentSlide (currentSlide + 1) % slides.length; slidescurrentSlide.classList.add(active); } // Change slide every 5 seconds setInterval(showNextSlide, 5000); // Smooth scrolling for navigation links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); document.querySelector(this.getAttribute(href)).scrollIntoView({ behavior: smooth }); }); }); // Fade-in animation on scroll const observerOptions { threshold: 0.1, rootMargin: 0px 0px -50px 0px }; const observer new IntersectionObserver(function(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); }); // Add visible class to hero content immediately document.querySelector(.hero .fade-in).classList.add(visible); // Navbar transparency on scroll window.addEventListener(scroll, function() { const header document.querySelector(header); if (window.scrollY > 100) { header.style.background rgba(0, 0, 0, 0.98); } else { header.style.background rgba(0, 0, 0, 0.95); } }); // Add some interactive hover effects document.querySelectorAll(.service-card).forEach(card > { card.addEventListener(mouseenter, function() { this.style.transform translateY(-10px) scale(1.02); }); card.addEventListener(mouseleave, function() { this.style.transform translateY(0) scale(1); }); }); /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
]