blogotheme/layouts/partials/openring-out.html

71 lines
2.4 KiB
HTML
Raw Normal View History

2021-04-04 13:11:55 +02:00
<section class="webring">
<h3>Articles from blogs I follow around the net</h3>
<section class="articles">
<div class="article">
<h4 class="title">
2021-05-29 17:24:01 +02:00
<a href="https://www.laquadrature.net/2021/05/28/les-cookies-qui-sont-ils-que-veulent-ils/" target="_blank" rel="noopener">Les Cookies, qui sont-ils ? Que veulent-ils ?</a>
2021-04-04 13:11:55 +02:00
</h4>
2021-05-29 17:24:01 +02:00
<p class="summary">Les cookies, nous les voyons de plus en plus souvent. En tout cas, on nous demande de plus en plus ce que nous voulons faire des cookies : les accepter ou pas ? Mais pour…</p>
2021-04-04 13:11:55 +02:00
<small class="source">
2021-05-29 17:24:01 +02:00
via <a href="https://www.laquadrature.net">La Quadrature du Net</a>
2021-04-04 13:11:55 +02:00
</small>
2021-05-29 17:24:01 +02:00
<small class="date">May 28, 2021</small>
2021-04-04 13:11:55 +02:00
</div>
<div class="article">
<h4 class="title">
2021-05-29 17:24:01 +02:00
<a href="https://soundcloud.com/user-501071043#new_tab" target="_blank" rel="noopener">Lance-pierre #1 : Quest-ce quun centre fermé ?</a>
2021-04-04 13:11:55 +02:00
</h4>
2021-05-29 17:24:01 +02:00
<p class="summary">Larticle Lance-pierre #1 : Quest-ce quun centre fermé ? est apparu en premier sur jef klak.
</p>
2021-04-04 13:11:55 +02:00
<small class="source">
2021-05-29 17:24:01 +02:00
via <a href="https://www.jefklak.org">jef klak</a>
2021-04-04 13:11:55 +02:00
</small>
2021-05-29 17:24:01 +02:00
<small class="date">May 20, 2021</small>
2021-04-04 13:11:55 +02:00
</div>
<div class="article">
<h4 class="title">
2021-05-29 17:24:01 +02:00
<a href="https://solar.lowtechmagazine.com/2021/05/how-to-design-a-sailing-ship-for-the-21st-century.html" target="_blank" rel="noopener">How to design a sailing ship for the 21st century?</a>
2021-04-04 13:11:55 +02:00
</h4>
2021-05-29 17:24:01 +02:00
<p class="summary">It is surprisingly difficult to build a carbon neutral sailing ship. This is even more the case today, because our standards for safety, health, hygiene, comfort, and convenience have changed profoundly since the Age of Sail.</p>
2021-04-04 13:11:55 +02:00
<small class="source">
2021-05-29 17:24:01 +02:00
via <a href="https://solar.lowtechmagazine.com/">LOW←TECH MAGAZINE</a>
2021-04-04 13:11:55 +02:00
</small>
2021-05-29 17:24:01 +02:00
<small class="date">May 11, 2021</small>
2021-04-04 13:11:55 +02:00
</div>
</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;
min-width: 10rem;
}
.webring .summary {
font-size: 0.8rem;
flex: 1 1 0;
}
.webring .attribution {
text-align: right;
font-size: 0.8rem;
}
</style>