website/layouts/partials/openring.html

79 lines
2.7 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">
2025-02-02 01:18:19 +00:00
<a href="https://www.redhat.com/en/blog/strategic-importance-platform-engineering-modern-software-development" target="_blank" rel="noopener">The strategic importance of platform engineering in modern software development</a>
2024-11-17 01:23:54 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2025-02-02 01:18:19 +00:00
via <a href="https://www.redhat.com/en/rss/blog">Red Hat Blog</a>
2024-11-17 01:23:54 +00:00
</small>
2025-02-02 01:18:19 +00:00
<small class="webring__date">- <date datetime="2025-01-31 00:00:00 &#43;0000 &#43;0000">2025-01-31</date></small>
2024-11-17 01:23:54 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2025-02-02 01:18:19 +00:00
<a href="https://www.gimp.org/news/2025/01/27/gimp-team-zemarmot-fosdem-2025/" target="_blank" rel="noopener">GIMP team at FOSDEM 2025 (talk and keynote)</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">
2025-02-02 01:18:19 +00:00
via <a href="https://www.gimp.org/">GIMP</a>
2024-04-14 01:20:16 +00:00
</small>
2025-02-02 01:18:19 +00:00
<small class="webring__date">- <date datetime="2025-01-27 00:00:00 &#43;0100 &#43;0100">2025-01-27</date></small>
2025-01-26 01:16:54 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2025-02-02 01:18:19 +00:00
<a href="http://www.bay12games.com/dwarves/index.html#R2025-01-23" target="_blank" rel="noopener">2025-01-23: DF 51.02 Released</a>
2025-01-26 01:16:54 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2025-02-02 01:18:19 +00:00
via <a href="http://www.bay12games.com/dwarves/index.html">Dwarf Fortress Release Log</a>
2025-01-26 01:16:54 +00:00
</small>
2025-02-02 01:18:19 +00:00
<small class="webring__date">- <date datetime="2025-01-23 05:00:00 &#43;0000 PST">2025-01-23</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">
2025-02-02 01:18:19 +00:00
<a href="https://monthly-reports.archlinux.page/2024/08/" target="_blank" rel="noopener">August</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">
2025-02-02 01:18:19 +00:00
via <a href="https://monthly-reports.archlinux.page/">Arch Linux Monthly Reports</a>
2024-07-28 01:12:24 +00:00
</small>
2025-02-02 01:18:19 +00:00
<small class="webring__date">- <date datetime="2024-08-29 19:45:37 &#43;0100 &#43;0100">2024-08-29</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>