website/layouts/partials/openring.html

91 lines
3.3 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-06-25 01:33:06 +00:00
<a href="https://jvns.ca/blog/2023/06/23/new-zine--how-integers-and-floats-work/" target="_blank" rel="noopener">New zine: How Integers and Floats Work</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-06-25 01:33:06 +00:00
via <a href="http://jvns.ca">Julia Evans</a>
2020-11-06 22:16:12 +00:00
</small>
2023-06-25 01:33:06 +00:00
<small class="webring__date">- <date datetime="2023-06-23 09:27:16 &#43;0000 UTC">2023-06-23</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-06-25 01:33:06 +00:00
<a href="https://blog.thunderbird.net/2023/06/community-voice-5-ways-to-make-thunderbird-and-libreoffice-better-together/" target="_blank" rel="noopener">Community Voice: 5 Ways To Make Thunderbird and LibreOffice Better Together</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-06-18 01:27:15 +00:00
via <a href="https://blog.thunderbird.net/">The Thunderbird Blog</a>
2020-11-06 22:16:12 +00:00
</small>
2023-06-25 01:33:06 +00:00
<small class="webring__date">- <date datetime="2023-06-19 11:27:13 &#43;0000 &#43;0000">2023-06-19</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-06-25 01:33:06 +00:00
<a href="http://www.bay12games.com/dwarves/index.html#2023-06-18" target="_blank" rel="noopener">06/18/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-06-25 01:33:06 +00:00
via <a href="http://www.bay12games.com/dwarves/index.html">Dwarf Fortress Development Log</a>
2020-11-06 22:16:12 +00:00
</small>
2023-06-25 01:33:06 +00:00
<small class="webring__date">- <date datetime="2023-06-18 00:49:00 &#43;0000 PDT">2023-06-18</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-06-25 01:33:06 +00:00
<a href="https://bootlin.com/blog/releasing-snagboot-a-cross-vendor-recovery-tool-for-embedded-platforms/" target="_blank" rel="noopener">Releasing Snagboot: a cross-vendor recovery tool for embedded platforms</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-06-25 01:33:06 +00:00
via <a href="https://bootlin.com">Bootlin</a>
2020-11-06 22:16:12 +00:00
</small>
2023-06-25 01:33:06 +00:00
<small class="webring__date">- <date datetime="2023-05-23 15:04:58 &#43;0000 &#43;0000">2023-05-23</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-06-18 01:27:15 +00:00
<a href="https://librearts.org/2023/05/google-summer-of-code-2023-projects/" target="_blank" rel="noopener">GSoC 2023 projects have been announced</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-06-18 01:27:15 +00:00
via <a href="https://librearts.org/">Home on Libre Arts</a>
2020-11-06 22:16:12 +00:00
</small>
2023-06-18 01:27:15 +00:00
<small class="webring__date">- <date datetime="2023-05-06 12:51:22 &#43;0300 &#43;0300">2023-05-06</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>