diff --git a/public/CSS/gowanus.css b/public/CSS/gowanus.css index 37510bed4c3e265d1aa79d5fd7c7cd66e2467420..cd658477be100e366e5431f1aeb4608a09b0764c 100644 --- a/public/CSS/gowanus.css +++ b/public/CSS/gowanus.css @@ -152,7 +152,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; } @@ -166,10 +166,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.css b/public/index.css index a3ac2ff58597b85a61236647522c468a19f194d1..9b640f8e2ce12bd27a0a93ddf2a08586e1b8f458 100644 --- a/public/index.css +++ b/public/index.css @@ -65,4 +65,4 @@ button.cesium-infoBox-camera { #3DTiles { padding-top: 10px; -} \ No newline at end of file +} diff --git a/public/index.html b/public/index.html index b2b10bb3f7fcc79ce1d1e5a754732c3c4ef32258..260ee390144efa29be505480a0d7797f91f474c4 100644 --- a/public/index.html +++ b/public/index.html @@ -79,6 +79,10 @@ <div id="chartcontainer" style="visibility: hidden;"> <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>