From 253ed3705ee2e842c3f314557a7efd2911868d70 Mon Sep 17 00:00:00 2001 From: KCM Date: Mon, 16 Mar 2026 21:27:18 -0500 Subject: [PATCH 1/5] feat: favicon. --- src/favicon.svg | 1 + src/index.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/favicon.svg diff --git a/src/favicon.svg b/src/favicon.svg new file mode 100644 index 0000000..82d585f --- /dev/null +++ b/src/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/index.html b/src/index.html index 1161873..0740bf8 100644 --- a/src/index.html +++ b/src/index.html @@ -4,6 +4,7 @@ @knighted/develop + From cfad74aa52307cad3d02c7ce12b28bb2da571640 Mon Sep 17 00:00:00 2001 From: KCM Date: Mon, 16 Mar 2026 21:40:50 -0500 Subject: [PATCH 2/5] refactor: favicon. --- src/favicon.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/favicon.svg b/src/favicon.svg index 82d585f..64490fc 100644 --- a/src/favicon.svg +++ b/src/favicon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 8d20d63f3716fe7d6b46c4c43cc949b84623db7b Mon Sep 17 00:00:00 2001 From: KCM Date: Mon, 16 Mar 2026 21:43:18 -0500 Subject: [PATCH 3/5] feat: logo. --- src/index.html | 9 ++++++++- src/logo.svg | 1 + src/styles/layout-shell.css | 15 +++++++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 src/logo.svg diff --git a/src/index.html b/src/index.html index 0740bf8..99eeaf6 100644 --- a/src/index.html +++ b/src/index.html @@ -16,7 +16,14 @@

href="https://github.com/knightedcodemonkey/develop" target="_blank" rel="noreferrer" - >@knighted/develop@knighted/develop

Compiler-as-a-Service (at the edge of your browser).

diff --git a/src/logo.svg b/src/logo.svg new file mode 100644 index 0000000..8c70ab5 --- /dev/null +++ b/src/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/styles/layout-shell.css b/src/styles/layout-shell.css index 4480f64..12b141b 100644 --- a/src/styles/layout-shell.css +++ b/src/styles/layout-shell.css @@ -17,10 +17,25 @@ } .brand-link { + display: inline-flex; + align-items: center; + gap: 10px; color: inherit; text-decoration: none; } +.brand-logo { + display: block; + width: 24px; + height: 24px; + border-radius: 6px; + flex: none; +} + +.brand-text { + line-height: 1; +} + .brand-link:hover { text-decoration: underline; } From ec106031ca1be303d01215781be3966151975c28 Mon Sep 17 00:00:00 2001 From: KCM Date: Mon, 16 Mar 2026 21:45:59 -0500 Subject: [PATCH 4/5] chore: svgo. --- src/favicon.svg | 2 +- src/logo.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/favicon.svg b/src/favicon.svg index 64490fc..10e3700 100644 --- a/src/favicon.svg +++ b/src/favicon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/logo.svg b/src/logo.svg index 8c70ab5..e0adc0c 100644 --- a/src/logo.svg +++ b/src/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 877241ec571682a02a77dad403ce517c20802763 Mon Sep 17 00:00:00 2001 From: KCM Date: Mon, 16 Mar 2026 21:57:40 -0500 Subject: [PATCH 5/5] refactor: address comments. --- src/index.html | 4 ++-- src/styles/layout-shell.css | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index 99eeaf6..7172ab3 100644 --- a/src/index.html +++ b/src/index.html @@ -4,7 +4,7 @@ @knighted/develop - + @@ -15,7 +15,7 @@

class="brand-link" href="https://github.com/knightedcodemonkey/develop" target="_blank" - rel="noreferrer" + rel="noopener noreferrer" >