website/layouts/partials/openring.html

93 lines
3.1 KiB
HTML
Raw Normal View History

2020-11-06 22:16:12 +00:00
<hr/>
<section class="webring">
<h3>Posts from other blogs I follow</h3>
<section class="articles">
<div class="webring__article">
2020-11-07 00:05:32 +00:00
<p class="webring__title">
2020-11-14 20:26:02 +00:00
<a href="https://drewdevault.com/2020/11/06/Utility-vs-usability.html" target="_blank" rel="noopener">Utility vs usability</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">
2020-11-14 20:26:02 +00:00
via <a href="https://drewdevault.com">Drew DeVault&#39;s blog</a>
2020-11-06 22:16:12 +00:00
</small>
2020-11-14 20:26:02 +00:00
<small class="webring__date">- <date datetime="2020-11-06 00:00:00 &#43;0000 &#43;0000">2020-11-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">
2020-11-14 20:26:02 +00:00
<a href="https://kde.org/announcements/plasma-5.20.2/" target="_blank" rel="noopener">KDE Plasma 5.20.2, bugfix Release for October</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">
2020-11-14 20:26:02 +00:00
via <a href="https://kde.org/announcements/">Announcements on KDE</a>
2020-11-06 22:16:12 +00:00
</small>
2020-11-14 20:26:02 +00:00
<small class="webring__date">- <date datetime="2020-10-27 00:00:00 &#43;0000 &#43;0000">2020-10-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">
2020-11-14 20:26:02 +00:00
<a href="https://the-missing-bit.com/post/2020-10-26-github/" target="_blank" rel="noopener">Moving away from Github</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">
2020-11-14 20:26:02 +00:00
via <a href="https://the-missing-bit.com/post/">Posts on The Missing Bit</a>
2020-11-06 22:16:12 +00:00
</small>
2020-11-14 20:26:02 +00:00
<small class="webring__date">- <date datetime="2020-10-26 04:26:00 &#43;0100 &#43;0100">2020-10-26</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">
2020-11-14 20:26:02 +00:00
<a href="https://emersion.fr/blog/2020/status-update-22/" target="_blank" rel="noopener">Status update, October 2020</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">
2020-11-14 20:26:02 +00:00
via <a href="https://emersion.fr/blog/">emersion</a>
2020-11-06 22:16:12 +00:00
</small>
2020-11-14 20:26:02 +00:00
<small class="webring__date">- <date datetime="2020-10-16 00:00:00 &#43;0200 &#43;0200">2020-10-16</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">
2020-11-14 20:26:02 +00:00
<a href="https://blog.yoshuawuyts.com/rust-2021/" target="_blank" rel="noopener">Rust 2021</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">
2020-11-14 20:26:02 +00:00
via <a href="https://blog.yoshuawuyts.com">Yoshua Wuyts — Blog</a>
2020-11-06 22:16:12 +00:00
</small>
2020-11-14 20:26:02 +00:00
<small class="webring__date">- <date datetime="2020-09-24 00:00:00 &#43;0000 &#43;0000">2020-09-24</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;
color: var(--base03);
}
</style>