website/layouts/partials/openring.html
2023-09-03 01:03:22 +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://bootlin.com/blog/feedback-from-elce-2023-selection-of-talks-3/" target="_blank" rel="noopener">Feedback from ELCE 2023: selection of talks #3</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://bootlin.com">Bootlin</a>
</small>
<small class="webring__date">- <date datetime="2023-08-29 13:50:23 &#43;0000 &#43;0000">2023-08-29</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://blog.yoshuawuyts.com/nesting-allocators/" target="_blank" rel="noopener">nesting allocators</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://blog.yoshuawuyts.com">Yoshua Wuyts — Blog</a>
</small>
<small class="webring__date">- <date datetime="2023-08-09 00:00:00 &#43;0000 &#43;0000">2023-08-09</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://reproducible-builds.org/reports/2023-07/" target="_blank" rel="noopener">Reproducible Builds in July 2023</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://reproducible-builds.org/blog/">reproducible-builds.org</a>
</small>
<small class="webring__date">- <date datetime="2023-08-04 15:32:47 &#43;0000 &#43;0000">2023-08-04</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://latex-project.org//news/2023/06/10/issue37-of-latex2e-released/" target="_blank" rel="noopener">LaTeX 2023-06-01 released and distributed</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://latex-project.org//">The LaTeX Project</a>
</small>
<small class="webring__date">- <date datetime="2023-06-10 02:00:00 &#43;0200 &#43;0200">2023-06-10</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://webzine.puffy.cafe/issue-13.html" target="_blank" rel="noopener">Issue #13</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-03-19 22:00:21 &#43;0000 UTC">2023-03-19</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>