From 6b16d886e36b504ac60f0331af9c3c0f708bfcc4 Mon Sep 17 00:00:00 2001
From: JOE XMG <thunyathep.s@outlook.com>
Date: Tue, 10 Oct 2023 00:25:05 +0200
Subject: [PATCH] Mobility category update

---
 README.md         | 26 ++++++++++++++++++++++++++
 public/demos.html |  2 +-
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index aa18801..348de9b 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,29 @@ Website links to HFT projects and to Drees & Sommer website who have cooperated
 
 Visit the demonstrator website at: [https://citydemonstrator.hft-stuttgart.de](https://citydemonstrator.hft-stuttgart.de)
 
+## Adding new Keywords
+File name: demos.html 
+Example: Mobility
+```html
+
+<section id="Mobility" class="hero d-flex align-items-center">
+    <div class="container">
+        <div>
+        <h4 data-aos="fade-up " data-aos-delay="400 " style="color: red; font-weight: 900;">
+            Mobility
+        </h4>
+        <div data-aos="fade-up " data-aos-delay="600 ">
+            <div>
+            <iframe
+                position="relative"
+                width="100%"
+                height="600"
+                src="https://ugl.hft-stuttgart.de/demos.html?keyword=Mobility"
+            ></iframe>
+            </div>
+        </div>
+        </div>
+    </div>
+</section>
+```
+
diff --git a/public/demos.html b/public/demos.html
index 06bc083..fddecbd 100644
--- a/public/demos.html
+++ b/public/demos.html
@@ -185,7 +185,7 @@
                   position="relative"
                   width="100%"
                   height="600"
-                  src="https://ugl.hft-stuttgart.de/demos.html?keyword=SensorThings%20API"
+                  src="https://ugl.hft-stuttgart.de/demos.html?keyword=Mobility"
                 ></iframe>
               </div>
             </div>
-- 
GitLab