|
202 | 202 | color:var(--fg-mute);margin-bottom:22px;font-family:var(--mono); |
203 | 203 | } |
204 | 204 | .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 | | -} |
211 | 205 | .hero h1{ |
212 | 206 | font-size:clamp(40px,6vw,76px); |
213 | 207 | font-weight:700;line-height:0.98;letter-spacing:-0.02em; |
214 | 208 | color:var(--fg-hi);margin-bottom:20px;text-wrap:balance; |
215 | 209 | } |
216 | 210 | .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)); |
220 | 218 | } |
221 | 219 | .hero .lede{ |
222 | 220 | font-size:16px;line-height:1.62;color:var(--fg-dim); |
|
548 | 546 | <!-- ═══ HERO ═══ --> |
549 | 547 | <section class="hero sec"> |
550 | 548 | <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> |
556 | 550 | <p class="lede"> |
557 | 551 | Everything on by default — <b>MCP, LSP, ACP</b>, a <b>Janet plugin system</b>, |
558 | 552 | tree-sitter <b>code intelligence</b>, and <b>self-improving memory</b>. Yet it's |
|
0 commit comments