diff --git a/amber/menu.txt b/amber/menu.txt
index 4f27033df4c732362ac852591c3fae2380d4c863..b0cdbd40444f2a4d2bc941be3a415cddc0de39d6 100644
--- a/amber/menu.txt
+++ b/amber/menu.txt
@@ -6,6 +6,7 @@ about-us
 #  people
   contact
   news
+    2020
     2019
     2018
     2017
diff --git a/pages/about-us/news/2020/en.haml b/pages/about-us/news/2020/en.haml
new file mode 100644
index 0000000000000000000000000000000000000000..236d82678f7a344a4a8f9ac2bf371f2354bd402b
--- /dev/null
+++ b/pages/about-us/news/2020/en.haml
@@ -0,0 +1,2 @@
+- @path_prefix = '2020'
+= child_summaries :order_by => :posted_at
diff --git a/pages/about-us/news/2020/smack-the-virus.md b/pages/about-us/news/2020/smack-the-virus.md
new file mode 100644
index 0000000000000000000000000000000000000000..99ded09f1b0f5a21cca01ccf0cb2db8291be2866
--- /dev/null
+++ b/pages/about-us/news/2020/smack-the-virus.md
@@ -0,0 +1,35 @@
+@title = 'Smack the Virus!'
+@author = 'kwadronaut'
+@posted_at = '2020-04-10'
+@more = true
+@preview_image = '/img/pages/shield.jpg'
+
+First things first: we're alive and kicking, staying healthy and physically distant. In fact, we are keeping our physical distance at a minimum of 450kms (that's 280 miles)!
+
+If you are a Windows user, and you have tried to install or download [RiseupVPN](https://riseup.net/en/vpn) and ran into one of those big, red warnings?
+
+It might not come as a big surprise to you, but virus and malware detection isn't a very precise or exact science. The heuristics used vary, but they somehow have to figure out what malware or a virus is and if they fail to detect one, no one will want to use them again. In practice this means that there are many false positives and alas, it has been happening too often with our software, even though we're doing our very best to keep you safe, sometimes it feels like a lottery!
+
+We've been working hard to make this go away, and we think that the latest release makes some very significant progress. It is a painful process, sometimes very manual as we have to file disputes with the malware organizations. Have you tried the new version?
+
+Remember kids, when Windows asks: "Possible virus! Do you want to report this?" think twice, you could be re-inforcing a false report and making our job harder!
+
+Don't forget to stay safe from your ISP (or neigbor/partner/family/...) and use a trusted VPN provider like [the Calyx Institute](https://calyxinstitute.org/) or [Riseup](https://riseup.net/).
+
+If you want to read more about this:
+
+* https://0xacab.org/leap/bitmask-vpn/-/issues/222
+* https://en.wikipedia.org/wiki/Rogue_security_software
+* https://en.wikipedia.org/wiki/Antivirus_software#Issues_of_concern
+
+When you want to help out:
+
+* Code & Bugtracker: https://0xacab.org/leap
+* ♥ donation: <https://leap.se/en/about-us/donate>
+* Desktop translations: https://www.transifex.com/otf/bitmask/RiseupVPN/
+* Android translations: https://www.transifex.com/otf/bitmask-android/dashboard/
+* Mailinglist: leap-discuss@lists.riseup.net
+* Chat: ircs://irc.freenode.org/#leap if you don't have an irc client, you can use a gateway like [Matrix](https://about.riot.im/)
+
+
+Image by Ross Harmes: https://www.flickr.com/photos/rossharmes/4347385767
diff --git a/pages/img/pages/shield.jpg b/pages/img/pages/shield.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..aa34bbbb0f265f3ab76de7680eef334a320555e4
Binary files /dev/null and b/pages/img/pages/shield.jpg differ