changed logos place

master
cocaillot 5 months ago
parent 0e56006968
commit bf4d1f975a

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

@ -51,7 +51,7 @@ document.addEventListener("DOMContentLoaded", function () {
div.classList.add("tech-box", `${tech}-box`); // Ensure the correct class is added
const img = document.createElement("img");
img.src = `icons/${tech}.png`;
img.src = `logos/${tech}.png`;
img.alt = tech.toUpperCase();

Loading…
Cancel
Save