Commit 39b4c9e3 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

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

parent 07d1bccb
No related merge requests found
Pipeline #11359 passed with stage
in 7 seconds
Showing with 33 additions and 5 deletions
+33 -5
...@@ -61,7 +61,7 @@ button.cesium-infoBox-camera { ...@@ -61,7 +61,7 @@ button.cesium-infoBox-camera {
z-index: 99999; z-index: 99999;
background: url(Images/hft.jpg) no-repeat; background: url(Images/hft.jpg) no-repeat;
background-size: 75px; background-size: 75px;
bottom: 0px; bottom: 70px;
left: 10px; left: 10px;
box-shadow: 0 0 10px 1px #000; box-shadow: 0 0 10px 1px #000;
} }
...@@ -73,7 +73,7 @@ button.cesium-infoBox-camera { ...@@ -73,7 +73,7 @@ button.cesium-infoBox-camera {
z-index: 99999; z-index: 99999;
background: url(Images/CU.jpg) no-repeat; background: url(Images/CU.jpg) no-repeat;
background-size: 75px; background-size: 75px;
bottom: 80px; bottom: 150px;
left: 10px; left: 10px;
box-shadow: 0 0 10px 1px #000; box-shadow: 0 0 10px 1px #000;
} }
...@@ -85,7 +85,7 @@ button.cesium-infoBox-camera { ...@@ -85,7 +85,7 @@ button.cesium-infoBox-camera {
z-index: 99999; z-index: 99999;
background: url(Images/stt.png) no-repeat; background: url(Images/stt.png) no-repeat;
background-size: 75px; background-size: 75px;
bottom: 0px; bottom: 70px;
left: 90px; left: 90px;
box-shadow: 0 0 10px 1px #000; box-shadow: 0 0 10px 1px #000;
} }
...@@ -97,7 +97,7 @@ button.cesium-infoBox-camera { ...@@ -97,7 +97,7 @@ button.cesium-infoBox-camera {
z-index: 99999; z-index: 99999;
background: url(Images/email.jpg) no-repeat; background: url(Images/email.jpg) no-repeat;
background-size: 75px; background-size: 75px;
bottom: 80px; bottom: 1500px;
left: 90px; left: 90px;
box-shadow: 0 0 10px 1px #000; box-shadow: 0 0 10px 1px #000;
} }
...@@ -114,3 +114,27 @@ button.cesium-infoBox-camera { ...@@ -114,3 +114,27 @@ button.cesium-infoBox-camera {
margin-left: -100px; margin-left: -100px;
box-shadow: 0 0 10px 1px #000; 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;
}
...@@ -66,6 +66,10 @@ ...@@ -66,6 +66,10 @@
</div> </div>
<div id = "spinner"> <div id = "spinner">
<img src="./CSS/Images/loading.gif" /> <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> </div>
<a href = "mailto: rushikesh.padsala@hft-stuttgart.de" target='_blank'> <a href = "mailto: rushikesh.padsala@hft-stuttgart.de" target='_blank'>
<div class="credit4"></div> <div class="credit4"></div>
......
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