Skip to content

Commit 298c18b

Browse files
committed
feb 2019
1 parent 7f69005 commit 298c18b

File tree

2 files changed

+20
-66
lines changed

2 files changed

+20
-66
lines changed
File renamed without changes.

presentation/index.js

Lines changed: 20 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const images = {
4141
lnugLogo: require("../assets/lnug-logo.svg"),
4242
nearFormLogo: require("../assets/logos/NF__Primary_Logo_Reversed_Horizontal.svg"),
4343
condeNastLogo: require("../assets/logos/Conde_Nast_logo.svg"),
44-
nexmoLogo: require("../assets/logos/nexmo-logo.svg"),
44+
pusherLogo: require("../assets/logos/pusher_logo_white.png"),
4545
cityJsLogo: require("../assets/logos/cityJSConf.jpg"),
4646
nexmoslide: require("../assets/announcements/Nexmo_LNUG.001.png"),
4747
spaceStartupslide: require("../assets/announcements/SWOnePager.png"),
@@ -59,50 +59,38 @@ const emcee = {
5959
// get this from the latest from https://github.com/lnug/website/blob/master/data/this-month.json and add twitter details if desired
6060
const speakers = [
6161
{
62-
apiSpeakerUrl: "https://api.github.com/users/shakyShane",
63-
speakerUrl: "https://github.com/shakyShane",
64-
title: "Web Assembly and the future of the Web",
65-
description: "<p>Over the years we&#39;ve seen many attempts by developers to avoid writing Javascript&#10;at all costs - creating new languages that compile <em>into</em> JavaScript is still a common practice&#10;in many language communities.</p>\n<p>But things are changing, for the better. We&#39;re reaching an age where potentially&#10;any high-level language will one day be able run in a browser, with greater speed&#10;and safety - all thanks to Web Assembly.</p>\n<p>This talk will provide practical information about how you can take code written&#10;in a shiny new language like Rust, compile it to a Web Assembly module and then&#10;execute it in the browser.</p>\n",
66-
milestone: "January 23rd 2019",
67-
img: "https://avatars3.githubusercontent.com/u/1643522?v=4&s=40",
68-
handle: "shakyShane",
69-
name: "Shane Osbourne"
62+
name: "Jamie McCrindle",
63+
url: "https://github.com/jamiemccrindle",
64+
title: "Async Iterators"
7065
},
7166
{
72-
apiSpeakerUrl: "https://api.github.com/users/errietta",
73-
speakerUrl: "https://github.com/errietta",
74-
title: "Build APIs with node, Lambda & Serverless",
75-
description: "<p>AWS lambda allows you to build microservices that can be triggered both through HTTP and other ways such as when something is added to a queue, or on a schedule. We&#39;ll show how it is possible to build an API which consists of small, individual functions that respond to different HTTP requests using AWS lambda and API gateway. In addition to this, we will be deploying using serverless within minutes!</p>\n<h2 id=\"about-me\">About me</h2>\n<p>Polyglot developer with a passion for learning new things.</p>\n",
76-
milestone: "January 23rd 2019",
77-
img: "https://avatars0.githubusercontent.com/u/134585?v=4&s=40",
78-
handle: "errietta",
79-
name: "Errietta Kostala"
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"
8075
}
8176
]
8277
;
8378

8479
const thisMonth = {
85-
title: "#80 - January 2019"
80+
title: "#82- February 2019"
8681
};
8782

8883
const nextMonth = {
89-
date: "27th February 2019",
84+
date: "27th March 2019",
9085

9186
speakers: [
9287
{
93-
name: "Marco Talento",
94-
url: "https://github.com/Talento90",
95-
title: "TypeScript: It's time to migrate!"
88+
name: "Gabrielle von Koss",
89+
title: "When you assume, you make an error out of you and me"
9690
},
9791
{
98-
name: "Rene Pot",
99-
url: "https://github.com/Topener",
100-
title: "Building Cross Platform apps with Titanium"
101-
},
102-
{
103-
name: "Jamie McCrindle",
104-
url: "https://github.com/jamiemccrindle",
105-
title: "Async Iterators"
92+
name: "Mike Solomon",
93+
title: "Testing apps with third-party API integrations"
10694
}
10795
]
10896
};
@@ -178,16 +166,6 @@ export default class Presentation extends React.Component {
178166
</Appear>
179167
</Slide>
180168

181-
<Slide id="reminder">
182-
<Heading size={5} textColor="secondary">💡 A reminder </Heading>
183-
<Appear>
184-
<Fill textColor="secondary">
185-
<p>No Q&A - chat in the breaks instead</p>
186-
<p>Please don't interrupt the speaker</p>
187-
</Fill>
188-
</Appear>
189-
</Slide>
190-
191169
<Slide id={"hashtags"}>
192170
<Heading size={5} textColor="secondary">Tweet</Heading>
193171
<Heading size={2} textColor="highlight">@lnugORG</Heading>
@@ -219,11 +197,7 @@ export default class Presentation extends React.Component {
219197

220198
<Slide id={"video-production"}>
221199
<Heading size={5} textColor="highlight">Video</Heading>
222-
<Image src={images.nexmoLogo} margin="0px auto 40px" width="800px" />
223-
</Slide>
224-
225-
<Slide id={"nexmo-promo"}>
226-
<Image src={images.nexmoslide} margin="0px auto 40px" width="100%" />
200+
<Image src={images.pusherLogo} margin="0px auto 40px" width="800px" />
227201
</Slide>
228202

229203
<Slide id={"cityJS-promo"}>
@@ -233,26 +207,6 @@ export default class Presentation extends React.Component {
233207
<Image src={images.cityJsLogo} margin="0px auto 40px" width="200px" />
234208
</Slide>
235209

236-
<Slide id={"space-promo"}>
237-
<Image src={images.spaceStartupslide} margin="0px auto 40px" width="100%" />
238-
</Slide>
239-
240-
241-
<Slide id={"codefirstgirls-promo"}>
242-
<Heading size={5} textColor="highlight">community</Heading>
243-
<Heading size={3} textColor="secondary" >Code First Girls</Heading>
244-
<Text textColor="secondary" italic margin={20}>codefirstgirls.org.uk/become-an-instructor.html</Text>
245-
</Slide>
246-
247-
<Slide id={"ijs-promo"}>
248-
<Image src={images.ijsLogo} margin="0px auto 40px" width="400px" />
249-
<Text textColor="highlight" > 15 % discount code: ijs-lnug-15</Text>
250-
<Text textColor="secondary" italic margin={20}>
251-
May 13 – 15, 2019 | London<br />
252-
EXPO: May 13 & 14, 2019</Text>
253-
</Slide>
254-
255-
256210
<SummarySlide id="ready"/>
257211

258212
<SpeakerSlide speaker={speakers[0]} />
@@ -317,7 +271,7 @@ export default class Presentation extends React.Component {
317271

318272

319273
<Image src={images.condeNastLogo} margin="10" height="60"/>
320-
<Image src={images.nexmoLogo} margin="10" height="40"/>
274+
<Image src={images.pusherLogo} margin="10" height="80"/>
321275
<Image src={images.nearFormLogo} margin="10" height="80" />
322276
</div>
323277
</Slide>

0 commit comments

Comments
 (0)