website/layouts/partials/openring.html
2023-10-29 01:06:02 +00:00

91 lines
3.2 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://blog.replit.com/startup-showcase-2023-10-27" target="_blank" rel="noopener">Showcasing Startups on Replit</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://blog.replit.com/">Replit Blog</a>
</small>
<small class="webring__date">- <date datetime="2023-10-27 00:00:00 &#43;0000 &#43;0000">2023-10-27</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://matrix.org/blog/2023/10/27/this-week-in-matrix-2023-10-27/" target="_blank" rel="noopener">This Week in Matrix 2023-10-27</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://matrix.org">Matrix.org</a>
</small>
<small class="webring__date">- <date datetime="2023-10-27 00:00:00 &#43;0000 UTC">2023-10-27</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://blog.mozilla.org/en/mozilla/introducing-mozillas-ai-guide-the-developers-onboarding-ramp-to-ai/" target="_blank" rel="noopener">Introducing Mozillas AI Guide, the developers onboarding ramp to AI</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://blog.mozilla.org/en/">The Mozilla Blog</a>
</small>
<small class="webring__date">- <date datetime="2023-10-26 13:00:00 &#43;0000 &#43;0000">2023-10-26</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://this-week-in-rust.org/blog/2023/10/25/this-week-in-rust-518/" target="_blank" rel="noopener">This Week in Rust 518</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-25 00:00:00 -0400 -0400">2023-10-25</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://jvns.ca/blog/2023/10/20/some-miscellaneous-git-facts/" target="_blank" rel="noopener">Some miscellaneous git facts</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="http://jvns.ca">Julia Evans</a>
</small>
<small class="webring__date">- <date datetime="2023-10-20 14:39:23 &#43;0000 UTC">2023-10-20</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>