Browse Source

update cal

windhamdavid 5 years ago
parent
commit
2cefc25e56
1 changed files with 28 additions and 0 deletions
  1. 28 0
      js/about.js

+ 28 - 0
js/about.js

@@ -429,16 +429,44 @@ $('.calendar').fullCalendar ({
 				start: '2019-08-09',
 				end: '2019-08-30'
 			},
+			{
+				title: 'Project',
+				start: '2019-09-03',
+				end: '2019-09-28'
+			},
+			{
+				title: 'Project',
+				start: '2019-10-01',
+				end: '2019-10-06'
+			},
 			{
 				title: 'Project',
 				start: '2019-10-01',
 				end: '2019-11-01'
 			},
+			{
+				title: 'Contract',
+				start: '2019-11-01',
+				end: '2020-01-31',
+				borderColor: 'blue'
+			},
+			{
+				title: 'Holiday',
+				start: '2019-11-26',
+				end: '2019-12-01',
+				borderColor: 'red'
+			},
 			{
 				title: 'Holiday',
 				start: '2019-12-23',
 				end: '2020-01-05',
 				borderColor: 'red'
+			},
+			{
+				title: 'Contract',
+				start: '2020-02-01',
+				end: '2020-03-31',
+				borderColor: 'blue'
 			}
 	]
 });