fix word wrap and update webring

This commit is contained in:
Amolith 2019-10-19 15:26:39 -04:00
parent 668cebf090
commit 612038ec89
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
2 changed files with 13 additions and 12 deletions

View File

@ -2,6 +2,17 @@
<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/ecsm2019-ctf/" target="_blank" rel="noopener">ECSM 2019: Preparing and hosting a security CTF contest</a>
</h4>
<p class="summary">In recent weeks, some of us were heavily involved in preparing and hosting a public CTF contest in the context of this years European Cyber Security Month (ECSM). More than 1,000 teams registered, nearly 600 solved at least one challenge. Unlike most oth…</p>
<small class="source">
via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook information security blog</a>
</small>
<small class="date">October 19, 2019</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://drewdevault.com/2019/10/15/Status-update-October-2019.html" target="_blank" rel="noopener">Status update, October 2019</a>
@ -16,17 +27,6 @@ important things we discussed there. It wa…</p>
<small class="date">October 15, 2019</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://infosec-handbook.eu/blog/ecsm2019-cyber-hygiene/" target="_blank" rel="noopener">ECSM 2019: Tips for your cyber hygiene</a>
</h4>
<p class="summary">Broadly speaking, hygiene is about maintaining health by doing many different actions such as taking a bath, washing hands and clothes, or cleaning surfaces in rooms. When it comes to “cyber hygiene”—the first of two topics addressed by this years Europe…</p>
<small class="source">
via <a href="https://infosec-handbook.eu/blog/">Blogs on InfoSec Handbook information security blog</a>
</small>
<small class="date">October 13, 2019</small>
</div>
<div class="article">
<h4 class="title">
<a href="https://kevq.uk/why-you-shouldnt-use-facebook" target="_blank" rel="noopener">Why You Shouldn&#39;t Use Facebook</a>

View File

@ -161,6 +161,7 @@ img {
margin: 40px auto;
display: block;
max-width: 100%;
cursor: pointer;
}
.content img {
position: relative;
@ -469,7 +470,7 @@ strong {
font-family: 'Inconsolata';
color: $cloudy;
margin-top: 80px;
word-wrap: anywhere;
word-break: break-all;
}
.explore-divider {