diff --git a/public/CSS/Montreal3DViewer.css b/public/CSS/Montreal3DViewer.css
index c239ea6f254ff6afefd298d2346520339905bb3a..9d9b71645e716b877aa6ef075f559cfc5e721117 100644
--- a/public/CSS/Montreal3DViewer.css
+++ b/public/CSS/Montreal3DViewer.css
@@ -61,7 +61,7 @@ button.cesium-infoBox-camera {
     z-index: 99999;
     background: url(Images/hft.jpg) no-repeat;
     background-size: 75px;
-    bottom: 0px;
+    bottom: 70px;
     left: 10px;
 	box-shadow: 0 0 10px 1px #000;    
 }
@@ -73,7 +73,7 @@ button.cesium-infoBox-camera {
     z-index: 99999;
     background: url(Images/CU.jpg) no-repeat;
     background-size: 75px;
-    bottom: 80px;
+    bottom: 150px;
     left: 10px;
 	box-shadow: 0 0 10px 1px #000;
 } 
@@ -85,7 +85,7 @@ button.cesium-infoBox-camera {
     z-index: 99999;
     background: url(Images/stt.png) no-repeat;
     background-size: 75px;
-    bottom: 0px;
+    bottom: 70px;
     left: 90px;
 	box-shadow: 0 0 10px 1px #000;
 }  
@@ -97,7 +97,7 @@ button.cesium-infoBox-camera {
     z-index: 99999;
     background: url(Images/email.jpg) no-repeat;
     background-size: 75px;
-    bottom: 80px;
+    bottom: 1500px;
     left: 90px;
 	box-shadow: 0 0 10px 1px #000;  
 }
@@ -113,4 +113,28 @@ button.cesium-infoBox-camera {
 	margin-top: -50px;
 	margin-left: -100px;
 	box-shadow: 0 0 10px 1px #000;
-}
\ No newline at end of file
+}
+
+.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 8418f6bc73a09052d0c06aaa49c6c5b428cd1bd2..83b43a6fadbb57a9060db088127fba95ad4c3f7d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -67,6 +67,10 @@
 		<div id = "spinner">
   <img src="./CSS/Images/loading.gif" />
 </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 = "mailto: rushikesh.padsala@hft-stuttgart.de" target='_blank'>
         <div class="credit4"></div>
         </a>