website/layouts/partials/openring.html

91 lines
3.1 KiB
HTML
Raw Normal View History

2020-11-06 22:16:12 +00:00
<section class="webring">
<h3>Posts from other places I follow</h3>
2020-11-06 22:16:12 +00:00
<section class="articles">
<div class="webring__article">
2020-11-07 00:05:32 +00:00
<p class="webring__title">
2023-10-22 01:05:56 +00:00
<a href="https://webzine.puffy.cafe/issue-15.html" target="_blank" rel="noopener">Issue #15</a>
2020-11-07 00:05:32 +00:00
</p>
2020-11-06 22:16:12 +00:00
<span class="webring__metadata">
<small class="webring__source">
2023-10-22 01:05:56 +00:00
via <a href="https://webzine.puffy.cafe/">OpenBSD Webzine</a>
2020-11-06 22:16:12 +00:00
</small>
2023-10-22 01:05:56 +00:00
<small class="webring__date">- <date datetime="2023-10-16 20:09:21 &#43;0000 UTC">2023-10-16</date></small>
2020-11-06 22:16:12 +00:00
</span>
</div>
<div class="webring__article">
2020-11-07 00:05:32 +00:00
<p class="webring__title">
2023-10-22 01:05:56 +00:00
<a href="https://reproducible-builds.org/reports/2023-09/" target="_blank" rel="noopener">Reproducible Builds in September 2023</a>
2020-11-07 00:05:32 +00:00
</p>
2020-11-06 22:16:12 +00:00
<span class="webring__metadata">
<small class="webring__source">
2023-10-22 01:05:56 +00:00
via <a href="https://reproducible-builds.org/blog/">reproducible-builds.org</a>
2020-11-06 22:16:12 +00:00
</small>
2023-10-22 01:05:56 +00:00
<small class="webring__date">- <date datetime="2023-10-12 16:22:23 &#43;0000 &#43;0000">2023-10-12</date></small>
2020-11-06 22:16:12 +00:00
</span>
</div>
<div class="webring__article">
2020-11-07 00:05:32 +00:00
<p class="webring__title">
2023-10-22 01:05:56 +00:00
<a href="https://nyxt.atlas.engineer/article/release-3.9.0.org" target="_blank" rel="noopener">Nyxt 3.9.0</a>
2020-11-07 00:05:32 +00:00
</p>
2020-11-06 22:16:12 +00:00
<span class="webring__metadata">
<small class="webring__source">
2023-10-22 01:05:56 +00:00
via <a href="https://nyxt.atlas.engineer">Nyxt Browser</a>
2023-10-15 01:06:14 +00:00
</small>
2023-10-22 01:05:56 +00:00
<small class="webring__date">- <date datetime="2023-10-09 00:00:00 &#43;0000 UTC">2023-10-09</date></small>
2023-10-15 01:06:14 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2023-10-22 01:05:56 +00:00
<a href="http://www.bay12games.com/dwarves/index.html#R2023-10-03" target="_blank" rel="noopener">2023-10-03: DF 50.11 Released</a>
2023-10-15 01:06:14 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2023-10-22 01:05:56 +00:00
via <a href="http://www.bay12games.com/dwarves/index.html">Dwarf Fortress Release Log</a>
2023-10-15 01:06:14 +00:00
</small>
2023-10-22 01:05:56 +00:00
<small class="webring__date">- <date datetime="2023-10-03 09:16:00 &#43;0000 PDT">2023-10-03</date></small>
2023-10-15 01:06:14 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2023-10-22 01:05:56 +00:00
<a href="https://guix.gnu.org/blog/2023/a-new-quality-assurance-tool-for-guix//" target="_blank" rel="noopener">A new Quality Assurance tool for Guix</a>
2023-10-15 01:06:14 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2023-10-22 01:05:56 +00:00
via <a href="https://guix.gnu.org/blog/">GNU Guix — Blog</a>
2020-11-06 22:16:12 +00:00
</small>
2023-10-22 01:05:56 +00:00
<small class="webring__date">- <date datetime="2023-09-12 14:30:00 &#43;0000 UTC">2023-09-12</date></small>
2020-11-06 22:16:12 +00:00
</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>