Browse Source

update calendar

windhamdavid 7 years ago
parent
commit
f0595c6131
1 changed files with 42 additions and 1 deletions
  1. 42 1
      js/about.js

+ 42 - 1
js/about.js

@@ -314,7 +314,48 @@ $('.calendar').fullCalendar ({
 			{
 				title: 'Project',
 				start: '2017-07-18',
-				end: '2017-09-30',
+				end: '2017-09-30'
+			},
+			{
+				title: 'Contract',
+				start: '2017-10-02',
+				end: '2017-10-18',
+				borderColor: 'blue'
+			},
+			{
+				title: 'Holiday',
+				start: '2017-10-19',
+				end: '2017-10-24',
+				borderColor: 'red'
+			},
+			{
+				title: 'Contract',
+				start: '2017-10-25',
+				end: '2017-11-21',
+				borderColor: 'blue'
+			},
+			{
+				title: 'Holiday',
+				start: '2017-11-22',
+				end: '2017-11-26',
+				borderColor: 'red'
+			},
+			{
+				title: 'Project',
+				start: '2017-11-27',
+				end: '2017-12-22',
+			},
+			{
+				title: 'Holiday',
+				start: '2017-12-23',
+				end: '2018-01-05',
+				borderColor: 'red'
+			},
+			{
+				title: 'Contract',
+				start: '2018-01-08',
+				end: '2018-03-30',
+				borderColor: 'blue'
 			}
 	]
 });