saving all work before going to bed

This commit is contained in:
Icybear 2024-08-01 18:46:39 -04:00
parent 327b801dcf
commit 32975a66ca
3 changed files with 14 additions and 3 deletions

Binary file not shown.

View File

@ -102,17 +102,21 @@
</p>
</div>
<footer>
<div id="attribution">
<p>
<a href="https://www.freepik.com/free-photo/rough-checked-texture-collage_1037604.htm#fromView=search&page=1&position=1&uuid=ff4bc441-a0b5-4005-82df-caa3f1df883c">Marbel texture image by kues1 on Freepik</a>
<br>
"The Thinker" 3d model by <a href="https://www.thingiverse.com/thing:2164071/files">LxO</a>
<br>
"Galaxy background from " <a href="https://www.rawpixel.com/image/5924106/photo-image-public-domain-stars-galaxy">rawpixel.com</a>
<br>
"Business Male_4_ Low Poly Style" (<a href="https//skfb.ly/oXUGL">https://skfb.ly/oXUGL</a>) by POLYTRICITY is licensed under <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution.</a>
<br>
"Hand-painted Low Poly Computer" (<a href="https://skfb.ly/oPpXJ">https://skfb.ly/oPpXJ</a>) by NoodleBaguette is licensed under <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution</a>.
</p>
</div>
</footer>
<script type="module" src="/main.js"></script>
</div>
</body>

View File

@ -32,6 +32,13 @@ body {
display: grid;
grid-template-columns: repeat(1, 1fr);
}
footer {
margin-top: 100px;
grid-column: 3 / 8;
background-color: rgb(128, 128, 128, 0.5);
border-radius: 10px;
padding: 10%;
}
header {
grid-column: 2 / 8;