Skip to content

Commit 8dd7173

Browse files
author
Yogthos
committed
site: use the logo as the 'd' in the 'dirge' wordmark (logo-as-letter)
The standalone hero logo floated in empty space; since the emblem IS a stylized D, inline it as the first letter of 'dirge' instead — sized to the cap height, baseline-nudged, subtle phosphor glow. Drops the 2-column float.
1 parent d4af552 commit 8dd7173

1 file changed

Lines changed: 8 additions & 14 deletions

File tree

index.html

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -202,21 +202,19 @@
202202
color:var(--fg-mute);margin-bottom:22px;font-family:var(--mono);
203203
}
204204
.hero-tag b{color:var(--green);font-weight:600}
205-
.hero-title{display:flex;align-items:center;gap:36px;margin-bottom:20px}
206-
.hero-title h1{flex:1;margin-bottom:0}
207-
.hero-logo{
208-
flex-shrink:0;width:clamp(104px,13vw,176px);height:auto;
209-
filter:drop-shadow(0 0 18px rgba(63,185,80,0.28));
210-
}
211205
.hero h1{
212206
font-size:clamp(40px,6vw,76px);
213207
font-weight:700;line-height:0.98;letter-spacing:-0.02em;
214208
color:var(--fg-hi);margin-bottom:20px;text-wrap:balance;
215209
}
216210
.hero h1 em{color:var(--green);font-style:normal}
217-
@media(max-width:640px){
218-
.hero-title{flex-direction:column;align-items:flex-start;gap:20px}
219-
.hero-logo{width:120px}
211+
/* The logo IS a stylized "D" — drop it in as the first letter of the
212+
wordmark. Sized to the cap height + a hair of optical bleed, nudged onto
213+
the baseline, with a subtle phosphor glow. */
214+
.logo-d{
215+
height:1.12em;width:1.12em;vertical-align:-0.24em;
216+
margin-right:-0.02em;
217+
filter:drop-shadow(0 0 14px rgba(63,185,80,0.30));
220218
}
221219
.hero .lede{
222220
font-size:16px;line-height:1.62;color:var(--fg-dim);
@@ -548,11 +546,7 @@
548546
<!-- ═══ HERO ═══ -->
549547
<section class="hero sec">
550548
<div class="hero-tag">GPL-3.0 · Rust · <b>on crates.io</b></div>
551-
<div class="hero-title">
552-
<h1><em>dirge</em> — The Batteries-Included<br>Rust Coding Agent</h1>
553-
<img class="hero-logo" src="img/dirge.png" width="500" height="500"
554-
alt="dirge logo" decoding="async">
555-
</div>
549+
<h1><em><img class="logo-d" src="img/dirge.png" alt="d" decoding="async">irge</em> — The Batteries-Included<br>Rust Coding Agent</h1>
556550
<p class="lede">
557551
Everything on by default — <b>MCP, LSP, ACP</b>, a <b>Janet plugin system</b>,
558552
tree-sitter <b>code intelligence</b>, and <b>self-improving memory</b>. Yet it's

0 commit comments

Comments
 (0)