Files
personal-website/layouts/partials/openring.html
2023-09-21 23:36:14 +05:30

81 lines
2.5 KiB
HTML

<section class="webring">
<h3 class="header">Articles from blogs I follow around the net</h3>
<section class="articles">
<div class="article">
<h4 class="title">
<a href="https://www.strangeloopcanon.com/p/innovation" target="_blank" rel="noopener">Innovation</a>
</h4>
<p class="summary">A data based look at how innovations came about through all of human history</p>
<small class="source">
via <a href="https://www.strangeloopcanon.com">Strange Loop Canon</a>
</small>
<small class="date">September 18, 2023</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://fasterthanli.me/articles/cracking-electron-apps-open" target="_blank" rel="noopener">Cracking Electron apps open</a>
</h4>
<p class="summary">
I use the draw.io desktop app to
make diagrams for my website. I run it on an actual desktop, like Windows or
macOS, but the asset pipeline that converts .drawio files, to .pdf, to
.svg, and then to .svg again (but smaller) runs on Linux.
</p>
<small class="source">
via <a href="https://fasterthanli.me">fasterthanli.me</a>
</small>
<small class="date">July 3, 2023</small>
</div>
<div class="article">
<h4 class="title">
<a href="http://feedproxy.google.com/~r/zenpencils/~3/j54gzBYaIjQ/" target="_blank" rel="noopener">UPDATE: Moving on, a new project and new challenge</a>
</h4>
<p class="summary">Hey everyone! A little update with me. Sigh, I knew this would happen. As soon as I release the first chapter of a big new ongoing comic (see my latest comic, Little Warrior Chapter 1), life throws a spanner in […] ↓ Read the rest of this entry...</p>
<small class="source">
via <a href="https://www.zenpencils.com/">ZEN PENCILS</a>
</small>
<small class="date">August 22, 2018</small>
</div>
</section>
<p class="attribution">
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</p>
</section>
<style>
.webring .header {
margin: 0 0 12px;
}
.webring .articles {
display: flex;
flex-wrap: wrap;
margin: -0.5rem;
}
.webring .title {
margin: 4px 0 12px;
}
.webring .article {
flex: 1 1 0;
display: flex;
flex-direction: column;
margin: 0.5rem;
padding: 0.5rem;
background: var(--openring-bg);
min-width: 10rem;
}
.webring .summary {
font-size: 0.8rem;
flex: 1 1 0;
}
.webring .attribution {
text-align: right;
font-size: 0.8rem;
color: #555;
}
</style>