diff --git a/main.js b/main.js index 2600726..759e20d 100644 --- a/main.js +++ b/main.js @@ -204,7 +204,12 @@ function initMap() { if (first) { L.tileLayer(basemapUrl.replace("{lang}", language === "en" ? "en" : "tc"), { maxZoom: 19, - attribution: '© OpenStreetMap contributors © CARTO © HKSAR Gov' + attribution: '' + + '© OpenStreetMap ' + + '© CARTO ' + + '© HKSAR Gov
' + + 'One Bite Design Studio' + + 'Funded by One Bite Design Studio' }).addTo(tileLayers); first = false; } else { diff --git a/one_bite_logo.jpeg b/one_bite_logo.jpeg new file mode 100644 index 0000000..48823f6 Binary files /dev/null and b/one_bite_logo.jpeg differ diff --git a/style.css b/style.css index 514ac47..0b44afd 100644 --- a/style.css +++ b/style.css @@ -321,6 +321,12 @@ html { display: none !important; } +.logo-box { + width: 100%; + display: block; + text-align: end; +} + @media screen and (max-width: 700px) { .sidebar { width: 100%;