info-cachapa/public/categories/index.html

101 lines
2.6 KiB
HTML
Raw Normal View History

2022-12-21 16:12:07 +00:00
<!DOCTYPE html>
2023-08-21 21:19:24 +00:00
<html lang="en">
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<head><title>Categories &ndash; cachapa.xyz</title>
<meta name="description" content="Captain Arepa&#39;s main page.">
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8"/>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" />
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css" integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin="anonymous" />
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<link rel="stylesheet" href="https://cachapa.xyz/css/palettes/base16-dark.css">
<link rel="stylesheet" href="https://cachapa.xyz/css/risotto.css">
<link rel="stylesheet" href="https://cachapa.xyz/css/custom.css">
</head>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<body>
<div class="page">
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<header class="page__header"><nav class="page__nav main-nav">
<ul>
<h1 class="page__logo"><a href="https://cachapa.xyz" class="page__logo-inner">cachapa.xyz</a></h1>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<li class="main-nav__item"><a class="nav-main-item" href="https://cachapa.xyz/about/" title="">About</a></li>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<li class="main-nav__item"><a class="nav-main-item" href="https://cachapa.xyz/fediverse/" title="">Fedi</a></li>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<li class="main-nav__item"><a class="nav-main-item" href="https://cachapa.xyz/donate/" title="">donate</a></li>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<li class="main-nav__item"><a class="nav-main-item" href="https://cachapa.xyz/contact/" title="">contact</a></li>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
</ul>
</nav>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
</header>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<section class="page__body">
<h1 id="categories">Categories</h1>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<ul>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
</ul>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
</section>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<section class="page__aside">
<div class="aside__about">
<div class="aside__about">
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<h1 class="about__title">cachapa.xyz</h1>
<p class="about__description">Captain Arepa&rsquo;s main page.</p>
</div>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<ul class="aside__social-links">
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
</ul>
</div>
<hr>
<div class="aside__content">
</div>
</section>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
<footer class="page__footer"><p>
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
2023-05-09 13:50:15 +00:00
2023-08-21 21:19:24 +00:00
2023-07-23 01:12:14 +00:00
2022-12-21 16:12:07 +00:00
2023-08-21 21:19:24 +00:00
</p>
<br /><br />
<p class="copyright">© 20212023 <a href="https://cachapa.xyz">Captain Arepa</a></p>
<p class="advertisement">Powered by <a href="https://gohugo.io/">hugo</a> and <a href="https://github.com/joeroe/risotto">risotto</a>.</p>
</footer>
2022-12-21 16:12:07 +00:00
</div>
</body>
2023-08-21 21:19:24 +00:00
2022-12-21 16:12:07 +00:00
</html>