From 97f5d2f15eb273dfb7cbf9f771b6c618f544261d Mon Sep 17 00:00:00 2001 From: Robert Grandl Date: Mon, 10 Jul 2023 10:39:24 -0700 Subject: [PATCH] add i/o extended and systems@scale news (#448) --- website/news.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/news.html b/website/news.html index 1efaacee8..a6286d979 100644 --- a/website/news.html +++ b/website/news.html @@ -31,6 +31,14 @@ const NOVEMBER = 10; const DECEMBER = 11; const items = [ + { + date: new Date(2023, JULY, 10), + text: 'Join us at the Systems@Scale conference on July 19th if you want to ask us questions about Service Weaver.', + }, + { + date: new Date(2023, JULY, 7), + text: 'Excited to talk about Service Weaver at the Google I/O Extended Silicon Valley on July 14th and at the Google I/O Extended San Jose on July 19th.', + }, { date: new Date(2023, JULY, 3), text: 'We recently held Service Weaver workshops in Berlin and Zurich, where we had an amazing time engaging with the local Go and GDG communities. If you are interested in learning more about Service Weaver, please check out the upcoming workshops.',