feat: Update logo images in footer and header templates

This commit is contained in:
2025-11-12 16:00:11 +01:00
parent 9cd555e134
commit 9d4c807475
5 changed files with 2 additions and 2 deletions

BIN
static/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
static/img/logo_128x128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 831 KiB

View File

@@ -1,7 +1,7 @@
<footer class="site-footer"> <footer class="site-footer">
<div class="container footer-inner"> <div class="container footer-inner">
<div class="footer-logo"> <div class="footer-logo">
<img src="/static/img/logo_big.png" alt="CalMiner Logo" class="footer-logo-img" /> <img src="/static/img/logo_128x128.png" alt="CalMiner Logo" class="footer-logo-img" />
</div> </div>
<p> <p>
&copy; {{ current_year }} CalMiner by &copy; {{ current_year }} CalMiner by

View File

@@ -1,6 +1,6 @@
<div class="sidebar-inner"> <div class="sidebar-inner">
<a class="sidebar-brand" href="{{ request.url_for('dashboard.home') }}"> <a class="sidebar-brand" href="{{ request.url_for('dashboard.home') }}">
<img src="/static/img/logo_big.png" alt="CalMiner Logo" class="brand-logo" /> <img src="/static/img/logo.png" alt="CalMiner Logo" class="brand-logo" />
<div class="brand-text"> <div class="brand-text">
<span class="brand-title">CalMiner</span> <span class="brand-title">CalMiner</span>
<span class="brand-subtitle">Mining Planner</span> <span class="brand-subtitle">Mining Planner</span>