Skip to content

Commit 7efa203

Browse files
committed
updated for august
1 parent 67bed26 commit 7efa203

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

presentation/index.js

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

5656
const emcee = {
57-
name: "Adam",
58-
twitter: "admataz"
57+
name: "Marco",
58+
twitter: "bettiolo"
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/TomShacham",
66-
"speakerUrl": "https://github.com/TomShacham",
67-
"title": "http4js: a whirlwind tour",
68-
"milestone": "June 27th 2018",
69-
"img": "https://avatars0.githubusercontent.com/u/5289332?v=4",
70-
"handle": "TomShacham",
71-
"name": "Tom Shacham"
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"
7272
},
7373
{
74-
"apiSpeakerUrl": "https://api.github.com/users/stephendeyoung",
75-
"speakerUrl": "https://github.com/stephendeyoung",
76-
"title": "Managing cloud resources in a distributed and fault-tolerant manner with EVRYTHNG's resource manager",
77-
"milestone": "June 27th 2018",
78-
"img": "https://avatars2.githubusercontent.com/u/738733?v=4",
79-
"handle": "stephendeyoung",
80-
"name": "Stephen Young"
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"
8181
}
8282
];
8383

8484
const thisMonth = {
85-
title: "#74 - June 2018"
85+
title: "#76 - August 2018"
8686
};
8787

8888
const nextMonth = {
89-
date: "25th July 2018",
89+
date: "26th Sept 2018",
9090
speakers: [
9191
{
92-
name: "James Porter",
93-
title: "Elm: your next programming language?"
92+
name: "TBD",
93+
title: "-"
9494
},
9595
{
96-
name: "Bartlomiej Specjalny",
97-
title: "Scheduled Messaging with RMQ, Redis, Postgres"
96+
name: "-",
97+
title: "TBD"
9898
}
9999

100100
]
@@ -165,7 +165,7 @@ export default class Presentation extends React.Component {
165165
<Heading size={3} lineHeight={3} textColor="secondary">Important</Heading>
166166
<Appear><Heading size={5} textColor="secondary">🚻 Toilets: ask for a pass </Heading></Appear>
167167
<Appear><Heading size={5} textColor="secondary">🚒 Fire Exits: next to the toilets </Heading></Appear>
168-
<Appear><Heading size={5} textColor="secondary">📡 Wifi <Code textColor="secondary">CN Guest</Code> </Heading></Appear>
168+
<Appear><Heading size={5} textColor="secondary">📡 Wifi: <Code textColor="secondary">CN Guest</Code> </Heading></Appear>
169169
</Slide>
170170

171171
<Slide id="code-of-conduct">

0 commit comments

Comments
 (0)