-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (56 loc) · 2.32 KB
/
Copy pathindex.html
File metadata and controls
59 lines (56 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GENKAI — Резюме</title>
<link rel="stylesheet" href="css/site.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<header class="site-header">
<div class="container">
<a href="index.html" class="site-logo">GENKAI</a>
<nav class="site-nav">
<a href="index.html">Резюме</a>
<a href="cases/index.html">Кейсы</a>
<a href="articles/index.html">Статьи</a>
<a href="glossary/index.html">Нейрословарь</a>
<a href="topocraft.html">Редактор карт</a>
<a href="admin/login.html">Админка</a>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<h1>Привет!</h1>
<p class="hero-desc">Создание аниме и комиксов с помощью AI. Туториалы, кейсы и идеи для творчества.</p>
<div class="cta-grid">
<a href="cases/index.html" class="btn">Все кейсы</a>
<a href="articles/index.html" class="btn btn-outline">Все статьи</a>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h2 class="section-title">Что здесь есть?</h2>
<p style="margin-bottom: 1.5rem; color: var(--text-muted);">
Кейсы и статьи о применении нейросетей в креативе, нейрословарь и контакты для сотрудничества.
</p>
<div class="cta-grid">
<a href="https://t.me/genkai_ai" class="btn" target="_blank" rel="noopener">Telegram</a>
<a href="https://youtube.com/@GENKAIx" class="btn btn-outline" target="_blank" rel="noopener">YouTube</a>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<p>GENKAI — Anime AI · Предложка открыта</p>
</div>
</footer>
</body>
</html>