diff --git a/public/CSS/meidling.css b/public/CSS/meidling.css index b385dba1404a5b84bd39ce4dd29ccc25bd8fe135..2efa50e7d152dd52835460340bc71e06e8ebdd2a 100644 --- a/public/CSS/meidling.css +++ b/public/CSS/meidling.css @@ -237,7 +237,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; } @@ -251,9 +251,31 @@ 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 9861b890f8977ba902d0922c9b90d426dcec9356..4e6e554d634f8f0b271dcf3aa42f21fa0cc285d0 100644 --- a/public/index.html +++ b/public/index.html @@ -69,6 +69,10 @@ <div id="chartcontainer" style="visibility: hidden;"> <div class='legend-title'>Select a Building</div><button type="button" class="cesium-infoBox-close" onclick="closeChart()">×</button> <div id="chart"></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://ugl.hft-stuttgart.de/" target='_blank'> <div class="credit"></div> </a>