From c201a68a1dda358ecefee38423346de09e75d9f4 Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de> Date: Thu, 12 Jun 2025 16:43:33 +0000 Subject: [PATCH] Update public/index.html, public/CSS/rosensteinviertel3D.css --- public/CSS/rosensteinviertel3D.css | 23 +++++++++++++++++++++++ public/index.html | 4 ++++ 2 files changed, 27 insertions(+) diff --git a/public/CSS/rosensteinviertel3D.css b/public/CSS/rosensteinviertel3D.css index f7c4a18..ee18024 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 2919264..1bdd587 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> -- GitLab