mbmal's picture
добавь недостающие разделыя и остальные страницы
51d89b3 verified
<!DOCTYPE html>
<html lang="ru" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Новости - Singularity Nexus</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
cyber: {
primary: '#00ff88',
secondary: '#00a2ff',
accent: '#ff0088',
dark: '#0a0a0f',
darker: '#050508',
gray: '#1a1a2e'
}
},
fontFamily: {
'cyber': ['Orbitron', 'monospace'],
'main': ['Inter', 'sans-serif']
}
}
}
}
</script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Orbitron:wght@400;500;700;900&display=swap" rel="stylesheet">
</head>
<body class="bg-cyber-dark text-white font-main min-h-screen">
<custom-navbar></custom-navbar>
<main class="container mx-auto px-4 py-8">
<!-- Page Header -->
<section class="mb-12">
<div class="text-center">
<h1 class="text-4xl md:text-6xl font-cyber font-bold bg-gradient-to-r from-cyber-primary to-cyber-secondary bg-clip-text text-transparent cyber-glow">
НОВОСТИ ТЕХНОЛОГИЙ
</h1>
<p class="text-xl text-gray-300 mt-4 max-w-2xl mx-auto">
Свежие инсайты, тренды и аналитика от Михаила Малышева
</p>
</div>
</section>
<!-- News Filters -->
<section class="mb-8">
<div class="flex flex-wrap gap-4 justify-center">
<button class="cyber-button-primary px-6 py-2 active-filter">
Все
</button>
<button class="cyber-button-secondary px-6 py-2">
AI & ML
</button>
<button class="cyber-button-secondary px-6 py-2">
Web3 & Блокчейн
</button>
<button class="cyber-button-secondary px-6 py-2">
Кибербезопасность
</button>
<button class="cyber-button-secondary px-6 py-2">
Квантовые вычисления
</button>
</div>
</section>
<!-- News Grid -->
<section class="mb-16">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="cyber-card group">
<div class="cyber-card-header">
<i data-feather="cpu" class="text-cyber-primary"></i>
<h3 class="text-xl font-cyber">Прорыв в квантовых вычислениях</h3>
</div>
<p class="text-gray-400 mb-4">Новый алгоритм позволяет достичь квантового превосходства на доступных системах</p>
<div class="flex justify-between items-center text-sm text-gray-500">
<span>Сегодня</span>
<span>Михаил Малышев</span>
</div>
<a href="/news/quantum-breakthrough" class="cyber-link mt-4">Читать →</a>
</div>
<div class="cyber-card group">
<div class="cyber-card-header">
<i data-feather="brain" class="text-cyber-secondary"></i>
<h3 class="text-xl font-cyber">Нейросети в медицине</h3>
</div>
<p class="text-gray-400 mb-4">AI диагностирует заболевания с точностью 98%</p>
<div class="flex justify-between items-center text-sm text-gray-500">
<span>Вчера</span>
<span>Михаил Малышев</span>
</div>
<a href="/news/ai-medicine" class="cyber-link mt-4">Читать →</a>
</div>
<div class="cyber-card group">
<div class="cyber-card-header">
<i data-feather="shield" class="text-cyber-accent"></i>
<h3 class="text-xl font-cyber">Новые угрозы кибербезопасности</h3>
</div>
<p class="text-gray-400 mb-4">Анализ последних кибератак и методы защиты</p>
<div class="flex justify-between items-center text-sm text-gray-500">
<span>2 дня назад</span>
<span>Михаил Малышев</span>
</div>
<a href="/news/cybersecurity-threats" class="cyber-link mt-4">Читать →</a>
</div>
<div class="cyber-card group">
<div class="cyber-card-header">
<i data-feather="cloud" class="text-cyber-primary"></i>
<h3 class="text-xl font-cyber">Облачные технологии 2024</h3>
</div>
<p class="text-gray-400 mb-4">Тренды и перспективы развития облачных платформ</p>
<div class="flex justify-between items-center text-sm text-gray-500">
<span>3 дня назад</span>
<span>Михаил Малышев</span>
</div>
<a href="/news/cloud-trends" class="cyber-link mt-4">Читать →</a>
</div>
<div class="cyber-card group">
<div class="cyber-card-header">
<i data-feather="code" class="text-cyber-secondary"></i>
<h3 class="text-xl font-cyber">WebAssembly будущее</h3>
</div>
<p class="text-gray-400 mb-4">Как WASM меняет веб-разработку и не только</p>
<div class="flex justify-between items-center text-sm text-gray-500">
<span>4 дня назад</span>
<span>Михаил Малышев</span>
</div>
<a href="/news/webassembly-future" class="cyber-link mt-4">Читать →</a>
</div>
<div class="cyber-card group">
<div class="cyber-card-header">
<i data-feather="database" class="text-cyber-accent"></i>
<h3 class="text-xl font-cyber">Векторные базы данных</h3>
</div>
<p class="text-gray-400 mb-4">Новые подходы к хранению и обработке семантических данных</p>
<div class="flex justify-between items-center text-sm text-gray-500">
<span>5 дней назад</span>
<span>Михаил Малышев</span>
</div>
<a href="/news/vector-databases" class="cyber-link mt-4">Читать →</a>
</div>
</div>
</section>
<!-- Newsletter Subscription -->
<section class="mb-16">
<div class="cyber-card text-center">
<h3 class="text-2xl font-cyber mb-4">Подпишитесь на обновления</h3>
<p class="text-gray-400 mb-6">Получайте самые важные технологические новости первыми</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center max-w-md mx-auto">
<input type="email" placeholder="Ваш email" class="px-4 py-2 bg-cyber-gray border border-cyber-secondary rounded-lg text-white">
<button class="cyber-button-primary px-6 py-2">
Подписаться
</button>
</div>
</div>
</section>
</main>
<custom-footer></custom-footer>
<!-- AI Assistant -->
<ai-assistant></ai-assistant>
<!-- Component Scripts -->
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="components/ai-assistant.js"></script>
<!-- Main Script -->
<script src="script.js"></script>
<script>
feather.replace();
document.addEventListener('DOMContentLoaded', function() {
initializeAIAssistant();
});
</script>
</body>
</html>