Browse Source

update calendar

windhamdavid 6 years ago
parent
commit
a7749c6864
1 changed files with 44 additions and 0 deletions
  1. 44 0
      js/about.js

+ 44 - 0
js/about.js

@@ -356,6 +356,50 @@ $('.calendar').fullCalendar ({
 				start: '2018-01-08',
 				end: '2018-03-30',
 				borderColor: 'blue'
+			},
+			{
+				title: 'Contract',
+				start: '2018-04-01',
+				end: '2018-06-30',
+				borderColor: 'blue'
+			},
+			{
+				title: 'Project',
+				start: '2018-05-01',
+				end: '2018-07-30'
+			},
+			{
+				title: 'Project',
+				start: '2018-07-01',
+				end: '2018-08-30'
+			},
+			{
+				title: 'Contract',
+				start: '2018-08-01',
+				end: '2018-11-01',
+				borderColor: 'blue'
+			},
+			{
+				title: 'Project',
+				start: '2018-10-01',
+				end: '2018-12-23'
+			},
+			{
+				title: 'Holiday',
+				start: '2018-11-22',
+				end: '2018-11-26',
+				borderColor: 'red'
+			},
+			{
+				title: 'Holiday',
+				start: '2018-12-23',
+				end: '2019-01-05',
+				borderColor: 'red'
+			},
+			{
+				title: 'Project',
+				start: '2019-01-01',
+				end: '2019-03-30'
 			}
 	]
 });