|
9 | 9 | Deck,
|
10 | 10 | Heading,
|
11 | 11 | Fit,
|
12 |
| - Fill, |
13 | 12 | Image,
|
14 | 13 | Link,
|
15 | 14 | List,
|
@@ -51,47 +50,42 @@ const images = {
|
51 | 50 | };
|
52 | 51 |
|
53 | 52 | const emcee = {
|
54 |
| - name: "Adam", |
55 |
| - twitter: "admataz" |
| 53 | + name: "Matt", |
| 54 | + twitter: "_mattleach" |
56 | 55 | };
|
57 | 56 |
|
58 | 57 |
|
59 | 58 | // get this from the latest from https://github.com/lnug/website/blob/master/data/this-month.json and add twitter details if desired
|
60 | 59 | const speakers = [
|
61 | 60 | {
|
62 |
| - name: "Jamie McCrindle", |
63 |
| - url: "https://github.com/jamiemccrindle", |
64 |
| - title: "Async Iterators" |
| 61 | + name: "Simon Birchall", |
| 62 | + url: "https://github.com/SBirchall818", |
| 63 | + title: "Bootstrapping a startup with SailsJS" |
65 | 64 | },
|
66 | 65 | {
|
67 |
| - name: "Marco Talento", |
68 |
| - url: "https://github.com/Talento90", |
69 |
| - title: "TypeScript: It's time to migrate!" |
70 |
| - }, |
71 |
| - { |
72 |
| - name: "Rene Pot", |
73 |
| - url: "https://github.com/Topener", |
74 |
| - title: "Building Cross Platform apps with Titanium" |
| 66 | + name: "Colin Eberhardt", |
| 67 | + url: "https://github.com/ColinEberhardt", |
| 68 | + title: "Build your own WebAssembly Compiler" |
75 | 69 | }
|
76 | 70 | ]
|
77 | 71 | ;
|
78 | 72 |
|
79 | 73 | const thisMonth = {
|
80 |
| - title: "#82- February 2019" |
| 74 | + title: "#83- April 2019" |
81 | 75 | };
|
82 | 76 |
|
83 | 77 | const nextMonth = {
|
84 |
| - date: "27th March 2019", |
| 78 | + date: "22nd May 2019", |
85 | 79 |
|
86 | 80 | speakers: [
|
87 | 81 | {
|
88 |
| - name: "Gabrielle von Koss", |
89 |
| - title: "When you assume, you make an error out of you and me" |
90 |
| - }, |
91 |
| - { |
92 |
| - name: "Mike Solomon", |
93 |
| - title: "Testing apps with third-party API integrations" |
| 82 | + name: "Chinrank", |
| 83 | + title: "Native implementation of curl in node" |
94 | 84 | }
|
| 85 | + // { |
| 86 | + // name: "Mike Solomon", |
| 87 | + // title: "Testing apps with third-party API integrations" |
| 88 | + // } |
95 | 89 | ]
|
96 | 90 | };
|
97 | 91 |
|
@@ -151,7 +145,7 @@ export default class Presentation extends React.Component {
|
151 | 145 | <Appear><Heading size={5} textColor="secondary">📡 Wifi: <Code textColor="secondary">CN Guest</Code> </Heading></Appear>
|
152 | 146 | </Slide>
|
153 | 147 |
|
154 |
| - <Slide id="code-of-conduct"> |
| 148 | + <Slide id={"code-of-conduct"}> |
155 | 149 | <Heading size={5} textColor="secondary">⭐️ Code of Conduct </Heading>
|
156 | 150 | <Appear>
|
157 | 151 | <BlockQuote>
|
@@ -190,7 +184,7 @@ export default class Presentation extends React.Component {
|
190 | 184 | <Image src={images.condeNastLogo} margin="0px auto 40px" width="800px" padding="10px" />
|
191 | 185 | </Slide>
|
192 | 186 |
|
193 |
| - <Slide id={"food-and-drink"} style="background: #fff"> |
| 187 | + <Slide id={"food-and-drink"}> |
194 | 188 | <Heading size={5} textColor="highlight">Food and drink</Heading>
|
195 | 189 | <Image src={images.nearFormLogo} margin="0px auto 40px" height="293px" padding="10px" />
|
196 | 190 | </Slide>
|
@@ -230,8 +224,8 @@ export default class Presentation extends React.Component {
|
230 | 224 | <Slide id={"get-involved"}>
|
231 | 225 | <Image src={images.lnugLogo} margin="0px auto 0px" height="200px" />
|
232 | 226 | <Heading size={5} textColor="highlight">Get Involved</Heading>
|
233 |
| - <Heading size="6" textColor="secondary">Feedback<br /><Code type="bold" textColor="secondary">github.com/lnug/feedback</Code></Heading> |
234 |
| - <Heading size="6" textColor="secondary">Gitter<br /><Code type="bold" textColor="secondary">gitter.com/lnug/discuss</Code></Heading> |
| 227 | + <Heading size={6} textColor="secondary">Feedback<br /><Code type="bold" textColor="secondary">github.com/lnug/feedback</Code></Heading> |
| 228 | + <Heading size={6} textColor="secondary">Gitter<br /><Code type="bold" textColor="secondary">gitter.com/lnug/discuss</Code></Heading> |
235 | 229 | </Slide>
|
236 | 230 |
|
237 | 231 |
|
|
0 commit comments