This commit is contained in:
2026-07-01 19:50:44 -03:00
parent 714e316e77
commit b8d21a9be0
13 changed files with 3 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

+2 -5
View File
@@ -13,10 +13,7 @@
============================================================ -->
<header class="topbar" role="banner">
<div class="topbar-logo">
<img
src="asset/Bildschirmfoto_2025-12-05_um_17.28.39-removebg-preview.png"
alt="[fi-ne] &amp; LACUEOR"
/>
<img src="asset/logo.webp" alt="[fi-ne] &amp; LACUEOR" />
<span class="topbar-label">B2B<br />Partner Portal</span>
</div>
<nav class="topbar-nav" aria-label="Primary">
@@ -121,7 +118,7 @@
<img
class="brands-banner"
id="brands-banner"
src="asset/banner/5.png"
src="asset/banner/5.webp"
alt=""
/>
</div>
+1 -1
View File
@@ -69,7 +69,7 @@
var brandsBanner = document.getElementById("brands-banner");
if (bannerPicker && brandsBanner) {
bannerPicker.addEventListener("change", function () {
brandsBanner.src = "asset/banner/" + this.value + ".png";
brandsBanner.src = "asset/banner/" + this.value + ".webp";
});
}