From abe537c078b94dff212910a6838ad8df13e6e2e8 Mon Sep 17 00:00:00 2001
From: JOE XMG <thunyathep.s@outlook.com>
Date: Fri, 8 Apr 2022 15:09:20 +0200
Subject: [PATCH] update

---
 public/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/public/index.html b/public/index.html
index 69f5cb6..6577dc2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="generator" content="GitLab Pages">
-    <title>IQG4iCity</title>
+    <title>CityGML Workflows</title>
     <!-- <link rel="stylesheet" href="style.css"> -->
     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
     <link rel="shortcut icon" href="favicon.ico" />
@@ -21,12 +21,12 @@
       </div>
     </header>
     <div class="px-4 pt-5 my-5 text-center border-bottom">
-      <h1 class="display-4 fw-bold">Data Workflows</h1>
-      <!-- <h2 class="text-muted">Digitization of Heating Networks for AI-based Operational Optimization</h2> -->
+      <h1 class="display-4 fw-bold">CityGML Workflows</h1>
+      <h4 class="text-muted">List of the workflows for creating, developing, enriching the 3D city models in CityGML formats.</h4>
       
     </div>
     <div class="container mt-4 mb-2">
-      <h3>Integration of GIS Data to the CityGML</h3>
+      <h3>Integration of CityGML and other GIS Data</h3>
       There are plenty of available GIS datasets available in e.g. Shapefile, GeoPackage, CSV. Those dataset can be used to enrich the existing CityGML 3D building models.
       <a class="btn btn-dark my-3" href="./fme/citygml_aggregator_joe_2022_04_08.fmw">Download FME workbench</a>
       
-- 
GitLab