We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95c8902 + 72f7fc6 commit 073801eCopy full SHA for 073801e
presentation/index.js
@@ -64,6 +64,7 @@ const emcee = {
64
// get this from the latest from https://github.com/lnug/website/blob/master/data/this-month.json and add twitter details if desired
65
const speakers = [
66
{
67
+
68
"apiSpeakerUrl": "https://api.github.com/users/SomeHats",
69
"speakerUrl": "https://github.com/SomeHats",
70
"title": "Intro to GraphQL",
@@ -82,6 +83,7 @@ const speakers = [
82
83
"img": "https://avatars2.githubusercontent.com/u/10683087?v=4&s=40",
84
"handle": "msmichellegar",
85
"name": "Michelle and Faduma"
86
87
}
88
];
89
@@ -91,6 +93,7 @@ const thisMonth = {
91
93
92
94
const nextMonth = {
95
date: "24th October 2018",
96
97
speakers: [
98
99
name: "Bethany Nicolle Griggs",
0 commit comments