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-01-14 01:06:32 +00:00
<a href="https://veloren.net/blog/devblog-224/" target="_blank" rel="noopener">Two Weeks in Veloren 224</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-01-14 01:06:32 +00:00
via <a href="https://veloren.net">Veloren</a>
2020-11-06 22:16:12 +00:00
</small>
2024-01-14 01:06:32 +00:00
<small class="webring__date">- <date datetime="2024-01-03 00:00:00 &#43;0000 &#43;0000">2024-01-03</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-01-14 01:06:32 +00:00
<a href="http://www.bay12games.com/dwarves/index.html#2023-12-14" target="_blank" rel="noopener">12/14/2023</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-01-14 01:06:32 +00:00
via <a href="http://www.bay12games.com/dwarves/index.html">Dwarf Fortress Development Log</a>
2023-10-15 01:06:14 +00:00
</small>
2024-01-14 01:06:32 +00:00
<small class="webring__date">- <date datetime="2023-12-14 19:56:00 &#43;0000 PDT">2023-12-14</date></small>
2023-10-15 01:06:14 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2024-01-14 01:06:32 +00:00
<a href="https://www.redhat.com/sysadmin/build-deploy-application-openshift" target="_blank" rel="noopener">Deploy an application in Red Hat OpenShift on your laptop</a>
2023-10-15 01:06:14 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2024-01-14 01:06:32 +00:00
via <a href="https://www.redhat.com/sysadmin/">Enable Sysadmin</a>
2023-10-15 01:06:14 +00:00
</small>
2024-01-14 01:06:32 +00:00
<small class="webring__date">- <date datetime="2023-04-25 12:13:57 &#43;0000 &#43;0000">2023-04-25</date></small>
2023-10-15 01:06:14 +00:00
</span>
</div>
<div class="webring__article">
<p class="webring__title">
2024-01-14 01:06:32 +00:00
<a href="http://malloc47.com/building-a-personal-dashboard-in-clojurescript-part-3/" target="_blank" rel="noopener">Building a Personal Dashboard in ClojureScript Part 3</a>
2023-10-15 01:06:14 +00:00
</p>
<span class="webring__metadata">
<small class="webring__source">
2024-01-14 01:06:32 +00:00
via <a href="http://malloc47.com/">malloc47</a>
2023-11-12 01:02:45 +00:00
</small>
2024-01-14 01:06:32 +00:00
<small class="webring__date">- <date datetime="2021-09-12 00:00:00 &#43;0000 &#43;0000">2021-09-12</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>