Skip to content

Commit

Permalink
add footer image
Browse files Browse the repository at this point in the history
  • Loading branch information
maksw2 committed Dec 29, 2024
1 parent 9e78bcf commit d62edf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added images/footer-logo4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h2>Projekty</h2>
<div class="footer-logo">
<img id="random-image-footer">
<script>
const imageNamesFooter = ["footer-logo1.webp", "footer-logo2.webp", "footer-logo3.webp"];
const imageNamesFooter = ["footer-logo1.webp", "footer-logo2.webp", "footer-logo3.webp", "footer-logo4.gif"];
const randomImageNameFooter = imageNamesFooter[Math.floor(Math.random() * imageNamesFooter.length)];
const imageDirFooter = "./images/";
const imagePathFooter = imageDirFooter + randomImageNameFooter;
Expand Down

0 comments on commit d62edf3

Please sign in to comment.