summaryrefslogtreecommitdiff
path: root/src/pages/index.html
blob: 768fd1199f9aeb0e3fd41aadbee3c0e815bfbda2 (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html class="h-full" lang="ru">

<head>
    <title>Максим Никонов личная страница</title>
    <link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml">
    <!-- OG -->
    <meta property="og:title" content="TODO" />
    <meta property="og:description" content="TODO" />
    <meta property="og:image" content="TODO" />
    <meta property="og:url" content="https://mnik01-blog.mlibren.com" />
    <meta property="og:type" content="website" />
    <!-- OG -->
    <meta charset="UTF-8">
    
    <link href="/main.css" rel="stylesheet">
    <meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body class="relative">
    <div class="fixed top-0 translate-x-12 translate-y-10 z-40 right-0">
        <span class="font-bold text-black rotate-45 w-[200px] text-center block bg-yellow-400">В разработке</span>
    </div>
    <!-- %include.book-progress-banner% -->
    <!-- %include.header% -->
    <main>
        <div class="mx-auto flex flex-col-reverse py-12 md:grid gap-4 grid-cols-12 container max-sm:px-5">
            <section class="col-span-9">
                <ul class="gap-10 flex flex-col">
                    <li>
                        <article>
                            <header>
                                <h1 class="text-2xl first-letter:capitalize">какими, по-моему, должны быть мобильные телефоны</h1>
                                <div class="flex flex-wrap gap-2 mt-2">
                                    <time class="text-zinc-600 text-sm">UTC 01:56 12.09.25</time>
                                    <a href="#" class="flex items-center justify-center bg-orange-200 rounded-lg px-1.5 text-orange-600 first-letter:capitalize hover:underline text-xs">hardware</a>
                                    <a href="#" class="flex items-center justify-center bg-yellow-200 rounded-lg px-1.5 text-yellow-600 first-letter:capitalize hover:underline text-xs">software</a>
                                    <a href="#" class="flex items-center justify-center bg-blue-200 rounded-lg px-1.5 text-blue-600 first-letter:capitalize hover:underline text-xs">linux</a>
                                </div>
                            </header>
                            <main class="space-y-2 mt-4">
                                <img width="192" height="192" class="border border-zinc-200 mr-4 float-left" src="/assets/phone.png" />
                                <p>TODO</p>
                            </main>
                            <a class="mt-4 underline underline-offset-6 decoration-yellow-500 decoration-[0.07rem] decoration-wavy first-letter:capitalize block" href="/posts/mobile-phones.html">продолжить чтение →</a>
                        </article>
                    </li>
                    <li>
                        <article>
                            <header>
                                <h1 class="text-2xl first-letter:capitalize">Заметки про The Czar is Dead 2 Demo</h1>
                                <div class="flex flex-wrap gap-2 mt-2">
                                    <time class="text-zinc-600 text-sm">UTC 01:56 09.09.25</time>
                                    <a href="#" class="flex items-center justify-center bg-pink-200 rounded-lg hover:underline px-1.5 text-pink-600 first-letter:capitalize text-xs">игры</a>
                                </div>
                            </header>
                            <main class="space-y-2 mt-4">
                                <p>TODO</p>
                            </main>
                            <a class="mt-4 underline underline-offset-6 decoration-yellow-500 decoration-[0.07rem] decoration-wavy first-letter:capitalize block" href="/posts/ponial-last-fm-spustia-5-let.html">продолжить чтение →</a>
                        </article>
                    </li>
                </ul>
            </section>
            <!-- %include.sidebar% -->
        </div>
        <!-- %include.common-section% -->
    </main>
    <!-- %include.footer% -->
</body>

</html>