Файловый менеджер - Редактировать - /home/gqdcvggs/.trash/index.html.2
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="imators-verification" content="verified"> <title>Imators Systems 1.7</title> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <script src="https://cdn.tailwindcss.com"></script> <link href="https://cdn.imators.com/logo.png" rel="icon" type="image/png" /> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); color: #ffffff; min-height: 100vh; overflow-x: hidden; } .hero-section { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; text-align: center; position: relative; padding: 2rem; } .background-effects { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .glow-orb-1 { position: absolute; top: 20%; left: 20%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%); border-radius: 50%; filter: blur(60px); animation: float 6s ease-in-out infinite; } .glow-orb-2 { position: absolute; bottom: 20%; right: 20%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(147, 51, 234, 0.12) 0%, transparent 70%); border-radius: 50%; filter: blur(80px); animation: float 8s ease-in-out infinite reverse; } @keyframes float { 0%, 100% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-20px) rotate(5deg); } } .logo-container { display: flex; align-items: center; justify-content: center; margin-bottom: 3rem; opacity: 0; animation: fadeInUp 1s ease-out 0.2s forwards; } .logo { width: 48px; height: 48px; margin-right: 1rem; } .brand-name { font-size: 1.5rem; font-weight: 500; color: rgba(255,255,255,0.9); } .main-title { font-size: clamp(3rem, 8vw, 6rem); font-weight: 700; line-height: 1.1; margin-bottom: 1.5rem; background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.7) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; opacity: 0; animation: fadeInUp 1s ease-out 0.4s forwards; } .subtitle { font-size: 1.25rem; font-weight: 400; color: rgba(255,255,255,0.7); max-width: 600px; margin-bottom: 4rem; line-height: 1.6; opacity: 0; animation: fadeInUp 1s ease-out 0.6s forwards; } .search-container { width: 100%; max-width: 600px; margin-bottom: 4rem; opacity: 0; animation: fadeInUp 1s ease-out 0.8s forwards; } .search-wrapper { position: relative; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; padding: 4px; backdrop-filter: blur(20px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 32px rgba(0,0,0,0.3); } .search-wrapper:focus-within { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.25); box-shadow: 0 12px 40px rgba(0,0,0,0.4); transform: translateY(-2px); } .search-input { width: calc(100% - 120px); background: transparent; border: none; outline: none; padding: 1.5rem 2rem; color: #ffffff; font-size: 1.1rem; font-weight: 400; } .search-input::placeholder { color: rgba(255,255,255,0.5); } .search-button { position: absolute; right: 4px; top: 4px; bottom: 4px; width: 112px; background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%); color: #000000; border: none; border-radius: 16px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; } .search-button:hover { transform: scale(1.02); box-shadow: 0 6px 20px rgba(255,255,255,0.3); } .features-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; width: 100%; max-width: 900px; margin-bottom: 3rem; opacity: 0; animation: fadeInUp 1s ease-out 1s forwards; } .feature-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.4s ease; backdrop-filter: blur(10px); } .feature-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.3); } .feature-icon { width: 60px; height: 60px; background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 1.5rem; color: rgba(255,255,255,0.9); } .feature-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.75rem; color: #ffffff; } .feature-desc { font-size: 0.95rem; color: rgba(255,255,255,0.6); line-height: 1.5; } .client-link { color: rgba(255,255,255,0.6); font-size: 1rem; font-weight: 500; text-decoration: none; transition: all 0.3s ease; opacity: 0; animation: fadeInUp 1s ease-out 1.2s forwards; } .client-link:hover { color: #ffffff; transform: translateX(5px); } .version-badge { position: fixed; top: 2rem; right: 2rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: 25px; padding: 0.5rem 1rem; font-size: 0.8rem; font-weight: 500; color: rgba(255,255,255,0.8); backdrop-filter: blur(10px); } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 1024px) { .features-section { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; max-width: 700px; } .feature-card { padding: 1.5rem; } } @media (max-width: 768px) { .hero-section { padding: 1.5rem 1rem; min-height: 100vh; } .main-title { font-size: clamp(2.5rem, 10vw, 4rem); margin-bottom: 1rem; } .subtitle { font-size: 1.1rem; margin-bottom: 3rem; padding: 0 1rem; } .search-container { margin-bottom: 3rem; padding: 0 0.5rem; } .search-wrapper { padding: 6px; border-radius: 16px; } .search-input { width: 100%; padding: 1.25rem 1.5rem; font-size: 1rem; } .search-button { position: static; width: 100%; margin-top: 0.75rem; height: 48px; border-radius: 12px; } .features-section { grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 2rem; padding: 0 0.5rem; } .feature-card { padding: 1.5rem 1.25rem; } .feature-icon { width: 50px; height: 50px; margin-bottom: 1rem; font-size: 1.25rem; } .feature-title { font-size: 1rem; } .feature-desc { font-size: 0.9rem; } .version-badge { top: 1rem; right: 1rem; padding: 0.4rem 0.8rem; font-size: 0.75rem; } .logo { width: 40px; height: 40px; } .brand-name { font-size: 1.25rem; } .logo-container { margin-bottom: 2rem; } .glow-orb-1, .glow-orb-2 { display: none; } } @media (max-width: 480px) { .hero-section { padding: 1rem 0.75rem; } .main-title { font-size: clamp(2rem, 12vw, 3rem); } .subtitle { font-size: 1rem; padding: 0; } .search-container { padding: 0; } .features-section { padding: 0; } .feature-card { padding: 1.25rem 1rem; } } </style> </head> <body> <div class="background-effects"> <div class="glow-orb-1"></div> <div class="glow-orb-2"></div> </div> <div class="version-badge">Version 1.7</div> <div class="hero-section"> <div class="logo-container"> <img src="https://cdn.imators.com/logo.png" alt="Imators" class="logo"> <div class="brand-name">Imators Systems</div> </div> <h1 class="main-title">Secured creative power</h1> <p class="subtitle">Enterprise management platform with advanced security protocols, optimised performance, and comprehensive project management tools</p> <div class="search-container"> <div class="search-wrapper"> <input type="text" class="search-input" placeholder="Enter project URL or search resources..." onkeydown="if(event.key === 'Enter') searchOrRedirect()"> <button class="search-button" onclick="searchOrRedirect()"> <i class="fas fa-arrow-right"></i> </button> </div> </div> <div class="features-section"> <div class="feature-card"> <div class="feature-icon"> <i class="fas fa-shield-alt"></i> </div> <div class="feature-title">Enterprise Security</div> <div class="feature-desc">Advanced multi-layer protection with real-time threat monitoring and encrypted communications</div> </div> <div class="feature-card"> <div class="feature-icon"> <i class="fas fa-rocket"></i> </div> <div class="feature-title">High Performance</div> <div class="feature-desc">Lightning-fast infrastructure with global CDN and optimised server architecture</div> </div> <div class="feature-card"> <div class="feature-icon"> <i class="fas fa-headset"></i> </div> <div class="feature-title">24/7 Support</div> <div class="feature-desc">Dedicated technical assistance with expert engineers available around the clock</div> </div> </div> <a href="/become-client" class="client-link">Become a Client <i class="fas fa-arrow-right ml-2"></i></a> </div> <script> function searchOrRedirect() { const value = document.querySelector('.search-input').value.trim(); if(value) { window.location.href = 'https://imators.systems/' + value; } } window.addEventListener('load', () => { setTimeout(() => { document.querySelector('.search-input').focus(); }, 1000); }); document.addEventListener('keydown', (e) => { if(e.key === '/' && e.target.tagName !== 'INPUT') { e.preventDefault(); document.querySelector('.search-input').focus(); } }); </script> </body> </html>
| ver. 1.6 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка