website/layouts/partials/openring.html
2024-07-21 01:11:58 +00:00

79 lines
2.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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://engineering.fb.com/2024/07/18/virtual-reality/caddy-cad-mixed-reality-mr-meta/" target="_blank" rel="noopener">Meet Caddy Metas next-gen mixed reality CAD software</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://engineering.fb.com/">Engineering at Meta</a>
</small>
<small class="webring__date">- <date datetime="2024-07-18 13:00:26 &#43;0000 &#43;0000">2024-07-18</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://blog.thunderbird.net/2024/07/video-learn-about-thunderbird-support-articles-and-how-to-contribute/" target="_blank" rel="noopener">VIDEO: Learn About Thunderbird Support Articles And How To Contribute</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://blog.thunderbird.net/">The Thunderbird Blog</a>
</small>
<small class="webring__date">- <date datetime="2024-07-17 15:52:18 &#43;0000 &#43;0000">2024-07-17</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://nyxt-browser.com/article/synchronous-socket.org" target="_blank" rel="noopener">Asynchronicity and the Tartarus of Node.js</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://nyxt-browser.com">Nyxt Browser</a>
</small>
<small class="webring__date">- <date datetime="2024-07-16 00:00:00 &#43;0000 UTC">2024-07-16</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://sfconservancy.org/news/2024/may/23/fossy-2024-cfp-announcement/" target="_blank" rel="noopener">FOSSY 2024 CFP announcement</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://sfconservancy.org/news/">Software Freedom Conservancy News</a>
</small>
<small class="webring__date">- <date datetime="2024-05-23 13:50:46 -0400 -0400">2024-05-23</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>