Skip to content

Commit

Permalink
moved metadata jsons for an app to main website
Browse files Browse the repository at this point in the history
  • Loading branch information
pif committed Oct 22, 2014
1 parent acf6ab1 commit a9e14cc
Show file tree
Hide file tree
Showing 9 changed files with 1,663 additions and 0 deletions.
144 changes: 144 additions & 0 deletions app/blocks_v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
{
"blocks": [
{
"start": "2014-10-24T07:00:00.000Z",
"end": "2014-10-24T08:00:00.000Z",
"title": "Hackaton: Registration, app selection contest",
"type": "break",
"subtitle": "ComeIn"
},
{
"start": "2014-10-24T07:00:00.000Z",
"end": "2014-10-24T09:00:00.000Z",
"title": "Workshop: Android Wear Data Sync",
"type": "break",
"subtitle": "coMMuna"
},
{
"start": "2014-10-24T10:00:00.000Z",
"end": "2014-10-24T12:00:00.000Z",
"title": "Workshop: Browser Performance",
"type": "break",
"subtitle": "coMMuna"
},
{
"start": "2014-10-24T13:00:00.000Z",
"end": "2014-10-24T15:00:00.000Z",
"title": "Workshop: Polymer: Future on your fingers",
"type": "break",
"subtitle": "coMMuna"
},
{
"start": "2014-10-24T15:00:00.000Z",
"end": "2014-10-24T16:00:00.000Z",
"title": "Hackaton: Demostage",
"type": "break",
"subtitle": "ComeIn"
},
{
"start": "2014-10-25T05:30:00.000Z",
"end": "2014-10-25T06:20:00.000Z",
"title": "Registration",
"type": "break",
"subtitle": "Main Hall"
},
{
"start": "2014-10-25T06:30:00.000Z",
"end": "2014-10-25T07:20:00.000Z",
"title": "",
"type": "free",
"subtitle": ""
},
{
"start": "2014-10-25T07:30:00.000Z",
"end": "2014-10-25T08:00:00.000Z",
"title": "",
"type": "free",
"subtitle": ""
},
{
"start": "2014-10-25T08:10:00.000Z",
"end": "2014-10-25T08:40:00.000Z",
"title": "",
"type": "free",
"subtitle": ""
},
{
"start": "2014-10-25T08:50:00.000Z",
"end": "2014-10-25T09:20:00.000Z",
"title": "",
"type": "free",
"subtitle": ""
},
{
"start": "2014-10-25T09:30:00.000Z",
"end": "2014-10-25T10:50:00.000Z",
"title": "Lunch",
"type": "break",
"subtitle": "Лівий Берег (Left Bank) restaurant, Opera house"
},
{
"start": "2014-10-25T11:00:00.000Z",
"end": "2014-10-25T11:30:00.000Z",
"title": "",
"type": "free",
"subtitle": ""
},
{
"start": "2014-10-25T11:40:00.000Z",
"end": "2014-10-25T12:10:00.000Z",
"title": "",
"type": "free",
"subtitle": ""
},
{
"start": "2014-10-25T12:20:00.000Z",
"end": "2014-10-25T12:50:00.000Z",
"title": "",
"type": "free",
"subtitle": ""
},
{
"start": "2014-10-25T13:00:00.000Z",
"end": "2014-10-25T13:30:00.000Z",
"title": "Coffee Break",
"type": "break",
"subtitle": ""
},
{
"start": "2014-10-25T13:30:00.000Z",
"end": "2014-10-25T14:00:00.000Z",
"title": "",
"type": "free",
"subtitle": ""
},
{
"start": "2014-10-25T14:10:00.000Z",
"end": "2014-10-25T14:40:00.000Z",
"title": "",
"type": "free",
"subtitle": ""
},
{
"start": "2014-10-25T14:50:00.000Z",
"end": "2014-10-25T15:20:00.000Z",
"title": "",
"type": "free",
"subtitle": ""
},
{
"start": "2014-10-25T15:30:00.000Z",
"end": "2014-10-25T16:00:00.000Z",
"title": "Closing ceremony",
"type": "break",
"subtitle": "Blue room"
},
{
"start": "2014-10-25T16:10:00.000Z",
"end": "2014-10-25T18:00:00.000Z",
"title": "Afterparty",
"type": "break",
"subtitle": "Main Hall"
}
]
}
22 changes: 22 additions & 0 deletions app/hashtags_v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"hashtags": [
{
"color": "#303f9f",
"order": 1,
"name": "#dfua",
"description": "Follow the general Google+ social conversation happening around GDG DevFest"
},
{
"color": "#303f9f",
"order": 2,
"name": "#gdg",
"description": "Follow the general Google+ social conversation happening around GDG"
},
{
"color": "#303f9f",
"order": 3,
"name": "#gdglviv",
"description": "Follow the general Google+ social conversation happening around GDG Lviv"
}
]
}
15 changes: 15 additions & 0 deletions app/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"format": "iosched-json-v1",
"data_files": [
"blocks_v2.json",
"hashtags_v2.json",
"partners_v3.json",
"past_io_videolibrary_v2.json",
"rooms_v1.json",
"session_data_v4.json",
"speakers_v2.json",
"tags_v1.json"
]
}


Loading

0 comments on commit a9e14cc

Please sign in to comment.