summaryrefslogtreecommitdiff
path: root/src/partials
diff options
context:
space:
mode:
Diffstat (limited to 'src/partials')
-rw-r--r--src/partials/common-section.html17
-rw-r--r--src/partials/footer.html4
-rw-r--r--src/partials/sidebar.html24
3 files changed, 30 insertions, 15 deletions
diff --git a/src/partials/common-section.html b/src/partials/common-section.html
index 7183892..cd693e6 100644
--- a/src/partials/common-section.html
+++ b/src/partials/common-section.html
@@ -21,20 +21,13 @@
</section>
<section>
<span class="block first-letter:capitalize text-2xl mb-3">публичные ключи</span>
- <span>GPG</span>
- <span>PGP</span>
+ <a class="underline" href="/my_public_key.asc">GPG ключ</a>
</section>
<section>
- <span class="block first-letter:capitalize text-2xl mb-3">принять участие</span>
- <span>smtp email</span>
- <span>поддомен</span>
- <span>дизайн разработка сайта</span>
- </section>
- <section>
- <span class="block first-letter:capitalize text-2xl mb-3">доступ к веб-сайту</span>
- <span>Tor</span>
- <span>Clear net</span>
- <span>Spartran</span>
+ <span class="block first-letter:capitalize text-2xl mb-3">Могу для вас</span>
+ <p>Создать юзера в моём SMTP почтовом сервере</p>
+ <p>Сделать веб-сайтик на поддомене</p>
+ <p>Создать юзера в моём XMPP сервере</p>
</section>
</div>
</section> \ No newline at end of file
diff --git a/src/partials/footer.html b/src/partials/footer.html
index 3429d32..d32ccee 100644
--- a/src/partials/footer.html
+++ b/src/partials/footer.html
@@ -11,7 +11,7 @@
<li><a class="underline" href="/rss.xml">RSS лента</a></li>
<li><a class="block underline first-letter:capitalize" href="/sitemap.xml">карта сайта</a></li>
<li><a class="block underline first-letter:capitalize" href="http://tfp35ivmwzhei54lnw7beksmx7d7u4t5fpvgmkmo2hhduozz3gt56fqd.onion/">TOR версия сайта</a></li>
- <li><a class="block underline first-letter:capitalize" href="/disclamer">дисклеймер для тех кто кого я хосщу</a></li>
+ <li><a class="block underline first-letter:capitalize" href="/disclamer.html">дисклеймер для тех кто кого я хосщу</a></li>
<div class="flex items-center gap-3">
<p class="shrink first-letter:capitalize inline-block">веб-сайт работает без JavaScript</p>
<img class="size-8 shrink-0" width="32" height="32" alt="js must die icon" src="/assets/images/nojs.png">
@@ -21,7 +21,7 @@
<li id="contact">
<p class="text-xl first-letter:capitalize mb-3">связь</p>
<ul class="space-y-1.5">
- <li><span>XMPP Jabber: mnik01@yax.im</span></li>
+ <li><span>XMPP Jabber: mnik01@mlibren.com</span></li>
<li><a class="underline" href="mailto:mnik01@mlibren.com">Эл. почта: mnik01@mlibren.com</a></li>
</ul>
</li>
diff --git a/src/partials/sidebar.html b/src/partials/sidebar.html
index 927137e..685c5af 100644
--- a/src/partials/sidebar.html
+++ b/src/partials/sidebar.html
@@ -1 +1,23 @@
-sidebar.html \ No newline at end of file
+<aside class="col-span-3">
+ <form class="flex outline-offset-4 outline-yellow-600/50 has-focus:outline-2" action="https://duckduckgo.com/" method="get" role="search">
+ <input type="hidden" name="sites" value="mnik01-blog.mlibren.com" />
+ <input type="search" name="q" id="search" class="border focus:outline-0 grow text-sm pl-3 border-zinc-200 placeholder:text-zinc-600 h-10" placeholder="Поиск с DuckDuckGo" required>
+ <button class="px-6 cursor-pointer first-letter:capitalize bg-zinc-200 text-sm" type="submit">поиск</button>
+ </form>
+ <nav class="max-md:hidden pt-6">
+ <span class=" capitalize">публикации</span>
+ <ul class="space-y-2 mt-2">
+ <li><a class="text-sm hover:underline first-letter:capitalize block text-zinc-600" href="#">какими, по-моему, должны быть мобильные телефоны</a></li>
+ <li><a class="text-sm hover:underline first-letter:capitalize block text-zinc-600" href="#">Заметки про The Czar is Dead 2 Demo</a></li>
+ </ul>
+ </nav>
+ <nav class="pt-6">
+ <span class=" capitalize">категории</span>
+ <ul id="tags-aside" class="flex flex-wrap gap-2 mt-2">
+ <li><a href="#" class="flex items-center justify-center bg-blue-200 rounded-lg px-1.5 text-blue-600 first-letter:capitalize text-xs hover:underline w-fit">linux</a></li>
+ <li><a href="#" class="flex items-center justify-center bg-orange-200 rounded-lg px-1.5 text-orange-600 first-letter:capitalize text-xs hover:underline w-fit">hardware</a></li>
+ <li><a href="#" class="flex items-center justify-center bg-yellow-200 rounded-lg px-1.5 text-yellow-600 first-letter:capitalize text-xs hover:underline w-fit">software</a></li>
+ <li><a href="#" class="flex items-center justify-center bg-pink-200 rounded-lg px-1.5 text-pink-600 first-letter:capitalize text-xs hover:underline w-fit">игры</a></li>
+ </ul>
+ </nav>
+</aside> \ No newline at end of file