logo update

This commit is contained in:
Zsolt Ero
2024-01-17 15:59:29 +01:00
parent 153378b54c
commit 0d614e7ded
4 changed files with 2 additions and 2 deletions

BIN
website/assets/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 KiB

View File

@@ -30,7 +30,7 @@ def generate():
def copy_assets():
for file in ['style.css', 'logo_512.png', 'map.js', 'favicon.ico']:
for file in ['style.css', 'logo.jpg', 'map.js', 'favicon.ico']:
shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file)

View File

@@ -24,7 +24,7 @@
</head>
<body>
<img src="logo_512.png" alt="logo" height="200" class="logo" />
<img src="logo.jpg" alt="logo" height="200" class="logo" />
<h1>OpenFreeMap</h1>
{main}