From 402b68ee324ffa594bf40f1729552e7a64ca1409 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 16 Sep 2013 20:52:58 -0700 Subject: Adding frame grab images to videos and fixing broken links --- devfiles/videos/introduction/intro-1.json | 8 -------- devfiles/videos/introduction/introduction-1.json | 9 +++++++++ 2 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 devfiles/videos/introduction/intro-1.json create mode 100644 devfiles/videos/introduction/introduction-1.json (limited to 'devfiles/videos/introduction') diff --git a/devfiles/videos/introduction/intro-1.json b/devfiles/videos/introduction/intro-1.json deleted file mode 100644 index 4c1ba09..0000000 --- a/devfiles/videos/introduction/intro-1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "intro-1", - "number": "1", - "title": "Introduction", - "length": 140, - "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Grow%20-%20Introduction.pdf", - "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Grow%20-%20Introduction.mov", "type":"video/mp4"}] -} diff --git a/devfiles/videos/introduction/introduction-1.json b/devfiles/videos/introduction/introduction-1.json new file mode 100644 index 0000000..6071d22 --- /dev/null +++ b/devfiles/videos/introduction/introduction-1.json @@ -0,0 +1,9 @@ +{ + "id": "introduction-1", + "number": "1", + "title": "Introduction", + "length": 140, + "image": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Grow%20-%20Introduction.png", + "pdf": "http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Grow%20-%20Introduction.pdf", + "urls": [{"src":"http://foursquaregrow.s3-website-us-east-1.amazonaws.com/Grow%20-%20Introduction.mov", "type":"video/mp4"}] +} \ No newline at end of file -- cgit v1.2.3