Skip to content

Commit

Permalink
add i/o extended and systems@scale news (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrandl committed Jul 10, 2023
1 parent 434180d commit 97f5d2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
const NOVEMBER = 10;
const DECEMBER = 11;
const items = [
{
date: new Date(2023, JULY, 10),
text: 'Join us at the <a href="https://atscaleconference.com/events/systems-scale-summer-2023/">Systems@Scale</a> 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 <a href="https://gdg.community.dev/events/details/google-gdg-silicon-valley-presents-google-io-extended-silicon-valley-2023/cohost-gdg-silicon-valley">Google I/O Extended Silicon Valley</a> on July 14th and at the <a href="https://gdg.community.dev/events/details/google-gdg-san-jose-presents-google-io-extended-san-jose-in-person-only/">Google I/O Extended San Jose</a> 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 <a href="https://gdg.community.dev/">GDG</a> communities. If you are interested in learning more about Service Weaver, please check out the upcoming <a href="workshops.html">workshops</a>.',
Expand Down

0 comments on commit 97f5d2f

Please sign in to comment.