Skip to content

Commit 64a4a57

Browse files
committed
Use atomic bond mark as logo and favicon
Infinity/bond SVG mark as favicon, combined mark + "atomic" wordmark in Inter 600 for nav logo. Remove old ploton logo.
1 parent dca4ffd commit 64a4a57

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

www/favicon.svg

Lines changed: 1 addition & 1 deletion
Loading

www/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@
7373
<!-- Nav -->
7474
<header class="nav">
7575
<nav class="nav-inner" aria-label="Main navigation">
76-
<a href="/" class="nav-brand" aria-label="atomic home">atomic</a>
76+
<a href="/" class="nav-brand" aria-label="atomic home">
77+
<img src="/logo.svg" alt="atomic" class="nav-logo" />
78+
</a>
7779
<div class="nav-links">
7880
<a href="https://github.com/plotondev/atomic" class="nav-link">GitHub</a>
7981
<a href="https://github.com/plotondev/atomic#cli" class="nav-link">Docs</a>

www/logo.svg

Lines changed: 7 additions & 0 deletions
Loading

www/ploton-logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

www/style.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,14 @@ body {
7373
}
7474

7575
.nav-brand {
76-
font-size: 1rem;
77-
font-weight: 600;
78-
color: var(--color-primary);
76+
display: flex;
77+
align-items: center;
7978
text-decoration: none;
80-
letter-spacing: -0.025em;
79+
}
80+
81+
.nav-logo {
82+
height: 24px;
83+
width: auto;
8184
}
8285

8386
.nav-links {

0 commit comments

Comments
 (0)