diff options
| author | okfprojz <jules+okfprojz@okfoc.us> | 2016-04-05 10:33:24 -0400 |
|---|---|---|
| committer | okfprojz <jules+okfprojz@okfoc.us> | 2016-04-05 10:33:30 -0400 |
| commit | 91d7053e9af687590eb7dfd63affcbc93c807745 (patch) | |
| tree | d91b8968eb619ff30d313c808df90efc30c46c33 | |
| parent | b47a878e6553feec94c036b6a3c0db9cb5a8dd89 (diff) | |
add videos to db
| -rw-r--r-- | db.json | 66 |
1 files changed, 44 insertions, 22 deletions
@@ -71,21 +71,26 @@ "NatureOfWork": "iPhone / Android Dev\r\nBack-End Development", "brief": "Stone Island is a premier Italian fashion\r\nlabel specializing in the outdoors clothing\r\nwith innovative materials. We created an\r\ne-commerce app for iPhone and Android\r\nwith a custom back-end allowing the\r\nbrand to push out new releases.", "containImage": "true", - "__index": 1, + "__index": "1", "dateCreated": "Sun, 03 Apr 2016 18:40:41 GMT", "media": [ { + "type": "video", + "token": "", + "width": "1920", + "height": "1080", + "title": "stone-island-app.mp4", + "thumb": "http://okfocus.s3.amazonaws.com/misc/okcms/video.png" + }, + { "uri": "https://ltho.s3.amazonaws.com/332543c6-fa00-4fcb-9c34-070764e5a692.png", "caption": "", "type": "image" } ], - "press": [ - { - "text": "", - "uri": "" - } - ] + "press": [], + "mobileTitle": "", + "mobileMedia": [] }, { "id": "marc-jacobs", @@ -341,20 +346,25 @@ "brief": "Overlayer is an iPhone app we\r\nbuilt that allows users to apply\r\ntransparent PNG files over images\r\non their phone. The unique aspect of\r\nthe app is the custom back-end we\r\nbuilt for it, where admins can upload\r\nnew Overlays at will, without having\r\nto re-upload the app with Apple, also\r\ncomplete with the ability to send out\r\npush notifications to users notifying\r\nthem of the new Overlays.", "media": [ { + "type": "video", + "token": "", + "width": "1920", + "height": "1080", + "title": "overlayer-app.mp4", + "thumb": "http://okfocus.s3.amazonaws.com/misc/okcms/video.png" + }, + { "uri": "https://ltho.s3.amazonaws.com/336e751b-ef66-467a-bfb6-b56bc5733307.png", "caption": "", "type": "image" } ], "containImage": "true", - "press": [ - { - "text": "", - "uri": "" - } - ], - "__index": 9, - "dateCreated": "Sun, 03 Apr 2016 19:45:55 GMT" + "press": [], + "__index": "9", + "dateCreated": "Sun, 03 Apr 2016 19:45:55 GMT", + "mobileTitle": "", + "mobileMedia": [] }, { "id": "diesel", @@ -581,10 +591,10 @@ { "type": "video", "token": "", - "width": "322", - "height": "682", - "title": "", - "thumb": "" + "width": "1920", + "height": "1080", + "title": "drake-shake-app.mp4", + "thumb": "http://okfocus.s3.amazonaws.com/misc/okcms/video.png" }, { "uri": "https://ltho.s3.amazonaws.com/ff8732a5-764b-4b14-8d66-3d66206d933f.png", @@ -604,7 +614,9 @@ } ], "__index": "17", - "dateCreated": "Sun, 03 Apr 2016 20:45:42 GMT" + "dateCreated": "Sun, 03 Apr 2016 20:45:42 GMT", + "mobileTitle": "", + "mobileMedia": [] }, { "id": "nike-hyperfeel", @@ -678,6 +690,14 @@ "brief": "We developed an in-house app and\r\nwebsite that allows people to create new\r\nemoticons using Unicode symbols. The\r\nproject came from a Twitter Ripps started\r\nin 2010 that gained 20k followers through\r\ntweeting new fun types of emoticons,\r\nbefore emojis were a thing!", "media": [ { + "type": "video", + "token": "", + "width": "1920", + "height": "1080", + "title": "newemoticons-app.mp4", + "thumb": "http://okfocus.s3.amazonaws.com/misc/okcms/video.png" + }, + { "uri": "https://ltho.s3.amazonaws.com/118baf27-0eea-4713-b140-b32567ef91fa.png", "caption": "", "type": "image" @@ -703,8 +723,10 @@ "uri": "http://uk.complex.com/pop-culture/2013/09/newmoticons" } ], - "__index": 20, - "dateCreated": "Sun, 03 Apr 2016 21:10:21 GMT" + "__index": "20", + "dateCreated": "Sun, 03 Apr 2016 21:10:21 GMT", + "mobileTitle": "", + "mobileMedia": [] }, { "id": "been-trill", |
