diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2025-09-19 18:27:22 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2025-09-19 18:27:22 +0500 |
| commit | 4bd8bf5207cc9c8aebb8a626c2bddb71b6063b2f (patch) | |
| tree | eaf69fddd0f5125affd8e66087f90f13482aad62 | |
| parent | 925f3c6ab13d47b13f6b1ec4305e8747e6632028 (diff) | |
feat
| -rw-r--r-- | src/pages/about-me.html | 36 | ||||
| -rw-r--r-- | src/pages/index.html | 11 | ||||
| -rw-r--r-- | src/pages/posts/antarctida.html | 2 | ||||
| -rw-r--r-- | src/pages/posts/dungeons-and-zombies-minecraft-geology.html | 2 | ||||
| -rw-r--r-- | src/pages/posts/electricity-in-geology.html | 2 | ||||
| -rw-r--r-- | src/pages/posts/emiliania-huxleyi.html | 2 | ||||
| -rw-r--r-- | src/pages/posts/how-ores-are-born.html | 2 | ||||
| -rw-r--r-- | src/partials/footer.html | 2 | ||||
| -rw-r--r-- | src/partials/header.html | 9 |
9 files changed, 50 insertions, 18 deletions
diff --git a/src/pages/about-me.html b/src/pages/about-me.html new file mode 100644 index 0000000..6ba87ec --- /dev/null +++ b/src/pages/about-me.html @@ -0,0 +1,36 @@ +<!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="Анна, хватит!" /> + <meta property="og:description" content="TODO" /> + <meta property="og:image" content="https://anna-hvatit.mlibren.com/og-images/common.jpg" /> + <meta property="og:url" content="https://anna-hvatit.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.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"> + <h1 class="text-2xl font-serif first-letter:capitalize">Обо мне</h1> + <p>todo</p> + </section> + <!-- %include.sidebar% --> + </div> + </main> + <!-- %include.footer% --> +</body> + +</html>
\ No newline at end of file diff --git a/src/pages/index.html b/src/pages/index.html index 48d5b05..f78a5bb 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -2,13 +2,13 @@ <html class="h-full" lang="ru"> <head> - <title>Анна, Хватит!</title> + <title>Анна, хватит!</title> <link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml"> <!-- OG --> - <meta property="og:title" content="TODO" /> + <meta property="og:title" content="Анна, хватит!" /> <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:image" content="https://anna-hvatit.mlibren.com/og-images/common.jpg" /> + <meta property="og:url" content="https://anna-hvatit.mlibren.com" /> <meta property="og:type" content="website" /> <!-- OG --> <meta charset="UTF-8"> @@ -17,9 +17,6 @@ </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.header% --> <main> <div class="mx-auto flex flex-col-reverse py-12 md:grid gap-4 grid-cols-12 container max-sm:px-5"> diff --git a/src/pages/posts/antarctida.html b/src/pages/posts/antarctida.html index 5b37096..f57bf79 100644 --- a/src/pages/posts/antarctida.html +++ b/src/pages/posts/antarctida.html @@ -2,7 +2,7 @@ <html class="h-full" lang="ru"> <head> - <title>Антарктида Анна, Хватит!</title> + <title>Антарктида Анна, хватит!</title> <link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml"> <!-- OG --> <meta property="og:title" content="Антарктида" /> diff --git a/src/pages/posts/dungeons-and-zombies-minecraft-geology.html b/src/pages/posts/dungeons-and-zombies-minecraft-geology.html index 2c742b1..eeccf87 100644 --- a/src/pages/posts/dungeons-and-zombies-minecraft-geology.html +++ b/src/pages/posts/dungeons-and-zombies-minecraft-geology.html @@ -2,7 +2,7 @@ <html class="h-full" lang="ru"> <head> - <title>Dungeons & Zombies (или майнкрафт с точки зрения геолога) Анна, Хватит!</title> + <title>Dungeons & Zombies (или майнкрафт с точки зрения геолога) Анна, хватит!</title> <link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml"> <!-- OG --> <meta property="og:title" content="Dungeons & Zombies (или майнкрафт с точки зрения геолога)" /> diff --git a/src/pages/posts/electricity-in-geology.html b/src/pages/posts/electricity-in-geology.html index 512c67b..efcc05e 100644 --- a/src/pages/posts/electricity-in-geology.html +++ b/src/pages/posts/electricity-in-geology.html @@ -2,7 +2,7 @@ <html class="h-full" lang="ru"> <head> - <title>Электричество ищет нефть Анна, Хватит!</title> + <title>Электричество ищет нефть Анна, хватит!</title> <link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml"> <!-- OG --> <meta property="og:title" content="Электричество ищет нефть" /> diff --git a/src/pages/posts/emiliania-huxleyi.html b/src/pages/posts/emiliania-huxleyi.html index d71c37b..0cd69e2 100644 --- a/src/pages/posts/emiliania-huxleyi.html +++ b/src/pages/posts/emiliania-huxleyi.html @@ -2,7 +2,7 @@ <html class="h-full" lang="ru"> <head> - <title>Кокколитофориды Emiliania huxleyi Анна, Хватит!</title> + <title>Кокколитофориды Emiliania huxleyi Анна, хватит!</title> <link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml"> <!-- OG --> <meta property="og:title" content="Кокколитофориды Emiliania huxleyi" /> diff --git a/src/pages/posts/how-ores-are-born.html b/src/pages/posts/how-ores-are-born.html index a4869a6..8ee7d80 100644 --- a/src/pages/posts/how-ores-are-born.html +++ b/src/pages/posts/how-ores-are-born.html @@ -2,7 +2,7 @@ <html class="h-full" lang="ru"> <head> - <title>КАК РОЖДАЮТСЯ СОКРОВИЩА? Анна, Хватит!</title> + <title>КАК РОЖДАЮТСЯ СОКРОВИЩА? Анна, хватит!</title> <link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml"> <!-- OG --> <meta property="og:title" content="КАК РОЖДАЮТСЯ СОКРОВИЩА?" /> diff --git a/src/partials/footer.html b/src/partials/footer.html index f553450..6aa6e67 100644 --- a/src/partials/footer.html +++ b/src/partials/footer.html @@ -7,7 +7,7 @@ <li><a class="underline text-sm" href="http://irltmqp7gdlunaef5dkanq3bmh6xe2facnv4f7ft5aaxon6v2xxuxlqd.onion/">TOR версия сайта</a></li> <li><a class="underline text-sm" href="/rss.xml">RSS лента</a></li> <li><a class="underline text-sm inline-block first-letter:capitalize" href="/sitemap.xml">карта сайта</a></li> - <li><a class="underline text-sm inline-block first-letter:capitalize" href="https://mnik01-blog.mlibren.com/disclaimer#requirements">соответствует стандартам mlibren.com</a></li> + <li><a class="underline text-sm inline-block first-letter:capitalize" href="https://mnik01-blog.mlibren.com/disclaimer#requirements">соответствует требованиям mlibren</a></li> </ul> </div> <div> diff --git a/src/partials/header.html b/src/partials/header.html index b07b365..85eea70 100644 --- a/src/partials/header.html +++ b/src/partials/header.html @@ -1,12 +1,11 @@ <header class="py-12 border-b border-zinc-200 flex flex-col gap-4 items-center"> - <a href="/"><h1 class="capitalize font-medium text-2xl font-serif">анна, хватит!</h1></a> + <a href="/"><h1 class="first-letter:capitalize font-medium text-2xl font-serif">анна, хватит!</h1></a> <nav> <ul class="flex max-sm:px-5 flex-wrap justify-center text-zinc-600 text-sm gap-4 flex-wrap"> - <li><a class="block first-letter:capitalize hover:underline" href="#">обо мне</a></li> - <li><a class="block first-letter:capitalize hover:underline" href="#">резюме</a></li> - <li><a class="block first-letter:capitalize hover:underline" href="#">гостевая книга</a></li> + <li><a class="block first-letter:capitalize hover:underline" href="/about-me.html">обо мне</a></li> + <li><a class="block first-letter:capitalize hover:underline" href="/cv.html">резюме</a></li> + <li><a class="block first-letter:capitalize hover:underline" href="/guest-book.html">гостевая книга</a></li> <li><a class="block first-letter:capitalize hover:underline" href="#contact">связь</a></li> - <li><a class="block first-letter:capitalize hover:underline" href="/support">поддержать</a></li> </ul> </nav> </header>
\ No newline at end of file |
