feat(brand): official WeVisto logo + linked badge on user-facing pages
CI / test (push) Has been cancelled
CI / test (push) Has been cancelled
- frontend/public/logo.svg: Camogli photo with We[V]isto knockout wordmark (yellow V accent), embedded base64 so the SVG is self-contained - brand/: raw source (15.7MB Camogli original) + 900x900 crop used in the SVG, plus a short README documenting both - Login, register, setup index/configure, help: linked logo badge above the page heading - Email template: logo bumped to 64x64 (was 30 tall — wordmark unreadable) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -81,11 +81,14 @@
|
||||
color: #8a7060;
|
||||
font-size: .85rem;
|
||||
}
|
||||
.logo-badge { display: block; width: 72px; height: 72px; margin-bottom: 1rem; border-radius: 12px; overflow: hidden; border: 1px solid #e8d9c4; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
|
||||
.logo-badge img { display: block; width: 100%; height: 100%; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
|
||||
<a href="/" class="logo-badge" aria-label="WeVisto"><img src="/build/logo.svg" alt=""></a>
|
||||
<h1>WeVisto setup help</h1>
|
||||
<p class="lede">Trouble joining your frame to the network, or stuck on a screen? Start here.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user