Help
RSS
API
Feed
Maltego
Contact
Domain > baburov.online
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-13
5.101.152.178
(
ClassC
)
2026-02-19
62.109.20.13
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: nginxDate: Thu, 19 Feb 2026 18:55:58 GMTContent-Type: text/html; charsetutf-8Content-Length: 35303Connection: keep-aliveVary: Accept-EncodingLast-Modified: Thu, 13 Nov 2025 13:50:30 GMTETag: 89e7-6437a2a005580Accept-Ranges: bytesVary: Accept-Encoding !DOCTYPE html>html langru>head> meta namerobots contentnoindex, nofollow> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> meta namedescription contentНаучитесь «цифровому шпагату»: гибкость в эпоху ИИ, GPT, SMM и аналитики. Практика, результат, будущее без кода. /> title>Цифровой Шпагат | Навыки будущего без выгорания/title> !-- Preconnect to Google Fonts --> link relpreconnect hrefhttps://fonts.googleapis.com /> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin /> !-- Font loading --> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;500;600;700;800&familyManrope:wght@600;700;800&displayswap relstylesheet /> !-- Favicon --> link relicon hrefimage/svg+xml,svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 100 100>text y.9em font-size90>🧘♂️/text>/svg>> style> :root { /* Brand Colors */ --primary: #5D5FEF; --primary-light: #8A8BFF; --primary-gradient: linear-gradient(135deg, #5D5FEF, #7A7CF7); --accent: #FF6B6B; --success: #4CAF50; --warning: #FFC107; --error: #F44336; /* Text Colors */ --text-dark: #1A1A2E; --text: #333; --text-light: #555; --text-muted: #6c757d; --text-inverted: #FFFFFF; /* Backgrounds */ --bg: #FFFFFF; --bg-light: #F8FAFF; --bg-alt: #F0F2FA; --card-bg: #FFFFFF; --card-hover: #FFFFFF; /* Dark mode */ --dark-bg: #0A0A1E; --dark-bg-light: #12142D; --dark-card: #1a1c32; --dark-text: #E6E8EF; --dark-text-muted: #A0A3BD; --dark-border: #2D3150; /* Borders & UI Elements */ --border: #E0D7F0; --border-light: #EEE5FF; --shadow-sm: 0 4px 12px rgba(93, 95, 239, 0.08); --shadow-md: 0 8px 25px rgba(93, 95, 239, 0.12); --shadow-lg: 0 15px 35px rgba(93, 95, 239, 0.15); --shadow-hover: 0 12px 30px rgba(93, 95, 239, 0.18); --shadow-inset: inset 0 1px 4px rgba(0, 0, 0, 0.04); --radius-xs: 8px; --radius-sm: 12px; --radius-md: 16px; --radius-lg: 24px; --radius-full: 9999px; /* Transitions */ --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); --transition-normal: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); --transition-spring: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); /* Spacing */ --space-xxs: 0.25rem; --space-xs: 0.5rem; --space-sm: 0.75rem; --space-md: 1rem; --space-lg: 1.5rem; --space-xl: 2rem; --space-xxl: 3rem; /* Typography */ --font-primary: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; --font-secondary: Manrope, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; } @media (prefers-color-scheme: dark) { :root { --text: var(--dark-text); --text-light: var(--dark-text); --text-muted: var(--dark-text-muted); --bg: var(--dark-bg); --bg-light: var(--dark-bg-light); --bg-alt: #141635; --card-bg: var(--dark-card); --border: var(--dark-border); --border-light: #3A3D60; --input-bg: #1E2035; --input-bg-focus: #24263D; --input-border: #3A3D60; --input-border-focus: #8A8BFF; --input-placeholder: #7A7C9A; } } /* Reset and base styles */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; font-size: 16px; } body { font-family: var(--font-primary); background-color: var(--bg); color: var(--text); line-height: 1.6; transition: background-color 0.4s ease, color 0.4s ease; padding-bottom: calc(var(--space-xl) + env(safe-area-inset-bottom)); min-height: 100vh; position: relative; } img { max-width: 100%; height: auto; display: block; } a { text-decoration: none; color: inherit; cursor: pointer; transition: color var(--transition-fast); } a:hover { color: var(--primary); } button { cursor: pointer; border: none; background: none; font-family: inherit; transition: var(--transition-normal); } button:focus, input:focus { outline: none; } .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 var(--space-lg); } /* Header styles */ header { background: var(--primary-gradient); color: var(--text-inverted); padding: var(--space-md) 0; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 16px rgba(93, 95, 239, 0.2); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); } .header-inner { display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 1.6rem; font-weight: 800; font-family: var(--font-secondary); color: var(--text-inverted); letter-spacing: -0.5px; display: flex; align-items: center; gap: var(--space-xs); } .logo-icon { width: 28px; height: 28px; background: rgba(255, 255, 255, 0.2); border-radius: var(--radius-xs); display: flex; align-items: center; justify-content: center; font-size: 14px; } nav ul { display: flex; list-style: none; gap: var(--space-xl); } nav a { color: var(--text-inverted); font-size: 1rem; font-weight: 500; position: relative; opacity: 0.9; transition: opacity var(--transition-fast); } nav a:hover { opacity: 1; } nav a::after { content: ; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--text-inverted); border-radius: 1px; transition: width var(--transition-normal); } nav a:hover::after { width: 100%; } .menu-toggle { display: none; background: rgba(255, 255, 255, 0.15); border: 1px solid rgba(255, 255, 255, 0.3); color: var(--text-inverted); padding: 0.5rem 0.8rem; border-radius: var(--radius-xs); font-size: 1.3rem; cursor: pointer; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); } .menu-toggle:hover { background: rgba(255, 255, 255, 0.25); } .page { display: none; padding: 3rem 0; } .page.active { display: block; } /* Hero section */ .hero { text-align: center; padding: calc(var(--space-xxl) + 2rem) 0 var(--space-xxl); position: relative; } .hero-content { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; } .hero h1 { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 800; margin-bottom: var(--space-md); line-height: 1.15; font-family: var(--font-secondary); background: linear-gradient(120deg, #2D2E83, var(--primary), #5D5FEF); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero p { max-width: 720px; margin: 0 auto var(--space-xl); color: var(--text-muted); font-size: 1.2rem; opacity: 0.9; font-weight: 500; } .highlight { background: rgba(93, 95, 239, 0.15); color: var(--primary); padding: 0.2em 0.4em; border-radius: var(--radius-xs); font-weight: 600; } .badge { display: inline-block; background: rgba(93, 95, 239, 0.1); color: var(--primary); font-size: 0.9rem; font-weight: 600; padding: 0.5em 1em; border-radius: var(--radius-full); margin-bottom: var(--space-md); } /* Cards grid */ .cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--space-xl); margin: var(--space-xxl) 0; } .card { background: var(--card-bg); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: var(--transition-spring); cursor: pointer; transform: translateY(0); position: relative; height: 100%; display: flex; flex-direction: column; } .card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); } .card-img { height: 160px; background: var(--primary-gradient); display: flex; align-items: center; justify-content: center; padding: 1.5rem; border-bottom: 1px solid var(--border-light); position: relative; overflow: hidden; } .card-img::before { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%); transform: rotate(45deg); opacity: 0; transition: opacity 0.3s ease; } .card:hover .card-img::before { opacity: 1; } .card-img svg { max-width: 70%; max-height: 70%; fill: white; stroke: white; stroke-width: 2; filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2)); transition: transform 0.3s ease; } .card:hover .card-img svg { transform: scale(1.1); } .card-content { padding: var(--space-xl); flex-grow: 1; display: flex; flex-direction: column; } .card h3 { font-size: 1.4rem; color: var(--text-dark); margin-bottom: var(--space-sm); font-weight: 700; line-height: 1.3; } .card p { font-size: 1rem; color: var(--text-muted); margin-bottom: var(--space-lg); line-height: 1.6; flex-grow: 1; } .card-badge { display: inline-block; background: rgba(93, 95, 239, 0.1); color: var(--primary); font-size: 0.8rem; font-weight: 600; padding: 0.25rem 0.75rem; border-radius: var(--radius-full); margin-bottom: var(--space-md); } /* CTA Section */ .subscribe-section { display: flex; gap: var(--space-xxl); align-items: center; margin: var(--space-xxl) 0; max-width: 1100px; margin-left: auto; margin-right: auto; padding: 0 var(--space-lg); } .illustration { flex: 1; max-width: 450px; position: relative; } .illustration img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); transform: perspective(1000px) rotateY(-5deg); transition: transform 0.5s ease; } .illustration::before { content: ; position: absolute; top: 20px; left: -20px; width: 100%; height: 100%; background: var(--primary-gradient); border-radius: var(--radius-lg); z-index: -1; filter: blur(40px); opacity: 0.3; } .subscribe-form { flex: 1; background: var(--bg-light); padding: var(--space-xxl); border-radius: var(--radius-lg); border: 1px solid var(--border); box-shadow: var(--shadow-md); max-width: 500px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); } .subscribe-form h3 { color: var(--primary); margin-bottom: var(--space-xl); text-align: center; font-size: 1.6rem; font-weight: 700; font-family: var(--font-secondary); } .form-group { margin-bottom: var(--space-lg); } .form-label { display: block; margin-bottom: var(--space-xs); color: var(--text-muted); font-size: 0.9rem; font-weight: 500; } .form-control { width: 100%; padding: 1rem 1.25rem; border: 1px solid var(--input-border); border-radius: var(--radius-md); background: var(--input-bg); color: var(--text); font-size: 1rem; font-family: var(--font-primary); box-shadow: var(--shadow-inset); transition: var(--transition-normal); } .form-control:focus { border-color: var(--input-border-focus); box-shadow: 0 0 0 4px rgba(93, 95, 239, 0.1); background: var(--input-bg-focus); } .form-check { display: flex; align-items: center; gap: var(--space-sm); font-size: 0.95rem; color: var(--text-muted); margin: var(--space-lg) 0 var(--space-md); cursor: pointer; } .form-check-input { accent-color: var(--accent); transform: scale(1.3); } .btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; width: 100%; padding: 1.1rem; background: var(--primary-gradient); background-size: 200% 100%; color: white; border: none; border-radius: var(--radius-md); font-size: 1.1rem; font-weight: 600; cursor: pointer; box-shadow: 0 6px 16px rgba(93, 95, 239, 0.25); transition: var(--transition-spring); position: relative; overflow: hidden; font-family: var(--font-secondary); letter-spacing: 0.5px; } .btn::before { content: ; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); transition: left 0.6s; } .btn:hover:not(:disabled) { transform: translateY(-3px) scale(1.02); box-shadow: 0 10px 24px rgba(93, 95, 239, 0.35); } .btn:hover:not(:disabled)::before { left: 100%; } .btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; box-shadow: none; } .checkbox-hint { font-size: 0.85rem; color: var(--accent); text-align: center; opacity: 0; transition: opacity 0.3s ease; margin-top: var(--space-xs); font-weight: 500; } .checkbox-hint.show { opacity: 1; } /* Footer */ footer { background: var(--card-bg); border-top: 1px solid var(--border); padding: var(--space-xxl) 0; margin-top: var(--space-xxl); color: var(--text-muted); font-size: 0.95rem; text-align: center; } footer a { color: var(--primary); font-weight: 500; transition: color var(--transition-fast); } footer a:hover { color: var(--primary-light); text-decoration: underline; } /* Animations */ @keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } } .shake { animation: shake 0.5s ease-in-out; } /* Responsive design */ @media (max-width: 900px) { .subscribe-section { flex-direction: column; text-align: center; gap: var(--space-xl); } .illustration { max-width: 380px; order: 2; } .illustration img { transform: perspective(800px) rotateY(0); } .subscribe-form { order: 1; margin-bottom: var(--space-lg); } .hero h1 { font-size: 2.8rem; } } @media (max-width: 768px) { .menu-toggle { display: block; } nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(93, 95, 239, 0.95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: var(--space-md); border-radius: var(--radius-md); margin: var(--space-sm); box-shadow: 0 8px 32px rgba(93, 95, 239, 0.2); } nav.active { display: block; } nav ul { flex-direction: column; gap: var(--space-lg); } .container { padding: 0 var(--space-md); } .hero { padding: var(--space-xxl) 0; } .hero h1 { font-size: 2.5rem; } .hero p { font-size: 1.1rem; } .cards { gap: var(--space-lg); } .subscribe-form { padding: var(--space-xl); } .illustration { max-width: 320px; } } @media (max-width: 480px) { .header-inner { gap: var(--space-sm); } .logo { font-size: 1.4rem; } nav ul { gap: var(--space-lg); } .hero h1 { font-size: 2.2rem; } .subscribe-form { padding: var(--space-lg); } .btn { padding: 1rem; font-size: 1rem; } } /style>/head>body> header> div classcontainer header-inner> a href# classlogo onclickshowPage(home)> span classlogo-icon>🧘♂️/span> Цифровой Шпагат /a> button classmenu-toggle onclicktoggleMenu()>☰/button> nav idmainNav> ul> li>a href# onclickshowPage(home)>Главная/a>/li> li>a hrefprivacy.html>Политика/a>/li> /ul> /nav> /div> /header> div idhome classpage active> div classcontainer> section classhero> div classhero-content> div classbadge>Новый подход к навыкам будущего/div> h1>Цифровой шпагат: как быть гибким в эпоху span classhighlight>искусственного интеллекта/span>/h1> p>Освойте способность легко растягиваться между рутиной и инновациями, работой и обучением, телом и разумом. Будущее — за теми, кто умеет стоять в шпагате./p> /div> /section> div classcards> div classcard onclicklocation.href#> div classcard-img> svg viewBox0 0 100 100 xmlnshttp://www.w3.org/2000/svg> circle cx50 cy50 r40 fillnone strokecurrentColor stroke-width4/> path dM30 50 Q50 30 70 50 Q50 70 30 50 strokecurrentColor stroke-width4 fillnone/> circle cx50 cy50 r8 fillcurrentColor/> path dM50 10 Q60 25 50 40 Q40 25 50 10 strokecurrentColor stroke-width2 fillnone opacity0.5/> /svg> /div> div classcard-content> div classcard-badge>Гибкость мышления/div> h3>Шпагат между человеком и ИИ/h3> p>Как использовать GPT и нейросети, не теряя собственного голоса и креативности. Автоматизация без потери себя./p> /div> /div> div classcard onclicklocation.href#> div classcard-img> svg viewBox0 0 100 100 xmlnshttp://www.w3.org/2000/svg> rect x10 y20 width80 height60 rx10 fillnone strokecurrentColor stroke-width4/> circle cx30 cy40 r8 fillcurrentColor/> rect x45 y36 width30 height8 rx4 fillcurrentColor/> path dM30 60 Q50 70 70 60 strokecurrentColor stroke-width4 fillnone stroke-linecapround/> path dM60 45 L70 55 L60 65 strokecurrentColor stroke-width2 fillnone stroke-linecapround/> /svg> /div> div classcard-content> div classcard-badge>Баланс внимания/div> h3>Шпагат между контентом и реальной жизнью/h3> p>Как вести Telegram и SMM, не проваливаясь в цифровую трясину. Продуктивность без выгорания./p> /div> /div> div classcard onclicklocation.href#> div classcard-img> svg viewBox0 0 100 100 xmlnshttp://www.w3.org/2000/svg> rect x15 y15 width70 height70 rx10 fillnone strokecurrentColor stroke-width4/> path dM30 30 L70 70 M70 30 L30 70 strokecurrentColor stroke-width4 opacity0.6/> circle cx50 cy50 r15 fillnone strokecurrentColor stroke-width3/> path dM50 35 L50 65 M35 50 L65 50 strokecurrentColor stroke-width2 opacity0.5/> /svg> /div> div classcard-content> div classcard-badge>Творческая гибкость/div> h3>AI-дизайн: шпагат между руками и алгоритмами/h3> p>Создавайте интерьеры и визуалы с помощью ИИ, сохраняя художественное чутьё и уникальный стиль./p> /div> /div> div classcard onclicklocation.href#> div classcard-img> svg viewBox0 0 100 100 xmlnshttp://www.w3.org/2000/svg> circle cx50 cy40 r20 fillnone strokecurrentColor stroke-width4/> path dM30 60 Q50 80 70 60 strokecurrentColor stroke-width4 fillnone/> path dM40 45 L45 50 L40 55 strokecurrentColor stroke-width3 fillnone stroke-linecapround/> path dM60 45 L55 50 L60 55 strokecurrentColor stroke-width3 fillnone stroke-linecapround/> circle cx50 cy40 r5 fillcurrentColor opacity0.7/> /svg> /div> div classcard-content> div classcard-badge>Энергия и фокус/div> h3>Шпагат между телом и умом/h3> p>Как сохранять продуктивность, когда мозг устал от ИИ, а тело — от экрана. Практики восстановления для цифровых поколений./p> /div> /div> div classcard onclicklocation.href#> div classcard-img> svg viewBox0 0 100 100 xmlnshttp://www.w3.org/2000/svg> line x120 y180 x220 y220 strokecurrentColor stroke-width4/> line x120 y180 x280 y280 strokecurrentColor stroke-width4/> circle cx30 cy50 r5 fillcurrentColor/> circle cx50 cy40 r5 fillcurrentColor/> circle cx70 cy30 r5 fillcurrentColor/> path dM30 50 Q40 45 50 40 Q60 35 70 30 strokecurrentColor stroke-width3 fillnone stroke-linecapround/> path dM25 65 L75 65 strokecurrentColor stroke-width2 stroke-dasharray4 opacity0.5/> /svg> /div> div classcard-content> div classcard-badge>Аналитика свобода/div> h3>Шпагат между данными и интуицией/h3> p>Читайте метрики как профи, но не забывайте слушать внутренний голос. Баланс логики и чувства./p> /div> /div> div classcard onclicklocation.href#> div classcard-img> svg viewBox0 0 100 100 xmlnshttp://www.w3.org/2000/svg> rect x10 y15 width80 height70 rx10 fillnone strokecurrentColor stroke-width4/> rect x20 y25 width20 height10 rx5 fillcurrentColor opacity0.8/> rect x50 y25 width30 height6 rx3 fillcurrentColor opacity0.6/> rect x50 y35 width25 height6 rx3 fillcurrentColor opacity0.5/> path dM30 60 L70 60 strokecurrentColor stroke-width2 stroke-dasharray4 opacity0.4/> /svg> /div> div classcard-content> div classcard-badge>No-code свобода/div> h3>Шпагат между идеей и реализацией/h3> p>Создавайте сайты за часы, не зная кода. От мечты — к прототипу./p> /div> /div> /div> div classsubscribe-section> div classillustration> img srchttps://spagaty.ru/5ee.jpeg altПрофессионал работает с ноутбуком, улыбается, осваивает новые технологии /> /div> div classsubscribe-form> h3>😀 Научитесь стоять в цифровом шпагате ИИ/h3> form idsubscribeForm actionhandler.php methodpost> div classform-group> input typeemail nameemail classform-control placeholderВаш email required /> /div> label classform-check forsubCheck> input typecheckbox idsubCheck classform-check-input namesubscribe value1 /> Да, хочу получать советы по гибкости в цифровую эпоху /label> div classcheckbox-hint idcheckboxHint>Подтвердите согласие/div> button typesubmit idsubmitBtn disabled classbtn>ПОЛУЧИТЬ ДОСТУП/button> /form> /div> /div> /div> /div> div idcourses classpage>/div> div idprivacy classpage>/div> footer> div classcontainer> p>© 2025 Цифровой Шпагат. Все права защищены.br> a hrefprivacy.html>Политика конфиденциальности/a>/p> /div> /footer> script> // Page navigation function showPage(id) { document.querySelectorAll(.page).forEach(p > p.classList.remove(active)); document.getElementById(id).classList.add(active); document.getElementById(mainNav).style.display none; } // Mobile menu toggle function toggleMenu() { const nav document.getElementById(mainNav); if (nav.style.display block) { nav.style.display none; } else { nav.style.display block; } } // Close mobile menu when clicking outside document.addEventListener(click, function(e) { const nav document.getElementById(mainNav); const menuToggle document.querySelector(.menu-toggle); if (nav.style.display block && !nav.contains(e.target) && e.target ! menuToggle && !menuToggle.contains(e.target)) { nav.style.display none; } }); // Form validation and interaction document.addEventListener(DOMContentLoaded, function () { const checkbox document.getElementById(subCheck); const submitBtn document.getElementById(submitBtn); const checkboxHint document.getElementById(checkboxHint); // Update button state based on checkbox function updateButton() { if (checkbox.checked) { submitBtn.disabled false; checkboxHint.classList.remove(show); } else { submitBtn.disabled true; checkboxHint.classList.add(show); } } // Initial state check updateButton(); // Listen for checkbox changes checkbox.addEventListener(change, updateButton); // Form submission validation document.getElementById(subscribeForm).addEventListener(submit, function(e) { if (!checkbox.checked) { e.preventDefault(); checkboxHint.classList.add(show); checkbox.parentElement.classList.add(shake); setTimeout(() > checkbox.parentElement.classList.remove(shake), 500); } }); // Email input styling feedback const emailInput document.querySelector(inputtypeemail); emailInput.addEventListener(focus, function() { this.parentElement.classList.add(focused); }); emailInput.addEventListener(blur, function() { this.parentElement.classList.remove(focused); }); }); /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
]