add copyright and link to source code
This commit is contained in:
parent
5d99d16aa4
commit
c6d87312ca
|
@ -121,6 +121,18 @@
|
||||||
.lookAt {
|
.lookAt {
|
||||||
color: #a6e3a1;
|
color: #a6e3a1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#copyright {
|
||||||
|
position: absolute;
|
||||||
|
bottom: var(--padding);
|
||||||
|
right: var(--padding);
|
||||||
|
text-shadow: 0px 0px 10px black;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
#copyright a {
|
||||||
|
color: #89b4fa;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -137,6 +149,10 @@
|
||||||
Backface Culling: <input type="checkbox" id="backfaceCulling" autocomplete="off">
|
Backface Culling: <input type="checkbox" id="backfaceCulling" autocomplete="off">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="copyright">
|
||||||
|
<a href="https://git.lgc.sh/HSH/cg1-visualisations">Source Code</a><br>
|
||||||
|
© 2025 Luca Conte, Dennis Allerkamp
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="controls">
|
<div id="controls">
|
||||||
<div id="matrices">
|
<div id="matrices">
|
||||||
|
|
Loading…
Reference in New Issue