diff options
| author | julie lala <jules@okfoc.us> | 2015-04-09 17:18:41 -0400 |
|---|---|---|
| committer | julie lala <jules@okfoc.us> | 2015-04-09 17:18:41 -0400 |
| commit | 97bd666d13d5f3466d157f473d91371cd2e4c7ed (patch) | |
| tree | a0b97c50acb8788f788bab876bd2415328e2db7b | |
| parent | 7b7ac014579bafdb16e91a98f995f4fa7f55b4f1 (diff) | |
test data
| -rw-r--r-- | site/db.json | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/site/db.json b/site/db.json index 07085d4..b7ee8a7 100644 --- a/site/db.json +++ b/site/db.json @@ -31,21 +31,25 @@ }, { "id": "TEST", - "title": "", - "shortname": "", + "title": "Testing!", + "shortname": "TEST PROJECT", "description": "", "video": { - "url": "", - "type": "", - "token": "", - "title": "", - "thumb": "" + "url": "https://vimeo.com/19021508", + "type": "vimeo", + "token": "19021508", + "title": "Police Academy 6 - RUN", + "thumb": "http://i.vimeocdn.com/video/120177451_640.jpg" }, - "category": "retail", + "category": "advertising", "images": [ { - "uri": "https://ltho.s3.amazonaws.com/cb2698ea-9927-4ca9-972b-f227d46d25f3.png", - "caption": "" + "uri": "http://hdwallpapersfit.com/wp-content/uploads/2015/02/red-foliage-trees-wallpapers-fall-leaves.jpg", + "caption": "Autumn leaves" + }, + { + "uri": "https://img1.etsystatic.com/000/0/6435290/il_fullxfull.266310309.jpg", + "caption": "More trees, tree thursday" } ] } |
