Journeys_WantHome/wwwroot/assets/data/events.json

79 lines
2.0 KiB
JSON

[
{
"title": "Redesign website",
"start": "2020-04-01",
"textColor": "rgb(52, 108, 176)",
"backgroundColor": "rgba(52, 108, 176, .12)",
"borderColor": "rgb(52, 108, 176)"
},
{
"title": "Write new content",
"start": "2020-04-07",
"end": "2020-04-10",
"textColor": "rgb(0, 162, 138)",
"backgroundColor": "rgba(0, 162, 138, .12)",
"borderColor": "rgb(0, 162, 138)"
},
{
"id": 999,
"title": "Apply new styles",
"start": "2020-04-09T16:00:00",
"textColor": "rgb(95, 75, 139)",
"backgroundColor": "rgba(95, 75, 139, .12)",
"borderColor": "rgb(95, 75, 139)"
},
{
"id": 999,
"title": "Review",
"start": "2020-04-16T16:00:00",
"textColor": "rgb(0, 162, 138)",
"backgroundColor": "rgba(0, 162, 138, .12)",
"borderColor": "rgb(0, 162, 138)"
},
{
"title": "Conference",
"start": "2020-04-11",
"end": "2020-04-13",
"textColor": "rgb(1, 121, 168)",
"backgroundColor": "rgba(1, 121, 168, .12)",
"borderColor": "rgb(1, 121, 168)"
},
{
"title": "Meeting",
"start": "2020-04-12T10:30:00",
"end": "2020-04-12T12:30:00",
"textColor": "rgb(249, 172, 47)",
"backgroundColor": "rgba(249, 172, 47, .12)",
"borderColor": "rgb(249, 172, 47)"
},
{
"title": "Deploy",
"start": "2020-04-12T12:00:00",
"textColor": "rgb(0, 162, 138)",
"backgroundColor": "rgba(0, 162, 138, .12)",
"borderColor": "rgb(0, 162, 138)"
},
{
"title": "Meeting",
"start": "2020-04-25T14:30:00",
"textColor": "rgb(249, 172, 47)",
"backgroundColor": "rgba(249, 172, 47, .12)",
"borderColor": "rgb(249, 172, 47)"
},
{
"title": "Go live!",
"start": "2020-04-30T07:00:00",
"textColor": "rgb(183, 107, 163)",
"backgroundColor": "rgba(183, 107, 163, .12)",
"borderColor": "rgb(183, 107, 163)"
},
{
"title": "Click for Project",
"url": "page-project.html",
"start": "2020-04-28",
"textColor": "rgb(95, 75, 139)",
"backgroundColor": "rgba(95, 75, 139, .12)",
"borderColor": "rgb(95, 75, 139)"
}
]