Browse Source

update calendar

windhamdavid 6 years ago
parent
commit
8d08d6f8e5
1 changed files with 39 additions and 0 deletions
  1. 39 0
      js/about.js

+ 39 - 0
js/about.js

@@ -400,6 +400,45 @@ $('.calendar').fullCalendar ({
 				title: 'Project',
 				start: '2019-01-01',
 				end: '2019-03-30'
+			},
+			{
+				title: 'Project',
+				start: '2019-03-05',
+				end: '2019-04-29'
+			},
+			{
+				title: 'Contract',
+				start: '2019-05-01',
+				end: '2019-08-01',
+				borderColor: 'blue'
+			},
+			{
+				title: 'Holiday',
+				start: '2019-06-15',
+				end: '2019-06-22',
+				borderColor: 'red'
+			},
+			{
+				title: 'Holiday',
+				start: '2019-08-01',
+				end: '2019-08-08',
+				borderColor: 'red'
+			},
+			{
+				title: 'Project',
+				start: '2019-08-09',
+				end: '2019-08-30'
+			},
+			{
+				title: 'Project',
+				start: '2019-10-01',
+				end: '2019-11-01'
+			},
+			{
+				title: 'Holiday',
+				start: '2019-12-23',
+				end: '2020-01-05',
+				borderColor: 'red'
 			}
 	]
 });