@@ -54,47 +54,47 @@ const theme = createTheme({
54
54
} ) ;
55
55
56
56
const emcee = {
57
- name : "Adam " ,
58
- twitter : "admataz "
57
+ name : "Marco " ,
58
+ twitter : "bettiolo "
59
59
} ;
60
60
61
61
62
62
// get this from the latest from https://github.com/lnug/website/blob/master/data/this-month.json and add twitter details if desired
63
63
const speakers = [
64
64
{
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 "
72
72
} ,
73
73
{
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 "
81
81
}
82
82
] ;
83
83
84
84
const thisMonth = {
85
- title : "#74 - June 2018"
85
+ title : "#76 - August 2018"
86
86
} ;
87
87
88
88
const nextMonth = {
89
- date : "25th July 2018" ,
89
+ date : "26th Sept 2018" ,
90
90
speakers : [
91
91
{
92
- name : "James Porter " ,
93
- title : "Elm: your next programming language? "
92
+ name : "TBD " ,
93
+ title : "- "
94
94
} ,
95
95
{
96
- name : "Bartlomiej Specjalny " ,
97
- title : "Scheduled Messaging with RMQ, Redis, Postgres "
96
+ name : "- " ,
97
+ title : "TBD "
98
98
}
99
99
100
100
]
@@ -165,7 +165,7 @@ export default class Presentation extends React.Component {
165
165
< Heading size = { 3 } lineHeight = { 3 } textColor = "secondary" > Important</ Heading >
166
166
< Appear > < Heading size = { 5 } textColor = "secondary" > 🚻 Toilets: ask for a pass </ Heading > </ Appear >
167
167
< 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 >
169
169
</ Slide >
170
170
171
171
< Slide id = "code-of-conduct" >
0 commit comments