Help
RSS
API
Feed
Maltego
Contact
Domain > myphamhaiau.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
Whois
Property
Value
NameServer
DNS22.FPT.VN
Created
2016-02-24 00:00:00
Changed
2016-02-26 00:00:00
Expires
2017-02-24 00:00:00
Registrar
TUCOWS DOMAINS INC.
DNS Resolutions
Date
IP Address
2013-05-14
42.117.4.117
(
ClassC
)
2025-08-08
66.33.212.197
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Fri, 08 Aug 2025 11:25:57 GMTServer: ApacheUpgrade: h2Connection: UpgradeLast-Modified: Thu, 10 Jul 2025 18:59:02 GMTETag: 4590-63997c96b0ad6Accept-Ranges: bytesContent-Length: 17808Cache-Control: max-age600Expires: Fri, 08 Aug 2025 11:35:57 GMTVary: Accept-Encoding,User-AgentContent-Type: text/html !DOCTYPE html>html langvi>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Mỹ Phẩm Hải Âu - Chăm Sóc Làn Da Việt/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } :root { --primary-color: #1e88e5; --secondary-color: #f50057; --text-dark: #333; --text-light: #666; --bg-light: #f8f9fa; --white: #ffffff; } body { font-family: Arial, sans-serif; line-height: 1.6; color: var(--text-dark); overflow-x: hidden; } /* Header Styles */ header { background: var(--white); box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: fixed; width: 100%; top: 0; z-index: 1000; transition: all 0.3s ease; } nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 5%; max-width: 1200px; margin: 0 auto; } .logo { height: 50px; transition: transform 0.3s ease; } .logo:hover { transform: scale(1.05); } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { text-decoration: none; color: var(--text-dark); font-weight: 500; transition: color 0.3s ease; position: relative; } .nav-links a::after { content: ; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--primary-color); transition: width 0.3s ease; } .nav-links a:hover::after { width: 100%; } .nav-links a:hover { color: var(--primary-color); } /* Hero Section */ .hero { margin-top: 80px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 100px 5%; text-align: center; color: var(--white); position: relative; overflow: hidden; } .hero::before { content: ; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%); animation: float 20s ease-in-out infinite; } @keyframes float { 0%, 100% { transform: translate(0, 0) rotate(0deg); } 50% { transform: translate(-30px, -30px) rotate(180deg); } } .hero h1 { font-size: 3rem; margin-bottom: 1rem; animation: fadeInUp 1s ease; } .hero p { font-size: 1.5rem; margin-bottom: 2rem; animation: fadeInUp 1s ease 0.2s; animation-fill-mode: both; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .cta-button { display: inline-block; padding: 15px 40px; background: var(--secondary-color); color: var(--white); text-decoration: none; border-radius: 50px; font-weight: bold; transition: all 0.3s ease; animation: fadeInUp 1s ease 0.4s; animation-fill-mode: both; box-shadow: 0 4px 15px rgba(245, 0, 87, 0.3); } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 6px 25px rgba(245, 0, 87, 0.4); } /* Products Section */ .products { padding: 80px 5%; background: var(--bg-light); } .container { max-width: 1200px; margin: 0 auto; } .section-title { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; color: var(--text-dark); position: relative; } .section-title::after { content: ; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: var(--primary-color); } .product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 3rem; } .product-card { background: var(--white); border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transition: all 0.3s ease; cursor: pointer; } .product-card:hover { transform: translateY(-10px); box-shadow: 0 10px 40px rgba(0,0,0,0.15); } .product-image { height: 200px; background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); display: flex; align-items: center; justify-content: center; font-size: 3rem; color: var(--white); position: relative; overflow: hidden; } .product-image::before { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.3) 50%, transparent 70%); transform: rotate(45deg); transition: all 0.5s ease; opacity: 0; } .product-card:hover .product-image::before { animation: shine 0.5s ease; } @keyframes shine { 0% { transform: rotate(45deg) translateX(-100%); opacity: 1; } 100% { transform: rotate(45deg) translateX(100%); opacity: 1; } } .product-info { padding: 1.5rem; } .product-name { font-size: 1.2rem; color: var(--text-dark); margin-bottom: 0.5rem; } .product-desc { color: var(--text-light); font-size: 0.9rem; line-height: 1.5; } /* About Section */ .about { padding: 80px 5%; background: var(--white); } .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; max-width: 1000px; margin: 0 auto; } .about-text h2 { font-size: 2rem; margin-bottom: 1rem; color: var(--primary-color); } .about-text p { color: var(--text-light); line-height: 1.8; margin-bottom: 1rem; } .about-image { height: 400px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 15px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 3rem; } /* Contact Section */ .contact { padding: 80px 5%; background: var(--bg-light); } .contact-content { max-width: 800px; margin: 0 auto; text-align: center; } .contact-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 3rem; } .contact-item { background: var(--white); padding: 2rem; border-radius: 10px; box-shadow: 0 3px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .contact-item:hover { transform: translateY(-5px); } .contact-item h3 { color: var(--primary-color); margin-bottom: 0.5rem; } /* Footer */ footer { background: #2c3e50; color: var(--white); padding: 40px 5%; text-align: center; } .footer-content { max-width: 1200px; margin: 0 auto; } .company-name { font-size: 1.2rem; margin-bottom: 1rem; font-weight: bold; } .footer-links { display: flex; justify-content: center; gap: 2rem; margin-bottom: 1rem; } .footer-links a { color: var(--white); text-decoration: none; transition: color 0.3s ease; } .footer-links a:hover { color: var(--primary-color); } /* Responsive Design */ @media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2rem; } .hero p { font-size: 1.2rem; } .about-content { grid-template-columns: 1fr; } .product-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } } /* Animations on scroll */ .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> nav> img srchttps://myphamhaiau.com/logo.png altMỹ Phẩm Hải Âu classlogo> ul classnav-links> li>a href#home>Trang chủ/a>/li> li>a href#products>Sản phẩm/a>/li> li>a href#about>Về chúng tôi/a>/li> li>a href#contact>Liên hệ/a>/li> /ul> /nav> /header> !-- Hero Section --> section classhero idhome> h1>Mỹ Phẩm Hải Âu/h1> p>Chăm sóc làn da Việt với sản phẩm chất lượng cao/p> a href#products classcta-button>Khám phá sản phẩm/a> /section> !-- Products Section --> section classproducts idproducts> div classcontainer> h2 classsection-title fade-in>Sản Phẩm Nổi Bật/h2> div classproduct-grid> div classproduct-card fade-in> div classproduct-image>💆♀️/div> div classproduct-info> h3 classproduct-name>Kem Dưỡng Da/h3> p classproduct-desc>Nuôi dưỡng và cấp ẩm cho làn da mềm mại, rạng rỡ suốt cả ngày/p> /div> /div> div classproduct-card fade-in> div classproduct-image>🧴/div> div classproduct-info> h3 classproduct-name>Kem Bôi Da/h3> p classproduct-desc>Bảo vệ và phục hồi da, giúp da luôn khỏe mạnh/p> /div> /div> div classproduct-card fade-in> div classproduct-image>🧼/div> div classproduct-info> h3 classproduct-name>Sữa Rửa Mặt/h3> p classproduct-desc>Làm sạch sâu, loại bỏ bụi bẩn và dầu thừa hiệu quả/p> /div> /div> div classproduct-card fade-in> div classproduct-image>🌸/div> div classproduct-info> h3 classproduct-name>Nước Hoa/h3> p classproduct-desc>Hương thơm quyến rũ, lưu giữ cả ngày dài/p> /div> /div> div classproduct-card fade-in> div classproduct-image>🚿/div> div classproduct-info> h3 classproduct-name>Sữa Tắm/h3> p classproduct-desc>Làm sạch nhẹ nhàng, giữ ẩm cho da mịn màng/p> /div> /div> /div> /div> /section> !-- About Section --> section classabout idabout> div classcontainer> div classabout-content fade-in> div classabout-text> h2>Về Mỹ Phẩm Hải Âu/h2> p>Công ty cổ phần hóa mỹ phẩm Hải Âu tự hào là một trong những thương hiệu mỹ phẩm hàng đầu Việt Nam với hơn 10 năm kinh nghiệm trong ngành./p> p>Chúng tôi cam kết mang đến cho khách hàng những sản phẩm chăm sóc da chất lượng cao, an toàn và phù hợp với làn da người Việt./p> p>Với đội ngũ chuyên gia giàu kinh nghiệm và quy trình sản xuất hiện đại, chúng tôi không ngừng nghiên cứu và phát triển để tạo ra những sản phẩm tốt nhất./p> /div> div classabout-image> 🏢 /div> /div> /div> /section> !-- Contact Section --> section classcontact idcontact> div classcontainer> h2 classsection-title fade-in>Liên Hệ Với Chúng Tôi/h2> div classcontact-content> div classcontact-info> div classcontact-item fade-in> h3>📍 Địa chỉ/h3> p>123 Đường ABC, Quận XYZbr>TP. Hồ Chí Minh/p> /div> div classcontact-item fade-in> h3>📞 Điện thoại/h3> p>Hotline: 1900 xxxxbr>Di động: 0909 xxx xxx/p> /div> div classcontact-item fade-in> h3>✉️ Email/h3> p>info@myphamhaiau.combr>support@myphamhaiau.com/p> /div> /div> /div> /div> /section> !-- Footer --> footer> div classfooter-content> div classcompany-name>Công ty cổ phần hóa mỹ phẩm Hải Âu/div> div classfooter-links> a href#home>Trang chủ/a> a href#products>Sản phẩm/a> a href#about>Về chúng tôi/a> a href#contact>Liên hệ/a> /div> p>© 2024 Mỹ Phẩm Hải Âu. Tất cả quyền được bảo lưu./p> p>Website: myphamhaiau.com/p> /div> /footer> script> // Smooth scrolling document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); document.querySelector(this.getAttribute(href)).scrollIntoView({ behavior: smooth }); }); }); // Header scroll effect window.addEventListener(scroll, function() { const header document.querySelector(header); if (window.scrollY > 100) { header.style.background rgba(255, 255, 255, 0.98); header.style.boxShadow 0 4px 20px rgba(0,0,0,0.1); } else { header.style.background var(--white); header.style.boxShadow 0 2px 10px rgba(0,0,0,0.1); } }); // 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); document.querySelectorAll(.fade-in).forEach(el > { observer.observe(el); }); // Product card hover effect const productCards document.querySelectorAll(.product-card); productCards.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>
Port 443
HTTP/1.1 200 OKDate: Fri, 08 Aug 2025 11:25:58 GMTServer: ApacheUpgrade: h2Connection: UpgradeLast-Modified: Thu, 10 Jul 2025 18:59:02 GMTETag: 4590-63997c96b0ad6Accept-Ranges: bytesContent-Length: 17808Cache-Control: max-age600Expires: Fri, 08 Aug 2025 11:35:58 GMTVary: Accept-Encoding,User-AgentContent-Type: text/html !DOCTYPE html>html langvi>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Mỹ Phẩm Hải Âu - Chăm Sóc Làn Da Việt/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } :root { --primary-color: #1e88e5; --secondary-color: #f50057; --text-dark: #333; --text-light: #666; --bg-light: #f8f9fa; --white: #ffffff; } body { font-family: Arial, sans-serif; line-height: 1.6; color: var(--text-dark); overflow-x: hidden; } /* Header Styles */ header { background: var(--white); box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: fixed; width: 100%; top: 0; z-index: 1000; transition: all 0.3s ease; } nav { display: flex; justify-content: space-between; align-items: center; padding: 1rem 5%; max-width: 1200px; margin: 0 auto; } .logo { height: 50px; transition: transform 0.3s ease; } .logo:hover { transform: scale(1.05); } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { text-decoration: none; color: var(--text-dark); font-weight: 500; transition: color 0.3s ease; position: relative; } .nav-links a::after { content: ; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--primary-color); transition: width 0.3s ease; } .nav-links a:hover::after { width: 100%; } .nav-links a:hover { color: var(--primary-color); } /* Hero Section */ .hero { margin-top: 80px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 100px 5%; text-align: center; color: var(--white); position: relative; overflow: hidden; } .hero::before { content: ; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%); animation: float 20s ease-in-out infinite; } @keyframes float { 0%, 100% { transform: translate(0, 0) rotate(0deg); } 50% { transform: translate(-30px, -30px) rotate(180deg); } } .hero h1 { font-size: 3rem; margin-bottom: 1rem; animation: fadeInUp 1s ease; } .hero p { font-size: 1.5rem; margin-bottom: 2rem; animation: fadeInUp 1s ease 0.2s; animation-fill-mode: both; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .cta-button { display: inline-block; padding: 15px 40px; background: var(--secondary-color); color: var(--white); text-decoration: none; border-radius: 50px; font-weight: bold; transition: all 0.3s ease; animation: fadeInUp 1s ease 0.4s; animation-fill-mode: both; box-shadow: 0 4px 15px rgba(245, 0, 87, 0.3); } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 6px 25px rgba(245, 0, 87, 0.4); } /* Products Section */ .products { padding: 80px 5%; background: var(--bg-light); } .container { max-width: 1200px; margin: 0 auto; } .section-title { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; color: var(--text-dark); position: relative; } .section-title::after { content: ; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: var(--primary-color); } .product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 3rem; } .product-card { background: var(--white); border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transition: all 0.3s ease; cursor: pointer; } .product-card:hover { transform: translateY(-10px); box-shadow: 0 10px 40px rgba(0,0,0,0.15); } .product-image { height: 200px; background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); display: flex; align-items: center; justify-content: center; font-size: 3rem; color: var(--white); position: relative; overflow: hidden; } .product-image::before { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.3) 50%, transparent 70%); transform: rotate(45deg); transition: all 0.5s ease; opacity: 0; } .product-card:hover .product-image::before { animation: shine 0.5s ease; } @keyframes shine { 0% { transform: rotate(45deg) translateX(-100%); opacity: 1; } 100% { transform: rotate(45deg) translateX(100%); opacity: 1; } } .product-info { padding: 1.5rem; } .product-name { font-size: 1.2rem; color: var(--text-dark); margin-bottom: 0.5rem; } .product-desc { color: var(--text-light); font-size: 0.9rem; line-height: 1.5; } /* About Section */ .about { padding: 80px 5%; background: var(--white); } .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; max-width: 1000px; margin: 0 auto; } .about-text h2 { font-size: 2rem; margin-bottom: 1rem; color: var(--primary-color); } .about-text p { color: var(--text-light); line-height: 1.8; margin-bottom: 1rem; } .about-image { height: 400px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 15px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 3rem; } /* Contact Section */ .contact { padding: 80px 5%; background: var(--bg-light); } .contact-content { max-width: 800px; margin: 0 auto; text-align: center; } .contact-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 3rem; } .contact-item { background: var(--white); padding: 2rem; border-radius: 10px; box-shadow: 0 3px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .contact-item:hover { transform: translateY(-5px); } .contact-item h3 { color: var(--primary-color); margin-bottom: 0.5rem; } /* Footer */ footer { background: #2c3e50; color: var(--white); padding: 40px 5%; text-align: center; } .footer-content { max-width: 1200px; margin: 0 auto; } .company-name { font-size: 1.2rem; margin-bottom: 1rem; font-weight: bold; } .footer-links { display: flex; justify-content: center; gap: 2rem; margin-bottom: 1rem; } .footer-links a { color: var(--white); text-decoration: none; transition: color 0.3s ease; } .footer-links a:hover { color: var(--primary-color); } /* Responsive Design */ @media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2rem; } .hero p { font-size: 1.2rem; } .about-content { grid-template-columns: 1fr; } .product-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } } /* Animations on scroll */ .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> nav> img srchttps://myphamhaiau.com/logo.png altMỹ Phẩm Hải Âu classlogo> ul classnav-links> li>a href#home>Trang chủ/a>/li> li>a href#products>Sản phẩm/a>/li> li>a href#about>Về chúng tôi/a>/li> li>a href#contact>Liên hệ/a>/li> /ul> /nav> /header> !-- Hero Section --> section classhero idhome> h1>Mỹ Phẩm Hải Âu/h1> p>Chăm sóc làn da Việt với sản phẩm chất lượng cao/p> a href#products classcta-button>Khám phá sản phẩm/a> /section> !-- Products Section --> section classproducts idproducts> div classcontainer> h2 classsection-title fade-in>Sản Phẩm Nổi Bật/h2> div classproduct-grid> div classproduct-card fade-in> div classproduct-image>💆♀️/div> div classproduct-info> h3 classproduct-name>Kem Dưỡng Da/h3> p classproduct-desc>Nuôi dưỡng và cấp ẩm cho làn da mềm mại, rạng rỡ suốt cả ngày/p> /div> /div> div classproduct-card fade-in> div classproduct-image>🧴/div> div classproduct-info> h3 classproduct-name>Kem Bôi Da/h3> p classproduct-desc>Bảo vệ và phục hồi da, giúp da luôn khỏe mạnh/p> /div> /div> div classproduct-card fade-in> div classproduct-image>🧼/div> div classproduct-info> h3 classproduct-name>Sữa Rửa Mặt/h3> p classproduct-desc>Làm sạch sâu, loại bỏ bụi bẩn và dầu thừa hiệu quả/p> /div> /div> div classproduct-card fade-in> div classproduct-image>🌸/div> div classproduct-info> h3 classproduct-name>Nước Hoa/h3> p classproduct-desc>Hương thơm quyến rũ, lưu giữ cả ngày dài/p> /div> /div> div classproduct-card fade-in> div classproduct-image>🚿/div> div classproduct-info> h3 classproduct-name>Sữa Tắm/h3> p classproduct-desc>Làm sạch nhẹ nhàng, giữ ẩm cho da mịn màng/p> /div> /div> /div> /div> /section> !-- About Section --> section classabout idabout> div classcontainer> div classabout-content fade-in> div classabout-text> h2>Về Mỹ Phẩm Hải Âu/h2> p>Công ty cổ phần hóa mỹ phẩm Hải Âu tự hào là một trong những thương hiệu mỹ phẩm hàng đầu Việt Nam với hơn 10 năm kinh nghiệm trong ngành./p> p>Chúng tôi cam kết mang đến cho khách hàng những sản phẩm chăm sóc da chất lượng cao, an toàn và phù hợp với làn da người Việt./p> p>Với đội ngũ chuyên gia giàu kinh nghiệm và quy trình sản xuất hiện đại, chúng tôi không ngừng nghiên cứu và phát triển để tạo ra những sản phẩm tốt nhất./p> /div> div classabout-image> 🏢 /div> /div> /div> /section> !-- Contact Section --> section classcontact idcontact> div classcontainer> h2 classsection-title fade-in>Liên Hệ Với Chúng Tôi/h2> div classcontact-content> div classcontact-info> div classcontact-item fade-in> h3>📍 Địa chỉ/h3> p>123 Đường ABC, Quận XYZbr>TP. Hồ Chí Minh/p> /div> div classcontact-item fade-in> h3>📞 Điện thoại/h3> p>Hotline: 1900 xxxxbr>Di động: 0909 xxx xxx/p> /div> div classcontact-item fade-in> h3>✉️ Email/h3> p>info@myphamhaiau.combr>support@myphamhaiau.com/p> /div> /div> /div> /div> /section> !-- Footer --> footer> div classfooter-content> div classcompany-name>Công ty cổ phần hóa mỹ phẩm Hải Âu/div> div classfooter-links> a href#home>Trang chủ/a> a href#products>Sản phẩm/a> a href#about>Về chúng tôi/a> a href#contact>Liên hệ/a> /div> p>© 2024 Mỹ Phẩm Hải Âu. Tất cả quyền được bảo lưu./p> p>Website: myphamhaiau.com/p> /div> /footer> script> // Smooth scrolling document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); document.querySelector(this.getAttribute(href)).scrollIntoView({ behavior: smooth }); }); }); // Header scroll effect window.addEventListener(scroll, function() { const header document.querySelector(header); if (window.scrollY > 100) { header.style.background rgba(255, 255, 255, 0.98); header.style.boxShadow 0 4px 20px rgba(0,0,0,0.1); } else { header.style.background var(--white); header.style.boxShadow 0 2px 10px rgba(0,0,0,0.1); } }); // 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); document.querySelectorAll(.fade-in).forEach(el > { observer.observe(el); }); // Product card hover effect const productCards document.querySelectorAll(.product-card); productCards.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
]