Browse Source

16 calendar

windhamdavid 8 years ago
parent
commit
c9bdea9f25
1 changed files with 21 additions and 85 deletions
  1. 21 85
      js/about.js

+ 21 - 85
js/about.js

@@ -221,124 +221,60 @@ $('.calendar').fullCalendar ({
 	firstDay : 1,
 	height: 345,
 	events: [
-			{
-				title: 'Project',
-				start: '2014-09-27',
-				end: '2014-10-02'
-			},
-			{
-				title: 'Conf',
-				start: '2014-10-11',
-				end: '2014-10-13',
-				borderColor: 'red'
-			},
-			{
-				title: 'off',
-				start: '2014-10-13',
-				end: '2014-10-16'	
-			},
-			{
-				title: 'Contract',
-				start: '2014-10-16',
-				end: '2014-10-31'
-			},
-			{
-				title: 'Contract',
-				start: '2014-11-03',
-				end: '2014-11-22'
-			},
-			{
-				title: 'Project',
-				start: '2014-12-01',
-				end: '2014-12-06'
-			},
-			{
-				title: 'Project',
-				start: '2014-12-08',
-				end: '2014-12-13'
-			},
 			{
 				title: 'Holiday',
-				start: '2014-12-22',
-				end: '2015-01-05',
+				start: '2015-12-22',
+				end: '2016-01-05',
 				borderColor: 'red'
 			},
 			{
 				title: 'Project',
-				start: '2015-01-06',
-				end: '2015-01-25'
+				start: '2016-01-05',
+				end: '2016-02-05'
 			},
 			{
-				title: 'Project',
-				start: '2015-01-27',
-				end: '2015-02-14'
+				title: 'Contract',
+				start: '2016-02-06',
+				end: '2016-02-13',
+				borderColor: 'blue'
 			},
 			{
 				title: 'Holiday',
-				start: '2015-02-14',
-				end: '2015-02-19',
+				start: '2016-02-13',
+				end: '2016-02-16',
 				borderColor: 'red'
 			},
-			{
-				title: 'Project',
-				start: '2015-02-19',
-				end: '2015-03-07'
-			},
 			{
 				title: 'Contract',
-				start: '2015-03-10',
-				end: '2015-04-04',
+				start: '2016-02-16',
+				end: '2016-04-01',
 				borderColor: 'blue'
 			},
 			{
 				title: 'Holiday',
-				start: '2015-04-04',
-				end: '2015-04-11',
+				start: '2016-04-01',
+				end: '2016-04-10',
 				borderColor: 'red'
 			},
 			{
 				title: 'Contract',
-				start: '2015-04-11',
-				end: '2015-05-16',
-				borderColor: 'blue'
-			},
-			{
-				title: 'Contract',
-				start: '2015-05-19',
-				end: '2015-08-16',
+				start: '2016-04-12',
+				end: '2016-06-01',
 				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'
+				start: '2016-06-01',
+				end: '2016-07-01'
 			},
 			{
 				title: 'Holiday',
-				start: '2015-12-22',
-				end: '2016-01-05',
+				start: '2016-07-01',
+				end: '2016-07-06',
 				borderColor: 'red'
 			}
 	]
 });
 
-
-		
+	
 });