NixNet/_includes/webring-out.html

75 lines
2.7 KiB
HTML
Raw Normal View History

2019-10-15 18:47:05 +00:00
<section class="webring">
<h3>Articles from blogs I follow around the internet</h3>
<section class="articles">
2019-12-19 02:35:09 +00:00
<div class="article">
<h4 class="title">
2020-04-13 00:58:07 +00:00
<a href="https://kevq.uk/rewriting-my-wordpress-site-in-html-css-comparing-performance/" target="_blank" rel="noopener">Rewriting My WordPress Site In HTML/CSS &amp; Comparing Performance</a>
2019-12-19 02:35:09 +00:00
</h4>
2020-04-13 00:58:07 +00:00
<p class="summary">I recently wrote a post about why I dont use a static site generator. After that post, I decided to fork my site to HTML/CSS to see how quicker it would be. This weekend is Easter weekend here in the UK. That means a 4-day weekend; couple that with isola…</p>
2019-12-19 02:35:09 +00:00
<small class="source">
2020-04-13 00:58:07 +00:00
via <a href="https://kevq.uk">Kev Quirk</a>
2019-12-19 02:35:09 +00:00
</small>
2020-04-13 00:58:07 +00:00
<small class="date">April 12, 2020</small>
2019-12-19 02:35:09 +00:00
</div>
<div class="article">
<h4 class="title">
2020-04-13 00:58:07 +00:00
<a href="https://secluded.site/typing-international-characters/" target="_blank" rel="noopener">Typing International Characters</a>
</h4>
2020-04-13 00:58:07 +00:00
<p class="summary">My first computer was an Acer C710 Chromebook. There were a lot of problems with it but one thing I always appreciated were its dead keys. Until a few days ago, I had completely forgotten what the feature was called. Once I figured it out, however, I was …</p>
<small class="source">
2020-04-13 00:58:07 +00:00
via <a href="https://secluded.site/posts/">Posts on Secluded.Site</a>
</small>
2020-04-13 00:58:07 +00:00
<small class="date">April 8, 2020</small>
</div>
2019-11-14 19:46:25 +00:00
<div class="article">
<h4 class="title">
2020-04-13 00:58:07 +00:00
<a href="https://drewdevault.com/2020/04/06/My-weird-branchless-git-workflow.html" target="_blank" rel="noopener">My unorthodox, branchless git workflow</a>
2019-11-14 19:46:25 +00:00
</h4>
2020-04-13 00:58:07 +00:00
<p class="summary">I have been using git for a while, and I took the time to learn about it in
great detail. Equipped with an understanding of its internals and a comfortable
familiarity with tools like git rebase — and a
personal, intrinsic desire to strive for minimal and li…</p>
2019-11-14 19:46:25 +00:00
<small class="source">
2020-04-13 00:58:07 +00:00
via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
2019-11-14 19:46:25 +00:00
</small>
2020-04-13 00:58:07 +00:00
<small class="date">April 6, 2020</small>
2019-11-14 19:46:25 +00:00
</div>
2019-10-15 18:47:05 +00:00
</section>
<p class="attribution">
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</p>
</section>
<style>
.webring .articles {
display: flex;
flex-wrap: wrap;
margin: -0.5rem;
}
.webring .title {
margin: 0;
}
.webring .article {
flex: 1 1 0;
display: flex;
flex-direction: column;
margin: 0.5rem;
padding: 0.5rem;
background: #323234;
min-width: 10rem;
}
.webring .summary {
font-size: 0.8rem;
flex: 1 1 0;
}
.webring .attribution {
text-align: right;
font-size: 0.8rem;
color: #fff;
}
</style>