website/layouts/partials/openring.html
github-actions[bot] f6c6030314
Some checks failed
Build and deploy to Netlify / build (push) Has been cancelled
Update webring / build (push) Has been cancelled
Update webring as of 2025-01-19
2025-01-19 01:19:48 +00:00

67 lines
2.1 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://latex-project.org//news/2024/12/25/greetings/" target="_blank" rel="noopener">Season&#39;s Greetings from the LaTeX Project!</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://latex-project.org//">The LaTeX Project</a>
</small>
<small class="webring__date">- <date datetime="2024-12-25 00:00:00 &#43;0000 &#43;0000">2024-12-25</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://www.copetti.org/writings/consoles/playstation-vita/" target="_blank" rel="noopener">PlayStation Vita Architecture (Part 1)</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="2024-10-23 00:00:00 &#43;0000 &#43;0000">2024-10-23</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<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>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="http://malloc47.com/">malloc47</a>
</small>
<small class="webring__date">- <date datetime="2021-09-12 00:00:00 &#43;0000 &#43;0000">2021-09-12</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>