diff --git a/public/CSS/rosensteinviertel3D.css b/public/CSS/rosensteinviertel3D.css
index f7c4a187e5f77c9ebf97d76f56cd260e92f3eb6a..ee180244defa600e264667e900fae40548e5737b 100644
--- a/public/CSS/rosensteinviertel3D.css
+++ b/public/CSS/rosensteinviertel3D.css
@@ -137,4 +137,27 @@ button.cesium-infoBox-camera {
 	box-shadow: 0 0 10px 1px #000;
     /*    left: 5px;*/
 }
+.credit-bar {
+    position: fixed;
+    bottom: 35px;
+    left: 6px;
+    font-size: 14px;
+    color: white;
+    background: rgba(0, 0, 0, 0.7);
+    padding: 6px 12px;
+    border-radius: 5px;
+    z-index: 99999;
+    box-shadow: 0 0 10px #000;
+    font-family: sans-serif;
+}
+
+.credit-bar a {
+    color: #1DA1F2; /* LinkedIn blue */
+    text-decoration: none;
+    font-weight: bold;
+}
+
+.credit-bar a:hover {
+    text-decoration: underline;
+}
 
diff --git a/public/index.html b/public/index.html
index 2919264d6ebeb4e024f3a5ffe4184b0e1ba96aba..1bdd587fa2e429886b53b6c19250eeb5100cd9ab 100644
--- a/public/index.html
+++ b/public/index.html
@@ -50,6 +50,10 @@
 				</div>
 			</div>
             </div>
+            <div class="credit-bar">
+    Application developed and managed by 
+    <a href="https://www.linkedin.com/in/rpadsala" target="_blank">Rushikesh Padsala - Click here to contact me</a>
+</div>
 		<a href="https://www.hft-stuttgart.de/" target='_blank'>
         <div class="credit"></div>
         </a>