Added available integrations on the main page

Signed-off-by: Philip Langer <planger@eclipsesource.com>
diff --git a/404.html b/404.html
index 90e69b7..0a65b4d 100644
--- a/404.html
+++ b/404.html
@@ -506,7 +506,7 @@
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2020</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/categories/index.html b/categories/index.html
index e5f511c..4b86b71 100644
--- a/categories/index.html
+++ b/categories/index.html
@@ -555,7 +555,7 @@
               </a>
             <div class="row justify-content-center text-center p-2">
                 <div class=" text-body">
-                  <p>The client is based on modern web technologies and can be integrated in any web page as well as into web IDEs such as Eclipse Theia or VS Code. The server is language agnostic and can be integrated with any domain-specific logic, but more importantly with your existing modeling tool to enable a clean and efficient migration path from the desktop to the web.</p>
+                  <p>The client is based on modern web technologies and can be integrated in any web page as well as into web IDEs such as Eclipse Theia, VS Code or the Eclipse desktop IDE. The server is language agnostic and can be integrated with any domain-specific logic, but more importantly with your existing modeling tool to enable a clean and efficient migration path from the desktop to the web.</p>
 
                 </div>
             </div>
@@ -637,6 +637,136 @@
     </div>
 </section>
 
+<!-- Items -->
+<section id="integrations" class="fragment ">
+    <div class="container-fluid bg-white ">
+    <div class="container py-5 ">
+
+  <div class="title-container row mx-0">
+    <div class="title col px-0 text-center text-body">
+      <h2>Diagram Editor Integrations</h2>
+    </div>
+  </div>
+
+  <div class="row justify-content-center align-items-stretch items">
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipse-glsp/glsp-client" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Standalone Client">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-laptop fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Standalone Client</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Standalone Client</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Eclipse GLSP provides a standalone diagram client that can be directly deployed as a web application. Therefore, GLSP does not depend on the usage of any IDE.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipse-glsp/glsp-client" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Embedded (on any website)">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fab fa-html5 fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Embedded (on any website)</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Embedded (on any website)</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>The GLSP diagram editor client is based on standard web technologies (SVG, HTML and CSS) and can therefore be seamlessly embedded on any website.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipsesource/glsp-vscode-integration" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="VS Code Client">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-code fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">VS Code Client</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">VS Code Client</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Eclipse GLSP provides a ready-to-be-used integration with VS Code to provide diagram editors as extensions for the popular IDE.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipse-glsp/glsp-theia-integration" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Eclipse Theia Client">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-database fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Eclipse Theia Client</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Eclipse Theia Client</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Using the powerful extension mechanism of Eclipse Theia, GLSP provides a full integration of diagram editors into the popular IDE framework.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipse-glsp/glsp-eclipse-integration" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Eclipse Desktop IDE Client">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-database fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Eclipse Desktop IDE Client</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Eclipse Desktop IDE Client</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Using a Chrome-based browser Eclipse GLSP provides a seemless integration of diagram editors into the Eclipse desktop IDE.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="/glsp/documentation/#workflowoverview" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Examples">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-user-check fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Examples</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Examples</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Eclipse GLSP provides a consistent example for all available integrations, see <a href="documentation/#workflowoverview">here</a> .</p>
+
+                </div>
+            </div>
+          </div></div>
+    </div>
+    </div>
+</section>
+
 <!-- Footer -->
 <section id="footer" class="fragment ">
     <div class="container-fluid bg-light ">
@@ -710,7 +840,7 @@
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2020</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/contact/index.html b/contact/index.html
index 43873bc..cba5258 100644
--- a/contact/index.html
+++ b/contact/index.html
@@ -619,7 +619,7 @@
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2020</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/documentation/index.html b/documentation/index.html
index 79ef93e..058e84e 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -707,7 +707,7 @@
               </a>
             <div class="row justify-content-center text-center p-2">
                 <div class=" text-secondary">
-                  <p>The GLSP Eclipse IDE allows to use GLSP-based diagrams within the Eclipse Desktop IDE. This is accomplished by integrating a Chrome-based browser seemlessly as a regular Eclipse editor part.
+                  <p>The GLSP Eclipse IDE allows to use GLSP-based diagrams within the Eclipse Desktop IDE. This is accomplished by integrating a Chrome-based browser seamlessly as a regular Eclipse editor part.
 The example GLSP Eclipse IDE client is hosted in the <a href="https://github.com/eclipse-glsp/glsp-eclipse-integration">GLSP Eclipse integration repository</a>. You will find <a href="https://github.com/eclipse-glsp/glsp-eclipse-integration#workflow-diagram-example">detailed information on how to launch it and how to get the sources in the wiki</a>.</p>
 
                 </div>
@@ -810,7 +810,7 @@
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2020</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/index.html b/index.html
index 0df25cf..14351ca 100644
--- a/index.html
+++ b/index.html
@@ -555,7 +555,7 @@
               </a>
             <div class="row justify-content-center text-center p-2">
                 <div class=" text-body">
-                  <p>The client is based on modern web technologies and can be integrated in any web page as well as into web IDEs such as Eclipse Theia or VS Code. The server is language agnostic and can be integrated with any domain-specific logic, but more importantly with your existing modeling tool to enable a clean and efficient migration path from the desktop to the web.</p>
+                  <p>The client is based on modern web technologies and can be integrated in any web page as well as into web IDEs such as Eclipse Theia, VS Code or the Eclipse desktop IDE. The server is language agnostic and can be integrated with any domain-specific logic, but more importantly with your existing modeling tool to enable a clean and efficient migration path from the desktop to the web.</p>
 
                 </div>
             </div>
@@ -637,6 +637,136 @@
     </div>
 </section>
 
+<!-- Items -->
+<section id="integrations" class="fragment ">
+    <div class="container-fluid bg-white ">
+    <div class="container py-5 ">
+
+  <div class="title-container row mx-0">
+    <div class="title col px-0 text-center text-body">
+      <h2>Diagram Editor Integrations</h2>
+    </div>
+  </div>
+
+  <div class="row justify-content-center align-items-stretch items">
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipse-glsp/glsp-client" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Standalone Client">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-laptop fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Standalone Client</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Standalone Client</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Eclipse GLSP provides a standalone diagram client that can be directly deployed as a web application. Therefore, GLSP does not depend on the usage of any IDE.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipse-glsp/glsp-client" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Embedded (on any website)">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fab fa-html5 fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Embedded (on any website)</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Embedded (on any website)</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>The GLSP diagram editor client is based on standard web technologies (SVG, HTML and CSS) and can therefore be seamlessly embedded on any website.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipsesource/glsp-vscode-integration" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="VS Code Client">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-code fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">VS Code Client</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">VS Code Client</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Eclipse GLSP provides a ready-to-be-used integration with VS Code to provide diagram editors as extensions for the popular IDE.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipse-glsp/glsp-theia-integration" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Eclipse Theia Client">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-database fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Eclipse Theia Client</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Eclipse Theia Client</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Using the powerful extension mechanism of Eclipse Theia, GLSP provides a full integration of diagram editors into the popular IDE framework.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipse-glsp/glsp-eclipse-integration" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Eclipse Desktop IDE Client">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-database fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Eclipse Desktop IDE Client</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Eclipse Desktop IDE Client</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Using a Chrome-based browser Eclipse GLSP provides a seemless integration of diagram editors into the Eclipse desktop IDE.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="/glsp/documentation/#workflowoverview" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Examples">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-user-check fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Examples</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Examples</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Eclipse GLSP provides a consistent example for all available integrations, see <a href="documentation/#workflowoverview">here</a> .</p>
+
+                </div>
+            </div>
+          </div></div>
+    </div>
+    </div>
+</section>
+
 <!-- Footer -->
 <section id="footer" class="fragment ">
     <div class="container-fluid bg-light ">
@@ -710,7 +840,7 @@
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2020</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/support/index.html b/support/index.html
index 14772f8..b1812e8 100644
--- a/support/index.html
+++ b/support/index.html
@@ -592,7 +592,7 @@
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2020</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>
diff --git a/tags/index.html b/tags/index.html
index dc5fb8e..c8960f2 100644
--- a/tags/index.html
+++ b/tags/index.html
@@ -555,7 +555,7 @@
               </a>
             <div class="row justify-content-center text-center p-2">
                 <div class=" text-body">
-                  <p>The client is based on modern web technologies and can be integrated in any web page as well as into web IDEs such as Eclipse Theia or VS Code. The server is language agnostic and can be integrated with any domain-specific logic, but more importantly with your existing modeling tool to enable a clean and efficient migration path from the desktop to the web.</p>
+                  <p>The client is based on modern web technologies and can be integrated in any web page as well as into web IDEs such as Eclipse Theia, VS Code or the Eclipse desktop IDE. The server is language agnostic and can be integrated with any domain-specific logic, but more importantly with your existing modeling tool to enable a clean and efficient migration path from the desktop to the web.</p>
 
                 </div>
             </div>
@@ -637,6 +637,136 @@
     </div>
 </section>
 
+<!-- Items -->
+<section id="integrations" class="fragment ">
+    <div class="container-fluid bg-white ">
+    <div class="container py-5 ">
+
+  <div class="title-container row mx-0">
+    <div class="title col px-0 text-center text-body">
+      <h2>Diagram Editor Integrations</h2>
+    </div>
+  </div>
+
+  <div class="row justify-content-center align-items-stretch items">
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipse-glsp/glsp-client" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Standalone Client">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-laptop fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Standalone Client</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Standalone Client</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Eclipse GLSP provides a standalone diagram client that can be directly deployed as a web application. Therefore, GLSP does not depend on the usage of any IDE.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipse-glsp/glsp-client" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Embedded (on any website)">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fab fa-html5 fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Embedded (on any website)</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Embedded (on any website)</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>The GLSP diagram editor client is based on standard web technologies (SVG, HTML and CSS) and can therefore be seamlessly embedded on any website.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipsesource/glsp-vscode-integration" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="VS Code Client">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-code fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">VS Code Client</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">VS Code Client</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Eclipse GLSP provides a ready-to-be-used integration with VS Code to provide diagram editors as extensions for the popular IDE.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipse-glsp/glsp-theia-integration" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Eclipse Theia Client">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-database fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Eclipse Theia Client</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Eclipse Theia Client</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Using the powerful extension mechanism of Eclipse Theia, GLSP provides a full integration of diagram editors into the popular IDE framework.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="https://github.com/eclipse-glsp/glsp-eclipse-integration" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Eclipse Desktop IDE Client">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-database fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Eclipse Desktop IDE Client</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Eclipse Desktop IDE Client</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Using a Chrome-based browser Eclipse GLSP provides a seemless integration of diagram editors into the Eclipse desktop IDE.</p>
+
+                </div>
+            </div>
+          </div>
+          <div class="col-md-4 d-flex flex-column">
+              <a href="/glsp/documentation/#workflowoverview" class="col justify-content-between d-flex flex-column header text-body">
+              <div class="row image justify-content-center align-items-center">
+                    <span class="fa-stack fa-3x m-2" title="Examples">
+                      <i class="fas fa-circle fa-stack-2x text-primary"></i>
+                      <i class="fas fa-user-check fa-stack-1x fa-inverse"></i>
+                      <span class="sr-only">Examples</span>
+                    </span>
+              </div>
+              <div class="row justify-content-center text-center">
+                  <h4 class="mb-3 text-body">Examples</h4></div>
+              </a>
+            <div class="row justify-content-center text-center p-2">
+                <div class=" text-body">
+                  <p>Eclipse GLSP provides a consistent example for all available integrations, see <a href="documentation/#workflowoverview">here</a> .</p>
+
+                </div>
+            </div>
+          </div></div>
+    </div>
+    </div>
+</section>
+
 <!-- Footer -->
 <section id="footer" class="fragment ">
     <div class="container-fluid bg-light ">
@@ -710,7 +840,7 @@
       <div class="col-md">
         <div class="row mx-0 my-2 justify-content-center text-center text-lg-none text-black-50">
           <div class="row mx-0 mr-lg-auto justify-content-center">
-              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2020</div>
+              <div class="col-auto px-1 copyright-legal">© Copyright&nbsp;2021</div>
               <div class="col-auto px-0 copyright-by"> by  Eclipse Foundation</div>
           </div>
         </div>