Browse Source

update calendar

windhamdavid 9 years ago
parent
commit
4544275fb4
1 changed files with 34 additions and 0 deletions
  1. 34 0
      js/about.js

+ 34 - 0
js/about.js

@@ -301,6 +301,40 @@ $('.calendar').fullCalendar ({
 				start: '2015-04-11',
 				end: '2015-05-16',
 				borderColor: 'blue'
+			},
+			{
+				title: 'Contract',
+				start: '2015-05-19',
+				end: '2015-08-16',
+				borderColor: 'blue'
+			},
+			{
+				title: 'Project',
+				start: '2015-08-18',
+				end: '2015-08-29'
+			},
+			{
+				title: 'Project',
+				start: '2015-09-01',
+				end: '2015-09-24'
+			},
+			{
+				title: 'Holiday',
+				start: '2015-09-25',
+				end: '2015-10-03',
+				borderColor: 'red'
+			},
+			{
+				title: 'Contract',
+				start: '2015-10-06',
+				end: '2015-11-28',
+				borderColor: 'blue'
+			},
+			{
+				title: 'Holiday',
+				start: '2015-12-22',
+				end: '2016-01-05',
+				borderColor: 'red'
 			}
 	]
 });