|
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 | +} |
205 | 211 | .hero h1{ |
206 | 212 | font-size:clamp(40px,6vw,76px); |
207 | 213 | font-weight:700;line-height:0.98;letter-spacing:-0.02em; |
208 | 214 | color:var(--fg-hi);margin-bottom:20px;text-wrap:balance; |
209 | 215 | } |
210 | 216 | .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} |
| 220 | +} |
211 | 221 | .hero .lede{ |
212 | 222 | font-size:16px;line-height:1.62;color:var(--fg-dim); |
213 | 223 | max-width:600px;margin-bottom:28px;text-wrap:pretty; |
|
538 | 548 | <!-- ═══ HERO ═══ --> |
539 | 549 | <section class="hero sec"> |
540 | 550 | <div class="hero-tag">GPL-3.0 · Rust · <b>on crates.io</b></div> |
541 | | - <h1><em>dirge</em> — The Batteries-Included<br>Rust Coding Agent</h1> |
| 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> |
542 | 556 | <p class="lede"> |
543 | 557 | Everything on by default — <b>MCP, LSP, ACP</b>, a <b>Janet plugin system</b>, |
544 | 558 | tree-sitter <b>code intelligence</b>, and <b>self-improving memory</b>. Yet it's |
|
0 commit comments