diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-21 06:15:15 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-21 06:15:15 -0500 |
| commit | 4530da3162b4fef7103871759e8d17c3f8a2758b (patch) | |
| tree | a92cd990e328943dd663715f3ba076242b314400 /static | |
| parent | 6892666778ef20e31eea669ea5932f759626fdf0 (diff) | |
docs: :memo: Removed off subject otter logs
Updated packages, Removed off subject otter logs.
Diffstat (limited to 'static')
| -rw-r--r-- | static/knightlabs.json | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/static/knightlabs.json b/static/knightlabs.json new file mode 100644 index 0000000..f6a3722 --- /dev/null +++ b/static/knightlabs.json @@ -0,0 +1,77 @@ +{ + "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." + } + }, + "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 |
