website/layouts/partials/openring.html

79 lines
2.6 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">
2024-03-03 01:00:13 +00:00
<a href="https://fasterthanli.me/articles/face-cams-the-missing-guide" target="_blank" rel="noopener">Face cams: the missing guide</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">
2024-03-03 01:00:13 +00:00
via <a href="https://fasterthanli.me">fasterthanli.me</a>
2020-11-06 22:16:12 +00:00
</small>
2024-03-03 01:00:13 +00:00
<small class="webring__date">- <date datetime="2024-03-02 18:00:00 &#43;0000 UTC">2024-03-02</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">
2024-03-03 01:00:13 +00:00
<a href="https://matrix.org/blog/2024/03/01/this-week-in-matrix-2024-03-01/" target="_blank" rel="noopener">This Week in Matrix 2024-03-01</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">
2024-03-03 01:00:13 +00:00
via <a href="https://matrix.org">Matrix.org</a>
2023-10-15 01:06:14 +00:00
</small>
2024-03-03 01:00:13 +00:00
<small class="webring__date">- <date datetime="2024-03-01 19:30:00 &#43;0000 UTC">2024-03-01</date></small>
2023-10-15 01:06:14 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2024-03-03 01:00:13 +00:00
<a href="https://www.gimp.org/news/2024/02/21/gimp-2-99-18-released/" target="_blank" rel="noopener">GIMP 2.99.18 Released: The Last Development Preview Before 3.0!</a>
2023-10-15 01:06:14 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2024-03-03 01:00:13 +00:00
via <a href="https://www.gimp.org/">GIMP</a>
2023-11-12 01:02:45 +00:00
</small>
2024-03-03 01:00:13 +00:00
<small class="webring__date">- <date datetime="2024-02-21 00:00:00 &#43;0100 &#43;0100">2024-02-21</date></small>
2024-01-21 01:06:54 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2024-03-03 01:00:13 +00:00
<a href="https://krita.org/en/posts/2024/new-krita-site/" target="_blank" rel="noopener">New krita.org website launched</a>
2024-01-21 01:06:54 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2024-03-03 01:00:13 +00:00
via <a href="https://krita.org/en/">Krita</a>
2024-01-21 01:06:54 +00:00
</small>
2024-03-03 01:00:13 +00:00
<small class="webring__date">- <date datetime="2024-02-15 00:00:00 &#43;0000 &#43;0000">2024-02-15</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>