NixNet/_includes/webring-out.html

75 lines
2.5 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">
<div class="article">
<h4 class="title">
<a href="https://infosec-handbook.eu/blog/gdpr-myths-part2/" target="_blank" rel="noopener">European GDPR myths Part 2</a>
</h4>
<p class="summary">In May 2018, we debunked 3 GDPR myths. In this article, we discuss three additional myths.</p>
<small class="source">
via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook information security blog</a>
</small>
<small class="date">December 15, 2019</small>
</div>
2019-11-14 19:46:25 +00:00
<div class="article">
<h4 class="title">
<a href="https://drewdevault.com/2019/12/15/Status-update.html" target="_blank" rel="noopener">Status update, December 2019</a>
2019-11-14 19:46:25 +00:00
</h4>
<p class="summary">Its December 15th and it still hasnt snowed here. Why did I move to this
godforsaken den of unholy heat and rain? I think I have chosen a latitude just
southerly enough to deprive me of the climate I yearn for. I take some comfort
in the knowledge that Im…</p>
2019-11-14 19:46:25 +00:00
<small class="source">
via <a href="https://drewdevault.com">Drew DeVault&#39;s Blog</a>
2019-11-14 19:46:25 +00:00
</small>
<small class="date">December 15, 2019</small>
2019-11-14 19:46:25 +00:00
</div>
2019-10-15 18:47:05 +00:00
<div class="article">
<h4 class="title">
<a href="https://kevq.uk/reasons-why-zoho-mail-is-better-than-gmail/" target="_blank" rel="noopener">Reasons Why Zoho Mail Is Better Than Gmail</a>
2019-10-15 18:47:05 +00:00
</h4>
<p class="summary">I recently published a post with instructions on how to host email on your own domain. Since publishing, Ive been asked a number of times about why I used Zoho Mail as an example, instead of something more mainstream like Gmail. In this post I intend to …</p>
2019-10-15 18:47:05 +00:00
<small class="source">
via <a href="https://kevq.uk">Kev Quirk</a>
2019-10-15 18:47:05 +00:00
</small>
<small class="date">December 14, 2019</small>
2019-10-15 18:47:05 +00: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;
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>