feat: Replace logo with transparent background version

Updated the SilverLabs logo to use a transparent background for better
visual appearance against the gradient background. Removed the old logo.jpg
file and updated the Dockerfile to reflect this change.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-19 22:16:37 +01:00
parent 0ccf6de896
commit b34efb8c1c
4 changed files with 0 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ COPY index.html /usr/share/nginx/html/
COPY styles.css /usr/share/nginx/html/
COPY script.js /usr/share/nginx/html/
COPY logo.png /usr/share/nginx/html/
COPY logo.jpg /usr/share/nginx/html/
# Copy SDK directory with templates
COPY sdk/ /usr/share/nginx/html/sdk/

BIN
logo.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 KiB

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 802 KiB

After

Width:  |  Height:  |  Size: 92 KiB

BIN
silverlabs-transp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB