From b11b0dbfc8caecc9dc5b14c3dfbb996bf7058826 Mon Sep 17 00:00:00 2001 From: Tim Pietrusky <492378+TimPietrusky@users.noreply.github.com> Date: Mon, 29 Nov 2021 10:47:28 +0100 Subject: [PATCH] feat(workshop): Added a workshop at JSConf Mexico 2021 --- docs/.vuepress/store/modules/events.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/.vuepress/store/modules/events.js b/docs/.vuepress/store/modules/events.js index d2e4057..f062a08 100644 --- a/docs/.vuepress/store/modules/events.js +++ b/docs/.vuepress/store/modules/events.js @@ -1,5 +1,13 @@ const state = { workshops: [ + { + title: "Modular Audio Visualisation with modV @ JSConf Mexico", + location: "Online", + url: "https://jsconf.mx/en", + date_start: new Date("12/01/2021 21:00 CET"), + date_end: new Date("12/01/2021 22:30 CET") + }, + { title: "CODAME ART+TECH Festival", location: "Online",