From 04076b69ebbc87cfb761c3f96a78c5fa6d53dbaa Mon Sep 17 00:00:00 2001 From: aaronjparsons Date: Sat, 20 Oct 2018 00:28:00 -0600 Subject: [PATCH] Added dotJS conference to November events --- static/data/2018/11.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/static/data/2018/11.json b/static/data/2018/11.json index e944754..d9c7c26 100644 --- a/static/data/2018/11.json +++ b/static/data/2018/11.json @@ -1,4 +1,13 @@ [ + { + "name" : "dotJS", + "start" : "11/8/2018", + "end" : "11/9/2018", + "location" : "Paris", + "type" : "conference", + "website" : "https://2018.dotjs.io/", + "logo" : "https://www.dotjs.io/static/images/logo-dotjs.png" + }, { "name" : "The Wall Street Journal D.Live", "start" : "11/12/2018", @@ -43,5 +52,5 @@ "type" : "conference", "website" : "https://www.hpe.com/events/discover/", "logo" : "https://www.hpe.com/events/discover/content/images/HPE_Discover_2018.png" - } + } ]