diff --git a/public/CSS/lkrludwigsburg.css b/public/CSS/lkrludwigsburg.css
index 756fe5cbda664ebe0c79aa15e649e4a078e6c3af..83aa2db3282f5a2e05374e5c61300cad7378778f 100644
--- a/public/CSS/lkrludwigsburg.css
+++ b/public/CSS/lkrludwigsburg.css
@@ -342,7 +342,7 @@ button.cesium-infoBox-camera {
     z-index: 99999;
     background: url(Images/hft.jpg) no-repeat;
     background-size: 75px;
-    bottom: 40px;
+    bottom: 70px;
     left: 10px;
 	box-shadow: 0 0 10px 1px #000;    
 }
@@ -356,9 +356,33 @@ button.cesium-infoBox-camera {
     z-index: 99999;
     background: url(Images/email.jpg) no-repeat;
     background-size: 75px;
-    bottom: 40px;
+    bottom: 70px;
     left: 90px;
 	box-shadow: 0 0 10px 1px #000;  
 }
 
+.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 bc3a7953673b0ac7596b9382dbd34cba776e3c98..ddfab04fbeeeb65840d70701078b5d3519bba90a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -176,7 +176,10 @@
 			</div>				
 		</div>
 		<!-- defining container to keep cesium viewer -->
-
+<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://ugl.hft-stuttgart.de/" target='_blank'>
         <div class="credit"></div>
         </a>