@@ -54,48 +54,39 @@ const theme = createTheme({
54
54
} ) ;
55
55
56
56
const emcee = {
57
- name : "Marco " ,
58
- twitter : "bettiolo "
57
+ name : "Adam " ,
58
+ twitter : "admataz "
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/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 "
72
72
} ,
73
73
{
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"
90
81
}
91
82
] ;
92
83
93
84
const thisMonth = {
94
- title : "#76 - August 2018"
85
+ title : "#77 - September 2018"
95
86
} ;
96
87
97
88
const nextMonth = {
98
- date : "26th Sept 2018" ,
89
+ date : "25th October 2018" ,
99
90
speakers : [
100
91
{
101
92
name : "TBD" ,
0 commit comments