mirror of
https://github.com/awizemann/scarf.git
synced 2026-05-10 18:44:45 +00:00
14 lines
916 B
HTML
14 lines
916 B
HTML
|
|
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Brand mark</title>
|
||
|
|
<link rel="stylesheet" href="_preview.css"></head>
|
||
|
|
<body>
|
||
|
|
<div class="card-root" style="flex-direction:row;align-items:center;gap:24px;min-height:160px">
|
||
|
|
<img src="../assets/scarf-app-icon-128.png" alt="Scarf icon" width="96" height="96"
|
||
|
|
style="border-radius:22px;box-shadow:var(--shadow-md);background:var(--gradient-brand)">
|
||
|
|
<div class="col" style="flex:1;gap:6px">
|
||
|
|
<div style="font-family:var(--font-display);font-size:28px;font-weight:600;letter-spacing:-0.015em">Scarf</div>
|
||
|
|
<div style="color:var(--fg-muted);font-size:14px;max-width:380px">A native macOS GUI for the Hermes AI agent. Full visibility into what an autonomous agent is doing, when, and what it creates.</div>
|
||
|
|
<div class="mono" style="margin-top:4px">brand: white silk on lavender → magenta gradient</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</body></html>
|