Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,9 @@

<header class="site-header">
<div class="wrap nav">
<a class="brand" href="#top" aria-label="FTW home">
<img src="/favicon.svg" alt="" width="34" height="34">
<span class="brand-sourceful">Sourceful Energy</span>
<span class="brand-divider" aria-hidden="true"></span>
<span class="product-name">FTW</span>
<a class="brand" href="#top" aria-label="ftw home">
<img src="/favicon.svg" alt="ftw logo" width="34" height="34">
<span class="brand-name">ftw</span>
</a>
<nav class="nav-links" aria-label="Primary navigation">
<a href="#architecture">Architecture</a>
Expand Down
10 changes: 3 additions & 7 deletions sourceful.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body {

a { color: inherit; }
p { text-wrap: pretty; }
code, pre, .nav-links, .product-name, .project-state, .section-kicker,
code, pre, .nav-links, .brand-name, .project-state, .section-kicker,
.project-facts dt, .runtime-card, .cap-number, .panel-tag, .map-label,
.license-line, .footer-links > div > span {
font-family: "JetBrains Mono", ui-monospace, monospace;
Expand All @@ -52,9 +52,7 @@ code, pre, .nav-links, .product-name, .project-state, .section-kicker,
.nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { display: block; width: 34px; height: 34px; }
.brand-sourceful { font-size: 17px; font-weight: 700; letter-spacing: -0.02em; }
.brand-divider { width: 1px; height: 22px; margin-inline: 4px; background: var(--line-dark); }
.product-name { color: var(--signal); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; }
.brand-name { color: var(--signal); font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links a { color: var(--cream); text-decoration: none; opacity: 0.68; }
.nav-links a:hover { opacity: 1; }
Expand Down Expand Up @@ -256,9 +254,7 @@ footer { padding: 62px 0 26px; background: var(--ink); color: var(--cream); }

@media (max-width: 600px) {
.nav { min-height: 62px; }
.brand-sourceful { font-size: 15px; }
.brand-divider { display: none; }
.product-name { display: none; }
.brand-name { font-size: 17px; }
.nav-links .nav-cta { min-height: 34px; padding-inline: 11px; }
.hero-layout { padding-block: 54px 66px; }
.project-state { align-items: flex-start; line-height: 1.5; }
Expand Down