blogotheme/layouts/partials/openring-out.html

50 lines
1.4 KiB
HTML
Raw Normal View History

2022-02-27 17:39:38 +01:00
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">
2022-02-27 17:39:38 +01:00
<a href="https://www.laquadrature.net/2022/02/25/donnees-de-connexion-une-victoire-en-retard/" target="_blank" rel="noopener">Données de connexion : une victoire en retard</a>
2021-04-04 13:11:55 +02:00
</h4>
2022-02-27 17:39:38 +01:00
<p class="summary">Dans sa décision de ce matin, le Conseil constitutionnel vient de censurer, comme Franciliens.net et La Quadrature le lui demandaient, une partie de lobligation de conservation généralisée et indifférenciée des données de connexion, cest-à-dire la…</p>
2021-04-04 13:11:55 +02:00
<small class="source">
2022-02-27 16:03:42 +01:00
via <a href="https://www.laquadrature.net">La Quadrature du Net</a>
2021-04-04 13:11:55 +02:00
</small>
2022-02-27 17:39:38 +01:00
<small class="date">February 25, 2022</small>
2021-04-04 13:11:55 +02:00
</div>
</section>
<p class="attribution">
Generated by
2022-02-27 17:39:38 +01:00
<a rel="nofollow" href="https://git.sr.ht/~sircmpwn/openring">openring</a>
2021-04-04 13:11:55 +02:00
</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;
2022-02-27 17:39:38 +01:00
color: #555;
2021-04-04 13:11:55 +02:00
}
</style>