Skip to content

Commit b675579

Browse files
committed
added details for june and made some alterations to the structure
1 parent fb101af commit b675579

File tree

3 files changed

+60
-54
lines changed

3 files changed

+60
-54
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width initial-scale=1 user-scalable=no" />
6-
<title>Spectacle Boilerplate</title>
6+
<title>LNUG #64 - June 2017</title>
77
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
88
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/prism/1.3.0/themes/prism-tomorrow.css">
99
</head>

presentation/index.js

Lines changed: 56 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import React from "react";
33

44
// Import Spectacle Core tags
55
import {
6+
Appear,
67
BlockQuote,
78
Deck,
89
Heading,
@@ -11,6 +12,11 @@ import {
1112
Slide,
1213
Text,
1314
Image,
15+
Quote,
16+
Cite,
17+
Link,
18+
CodePane,
19+
Code,
1420
S
1521
} from "spectacle";
1622

@@ -20,6 +26,7 @@ import preloader from "spectacle/lib/utils/preloader";
2026
// Import theme
2127
import createTheme from "spectacle/lib/themes/default";
2228

29+
2330
// Require CSS
2431
require("normalize.css");
2532
require("spectacle/lib/themes/default/index.css");
@@ -46,14 +53,13 @@ const theme = createTheme({
4653
});
4754

4855
const emcee = {
49-
name: "Cyril",
50-
twitter: "cyril.silverman"
56+
name: "Adam",
57+
twitter: "admataz"
5158
};
5259

5360
const speakers = [
54-
{ name: "Paul Jensen", title: "From LNUG presentation to published book" },
55-
{ name: "flyingunicorn222", title: "Trading cryptocurrencies, forex, commodities stocks and more using node.js" },
56-
{ name: "Will Munn", title: "Speeding up CI with node and docker" }
61+
{ name: "Irina Shestak", title: "knock-knock-who-there-file-compression-talk_FINAL_2.tar.trz.bz2.gz" },
62+
{ name: "Daniel Khan", title: "Don't Let Just Node.js Take the Blame!" }
5763
];
5864

5965

@@ -82,54 +88,54 @@ class SpeakerSlide extends React.Component {
8288
export default class Presentation extends React.Component {
8389
render() {
8490
return (
85-
<Deck transition={["zoom", "slide"]} transitionDuration={500} theme={theme}>
86-
<Slide transition={["zoom"]} bgColor="primary">
87-
<Image src={images.logo} margin="0px auto 0px" height="200px"/>
88-
<Heading size={6} textColor="secondary">May 24th, 2017 (#63)</Heading>
89-
<List>
91+
<Deck transition={["zoom", "slide"]} transitionDuration={500} theme={theme} progress={"none"}>
92+
<Slide align={"center center"}>
93+
<Image src={images.logo} margin="0px auto 0px" height="200px"/>
94+
<Heading size={6} textColor={"#fff"}>#64 - June 2017</Heading>
9095
{speakers.map((speaker) =>
91-
<ListItem textSize={30} key={speaker.title}>
92-
{speaker.title} <S type="italics">- {speaker.name}</S>
93-
</ListItem>
96+
<Text key={speaker.title} textColor={"#ffffff"} textSize={20}>
97+
{speaker.name} <S type="italics"> - {speaker.title}</S>
98+
</Text>
9499
)}
95-
</List>
96-
<List>
97-
<ListItem textSize={30}>WIFI: See the walls</ListItem>
98-
<ListItem textSize={30}>Twitter: @LNUGorg use hashtags #LNUG #node #javascript #london</ListItem>
99-
<ListItem textSize={30}>Gitter: lnug/discuss</ListItem>
100-
</List>
101100
</Slide>
102101

103-
<Slide transition={["fade"]} bgColor="primary">
104-
<Heading size={3} textColor="secondary">House Keeping</Heading>
105-
<List>
106-
<ListItem>Say hello on Twitter: @lnugorg #lnug (and me: <S type="bold">@{emcee.twitter}</S>)</ListItem>
107-
<ListItem>YouTube: LNUG Team 🎥</ListItem>
108-
<ListItem>Instagram: <S type="bold">@lnugorg</S> #lnug 📷</ListItem>
109-
<ListItem>Gitter: <S type="bold">lnug/discuss</S> 📢</ListItem>
110-
<ListItem>Code of Conduct 💕</ListItem>
111-
<ListItem>Toilets 🚻</ListItem>
112-
<ListItem>Fire Escapes! 🔥</ListItem>
113-
</List>
102+
103+
<Slide id={"safety"}>
104+
<Heading size={3} lineHeight={3}>safety and comfort</Heading>
105+
<Appear><Heading size={5} textColor="secondary">🚒 Fire Exits: stairs behind you </Heading></Appear>
106+
<Appear><Heading size={5} textColor="secondary">🚻 Toilets: towards the lifts </Heading></Appear>
107+
<Appear><Heading size={5} textColor="secondary">📡 Wifi <Code>makersWelcome</Code> </Heading></Appear>
108+
<Appear><Heading size={5} textColor="secondary">⭐️ Code of Conduct </Heading></Appear>
114109
</Slide>
115110

116-
<Slide>
111+
112+
<Slide id={"hashtags"}>
113+
<Heading size={3}>tweet @lnugorg</Heading>
114+
<Heading size={4}><Code>#LNUG #node #javascript #london</Code></Heading>
115+
</Slide>
116+
117+
<Slide id={"gitter"}>
118+
<Heading size={3}>discuss!</Heading>
119+
<Heading size={4}><Link href="http://gitter.im/lnug/discuss" target="_blank"><Code>gitter.im/lnug/discuss</Code></Link></Heading>
120+
</Slide>
121+
122+
123+
<Slide id={"venue"}>
117124
<Heading size={3} textColor="secondary">Venue</Heading>
118125
<Image src={images.makersLogo.replace("/", "")} margin="0px auto 40px" height="293px"/>
119126
</Slide>
120127

121-
<Slide>
128+
<Slide id={"pizza-and-beer"}>
122129
<Heading size={3} textColor="secondary">Pizza and beer</Heading>
123130
<Image src={images.tiroLogo.replace("/", "")} margin="0px auto 40px" height="293px"/>
124131
</Slide>
125132

126-
<Slide>
133+
<Slide id={"video-production"}>
127134
<Heading size={3} textColor="secondary">Video</Heading>
128135
<Image src={images.pusherLogo.replace("/", "")} margin="0px auto 40px" height="293px"/>
129136
</Slide>
130137

131138
<SpeakerSlide speaker={speakers[0]} />
132-
<SpeakerSlide speaker={speakers[1]} />
133139

134140
<Slide>
135141
<Heading size={3} textColor="secondary" margin={50}>Community Announcements</Heading>
@@ -139,37 +145,35 @@ export default class Presentation extends React.Component {
139145
<Heading size={5} textColor="secondary">Have something to share?</Heading>
140146
</Slide>
141147

148+
<SpeakerSlide speaker={speakers[1]} />
149+
142150
<Slide>
143151
<Heading size={3} textColor="secondary">Get Involved</Heading>
144-
<List>
145-
<ListItem>Assets & Slides<br/>(<S type="bold">github.com/lnug/resources</S>)</ListItem>
146-
<ListItem>Website Tips<br/>(<S type="bold">github.com/lnug/lnug.github.io</S>)</ListItem>
147-
<ListItem>Gitter Channel<br/>(<S type="bold">lnug/discuss</S>)</ListItem>
148-
</List>
152+
<Heading size="5">Feedback<br/><Code type="bold">github.com/lnug/feedback</Code></Heading>
153+
<Heading size="5">Gitter<br/><Code type="bold">gitter.com/lnug/discuss</Code></Heading>
154+
149155
</Slide>
150156

151157
<Slide>
152-
<Heading size={3} textColor="secondary">Call for speakers</Heading>
153-
<List>
154-
<ListItem>We have speaker slots available!</ListItem>
155-
<ListItem>Visit <S type="bold">github.com/lnug/speakers</S> to submit your talk!</ListItem>
156-
</List>
158+
<Image src={images.logo} margin="0px auto 0px" height="200px"/>
159+
<Heading size={3}>submit a talk proposal!</Heading>
160+
<Code type="bold">github.com/lnug/speakers</Code>
161+
157162
</Slide>
158163

159164
<Slide>
165+
<Image src={images.logo} margin="0px auto 0px" height="200px"/>
160166
<Heading size={3} textColor="secondary" margin={40}>Next Time</Heading>
161-
<Heading size={4} textColor="secondary">18th June 2017</Heading>
162-
<Text textColor="secondary" bold>
167+
<Heading size={4} textColor="secondary">26th July 2017</Heading>
168+
<Code textColor="secondary" bold>
163169
meetup.com/london-nodejs
164-
</Text>
170+
</Code>
165171
<Text textColor="secondary" italic margin={20}>
166172
The 4th Wednesday of the month
167173
</Text>
168-
<List>
169-
<ListItem>Rubbish in Bins</ListItem>
170-
<ListItem>Stack chairs against walls</ListItem>
171-
<ListItem>Get involved!</ListItem>
172-
</List>
174+
Rubbish in Bins
175+
Stack chairs against walls
176+
Get involved!
173177
</Slide>
174178

175179
<Slide>
@@ -184,7 +188,6 @@ export default class Presentation extends React.Component {
184188
<Image src={images.cheers.replace("/", "")} margin="40px auto 0px" height="200px"/>
185189
</Slide>
186190

187-
<SpeakerSlide speaker={speakers[2]} />
188191

189192
<Slide>
190193
<Heading size={3} textColor="secondary">Thank You</Heading>

presentation/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
body{
2+
background-color: #333;
3+
}

0 commit comments

Comments
 (0)