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.
1 parent 7efa203 commit 0748697Copy full SHA for 0748697
presentation/index.js
@@ -78,6 +78,15 @@ const speakers = [
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"
90
}
91
];
92
0 commit comments