style a blog

This commit is contained in:
Collin Lefeber 2025-02-16 16:25:23 -05:00
parent 5c2569573b
commit f943ac62c9
6 changed files with 10292 additions and 10085 deletions

View file

@ -9,27 +9,27 @@
<link rel="stylesheet" href="/chalk.min.css">
</head>
<body>
<nav class="container navbar navbar-light">
<span class="navbar-brand"><a href="/">cfebs.com</a></span>
</nav>
<section class="container">
<div class="row">
<div class="col-md-8 col-sm-12">
${content}
</div>
<div class="col-md-4 col-sm-12">
<img style="height: 5rem" class="mb-2" alt="A yellow monster thing and iconic avatar used by cfebs" src="/avatar.png" />
<dl>
<dt>Contact</dt>
<dd><a href="mailto:mail@cfebs.com">mail@cfebs.com</a></dd>
<dt>PGP</dt>
<dd><a href="https://gitlab.com/cfebs.gpg"><code>EAAEC3829CF42B878877D14295352A65EB0C27A9</code></a></dd>
<dt>Bluesky</dt>
<dd><a rel="me" href="https://bsky.app/profile/cfebs.com">@cfebs</a></dd>
</dl>
</div>
</div>
</section>
<main>
<nav>
<img class="logo" alt="A yellow monster thing and iconic avatar used by cfebs" src="/avatar.png" />
<a href="/" class="home">cfebs.com</a>
</nav>
<hr />
<section class="content">
${content}
</section>
<hr />
<footer>
<dl>
<dt>Contact</dt>
<dd><a href="mailto:mail@cfebs.com">mail@cfebs.com</a></dd>
<dt>PGP</dt>
<dd><a href="https://gitlab.com/cfebs.gpg"><code>EAAEC3829CF42B878877D14295352A65EB0C27A9</code></a></dd>
<dt>Bluesky</dt>
<dd><a rel="me" href="https://bsky.app/profile/cfebs.com">@cfebs</a></dd>
</dl>
</footer>
</main>
<script src="/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</body>