Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
918 B
38 lines
918 B
12 years ago
|
storyjs_jsonp_data = {
|
||
|
"timeline":
|
||
|
{
|
||
|
"headline":"The Main Timeline Headline Goes here",
|
||
|
"type":"default",
|
||
|
"text":"<p>Intro body text goes here, some HTML is ok</p>",
|
||
|
"asset": {
|
||
|
"media":"http://yourdomain_or_socialmedialink_goes_here.jpg",
|
||
|
"credit":"Credit Name Goes Here",
|
||
|
"caption":"Caption text goes here"
|
||
|
},
|
||
|
"date": [
|
||
|
{
|
||
|
"startDate":"2011,12,10",
|
||
|
"endDate":"2011,12,11",
|
||
|
"headline":"Headline Goes Here",
|
||
|
"text":"<p>Body text goes here, some HTML is OK</p>",
|
||
|
"tag":"This is Optional",
|
||
|
"asset": {
|
||
|
"media":"http://twitter.com/ArjunaSoriano/status/164181156147900416",
|
||
|
"thumbnail":"optional-32x32px.jpg",
|
||
|
"credit":"Credit Name Goes Here",
|
||
|
"caption":"Caption text goes here"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"era": [
|
||
|
{
|
||
|
"startDate":"2011,12,10",
|
||
|
"endDate":"2011,12,11",
|
||
|
"headline":"Headline Goes Here",
|
||
|
"tag":"This is Optional"
|
||
|
}
|
||
|
|
||
|
]
|
||
|
|
||
|
}
|
||
|
}
|