Fixed Logo, updated web projects

Change-Id: I7a997c1b50e4de774b38a20430b301a209ecedfa
Signed-off-by: Jonas Helming <jhelming@eclipsesource.com>
diff --git a/images/jsonformslogo.svg b/images/jsonformslogo.svg
new file mode 100644
index 0000000..78eed9d
--- /dev/null
+++ b/images/jsonformslogo.svg
@@ -0,0 +1,18 @@
+<svg
+   version="1.0"
+   xmlns="http://www.w3.org/2000/svg"
+   viewBox="0 0 150 100"
+   width="300"
+   height="200"
+   preserveAspectRatio="xMidYMid meet"
+>
+   <g xmlns="http://www.w3.org/2000/svg" transform="translate(0.000000,95.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none" id="g6">
+      <path d="M161 937 c-49 -24 -62 -65 -70 -221 -7 -156 -15 -177 -67 -190 -18 -5 -24 -13 -24 -35 0 -22 7 -31 30 -41 48 -20 57 -50 62 -212 4 -121 8 -152 24 -180 25 -42 91 -67 131 -49 36 16 28 52 -14 63 -18 5 -36 14 -40 21 -4 6 -10 75 -13 152 -6 151 -22 208 -69 231 l-22 11 25 17 c47 30 59 70 65 219 6 146 10 157 58 157 28 0 37 14 29 46 -5 20 -12 24 -44 24 -20 0 -48 -6 -61 -13z" id="path8"/>
+      <path d="M1204 936 c-11 -29 1 -51 28 -54 49 -6 58 -33 58 -172 0 -141 13 -185 64 -209 l29 -14 -25 -13 c-46 -24 -61 -75 -68 -229 -3 -77 -9 -146 -13 -152 -4 -7 -22 -16 -40 -21 -22 -6 -33 -15 -35 -30 -5 -32 33 -47 86 -32 66 17 74 38 83 210 8 162 23 214 66 231 36 13 32 64 -6 77 -46 16 -54 44 -60 202 -7 158 -17 191 -67 210 -38 15 -94 12 -100 -4z" id="path10"/>
+      <path d="M467 923 c-15 -2 -43 -20 -62 -38 -45 -45 -47 -71 -43 -450 4 -430 -23 -400 368 -400 395 0 365 -37 365 445 0 479 27 444 -345 446 -140 1 -268 0 -283 -3z m553 -73 c19 -19 20 -33 20 -372 0 -313 -2 -353 -17 -370 -15 -17 -37 -18 -290 -18 -260 0 -274 1 -293 20 -19 19 -20 33 -20 370 0 337 1 351 20 370 19 19 33 20 290 20 257 0 271 -1 290 -20z" id="path12"/>
+      <path d="M500 740 c0 -19 7 -20 235 -20 228 0 235 1 235 20 0 19 -7 20 -235 20 -228 0 -235 -1 -235 -20z" id="path14"/>
+      <path d="M500 590 c0 -19 7 -20 235 -20 228 0 235 1 235 20 0 19 -7 20 -235 20 -228 0 -235 -1 -235 -20z" id="path16"/>
+      <path d="M500 410 c0 -19 7 -20 235 -20 228 0 235 1 235 20 0 19 -7 20 -235 20 -228 0 -235 -1 -235 -20z" id="path18"/>
+      <path d="M500 240 c0 -19 7 -20 235 -20 228 0 235 1 235 20 0 19 -7 20 -235 20 -228 0 -235 -1 -235 -20z" id="path20"/>
+   </g>
+</svg>
\ No newline at end of file
diff --git a/web.php b/web.php
index 8f9c7ab..ad83bee 100644
--- a/web.php
+++ b/web.php
@@ -41,9 +41,9 @@
 		<h1>$pageTitle</h1>
 		<table>
 		<tr>
-		<td><p>Slowly but steadily, selected modeling tools are being migrated to web technology using emerging technologies such as Atom, Eclipse Che, Monaco, Thea, or LSP. The following technologies allow you to develop modeling tools and model-based application in the web.</p>
+		<td><p>More and more modeling tools are being migrated to the web/cloud using technologies such as <a href="https://www.eclipse.org/emfcloud/">EMF.cloud</a>, <a href="https://www.eclipse.org/glsp/">GLSP</a>, <a href="https://eclipse.org/che">Eclipse Che</a>, Monaco, <a href="https://eclipsesource.com/blogs/2019/12/24/eclipse-theia-ide-faq/">Eclipse Theia</a>, or LSP. The following Eclipse technologies allow you to develop modeling tools and model-based application in the web.</p>
 		</td>
-		<td align="right"><img src="http://www.eclipse.org/modeling/images/modeling_pos_logo_fc_med.jpg">
+		<td align="right"><img src="https://www.eclipse.org/modeling/images/modeling_pos_logo_fc_med.jpg">
 		</td>
 		</table>
 		<div class="container-fluid">
@@ -54,10 +54,20 @@
 (function () {
 	// Render the template using the specified data.
     var html = new EJS({url: "projects.ejs"}).render({projects: [
+    {Title:'EMF.cloud', 
+		Description:'EMF.cloud is the web version of EMF. The umbrella project for web-related modeling components makes the benefits of EMF available in a web- and cloud based scenario. Further, it supports migrating existing EMF-based tools to the browser.',
+		URL:'https://www.eclipse.org/emfcloud/',
+		Logo:'https://www.eclipse.org/emfcloud/images/logo.png'
+	},
+	{Title:'GLSP', 
+		Description:'The Graphical Language Server Platform (GLSP) enables diagram editors in the web/browser. It integrates well with existing graphical modeling editors based on EMF, but also supports the development of browser-based diagram editors from scratch. GLSP-based diagram editors can be hosted stand-alone or embedded into web-based tools such as <a href="https://eclipsesource.com/technology/eclipse-theia/">Eclipse Theia</a>',
+		URL:'https://www.eclipse.org/glsp/',
+		Logo:'https://www.eclipse.org/glsp/images/logo.png'
+	},
 	{Title:'JSON Forms', 
-		Description:'JSON Forms is alternative renderer engine for EMF Forms. It allows to efficiently build form-based web UIs. JSON Forms eliminates the need to write HTML templates and Javascript for data binding by hand in order to create customizable forms. It does so by leveraging the capabilities of JSON and JSON schema and providing a simple and declarative way of describing forms. Forms are then rendered with a UI framework, currently one that is based on Angular. If you already use EMF Forms, there is an exporter to transfer data models and view models to the JSON Forms format.',
+		Description:'JSON Forms is alternative renderer engine for EMF Forms. It allows to efficiently build form-based web UIs and is especially suited for the creation of data-centric modeling tools. JSON Forms eliminates the need to write HTML templates and Javascript for data binding by hand in order to create customizable forms. It does so by leveraging the capabilities of JSON and JSON schema and providing a simple and declarative way of describing forms. Forms are then rendered with a UI framework, currently one that is based on React or plain HTML. If you already use EMF Forms, there is an exporter to transfer data models and view models to the JSON Forms format.',
 		URL:'http://jsonforms.io',
-		Logo:'http://jsonforms.io/images/jsonforms-logo.png'
+		Logo:'https://www.eclipse.org/modeling/images/jsonformslogo.svg'
 	},
 	
 ]});
@@ -95,3 +105,4 @@
 	# Generate the web page
 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
 ?>
+