diff --git a/amber/layouts/_footer.html.haml b/amber/layouts/_footer.html.haml
index e90e43d77575dfebdf66a24769c236f3073be501..4a6aa391ab894f8c7e7c7e406ebf2033ea63cd3d 100644
--- a/amber/layouts/_footer.html.haml
+++ b/amber/layouts/_footer.html.haml
@@ -4,4 +4,4 @@
   %a{:rel => "license", :href => "https://creativecommons.org/licenses/by-sa/3.0/"}<
     %img{:alt => "Creative Commons License", :style => "border-width:0; vertical-align: middle", :src => "/img/by-sa-3.0-80x15.png"}
   &nbsp;
-  <span>(c) 2012-2018 LEAP Encryption Access Project</span>
+  <span>(c) 2012-2019 LEAP Encryption Access Project</span>
diff --git a/amber/menu.txt b/amber/menu.txt
index 5cb38fc76e6e69ae9bbfbae4aea6c96167732d69..4f27033df4c732362ac852591c3fae2380d4c863 100644
--- a/amber/menu.txt
+++ b/amber/menu.txt
@@ -6,6 +6,7 @@ about-us
 #  people
   contact
   news
+    2019
     2018
     2017
     2016
diff --git a/pages/about-us/news/2019/en.haml b/pages/about-us/news/2019/en.haml
new file mode 100644
index 0000000000000000000000000000000000000000..cb248fe47c794b4bf80421165a28c81ceda9344a
--- /dev/null
+++ b/pages/about-us/news/2019/en.haml
@@ -0,0 +1,2 @@
+- @path_prefix = '2019'
+= child_summaries :order_by => :posted_at
diff --git a/pages/about-us/news/2019/google-summer-of-code-2019.md b/pages/about-us/news/2019/google-summer-of-code-2019.md
new file mode 100644
index 0000000000000000000000000000000000000000..7408e5968489ceb5c3a5afb62fd647528e3c9d35
--- /dev/null
+++ b/pages/about-us/news/2019/google-summer-of-code-2019.md
@@ -0,0 +1,16 @@
+@title = 'So long Google Summer of Code!'
+@author = 'kwadronaut'
+@posted_at = '2019-02-03'
+@more = true
+@preview_image = '/img/pages/GSoC-icon-192.png'
+
+We've enjoyed participating in the Google Summer of Code in the past and will probably do it again in the future. Alas, this year we will not participate in GSoC. Prioritizing ideas, mentoring students and being on top of the organizational aspects all requires time and energy that the current team would like to devote to our core pieces. Even with the talent that wants to dive into this project during their school breaks, time remains limited.
+
+However, this shouldn't hold anyone back to contribute in their own time! Our Windows firewall is advancing, snap packages get pushed almost monthly (tailored for Riseup at [snapcraft](https://snapcraft.io/riseup-vpn)), we're experimenting with [pluggable transports](https://www.pluggabletransports.info/)… input is welcome in many areas: from translations to code over documentation to general praise and feedback.
+
+* Code & Bugtracker: https://0xacab.org/leap
+* Android translations: https://www.transifex.com/otf/bitmask-android/dashboard/
+* Desktop translations: https://www.transifex.com/otf/bitmask/RiseupVPN/
+* Mailinglist: leap-discuss@lists.riseup.net
+* Chat: ircs://irc.freenode.org/#leap if you don't have an irc client, you can use some gateway like [Matrix](https://about.riot.im/)
+* ♥ donation: <https://leap.se/en/about-us/donate>
diff --git a/pages/img/pages/GSoC-icon-192.png b/pages/img/pages/GSoC-icon-192.png
new file mode 100644
index 0000000000000000000000000000000000000000..f2afbdec3fcd13aa7b716c105970b94b870df459
Binary files /dev/null and b/pages/img/pages/GSoC-icon-192.png differ