Help
RSS
API
Feed
Maltego
Contact
Domain > allcreat.co.in
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2018-12-04
108.170.8.243
(
ClassC
)
2026-02-02
148.135.128.113
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Mon, 02 Feb 2026 16:04:43 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://allcreat.co.in/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 51635533a799b3284376f17df3b5e551-phx-edge5x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.002 !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 02 Feb 2026 16:04:44 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingLast-Modified: Sun, 09 Nov 2025 10:17:07 GMTEtag: W/a5af-69106a23-e6a25e361e28bfe0;gzplatform: hostingerpanel: hpanelRetry-After: 60Content-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 8328c437d66e72417dcdb92ed78ebaba-phx-edge6x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.012 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>ALLCREAT - Aluminum Cladding & Structural Glazing/title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> !-- Google Fonts --> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyLily+Script+One&familyMerriweather:wght@700&displayswap relstylesheet> style> /* Base Styles */ :root { --primary-red: #d32f2f; --primary-blue: #1976d2; --dark-blue: #0d47a1; --light-gray: #f5f5f5; --dark-gray: #333; --white: #ffffff; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } html { scroll-behavior: smooth; } body { line-height: 1.6; color: var(--dark-gray); background-color: var(--white); overflow-x: hidden; } .container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 0 15px; } section { padding: 80px 0; } h1, h2, h3, h4 { margin-bottom: 20px; font-weight: 700; } h1 { font-size: 3rem; line-height: 1.2; } h2 { font-size: 2.5rem; text-align: center; margin-bottom: 50px; position: relative; } h2:after { content: ; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: linear-gradient(to right, var(--primary-red), var(--primary-blue)); } p { margin-bottom: 20px; font-size: 1.1rem; } .btn { display: inline-block; padding: 12px 30px; background: linear-gradient(to right, var(--primary-red), var(--primary-blue)); color: var(--white); text-decoration: none; border-radius: 4px; font-weight: 600; transition: all 0.3s ease; border: none; cursor: pointer; } .btn:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } /* Header Styles - Updated with Red Background & White Text */ header { background: linear-gradient(to right, var(--primary-red), #b71c1c); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); position: fixed; width: 100%; top: 0; z-index: 1000; } .header-container { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }.logo img { height: 50px; width: auto;} .logo { display: flex; align-items: center; text-decoration: none; color: var(--white); font-weight: 700; font-size: 1.8rem; } nav ul { display: flex; list-style: none; } nav ul li { margin-left: 30px; } nav ul li a { text-decoration: none; color: var(--white); font-weight: 600; transition: color 0.3s ease; position: relative; } nav ul li a:hover { color: var(--light-gray); } nav ul li a.active { color: var(--white); } nav ul li a.active:after { content: ; position: absolute; bottom: -5px; left: 0; width: 100%; height: 2px; background-color: var(--white); } .mobile-menu { display: none; font-size: 1.5rem; cursor: pointer; color: var(--white); } @media (max-width: 768px) { .mobile-menu { display: block; color: var(--white); } nav { position: fixed; top: 70px; left: -100%; width: 80%; height: calc(100vh - 70px); background: linear-gradient(to bottom, var(--primary-red), #b71c1c); transition: left 0.3s ease; box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2); z-index: 999; } nav.active { left: 0; } nav ul { flex-direction: column; padding: 30px; } nav ul li { margin: 0 0 20px 0; } nav ul li a { color: var(--white); font-size: 1.1rem; padding: 10px 0; display: block; } nav ul li a:hover { color: var(--light-gray); } nav ul li a.active { color: var(--white); } nav ul li a.active:after { background-color: var(--white); bottom: -8px; } } /* Hero Section with Flash Animation */ .hero { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); color: var(--white); text-align: center; padding: 200px 0 150px; margin-top: 70px; position: relative; overflow: hidden; } .flash-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .flash-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.5s ease-in-out; } .flash-image.active { opacity: 1; } .hero-content { position: relative; z-index: 1; } .hero h1 { font-size: 3.5rem; margin-bottom: 20px; animation: fadeInUp 1s ease-out; } .hero p { font-size: 1.3rem; max-width: 700px; margin: 0 auto 30px; animation: fadeInUp 1s ease-out 0.3s both; } .hero .btn { animation: fadeInUp 1s ease-out 0.6s both; } /* About Section */ .about { background-color: var(--light-gray); } .about-content { display: flex; align-items: center; gap: 50px; } .about-text { flex: 1; } .about-image { flex: 1; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); position: relative; } .about-image img { width: 100%; height: auto; display: block; transition: transform 0.5s ease; } .about-image:hover img { transform: scale(1.05); } /* Services Section */ .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .service-card { background-color: var(--white); border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; position: relative; text-align: center; padding: 30px 20px; } .service-card:hover { transform: translateY(-10px); } .service-icon { width: 80px; height: 80px; margin: 0 auto 20px; background: linear-gradient(to right, var(--primary-red), var(--primary-blue)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 2rem; } .service-content h3 { color: var(--primary-blue); font-size: 1.5rem; } /* Gallery Section with Popup */ .gallery { background-color: var(--light-gray); } .gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; } .gallery-item { position: relative; overflow: hidden; border-radius: 8px; height: 250px; cursor: pointer; } .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease; } .gallery-item:hover img { transform: scale(1.1); filter: brightness(1.1); } .gallery-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7)); display: flex; align-items: flex-end; padding: 20px; opacity: 0; transition: opacity 0.3s ease; } .gallery-item:hover .gallery-overlay { opacity: 1; } .gallery-overlay h3 { color: var(--white); font-size: 1.2rem; } /* Popup Modal */ .modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); z-index: 1100; justify-content: center; align-items: center; } .modal-content { max-width: 90%; max-height: 90%; position: relative; } .modal-content img { width: 100%; height: auto; border-radius: 8px; } .close-modal { position: absolute; top: 15px; right: 15px; color: white; font-size: 2rem; cursor: pointer; background: rgba(0, 0, 0, 0.5); width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; } /* Clients Section */ .clients { background-color: var(--white); } .clients-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; } .client-name { background-color: var(--light-gray); padding: 20px; border-radius: 8px; text-align: center; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); } .client-name:hover { transform: translateY(-5px); background: linear-gradient(to right, var(--primary-red), var(--primary-blue)); color: white; } /* TBZ Showcase */ .tbz-showcase { margin-top: 50px; text-align: center; } .tbz-showcase h3 { color: var(--primary-blue); margin-bottom: 30px; } .tbz-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } .tbz-item { border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .tbz-item img { width: 100%; height: 250px; object-fit: cover; } .tbz-item p { padding: 15px; background: var(--light-gray); margin: 0; font-weight: 600; } /* Contact Section */ .contact { background-color: var(--light-gray); } .contact-container { display: flex; gap: 50px; } .contact-info { flex: 1; } .contact-form { flex: 1; } .info-item { display: flex; align-items: flex-start; margin-bottom: 30px; } .info-icon { width: 50px; height: 50px; background: linear-gradient(to right, var(--primary-red), var(--primary-blue)); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex-shrink: 0; } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; font-weight: 600; } .form-control { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 4px; font-size: 1rem; transition: border-color 0.3s ease; } .form-control:focus { border-color: var(--primary-blue); outline: none; } textarea.form-control { min-height: 150px; resize: vertical; } /* WhatsApp Floating Icon */ .whatsapp-float { position: fixed; width: 60px; height: 60px; bottom: 40px; right: 40px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 2px 2px 3px #999; z-index: 100; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; } .whatsapp-float:hover { background-color: #128C7E; transform: scale(1.1); } /* Footer */ footer { background-color: var(--dark-gray); color: var(--white); padding: 60px 0 30px; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-logo { margin-bottom: 15px; color: var(--white); font-weight: 700; font-size: 1.8rem; } .footer-links h3 { color: var(--white); font-size: 1.3rem; margin-bottom: 20px; position: relative; } .footer-links h3:after { content: ; position: absolute; bottom: -8px; left: 0; width: 40px; height: 3px; background: linear-gradient(to right, var(--primary-red), var(--primary-blue)); } .footer-links ul { list-style: none; } .footer-links ul li { margin-bottom: 10px; } .footer-links ul li a { color: #ccc; text-decoration: none; transition: color 0.3s ease; } .footer-links ul li a:hover { color: var(--primary-blue); } .social-links { display: flex; gap: 15px; margin-top: 20px; } .social-links a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.1); border-radius: 50%; color: var(--white); text-decoration: none; transition: all 0.3s ease; } .social-links a:hover { background: linear-gradient(to right, var(--primary-red), var(--primary-blue)); transform: translateY(-3px); } .copyright { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.9rem; color: #aaa; } /* Animations */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* Responsive Styles */ @media (max-width: 992px) { .about-content, .contact-container { flex-direction: column; } .about-image, .about-text, .contact-info, .contact-form { width: 100%; } } @media (max-width: 768px) { .mobile-menu { display: block; } nav { position: fixed; top: 70px; left: -100%; width: 80%; height: calc(100vh - 70px); background-color: var(--white); transition: left 0.3s ease; box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1); z-index: 999; } nav.active { left: 0; } nav ul { flex-direction: column; padding: 30px; } nav ul li { margin: 0 0 20px 0; } h1 { font-size: 2.5rem; } .hero h1 { font-size: 2.8rem; } .whatsapp-float { width: 50px; height: 50px; bottom: 20px; right: 20px; font-size: 25px; } } .logo { color: #fff; display: inline-block; } .logo .a { font-family: Lily Script One, cursive; font-weight: 400; font-style: normal; font-size: 50px; margin: 0; } .logo .rest { font-family: Merriweather, serif; font-weight: 700; font-style: normal; font-size: 40px; letter-spacing: 2px; vertical-align: center; margin-left: 5px; } /style>/head>body> !-- Header --> header> div classcontainer header-container> a href# classlogo> span classa>A/span>span classrest>LLCREAT/span> /a> div classmobile-menu> i classfas fa-bars>/i> /div> nav idnavbar> ul> li>a href#home classactive>Home/a>/li> li>a href#about>About Us/a>/li> li>a href#services>Services/a>/li> li>a href#gallery>Photo Gallery/a>/li> li>a href#clients>Our Clients/a>/li> li>a href#contact>Enquiry/a>/li> /ul> /nav> /div> /header> !-- Hero Section with Flash Images --> section idhome classhero> div classflash-container> div classflash-image active stylebackground-image: url(https://images.unsplash.com/photo-1595197658178-79247d3a7941?ixlibrb-4.1.0&ixidM3wxMjA3fDB8MHxzZWFyY2h8Mnx8TW9kZXJuJTIwZ2xhc3MlMjBvZmZpY2UlMjBidWlsZGluZyUyMGV4dGVyaW9yfGVufDB8fDB8fHww&autoformat&fitcrop&q60&w500);>/div> div classflash-image stylebackground-image: url(https://images.unsplash.com/photo-1742071276778-ffee25185ed9?ixlibrb-4.1.0&ixidM3wxMjA3fDB8MHxzZWFyY2h8M3x8R2xhc3MlMjBza3lzY3JhcGVyJTIwd2l0aCUyMHJlZmxlY3RpdmUlMjBmYWNhZGV8ZW58MHx8MHx8fDA%3D&autoformat&fitcrop&q60&w500);>/div> div classflash-image stylebackground-image: url(https://images.unsplash.com/photo-1691425648040-1d89ca19cca2?ixlibrb-4.1.0&ixidM3wxMjA3fDB8MHxzZWFyY2h8M3x8TW9kZXJuJTIwYnVpbGRpbmclMjB3aXRoJTIwZ2VvbWV0cmljJTIwZ2xhc3MlMjBkZXNpZ258ZW58MHx8MHx8fDA%3D&autoformat&fitcrop&q60&w500);>/div> /div> div classcontainer hero-content> h1>Premium Aluminum Cladding & Structural Glazing/h1> p>Expert solutions for exterior & internal aluminum cladding, structural glazing, and spider fittings/p> a href#contact classbtn>Get a Quote/a> /div> /section> !-- About Section --> section idabout classabout> div classcontainer> h2>About Us/h2> div classabout-content> div classabout-text> p>b>ALLCREAT/b> is an organization involved in the Designing, Fabrication of Structural Glazing & Aluminium Composite Panel in order to create internal and external facades. Conscientious and competent workmen with the result that the final facades finish which is more than exemplary install all our system./p> p>Mr. NITIN GUPTA started the company as the proprietor in Jan 2006. The company fabricated Aluminium Composite Panel and structural glazing installed them for Exterior applications etc. ALLCREAT then progressed to deal more into larger and more complex facades where in the organization successfully completed big projects. Additionally Design Engineering, Consistent service and timely completion are the key controlling factors of focus of allcreat./p> p>ALLCREAT is to be recognized as one of the Best Contracting Company providing high quality facades in the shortest period at a competitive price./p> a href#services classbtn>Our Services/a> /div> div classabout-image> img srchttps://images.unsplash.com/photo-1487958449943-2429e8be8625?ixlibrb-4.0.3&ixidM3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&autoformat&fitcrop&w2070&q80 altModern building facade> /div> /div> /div> /section> !-- Services Section --> section idservices classservices> div classcontainer> h2>Our Services/h2> div classservices-grid> div classservice-card> div classservice-icon> i classfas fa-building>/i> /div> div classservice-content> h3>All kind of A.C.P Work/h3> /div> /div> div classservice-card> div classservice-icon> i classfas fa-glass-martini-alt>/i> /div> div classservice-content> h3>All kind of Glass facade work/h3> /div> /div> div classservice-card> div classservice-icon> i classfas fa-th-large>/i> /div> div classservice-content> h3>Modular Glass Partition/h3> /div> /div> div classservice-card> div classservice-icon> i classfas fa-window-restore>/i> /div> div classservice-content> h3>UPVC Sliding Windows/h3> /div> /div> div classservice-card> div classservice-icon> i classfas fa-window-maximize>/i> /div> div classservice-content> h3>Aluminium Sliding windows/h3> /div> /div> div classservice-card> div classservice-icon> i classfas fa-link>/i> /div> div classservice-content> h3>Spider fitting/h3> /div> /div> div classservice-card> div classservice-icon> i classfas fa-grip-lines>/i> /div> div classservice-content> h3>S.S Railing/h3> /div> /div> div classservice-card> div classservice-icon> i classfas fa-vector-square>/i> /div> div classservice-content> h3>Tensile Fabric/h3> /div> /div> div classservice-card> div classservice-icon> i classfas fa-cubes>/i> /div> div classservice-content> h3>M.S Structural works/h3> /div> /div> /div> /div> /section> !-- Gallery Section --> section idgallery classgallery> div classcontainer> h2>Photo Gallery/h2> div classgallery-grid idgalleryGrid> !-- Gallery items will be generated by JavaScript --> /div> /div> /section> !-- Clients Section --> section idclients classclients> div classcontainer> h2>Our Clients/h2> div classclients-grid> div classclient-name>Swanand Constraction/div> div classclient-name>Jinesh Doshi & Associates/div> div classclient-name>Associates Architects/div> div classclient-name>Panam Petrochem Ltd./div> div classclient-name>Tribhovandas Bhimji Zaveri (T.B.Z)/div> div classclient-name>Three Star Eenineers Pvt. Ltd./div> div classclient-name>Gumpro Drilling Pvt.Ltd./div> div classclient-name>Navi Mumbai Merchant Gymkhana (NMMG CLUB)/div> div classclient-name>H.D Patil Trust/div> div classclient-name>Rushabh Eye Clinic/div> div classclient-name>Garghi Industries/div> div classclient-name>Mohan Plaza/div> /div> !-- TBZ Glass Facade Showcase --> div classtbz-showcase> h3>Featured Project/h3> div classtbz-gallery> div classtbz-item> img srchttps://i.postimg.cc/02kN0RzX/gallery-bg13.gif altItalian Trulli> p>TBZZaveri Bazar/p> /div> div classtbz-item> img srchttps://i.postimg.cc/Df86yZQQ/futura-elev-home.jpg altTBZ Glass Facade Interior View> p>Gumpro DrillingKhapoli/p> /div> div classtbz-item> img srchttps://i.postimg.cc/JzmjJ4JC/on-elev-home-03.jpg altTBZ Glass Facade Detail> p>Mohan PlazaKalyan/p> /div> /div> /div> /div> /section> !-- Contact Section --> section idcontact classcontact> div classcontainer> h2>Enquiry/h2> div classcontact-container> div classcontact-info> div classinfo-item> div classinfo-icon> i classfas fa-phone>/i> /div> div> h3>Call Us/h3> p>8169687140 / 9009579777/p> /div> /div> div classinfo-item> div classinfo-icon> i classfas fa-envelope>/i> /div> div> h3>Email Address/h3> p>info@allcreat.co.in/p> /div> /div> div classinfo-item> div classinfo-icon> i classfas fa-map-marker-alt>/i> /div> div> h3>Our Location/h3> p>1304, A Wing Kingston Palacia, Thane West, 400615/p> /div> /div> /div> div classcontact-form> form idenquiryForm actionmailto:info@allcreat.co.in methodpost enctypetext/plain> div classform-group> label forname>Full Name/label> input typetext idname namename classform-control placeholderYour Name required> /div> div classform-group> label foremail>Email Address/label> input typeemail idemail nameemail classform-control placeholderYour Email required> /div> div classform-group> label forphone>Phone Number/label> input typetel idphone namephone classform-control placeholderYour Phone> /div> div classform-group> label forservice>Service Interested In/label> select idservice nameservice classform-control> option value>Select a Service/option> option valueacp>All kind of A.C.P Work/option> option valueglass>All kind of Glass facade work/option> option valuepartition>Modular Glass Partition/option> option valueupvc>UPVC Sliding Windows/option> option valuealuminium>Aluminium Sliding windows/option> option valuespider>Spider fitting/option> option valuerailing>S.S Railing/option> option valuefabric>Tensile Fabric/option> option valuestructural>M.S Structural works/option> /select> /div> div classform-group> label formessage>Your Message/label> textarea idmessage namemessage classform-control placeholderHow can we help you? required>/textarea> /div> button typesubmit classbtn>Submit Enquiry/button> /form> /div> /div> /div> /section> !-- Footer --> footer> div classcontainer> div classfooter-content> div classfooter-about> div classlogo> span classa>A/span>span classrest>LLCREAT/span>/div> p>Leading provider of premium architectural solutions specializing in aluminum cladding, structural glazing, and spider fittings./p> div classsocial-links> a href#>i classfab fa-facebook-f>/i>/a> a href#>i classfab fa-twitter>/i>/a> a href#>i classfab fa-instagram>/i>/a> a href#>i classfab fa-linkedin-in>/i>/a> /div> /div> div classfooter-links> h3>Contact Info/h3> ul> li>i classfas fa-phone>/i> 8169687140 / 9009579777/li> li>i classfas fa-envelope>/i> info@allcreat.co.in/li> li>i classfas fa-map-marker-alt>/i> 1304, A Wing Kingston Palacia, Thane West, 400615/li> /ul> /div> div classfooter-links> h3>Quick Links/h3> ul> li>a href#home>Home/a>/li> li>a href#about>About Us/a>/li> li>a href#services>Services/a>/li> li>a href#gallery>Photo Gallery/a>/li> li>a href#clients>Our Clients/a>/li> li>a href#contact>Enquiry/a>/li> /ul> /div> div classfooter-links> h3>Our Services/h3> ul> li>a href#services>All kind of A.C.P Work/a>/li> li>a href#services>All kind of Glass facade work/a>/li> li>a href#services>Modular Glass Partition/a>/li> li>a href#services>UPVC Sliding Windows/a>/li> li>a href#services>Aluminium Sliding windows/a>/li> li>a href#services>Spider fitting/a>/li> li>a href#services>S.S Railing/a>/li> li>a href#services>Tensile Fabric/a>/li> li>a href#services>M.S Structural works/a>/li> /ul> /div> /div> div classcopyright> p>© 2025 ALLCREAT. All Rights Reserved./p> /div> /div> /footer> !-- WhatsApp Floating Icon --> a hrefhttps://wa.me/918169687140 classwhatsapp-float target_blank> i classfab fa-whatsapp>/i> /a> !-- Gallery Popup Modal --> div classmodal idgalleryModal> div classmodal-content> span classclose-modal>×/span> img idmodalImage src altGallery Image> /div> /div> script> // Mobile Menu Toggle document.querySelector(.mobile-menu).addEventListener(click, function() { document.getElementById(navbar).classList.toggle(active); }); // Close mobile menu when clicking on a link document.querySelectorAll(nav a).forEach(link > { link.addEventListener(click, function() { document.getElementById(navbar).classList.remove(active); }); }); // Set active navigation link based on scroll position window.addEventListener(scroll, function() { const sections document.querySelectorAll(section); const navLinks document.querySelectorAll(nav a); let current ; sections.forEach(section > { const sectionTop section.offsetTop; const sectionHeight section.clientHeight; if (pageYOffset > sectionTop - 100) { current section.getAttribute(id); } }); navLinks.forEach(link > { link.classList.remove(active); if (link.getAttribute(href).substring(1) current) { link.classList.add(active); } }); }); // Form submission document.getElementById(enquiryForm).addEventListener(submit, function(e) { e.preventDefault(); alert(Thank you for your enquiry! We will get back to you soon.); this.reset(); }); // Flash Images Animation let currentFlashIndex 0; const flashImages document.querySelectorAll(.flash-image); const totalFlashImages flashImages.length; function rotateFlashImages() { // Remove active class from current image flashImagescurrentFlashIndex.classList.remove(active); // Move to next image currentFlashIndex (currentFlashIndex + 1) % totalFlashImages; // Add active class to new image flashImagescurrentFlashIndex.classList.add(active); } // Start the flash image rotation every 5 seconds setInterval(rotateFlashImages, 5000); // Generate 46 gallery items const galleryGrid document.getElementById(galleryGrid); const galleryModal document.getElementById(galleryModal); const modalImage document.getElementById(modalImage); const closeModal document.querySelector(.close-modal); // Array of local image files - both JPEG and GIF const imageUrls // JPEG files images/1.jpeg, images/2.jpeg, images/3.jpeg, images/4.jpeg, images/5.jpeg, images/6.jpeg, images/7.jpeg, images/8.jpeg, images/9.jpeg, images/10.jpeg, images/11.jpeg, images/12.jpeg, images/13.jpeg, // Skip 14.jpeg as requested images/15.jpeg, images/16.jpeg, images/17.jpeg, images/18.jpeg, // GIF files - expanded to include all from gallery_bg1 to gallery_bg29 images/gallery_bg1.gif, images/gallery_bg2.gif, images/gallery_bg3.gif, // Adding the missing gallery_bg3 images/gallery_bg4.gif, images/gallery_bg5.gif, images/gallery_bg6.gif, images/gallery_bg7.gif, images/gallery_bg8.gif, images/gallery_bg9.gif, images/gallery_bg10.gif, images/gallery_bg11.gif, images/gallery_bg12.gif, images/gallery_bg13.gif, images/gallery_bg14.gif, images/gallery_bg15.gif, images/gallery_bg16.gif, images/gallery_bg17.gif, images/gallery_bg18.gif, images/gallery_bg19.gif, images/gallery_bg20.gif, images/gallery_bg21.gif, images/gallery_bg22.gif, images/gallery_bg23.gif, images/gallery_bg24.gif, images/gallery_bg25.gif, images/gallery_bg26.gif, images/gallery_bg27.gif, images/gallery_bg28.gif, images/gallery_bg29.gif ; // Create 46 gallery items for (let i 0; i 46; i++) { const galleryItem document.createElement(div); galleryItem.className gallery-item; const img document.createElement(img); img.src imageUrlsi % imageUrls.length; img.alt `Project ${i + 1}`; const overlay document.createElement(div); overlay.className gallery-overlay; const title document.createElement(h3); title.textContent `Project ${i + 1}`; overlay.appendChild(title); galleryItem.appendChild(img); galleryItem.appendChild(overlay); // Add click event to open modal galleryItem.addEventListener(click, function() { modalImage.src this.querySelector(img).src; modalImage.alt this.querySelector(img).alt; galleryModal.style.display flex; }); galleryGrid.appendChild(galleryItem); } // Close modal when clicking X closeModal.addEventListener(click, function() { galleryModal.style.display none; }); // Close modal when clicking outside the image galleryModal.addEventListener(click, function(e) { if (e.target galleryModal) { galleryModal.style.display 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
]