website/layouts/partials/openring.html
github-actions[bot] f4eebad8cc
Some checks failed
Build and deploy to Netlify / build (push) Has been cancelled
Update webring as of 2025-04-27
2025-04-27 01:29:26 +00:00

78 lines
2.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. 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://bootlin.com/blog/cyber-resilience-act-cra-obligations-for-manufacturers/" target="_blank" rel="noopener">Cyber Resilience Act (CRA) Obligations for manufacturers</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="2025-04-24 08:32:39 &#43;0000 &#43;0000">2025-04-24</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://krita.org/en/posts/2025/monthly-update-25/" target="_blank" rel="noopener">Krita Monthly Update - Edition 25</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://krita.org/en/">Krita</a>
</small>
<small class="webring__date">- <date datetime="2025-04-17 00:00:00 &#43;0000 &#43;0000">2025-04-17</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://www.gimp.org/news/2025/04/01/jeffs-image-format-support/" target="_blank" rel="noopener">New Priorities for GIMP</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://www.gimp.org/">GIMP</a>
</small>
<small class="webring__date">- <date datetime="2025-04-01 00:00:00 &#43;0200 &#43;0200">2025-04-01</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://distill.pub/2021/understanding-gnns" target="_blank" rel="noopener">Understanding Convolutions on Graphs</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://distill.pub">Distill</a>
</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>