website/layouts/partials/openring.html
github-actions[bot] 60b54b8fec
Some checks failed
Build and deploy to Netlify / build (push) Has been cancelled
Update webring / build (push) Has been cancelled
Update webring as of 2024-11-24
2024-11-24 01:24:34 +00:00

92 lines
3.2 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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://lwn.net/Articles/999197/" target="_blank" rel="noopener">A kernel code of conduct enforcement action</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://lwn.net">LWN.net</a>
</small>
<small class="webring__date">- <date datetime="2024-11-23 01:26:18 &#43;0000 &#43;0000">2024-11-23</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://jvns.ca/blog/2024/11/18/how-to-import-a-javascript-library/" target="_blank" rel="noopener">Importing a frontend Javascript library without a build system</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="http://jvns.ca">Julia Evans</a>
</small>
<small class="webring__date">- <date datetime="2024-11-18 09:35:42 &#43;0000 UTC">2024-11-18</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://reproducible-builds.org/news/2024/11/14/reproducible-builds-mourns-the-passing-of-lunar/" target="_blank" rel="noopener">Reproducible Builds mourns the passing of Lunar</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="2024-11-14 15:00:00 &#43;0000 &#43;0000">2024-11-14</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://guix.gnu.org/blog/2024/guix-user-contributor-survey-2024//" target="_blank" rel="noopener">Take the Guix User and Contributor Survey</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://guix.gnu.org/blog/">GNU Guix — Blog</a>
</small>
<small class="webring__date">- <date datetime="2024-11-10 10:01:00 &#43;0000 UTC">2024-11-10</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://inkscape.org/news/2024/11/06/inkscape-21-growing-and-getting-organized/" target="_blank" rel="noopener">Inkscape at 21 is growing up and getting organized
</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://inkscape.org/news/">News feed</a>
</small>
<small class="webring__date">- <date datetime="2024-11-06 17:07:11 &#43;0000 &#43;0000">2024-11-06</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>