Skip to content

Commit f2d03be

Browse files
committed
update examples
1 parent a6b1baa commit f2d03be

File tree

3 files changed

+38
-28
lines changed

3 files changed

+38
-28
lines changed

presentation/presentation.html

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
font-family: 'Alegreya Sans SC', sans-serif;
1616
font-weight: normal;
1717
}
18+
p {
19+
margin-top: 0px;
20+
margin-bottom: 5px;
21+
}
1822
.remark-notes {
1923
font-size: 125%;
2024
}
@@ -343,7 +347,7 @@
343347
- YAML stands for YAML aint markup language
344348
- ~ It's a serializatin format
345349
- ~ meant to be more readable than JSON
346-
- ~ It's actually a subset of JSON and can be converted to JSON
350+
- ~ It's actually a superset of JSON and can be converted to JSON
347351
- ~ It has broad language support so it's starting to be used in a lot of places
348352

349353
---
@@ -369,9 +373,9 @@
369373

370374
```
371375
---
372-
person:
373-
name: Ian
374-
occupation: Developer
376+
session:
377+
title: Contract-First API Development
378+
type: tutorial
375379
...
376380
```
377381

@@ -403,16 +407,17 @@
403407

404408
```
405409
---
406-
person:
407-
name: Ian
408-
occupation: Developer
409-
skills:
410+
session:
411+
name: Contract-First API Development
412+
type: tutorial
413+
topics:
410414
- apis
415+
- openapi specification
411416
- swagger
412-
languages: ['java', 'python']
413-
bio: >
414-
Ian is really awesome and you should listen
415-
to him.
417+
languages: ['java', 'nodejs', 'python']
418+
description: >
419+
A really useful tutorial during which you'll
420+
learn about API specifications and stuff.
416421
...
417422
```
418423

@@ -2257,12 +2262,12 @@
22572262
# Thank You!
22582263
--
22592264

2260-
##PLEASE leave feedback
2265+
## *Please* leave feedback
22612266

22622267
### 3-question survey:
22632268

22642269
.black-text[
2265-
`http://bit.ly/2pERpb5`
2270+
`TODO: Feedback URL`
22662271
]
22672272

22682273
## Questions?

presentation/slides.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class: center, padded-top
235235
- YAML stands for YAML aint markup language
236236
- ~ It's a serializatin format
237237
- ~ meant to be more readable than JSON
238-
- ~ It's actually a subset of JSON and can be converted to JSON
238+
- ~ It's actually a superset of JSON and can be converted to JSON
239239
- ~ It has broad language support so it's starting to be used in a lot of places
240240

241241
---
@@ -261,9 +261,9 @@ class: center, middle
261261

262262
```
263263
---
264-
person:
265-
name: Ian
266-
occupation: Developer
264+
session:
265+
title: Contract-First API Development
266+
type: tutorial
267267
...
268268
```
269269

@@ -295,16 +295,17 @@ class: center, middle
295295

296296
```
297297
---
298-
person:
299-
name: Ian
300-
occupation: Developer
301-
skills:
298+
session:
299+
name: Contract-First API Development
300+
type: tutorial
301+
topics:
302302
- apis
303+
- openapi specification
303304
- swagger
304-
languages: ['java', 'python']
305-
bio: >
306-
Ian is really awesome and you should listen
307-
to him.
305+
languages: ['java', 'nodejs', 'python']
306+
description: >
307+
A really useful tutorial during which you'll
308+
learn about API specifications and stuff.
308309
...
309310
```
310311

@@ -2149,12 +2150,12 @@ class: center, middle, section-title
21492150
# Thank You!
21502151
--
21512152

2152-
##PLEASE leave feedback
2153+
## *Please* leave feedback
21532154

21542155
### 3-question survey:
21552156

21562157
.black-text[
2157-
`http://bit.ly/2pERpb5`
2158+
`TODO: Feedback URL`
21582159
]
21592160

21602161
## Questions?

presentation/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
font-family: 'Alegreya Sans SC', sans-serif;
1010
font-weight: normal;
1111
}
12+
p {
13+
margin-top: 0px;
14+
margin-bottom: 5px;
15+
}
1216
.remark-notes {
1317
font-size: 125%;
1418
}

0 commit comments

Comments
 (0)