From 6fa1144ed9829dfb51a2a35a00a1d2897ac0468a Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 16 Feb 2015 17:34:21 -0800 Subject: [PATCH] Add 2nd slide as example --- data/copy/define.md | 5 +++++ data/slide/02.json | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 data/copy/define.md create mode 100644 data/slide/02.json diff --git a/data/copy/define.md b/data/copy/define.md new file mode 100644 index 0000000..ec9dd77 --- /dev/null +++ b/data/copy/define.md @@ -0,0 +1,5 @@ +# Define + +PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast +and native support for various web standards: DOM handling, CSS selector, +JSON, Canvas, and SVG. diff --git a/data/slide/02.json b/data/slide/02.json new file mode 100644 index 0000000..a63c8ad --- /dev/null +++ b/data/slide/02.json @@ -0,0 +1,3 @@ +{ + "copy": "define" +}