pages/categories/index.html

249 lines
5.6 KiB
HTML
Raw Normal View History

2024-01-17 22:14:22 +01:00
<!doctype html>
<html
lang="cs-cz"
dir="ltr"
class="scroll-smooth"
data-default-appearance="light"
data-auto-appearance="true"
><head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="rgb(255,255,255)" />
<title>Categories &middot; Kolektiv Rozpor</title>
<meta name="title" content="Categories &middot; Kolektiv Rozpor" />
<script
type="text/javascript"
src="/js/appearance.min.022d0ebc3b46a335eb1c7ef79b7f2de143d7cd5156d433638592ef1ce5f8554e.js"
integrity="sha256-Ai0OvDtGozXrHH73m38t4UPXzVFW1DNjhZLvHOX4VU4="
></script>
<link
type="text/css"
rel="stylesheet"
href="/css/main.bundle.min.1733b91211debcc2464fa941a214e4c93a6f5bcb5f582940ec3313eef911b116.css"
integrity="sha256-FzO5EhHevMJGT6lBohTkyTpvW8tfWClA7DMT7vkRsRY="
/>
<meta
name="description"
content="
"
/>
2024-01-17 22:17:55 +01:00
<link rel="canonical" href="https://rozpor.org/categories/" />
2024-01-17 22:14:22 +01:00
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="Kolektiv Rozpor" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta property="og:title" content="Categories" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
2024-01-17 22:17:55 +01:00
<meta property="og:url" content="https://rozpor.org/categories/" />
2024-01-17 22:14:22 +01:00
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Categories"/>
<meta name="twitter:description" content=""/>
</head>
<body
class="m-auto flex h-screen max-w-7xl flex-col bg-neutral px-6 text-lg leading-7 text-neutral-900 sm:px-14 md:px-24 lg:px-32 dark:bg-neutral-800 dark:text-neutral"
>
<div id="the-top" class="absolute flex self-center">
<a
class="-translate-y-8 rounded-b-lg bg-primary-200 px-3 py-1 text-sm focus:translate-y-0 dark:bg-neutral-600"
href="#main-content"
><span class="pe-2 font-bold text-primary-600 dark:text-primary-400">&darr;</span
>Skip to main content</a
>
</div>
<header class="py-6 font-semibold text-neutral-900 print:hidden sm:py-10 dark:text-neutral">
<nav class="flex items-start justify-between sm:items-center">
<div class="flex flex-row items-center">
<a
class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2"
rel="me"
href="/"
>Kolektiv Rozpor</a
>
</div>
<ul class="flex list-none flex-col text-end sm:flex-row">
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0.5">
<a
href="/"
title="O nás"
><span
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
>O nás</span
>
</a
>
</li>
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0.5">
<a
href="/posts/"
title="Příspěvky"
><span
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
>Příspěvky</span
>
</a
>
</li>
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0.5">
<a
href="/pages/ctenarsky-krouzek/"
title="Čtenářský kroužek"
><span
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
>Čtenářský kroužek</span
>
</a
>
</li>
</ul>
</nav>
</header>
<div class="relative flex grow flex-col">
<main id="main-content" class="grow">
<header>
<h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">Categories</h1>
</header>
<section class="-mx-2 flex flex-wrap overflow-hidden">
</section>
</main><footer class="py-10 print:hidden">
<div class="flex items-center justify-between">
<div>
<p class="text-sm text-neutral-500 dark:text-neutral-400">
&copy;
2024
</p>
<p class="text-xs text-neutral-500 dark:text-neutral-400">
Powered by <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500"
href="https://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo</a> &amp; <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500" href="https://github.com/jpanther/congo" target="_blank" rel="noopener noreferrer">Congo</a>
</p>
</div>
<div class="flex flex-row items-center">
</div>
</div>
</footer>
</div>
</body>
</html>