summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db.json65
-rw-r--r--index.js2
2 files changed, 64 insertions, 3 deletions
diff --git a/db.json b/db.json
index 06c584f..cb6f87c 100644
--- a/db.json
+++ b/db.json
@@ -21,7 +21,7 @@
"uri": "http://nytimes.com/"
}
],
- "__index": "0",
+ "__index": 0,
"dateCreated": "Sat, 26 Mar 2016 20:34:21 GMT",
"client": "Annapurna Pictures",
"containImage": "true",
@@ -55,10 +55,71 @@
"uri": "https://ltho.s3.amazonaws.com/e12aee73-07a1-41f4-a54f-8b8c09f167f9.png",
"caption": ""
},
- "__index": "1",
+ "__index": 1,
"dateCreated": "Mon, 28 Mar 2016 17:19:36 GMT",
"iframe": "http://okfoc.us",
"video": ""
+ },
+ {
+ "id": "internet-archaeology",
+ "year": 2010,
+ "title": "Internet Archaeology",
+ "client": "OKFocus",
+ "link": "http://internetarchaeology.org/",
+ "NatureOfWork": "Web Development",
+ "brief": "Internet Archaeology was the first major self initiated project by OKFocus creative director, Ryder Ripps. As a response to Yahoo pulling the plug on GeoCities. Internet Archaeology archived, presented and re-imagined early internet ephemera for a new audience. Preceding the revival of GIFs and late 90s aesthetic, Internet Archaeology fostered the net trends in art and fashion to come.",
+ "media": [
+ {
+ "uri": "http://internetarchaeology.org/digging.gif",
+ "caption": "",
+ "type": "image"
+ }
+ ],
+ "containImage": "true",
+ "press": [
+ {
+ "text": "Wired",
+ "uri": "http://www.wired.co.uk/news/archive/2009-12/18/meet-the-indiana-jones-of-the-internet.aspx"
+ },
+ {
+ "text": "IBT",
+ "uri": "http://www.ibtimes.com/what-viralism-inquiry-cultures-battle-digital-space-214392"
+ }
+ ],
+ "__index": 3,
+ "dateCreated": "Mon, 28 Mar 2016 23:25:29 GMT"
+ },
+ {
+ "id": "dump-fm",
+ "year": 2010,
+ "title": "dump.fm",
+ "client": "OKFocus",
+ "link": "http://dump.fm/",
+ "NatureOfWork": "Graphic Design\r\nBack-End Development\r\nSocial Media Platform",
+ "brief": "Before Instagram, before Snapchat and when Tumblr was thought of as a “blogging” platform – there was dump.fm. Ripps created dump.fm as a means to use images to chat. The site became a hotbed of NetArt and memes. It is still very active and hosts over 2 million images with over 150,000 user accounts! How many agencies have created active social networks lasting over 6 years!",
+ "media": [
+ {
+ "uri": "http://dumpfm.s3.amazonaws.com/images/20110102/1294001784838-dumpfm-selfharm-sassoonlogo.gif",
+ "caption": ""
+ }
+ ],
+ "containImage": "false",
+ "press": [
+ {
+ "text": "NPR",
+ "uri": "http://ryder-ripps.com/20110815_me_07.mp3"
+ },
+ {
+ "text": "PBS",
+ "uri": "https://www.youtube.com/watch?v=JL7R9CjkxjY"
+ },
+ {
+ "text": "ArtNet",
+ "uri": "https://news.artnet.com/art-world/a-brief-history-of-animated-gif-art-part-two-78532"
+ }
+ ],
+ "__index": 2,
+ "dateCreated": "Mon, 28 Mar 2016 23:27:45 GMT"
}
],
"page": [
diff --git a/index.js b/index.js
index 7d2d39d..14f17be 100644
--- a/index.js
+++ b/index.js
@@ -17,8 +17,8 @@ var app = okcms.createApp({
},
project: {
id: {type: 'string', hidden: true},
- year: {type: 'number'},
title: {type: 'string'},
+ year: {type: 'number'},
client: {type: 'string'},
link: {type: 'string'},
NatureOfWork: {type: 'text'},