website/layouts/partials/openring.html
2023-10-08 01:05:44 +00:00

67 lines
2.0 KiB
HTML

<section class="webring">
<h3>Posts from other places I follow</h3>
<section class="articles">
<div class="webring__article">
<p class="webring__title">
<a href="https://this-week-in-rust.org/blog/2023/10/04/this-week-in-rust-515/" target="_blank" rel="noopener">This Week in Rust 515</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://this-week-in-rust.org/">This Week in Rust</a>
</small>
<small class="webring__date">- <date datetime="2023-10-04 00:00:00 -0400 -0400">2023-10-04</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://www.copetti.org/writings/consoles/nintendo-3ds/" target="_blank" rel="noopener">Nintendo 3DS Architecture</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://www.copetti.org/">The Copetti site</a>
</small>
<small class="webring__date">- <date datetime="2023-09-16 00:00:00 &#43;0000 &#43;0000">2023-09-16</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://wingolog.org/archives/2023/08/08/a-negative-result" target="_blank" rel="noopener">a negative result</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://wingolog.org/">wingolog</a>
</small>
<small class="webring__date">- <date datetime="2023-08-08 09:03:25 &#43;0000 UTC">2023-08-08</date></small>
</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>