website/layouts/partials/openring.html
2024-03-10 01:01:07 +00:00

91 lines
3.1 KiB
HTML

<section class="webring">
<h3>Posts from other places I follow</h3>
<section class="articles">
<div class="webring__article">
<p class="webring__title">
<a href="https://veloren.net/blog/devblog-228/" target="_blank" rel="noopener">Two Weeks in Veloren 228</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://veloren.net">Veloren</a>
</small>
<small class="webring__date">- <date datetime="2024-03-09 00:00:00 &#43;0000 &#43;0000">2024-03-09</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://daniel.haxx.se/blog/2024/03/08/the-apple-curl-security-incident-12604/" target="_blank" rel="noopener">the Apple curl security incident 12604</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://daniel.haxx.se/blog">daniel.haxx.se</a>
</small>
<small class="webring__date">- <date datetime="2024-03-08 21:51:18 &#43;0000 &#43;0000">2024-03-08</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://www.inkandswitch.com/patchwork/notebook/06/" target="_blank" rel="noopener">06 · Simple branching</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://www.inkandswitch.com/">Ink &amp; Switch</a>
</small>
<small class="webring__date">- <date datetime="2024-03-05 00:00:00 &#43;0000 &#43;0000">2024-03-05</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://fasterthanli.me/articles/face-cams-the-missing-guide" target="_blank" rel="noopener">Face cams: the missing guide</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://fasterthanli.me">fasterthanli.me</a>
</small>
<small class="webring__date">- <date datetime="2024-03-02 18:00:00 &#43;0000 UTC">2024-03-02</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://webzine.puffy.cafe/issue-16-special-octopenbsd-2023.html" target="_blank" rel="noopener">special octopenbsd 2023</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://webzine.puffy.cafe/">OpenBSD Webzine</a>
</small>
<small class="webring__date">- <date datetime="2023-10-30 20:13:37 &#43;0000 UTC">2023-10-30</date></small>
</span>
</div>
</section>
<p class="webring__attribution">
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</p>
</section>
<style>
.webring .articles {
margin: -0.5rem;
}
.webring__title {
margin: 0;
}
.webring__article {
margin: 0.5rem;
padding: 0.5rem;
background: var(--base01);
}
.webring__attribution {
text-align: right;
font-size: 0.8rem;
}
</style>