website/layouts/partials/openring.html

94 lines
3.2 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-04-09 01:11:17 +00:00
<a href="https://nlnet.nl/news/2023/20230406-TerosHDL.html" target="_blank" rel="noopener">
</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-04-09 01:11:17 +00:00
via <a href="https://nlnet.nl/feed.atom">NLnet news</a>
2020-11-06 22:16:12 +00:00
</small>
2023-04-09 01:11:17 +00:00
<small class="webring__date">- <date datetime="2023-04-06 00:00:00 &#43;0000 UTC">2023-04-06</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-04-09 01:11:17 +00:00
<a href="https://sachachua.com/blog/2023/04/2023-04-03-emacs-news/" target="_blank" rel="noopener">2023-04-03 Emacs news</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-04-09 01:11:17 +00:00
via <a href="https://sachachua.com/blog/feed/">Sacha Chua</a>
2020-11-06 22:16:12 +00:00
</small>
2023-04-09 01:11:17 +00:00
<small class="webring__date">- <date datetime="2023-04-03 15:06:08 &#43;0000 GMT">2023-04-03</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-04-09 01:11:17 +00:00
<a href="https://fedoramagazine.org/contribute-at-the-fedora-coreos-upgrade-and-iot-test-days/" target="_blank" rel="noopener">Contribute at the Fedora CoreOS, Upgrade, and IoT Test Days</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-04-09 01:11:17 +00:00
via <a href="https://fedoramagazine.org/">Fedora Magazine</a>
2020-11-06 22:16:12 +00:00
</small>
2023-04-09 01:11:17 +00:00
<small class="webring__date">- <date datetime="2023-03-27 16:58:58 &#43;0000 &#43;0000">2023-03-27</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-04-09 01:11:17 +00:00
<a href="https://undeadly.org/cgi?action=article;sid=20230325163416" target="_blank" rel="noopener">Theo de Raadt at CanSecWest: Synthetic Memory Protections</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-04-09 01:11:17 +00:00
via <a href="https://undeadly.org/">OpenBSD Journal</a>
2020-11-06 22:16:12 +00:00
</small>
2023-04-09 01:11:17 +00:00
<small class="webring__date">- <date datetime="2023-03-25 16:34:16 &#43;0000 GMT">2023-03-25</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-04-09 01:11:17 +00:00
<a href="https://inkscape.org/news/2023/02/17/13-about-screen-contest-celebrating-20-years-of-in/" target="_blank" rel="noopener">1.3 About Screen Contest — celebrating 20 years of Inkscape
</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-04-09 01:11:17 +00:00
via <a href="https://inkscape.org/news/">News feed</a>
2020-11-06 22:16:12 +00:00
</small>
2023-04-09 01:11:17 +00:00
<small class="webring__date">- <date datetime="2023-02-17 04:54:47 &#43;0000 &#43;0000">2023-02-17</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>