website/layouts/partials/openring.html

67 lines
2.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">
2025-03-30 01:27:54 +00:00
<a href="https://fedoramagazine.org/contribute-to-fedora-42-kde-virtualization-and-upgrade-test-days/" target="_blank" rel="noopener">Contribute to Fedora 42 KDE, Virtualization, and Upgrade Test Days</a>
2024-11-17 01:23:54 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2025-03-30 01:27:54 +00:00
via <a href="https://fedoramagazine.org/">Fedora Magazine</a>
2024-11-17 01:23:54 +00:00
</small>
2025-03-30 01:27:54 +00:00
<small class="webring__date">- <date datetime="2025-03-28 08:00:00 &#43;0000 &#43;0000">2025-03-28</date></small>
2024-11-17 01:23:54 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2025-03-30 01:27:54 +00:00
<a href="https://this-week-in-rust.org/blog/2025/03/26/this-week-in-rust-592/" target="_blank" rel="noopener">This Week in Rust 592</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">
2025-03-30 01:27:54 +00:00
via <a href="https://this-week-in-rust.org/">This Week in Rust</a>
2024-04-14 01:20:16 +00:00
</small>
2025-03-30 01:27:54 +00:00
<small class="webring__date">- <date datetime="2025-03-26 00:00:00 -0400 -0400">2025-03-26</date></small>
2025-01-26 01:16:54 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2025-03-30 01:27:54 +00:00
<a href="https://www.inkandswitch.com/newsletter/dispatch-010/" target="_blank" rel="noopener">Open-sourcing Keyhive, filtering Ambsheets, and Sketchpad explorations</a>
2025-01-26 01:16:54 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2025-03-30 01:27:54 +00:00
via <a href="https://www.inkandswitch.com/">Ink &amp; Switch</a>
2024-07-28 01:12:24 +00:00
</small>
2025-03-30 01:27:54 +00:00
<small class="webring__date">- <date datetime="2025-03-14 00:00:00 &#43;0000 &#43;0000">2025-03-14</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>