diff --git a/_includes/webring-out.html b/_includes/webring-out.html index 31579a9..296f148 100644 --- a/_includes/webring-out.html +++ b/_includes/webring-out.html @@ -2,6 +2,17 @@

Articles from blogs I follow around the internet

+
+

+ ECSM 2019: Preparing and hosting a security CTF contest +

+

In recent weeks, some of us were heavily involved in preparing and hosting a public CTF contest in the context of this year’s European Cyber Security Month (ECSM). More than 1,000 teams registered, nearly 600 solved at least one challenge. Unlike most oth…

+ + via Blogs on InfoSec Handbook – information security blog + + October 19, 2019 +
+

Status update, October 2019 @@ -16,17 +27,6 @@ important things we discussed there. It wa…

October 15, 2019

-
-

- ECSM 2019: Tips for your cyber hygiene -

-

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 year’s Europe…

- - via Blogs on InfoSec Handbook – information security blog - - October 13, 2019 -
-

Why You Shouldn't Use Facebook diff --git a/_sass/_default.scss b/_sass/_default.scss index 5848589..f645eab 100644 --- a/_sass/_default.scss +++ b/_sass/_default.scss @@ -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 {