diff --git a/public/content/content.json b/public/content/content.json
index b218af0ba2ba0e1327f009111d21d0da8e24cc7a..a5fe95438577263ca7f36e91b35b56cf7418d437 100644
--- a/public/content/content.json
+++ b/public/content/content.json
@@ -72,5 +72,20 @@
       "youtube": "https://www.youtube.com/watch?v=64Qq31ucGy0"
     },
     "refIndex": 4
+  },
+  {
+    "item": {
+      "title": "Outdoor Mobile Augmented Reality in Urban Planning; Concepts of Visualizing Focus and Context Using Grayscale Filter in Video-based AR.",
+      "project": "Master Thesis",
+      "author": {
+        "firstName": "Justin ",
+        "lastName": "Jing Hui"
+      },
+      "imageLink":"https://transfer.hft-stuttgart.de/pages/huijustinjing/justin-hui_ar-visualization/home/ezgif.com-gif-maker.gif",
+      "keywords":["Augmented Reality","Urban Planning"],
+      "description_en":"This thesis aims to develop an outdoor mobile AR application that visualizes the urban environment using the mentioned grayscale masking filters.",
+      "description_de":"This thesis aims to develop an outdoor mobile AR application that visualizes the urban environment using the mentioned grayscale masking filters."
+    },
+    "refIndex": 5
   }
 ]
\ No newline at end of file
diff --git a/public/imgs/hft.jpg b/public/imgs/hft.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..8a7868e4986d54d28c6ba2aa3c21d6dcd40b8826
Binary files /dev/null and b/public/imgs/hft.jpg differ
diff --git a/public/index.html b/public/index.html
index e35ea2a99a1f029b62f355e8daa78cbce286fad8..56d8423101d955458529ed8770edf7f65ff7b05f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -47,8 +47,8 @@
     </div>
     <div class="navbar navbar-light shadow-sm" style="background-color: #cc3125;">
       <div class="container d-flex justify-content-between">
-        <a href="https://www.hft-stuttgart.de" class="navbar-brand d-flex align-items-center">
-          <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg"
+        <a href="https://www.hft-stuttgart.de" class="d-flex align-items-center">
+          <img src="imgs/hft.jpg"
             class="hftlogo" width="100px">
           <h1 id='projectname'></h1>
         </a>