Add banner to be compliance GDPR

Change-Id: Id2897b056268797511bd79f1d642cc63544a9060
Signed-off-by: Faycal Abka <abka.faycal@gmail.com>
diff --git a/community.html b/community.html
index 633491c..be8aa40 100644
--- a/community.html
+++ b/community.html
@@ -10,6 +10,9 @@
 </head>
 <body>
     <header>
+    	<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
+  		<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
+		
 		<div class="logo-left width">
 			<a href="index.html"><img src="images/logo_kitalpha.png" alt="Kitalpha logo" width="40%"></a>
 		</div>
diff --git a/download.html b/download.html
index a714d75..9286b15 100644
--- a/download.html
+++ b/download.html
@@ -6,6 +6,9 @@
 	<title>Kitalpha</title>
 	<link rel="stylesheet" href="styles.css" type="text/css" />
 	
+	<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
+  	<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
+	
 	<style>
 		
 		.dnd a:link {
diff --git a/events.html b/events.html
index 8990b3c..9e84ba8 100644
--- a/events.html
+++ b/events.html
@@ -5,7 +5,9 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<title>Kitalpha</title>
 	<link rel="stylesheet" href="styles.css" type="text/css" />
-
+	
+	<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
+  	<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
 </head>
 <body>
 	<header>
diff --git a/index.html b/index.html
index b638088..c1412d3 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,9 @@
 <title>Kitalpha</title>
 <link rel="stylesheet" href="styles.css" type="text/css" />
 
+<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
+<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
+
 <noscript>
 	<style>

 .jsonly {

diff --git a/start.html b/start.html
index 7c9cfbf..8592b8e 100644
--- a/start.html
+++ b/start.html
@@ -9,6 +9,8 @@
 	<title>Kitalpha</title>
 	<link rel="stylesheet" href="styles.css" type="text/css" />
 
+	<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
+  	<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
 	
 	<style>
 		/**************************************************************