diff --git a/public/CSS/rainau.css b/public/CSS/rainau.css
index 3a41bce13952523cefed3ed96eb606b3e9b120c4..d73ab121c6d1211f579c694376f167deb1bd0ab7 100644
--- a/public/CSS/rainau.css
+++ b/public/CSS/rainau.css
@@ -159,3 +159,27 @@ button.cesium-infoBox-camera {
     /*    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 b06004ea5d6262034a3e4894ddaa62661bdcf21c..832f8a82b6520f441dc480d84b93d159ba994bb6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -71,6 +71,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>