From 804c7a04da315b70a260ffe4d012b5b8cb72b69e Mon Sep 17 00:00:00 2001 From: Jiancheng Pan Date: Sun, 24 May 2026 13:15:06 +0800 Subject: [PATCH 1/3] Update README structure and add header --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b8f540..f2228ef 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ -

+

Coding With Beat -

- -# Coding With Beat +

Coding With Beat

+
![Python](https://img.shields.io/badge/Python-3.10+-3776AB?style=flat-square&logo=python&logoColor=white) ![Platform](https://img.shields.io/badge/platform-macOS-000000?style=flat-square&logo=apple&logoColor=white) From d5dd9b40e4c3ad66a4050dbda2ddb8319e4e1989 Mon Sep 17 00:00:00 2001 From: Jiancheng Pan Date: Sun, 24 May 2026 13:15:54 +0800 Subject: [PATCH 2/3] feat: update website favicon and nav logo to pixel icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace inline ♪ SVG favicon with logo_icon.svg - Replace text-only nav logo with pixel character image + text - Copy logo_icon.svg to docs/assets/ Co-Authored-By: Claude Sonnet 4.6 --- docs/assets/logo_icon.svg | 100 ++++++++++++++++++++++++++++++++++++++ docs/index.html | 6 ++- 2 files changed, 104 insertions(+), 2 deletions(-) create mode 100644 docs/assets/logo_icon.svg diff --git a/docs/assets/logo_icon.svg b/docs/assets/logo_icon.svg new file mode 100644 index 0000000..ee4876d --- /dev/null +++ b/docs/assets/logo_icon.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/index.html b/docs/index.html index 24bb73e..915672a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ Coding With Beat - + @@ -82,6 +82,8 @@ font-size: 12px; font-weight: 700; letter-spacing: .12em; + display: flex; + align-items: center; } .nav-logo span { color: var(--amber); } @@ -641,7 +643,7 @@