Help
RSS
API
Feed
Maltego
Contact
Domain > glixon.ru
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-12-15
65.21.127.156
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Mon, 15 Dec 2025 14:31:53 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-alive !DOCTYPE html>html langru>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Glixon - Дизайн, который кодит реальность/title> style> body { margin: 0; padding: 0; min-height: 100vh; font-family: Poppins, sans-serif; color: #fff; overflow-x: hidden; background: linear-gradient(135deg, #1a1a40 0%, #000 100%); transition: background 0.5s ease; } .container { width: 100%; min-height: 100vh; padding: 5vw; box-sizing: border-box; position: relative; z-index: 2; } header { text-align: center; padding: 50px 0; } h1 { font-size: 4rem; color: #00ffcc; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0 0 10px #00ffcc; opacity: 0; animation: draw-in 1s ease forwards; } .tagline { font-size: 1.5rem; color: #ff00ff; margin-top: 10px; opacity: 0; animation: draw-in 1s ease 0.5s forwards; text-shadow: 0 0 5px #ff00ff; } .canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; } .shape { position: absolute; opacity: 0; animation: fade-in 1s ease forwards; } .shape-1 { width: 200px; height: 200px; background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB4PSIxMCIgeT0iMTAiIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMGZmY2MiIHN0cm9rZS13aWR0aD0iMiIgZGFzaGFycmF5PSI1LDUiLz4KICA8bGluZSB4MT0iMzAiIHkxPSIzMCIgeDI9IjE3MCIgeTI9IjMwIiBzdHJva2U9IiMwMGZmY2MiIHN0cm9rZS13aWR0aD0iMSIvPgo8L3N2Zz4) no-repeat; top: 10%; left: 10%; animation-delay: 0.2s; transition: transform 0.3s ease; } .shape-2 { width: 150px; height: 300px; background: rgba(255, 0, 255, 0.2); transform: rotate(45deg); top: 60%; right: 15%; animation-delay: 0.4s; transition: transform 0.3s ease; } .shape-3 { width: 100px; height: 100px; background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0NSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZjAwIiBzdHJva2Utd2lkdGg9IjIiIGRhc2hhcnJheT0iMywzIi8+Cjwvc3ZnPg) no-repeat; bottom: 20%; left: 20%; animation-delay: 0.6s; transition: transform 0.3s ease; } .content { max-width: 800px; margin: 0 auto; text-align: center; opacity: 0; animation: draw-in 1s ease 1s forwards; } .content p { font-size: 1.2rem; line-height: 1.6; color: #00ffcc; margin: 20px 0; text-shadow: 0 0 5px #00ffcc; } .services { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin: 40px 0; } .service-card { background: rgba(255, 255, 255, 0.1); padding: 20px; border-radius: 10px; width: 200px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); opacity: 0; animation: draw-in 1s ease forwards; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #00ffcc; } .service-card:nth-child(1) { animation-delay: 1.2s; } .service-card:nth-child(2) { animation-delay: 1.4s; } .service-card:nth-child(3) { animation-delay: 1.6s; } .service-card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 255, 204, 0.5); } .service-card h3 { font-size: 1.5rem; color: #ff00ff; margin: 0 0 10px 0; text-shadow: 0 0 5px #ff00ff; } .service-card p { color: #fff; font-size: 1rem; } .cta { margin: 40px 0; text-align: center; } .cta button { padding: 15px 40px; font-size: 1.5rem; background: transparent; border: 2px solid #00ffcc; color: #00ffcc; border-radius: 50px; cursor: pointer; transition: transform 0.3s ease, background 0.3s ease; opacity: 0; animation: draw-in 1s ease 2s forwards; text-shadow: 0 0 5px #00ffcc; } .cta button:hover { transform: scale(1.1); background: #00ffcc; color: #000; text-shadow: none; } @keyframes draw-in { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } body.scrolled { background: linear-gradient(135deg, #000 0%, #1a1a40 100%); } @media (max-width: 768px) { h1 { font-size: 3rem; } .tagline { font-size: 1.2rem; } .content p { font-size: 1rem; } .service-card { width: 180px; } .cta button { font-size: 1.2rem; padding: 12px 30px; } .shape-1, .shape-2, .shape-3 { transform: scale(0.7); } } @media (max-width: 480px) { h1 { font-size: 2rem; } .tagline { font-size: 1rem; } .content p { font-size: 0.9rem; } .service-card { width: 100%; margin: 10px 0; } .cta button { font-size: 1rem; padding: 10px 20px; } .shape-1, .shape-2, .shape-3 { transform: scale(0.5); } } /style> link hrefhttps://fonts.googleapis.com/css2?familyPoppins:wght@400;600&displayswap relstylesheet> script> window.addEventListener(scroll, () > { if (window.scrollY > 100) { document.body.classList.add(scrolled); } else { document.body.classList.remove(scrolled); } }); document.addEventListener(mousemove, (e) > { const shapes document.querySelectorAll(.shape); shapes.forEach(shape > { const speed 0.05; const x (e.clientX - window.innerWidth / 2) * speed; const y (e.clientY - window.innerHeight / 2) * speed; shape.style.transform `translate(${x}px, ${y}px)`; }); }); /script>/head>body> div classcanvas> div classshape shape-1>/div> div classshape shape-2>/div> div classshape shape-3>/div> /div> div classcontainer> header> h1>Glixon/h1> p classtagline>Дизайн, который кодит реальность/p> /header> div classcontent> p>Мы — Glixon, где продуктовый дизайн встречает код. Создаём интерфейсы, приложения и визуалы, которые не просто работают, а вдохновляют. От идеи до запуска — ваш продукт оживает с нами./p> div classservices> div classservice-card> h3>UI/UX/h3> p>Дизайн, который решает задачи./p> /div> div classservice-card> h3>Разработка/h3> p>Код, который воплощает идеи./p> /div> div classservice-card> h3>3D & Моушен/h3> p>Визуалы, которые цепляют./p> /div> /div> div classcta> button>Создай свой продукт/button> /div> /div> /div>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginxDate: Mon, 15 Dec 2025 14:31:54 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-alive !DOCTYPE html>html langru>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Glixon - Дизайн, который кодит реальность/title> style> body { margin: 0; padding: 0; min-height: 100vh; font-family: Poppins, sans-serif; color: #fff; overflow-x: hidden; background: linear-gradient(135deg, #1a1a40 0%, #000 100%); transition: background 0.5s ease; } .container { width: 100%; min-height: 100vh; padding: 5vw; box-sizing: border-box; position: relative; z-index: 2; } header { text-align: center; padding: 50px 0; } h1 { font-size: 4rem; color: #00ffcc; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0 0 10px #00ffcc; opacity: 0; animation: draw-in 1s ease forwards; } .tagline { font-size: 1.5rem; color: #ff00ff; margin-top: 10px; opacity: 0; animation: draw-in 1s ease 0.5s forwards; text-shadow: 0 0 5px #ff00ff; } .canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; } .shape { position: absolute; opacity: 0; animation: fade-in 1s ease forwards; } .shape-1 { width: 200px; height: 200px; background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB4PSIxMCIgeT0iMTAiIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMGZmY2MiIHN0cm9rZS13aWR0aD0iMiIgZGFzaGFycmF5PSI1LDUiLz4KICA8bGluZSB4MT0iMzAiIHkxPSIzMCIgeDI9IjE3MCIgeTI9IjMwIiBzdHJva2U9IiMwMGZmY2MiIHN0cm9rZS13aWR0aD0iMSIvPgo8L3N2Zz4) no-repeat; top: 10%; left: 10%; animation-delay: 0.2s; transition: transform 0.3s ease; } .shape-2 { width: 150px; height: 300px; background: rgba(255, 0, 255, 0.2); transform: rotate(45deg); top: 60%; right: 15%; animation-delay: 0.4s; transition: transform 0.3s ease; } .shape-3 { width: 100px; height: 100px; background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0NSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZjAwIiBzdHJva2Utd2lkdGg9IjIiIGRhc2hhcnJheT0iMywzIi8+Cjwvc3ZnPg) no-repeat; bottom: 20%; left: 20%; animation-delay: 0.6s; transition: transform 0.3s ease; } .content { max-width: 800px; margin: 0 auto; text-align: center; opacity: 0; animation: draw-in 1s ease 1s forwards; } .content p { font-size: 1.2rem; line-height: 1.6; color: #00ffcc; margin: 20px 0; text-shadow: 0 0 5px #00ffcc; } .services { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin: 40px 0; } .service-card { background: rgba(255, 255, 255, 0.1); padding: 20px; border-radius: 10px; width: 200px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); opacity: 0; animation: draw-in 1s ease forwards; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #00ffcc; } .service-card:nth-child(1) { animation-delay: 1.2s; } .service-card:nth-child(2) { animation-delay: 1.4s; } .service-card:nth-child(3) { animation-delay: 1.6s; } .service-card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 255, 204, 0.5); } .service-card h3 { font-size: 1.5rem; color: #ff00ff; margin: 0 0 10px 0; text-shadow: 0 0 5px #ff00ff; } .service-card p { color: #fff; font-size: 1rem; } .cta { margin: 40px 0; text-align: center; } .cta button { padding: 15px 40px; font-size: 1.5rem; background: transparent; border: 2px solid #00ffcc; color: #00ffcc; border-radius: 50px; cursor: pointer; transition: transform 0.3s ease, background 0.3s ease; opacity: 0; animation: draw-in 1s ease 2s forwards; text-shadow: 0 0 5px #00ffcc; } .cta button:hover { transform: scale(1.1); background: #00ffcc; color: #000; text-shadow: none; } @keyframes draw-in { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } body.scrolled { background: linear-gradient(135deg, #000 0%, #1a1a40 100%); } @media (max-width: 768px) { h1 { font-size: 3rem; } .tagline { font-size: 1.2rem; } .content p { font-size: 1rem; } .service-card { width: 180px; } .cta button { font-size: 1.2rem; padding: 12px 30px; } .shape-1, .shape-2, .shape-3 { transform: scale(0.7); } } @media (max-width: 480px) { h1 { font-size: 2rem; } .tagline { font-size: 1rem; } .content p { font-size: 0.9rem; } .service-card { width: 100%; margin: 10px 0; } .cta button { font-size: 1rem; padding: 10px 20px; } .shape-1, .shape-2, .shape-3 { transform: scale(0.5); } } /style> link hrefhttps://fonts.googleapis.com/css2?familyPoppins:wght@400;600&displayswap relstylesheet> script> window.addEventListener(scroll, () > { if (window.scrollY > 100) { document.body.classList.add(scrolled); } else { document.body.classList.remove(scrolled); } }); document.addEventListener(mousemove, (e) > { const shapes document.querySelectorAll(.shape); shapes.forEach(shape > { const speed 0.05; const x (e.clientX - window.innerWidth / 2) * speed; const y (e.clientY - window.innerHeight / 2) * speed; shape.style.transform `translate(${x}px, ${y}px)`; }); }); /script>/head>body> div classcanvas> div classshape shape-1>/div> div classshape shape-2>/div> div classshape shape-3>/div> /div> div classcontainer> header> h1>Glixon/h1> p classtagline>Дизайн, который кодит реальность/p> /header> div classcontent> p>Мы — Glixon, где продуктовый дизайн встречает код. Создаём интерфейсы, приложения и визуалы, которые не просто работают, а вдохновляют. От идеи до запуска — ваш продукт оживает с нами./p> div classservices> div classservice-card> h3>UI/UX/h3> p>Дизайн, который решает задачи./p> /div> div classservice-card> h3>Разработка/h3> p>Код, который воплощает идеи./p> /div> div classservice-card> h3>3D & Моушен/h3> p>Визуалы, которые цепляют./p> /div> /div> div classcta> button>Создай свой продукт/button> /div> /div> /div>/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
]