diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-19 19:45:55 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-19 19:45:55 -0500 |
| commit | d12e6aa24bfa713a82d446f04dfcc484338d7b2f (patch) | |
| tree | 782e608bfbffed3c6682dbb41becf12727428350 /data/knightlabs.json | |
| parent | f2e3ef95f886397116c21679a94437c9bd6ecb24 (diff) | |
chore: :arrow_up: minor changes pull upgrades
Only Minor changes, pulling upgrades from origin
Diffstat (limited to 'data/knightlabs.json')
| -rw-r--r-- | data/knightlabs.json | 137 |
1 files changed, 76 insertions, 61 deletions
diff --git a/data/knightlabs.json b/data/knightlabs.json index 0d18776..f6a3722 100644 --- a/data/knightlabs.json +++ b/data/knightlabs.json @@ -1,62 +1,77 @@ -[ - { - "Year": "", - "Month": "", - "Day": "", - "Time": "", - "End Year": "", - "End Month": "", - "End Day": "", - "End Time": "", - "Display Date": "", - "Headline": "Google Spreadsheet Example", - "Text": " This is a test of using google spreadsheets as a source for the timeline tool. This is a 'title' slide", - "Media": " so it doesn't need a date. It automatically occurs first", - "Media Credit": " and doesn't appear in the timeline below. ", - "Media Caption": "https://www.flickr.com/photos/zachwise/6115056146/in/photostream", - "Media Thumbnail": "Zach Wise/verite.co", - "Type": " <a href= http://www.flickr.com/photos/zachwise/6115056146/ title= Chicago by zach.wise", - "Group": " on Flickr >Chicago by zach.wise</a> ", - "Background": "" +{ + "title": { + "media": { + "url": "https://loremflickr.com/320/240/busty,milf/all?random", + "caption": "Here is a sample photo", + "credit": "Lorem Flicker" + }, + "text": { + "headline": "This is the primary headline", + "text": "This is the primary body of text to use in conjunction with the title." + } }, - { - "Year": "2011", - "Month": "11", - "Day": "1", - "Time": "", - "End Year": "2011", - "End Month": "12", - "End Day": "15", - "End Time": "", - "Display Date": "", - "Headline": "Another Flickr Example", - "Text": "It's Easy to Make Your Own Timeline", - "Media": "https://www.flickr.com/photos/zachwise/6894476777/in/photostream", - "Media Credit": "Zach Wise/verite.co", - "Media Caption": "Chicago to NYC", - "Media Thumbnail": "", - "Type": "", - "Group": "", - "Background": "#333333" - }, - { - "Year": "2011", - "Month": "11", - "Day": "16", - "Time": "05:58:44", - "End Year": "2011", - "End Month": "11", - "End Day": "16", - "End Time": "07:30:00", - "Display Date": "", - "Headline": "Vimeo Example", - "Text": " Illustrate your Timeline with photos", - "Media": " videos", - "Media Credit": " tweets and more. ", - "Media Caption": "https://vimeo.com/143407878", - "Media Thumbnail": "Knight Lab", - "Type": "A video about how to make timelines!", - "Group": "", - "Background": "" - } -]
\ No newline at end of file + "events": [ + { + "media": { + "url": "https://loremflickr.com/320/240/busty,teen/all?random", + "caption": "This is another sample photo.", + "credit": "Lorem Flicker" + }, + "start_date": { + "month": "10", + "day": "21", + "year": "1998" + }, + "text": { + "headline": "Birthday", + "text": "<p>Html can be used within these text objects.</p>" + } + }, + { + "media": { + "url": "https://youtu.be/xuVAbsPB6uw?si=9bGxCpBn1yu1ROX_", + "caption": "", + "credit": "Tube of you" + }, + "start_date": { + "month": "11", + "day": "13", + "year": "2022" + }, + "text": { + "headline": "You Tube Video", + "text": "<p>Html can be used within these text objects.</p>" + } + }, + { + "media": { + "url": "", + "caption": "", + "credit": "" + }, + "start_date": { + "year": "2024" + }, + "text": { + "headline": "Year of the Big Boobs", + "text": "<p>As long as there is a year as a start_date, your ok.</p>" + } + }, + { + "media": { + "url": "https://loremflickr.com/320/240/busty,milf/all?random", + "caption": "This is another sample photo.", + "credit": "Lorem Flicker" + }, + "start_date": { + "month": "10", + "day": "21", + "year": "2024" + }, + "text": { + "headline": "Another object", + "text": "<p>Html can be used within these text objects.</p>" + } + } + ] +}
\ No newline at end of file |
