Skip to content

Commit 72f7fc6

Browse files
committed
Updated slides
1 parent 0748697 commit 72f7fc6

File tree

1 file changed

+18
-27
lines changed

1 file changed

+18
-27
lines changed

presentation/index.js

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -54,48 +54,39 @@ const theme = createTheme({
5454
});
5555

5656
const emcee = {
57-
name: "Marco",
58-
twitter: "bettiolo"
57+
name: "Adam",
58+
twitter: "admataz"
5959
};
6060

6161

6262
// get this from the latest from https://github.com/lnug/website/blob/master/data/this-month.json and add twitter details if desired
6363
const speakers = [
6464
{
65-
"apiSpeakerUrl": "https://api.github.com/users/sevki",
66-
"speakerUrl": "https://github.com/sevki",
67-
"title": "GraphQL on the Edge",
68-
"milestone": "August 22nd 2018",
69-
"img": "https://avatars3.githubusercontent.com/u/429977?v=4",
70-
"handle": "Sevki",
71-
"name": "Sevki"
65+
"apiSpeakerUrl": "https://api.github.com/users/somehats",
66+
"speakerUrl": "https://github.com/somehats",
67+
"title": "Intro to GraphQL",
68+
"milestone": "26th September 2018",
69+
"img": "https://avatars3.githubusercontent.com/u/1489520?v=4",
70+
"handle": "somehats",
71+
"name": "Alex Dytrych"
7272
},
7373
{
74-
"apiSpeakerUrl": "https://api.github.com/users/davidmarkclements",
75-
"speakerUrl": "https://github.com/davidmarkclements",
76-
"title": "A New Way to Profile Node.js",
77-
"milestone": "August 22nd 2018",
78-
"img": "https://avatars1.githubusercontent.com/u/1190716?v=4",
79-
"handle": "davidmarkclements",
80-
"name": "David Mark Clements"
81-
},
82-
{
83-
"apiSpeakerUrl": "https://api.github.com/users/framp",
84-
"speakerUrl": "https://github.com/framp",
85-
"title": "Zero Knowledge Proofs in Node.js",
86-
"milestone": "August 22nd 2018",
87-
"img": "https://avatars1.githubusercontent.com/u/611109?v=4",
88-
"handle": "framp",
89-
"name": "Federico Rampazzo"
74+
"apiSpeakerUrl": "https://api.github.com/users/msmichellegar",
75+
"speakerUrl": "https://github.com/msmichellegar",
76+
"title": "A Journey with GraphQL in Production",
77+
"milestone": "26th September 2018",
78+
"img": "https://avatars1.githubusercontent.com/u/10683087?v=4",
79+
"handle": "msmichellegar",
80+
"name": "Michelle and Faduma"
9081
}
9182
];
9283

9384
const thisMonth = {
94-
title: "#76 - August 2018"
85+
title: "#77 - September 2018"
9586
};
9687

9788
const nextMonth = {
98-
date: "26th Sept 2018",
89+
date: "25th October 2018",
9990
speakers: [
10091
{
10192
name: "TBD",

0 commit comments

Comments
 (0)