Commit 7f183e9d authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update public/index.html, public/CSS/rainau.css

parent 355617e6
No related merge requests found
Pipeline #11364 passed with stage
in 7 seconds
Showing with 28 additions and 0 deletions
+28 -0
...@@ -159,3 +159,27 @@ button.cesium-infoBox-camera { ...@@ -159,3 +159,27 @@ button.cesium-infoBox-camera {
/* left: 5px;*/ /* 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;
}
...@@ -71,6 +71,10 @@ ...@@ -71,6 +71,10 @@
</div> </div>
</div> </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'> <a href="https://www.hft-stuttgart.de/" target='_blank'>
<div class="credit"></div> <div class="credit"></div>
</a> </a>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment