Files
prowler/prowler-client/docs/design-system/preview/brand-logo.html
Mark dd792aa1c1 refactor: monorepo split into prowler-server/ and prowler-client/
Server infrastructure (Ansible, Docker, v1 docs) moves to prowler-server/.
Client application (PRD v2, SDD v2, design system) lives in prowler-client/.
Top-level README links both projects.

💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-04-21 20:04:11 +02:00

24 lines
1.0 KiB
HTML

<!doctype html>
<html><head><meta charset="utf-8">
<title>Prowler — Logo / Mark</title>
<link rel="stylesheet" href="../colors_and_type.css">
<style>
body { padding: 0; background: var(--bg-midnight); display:grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.cell { display:flex; align-items:center; justify-content:center; flex-direction:column; gap:10px; padding: 20px; position:relative; }
.cell + .cell { border-left: var(--border-soft); }
.cap { font: 600 10px var(--font-body); letter-spacing:.18em; text-transform:uppercase; color: var(--fog-2); }
img { max-width: 280px; height: auto; display:block; }
img.mark { max-width: 140px; }
</style>
</head>
<body>
<div class="cell">
<img src="../assets/logo/prowler-wordmark.svg" alt="wordmark"/>
<span class="cap">WORDMARK · chrome gradient · Monoton</span>
</div>
<div class="cell">
<img class="mark" src="../assets/logo/prowler-mark.svg" alt="mark"/>
<span class="cap">MARK · app icon · favicon</span>
</div>
</body></html>