webring-out.html

 1<section class="webring">
 2  <h3>Articles from blogs I follow around the internet</h3>
 3  <section class="articles">
 4    
 5    <div class="article">
 6      <h4 class="title">
 7        <a href="https://kevq.uk/librem-5-my-thoughts/" target="_blank" rel="noopener">Librem 5 – My Thoughts</a>
 8      </h4>
 9      <p class="summary">Purism recently announced that they were ready to start shipping their long awaited Librem 5 phone. The phone was originally priced at $649, then it was increased to $699, then $749. It now stands at a whopping $799! Purism talk about the price increase o…</p>
10      <small class="source">
11        via <a href="https://kevq.uk">Kev Quirk</a>
12      </small>
13      <small class="date">December 18, 2019</small>
14    </div>
15    
16    <div class="article">
17      <h4 class="title">
18        <a href="https://drewdevault.com/2019/12/18/PinePhone-review.html" target="_blank" rel="noopener">PinePhone review</a>
19      </h4>
20      <p class="summary">tl;dr: Holy shit! This is the phone I have always wanted. I have never been
21this excited about the mobile sector before. However: the software side is
22totally absent — phone calls are very dubious, SMS is somewhat dubious,
23LTE requires some hacks, and everyt…</p>
24      <small class="source">
25        via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
26      </small>
27      <small class="date">December 18, 2019</small>
28    </div>
29    
30    <div class="article">
31      <h4 class="title">
32        <a href="https://infosec-handbook.eu/blog/gdpr-myths-part2/" target="_blank" rel="noopener">European GDPR myths – Part 2</a>
33      </h4>
34      <p class="summary">In May 2018, we debunked 3 GDPR myths. In this article, we discuss three additional myths.</p>
35      <small class="source">
36        via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook – information security blog</a>
37      </small>
38      <small class="date">December 15, 2019</small>
39    </div>
40    
41  </section>
42  <p class="attribution">
43    Generated by
44    <a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
45  </p>
46</section>
47<style>
48.webring .articles {
49  display: flex;
50  flex-wrap: wrap;
51  margin: -0.5rem;
52}
53.webring .title {
54  margin: 0;
55}
56.webring .article {
57  flex: 1 1 0;
58  display: flex;
59  flex-direction: column;
60  margin: 0.5rem;
61  padding: 0.5rem;
62  background: #323234;
63  min-width: 10rem;
64}
65.webring .summary {
66  font-size: 0.8rem;
67  flex: 1 1 0;
68}
69.webring .attribution {
70  text-align: right;
71  font-size: 0.8rem;
72  color: #fff;
73}
74</style>