Browse Source

:calendar:

windhamdavid 8 years ago
parent
commit
4bfe3f7509
1 changed files with 18 additions and 1 deletions
  1. 18 1
      js/about.js

+ 18 - 1
js/about.js

@@ -297,8 +297,25 @@ $('.calendar').fullCalendar ({
 			{
 				title: 'Project',
 				start: '2017-01-24',
-				end: '2017-03-18',
+				end: '2017-03-31',
 			},
+			{
+				title: 'Contract',
+				start: '2017-04-01',
+				end: '2016-07-03',
+				borderColor: 'blue'
+			},
+			{
+				title: 'Holiday',
+				start: '2017-07-04',
+				end: '2017-07-15',
+				borderColor: 'red'
+			},
+			{
+				title: 'Project',
+				start: '2017-07-18',
+				end: '2017-09-30',
+			}
 	]
 });