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:
@@ -33,10 +33,13 @@
|
||||
.btn { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 44px;
|
||||
margin-top: 1.5rem; background: #c97c3a; color: #fff; border: none; border-radius: 9999px;
|
||||
font-size: 1rem; font-weight: 700; cursor: pointer; }
|
||||
.logo-badge { display: block; width: 80px; height: 80px; margin: 0 auto 1rem; border-radius: 14px; 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="card">
|
||||
<a href="/" class="logo-badge" aria-label="WeVisto"><img src="/build/logo.svg" alt=""></a>
|
||||
<h1>Name your frame</h1>
|
||||
<p class="subtitle">You can always change these settings later.</p>
|
||||
|
||||
|
||||
@@ -34,10 +34,13 @@
|
||||
font-size: .875rem; line-height: 1.35; cursor: pointer; }
|
||||
.claim-check input[type="checkbox"] { width: 18px; height: 18px; flex: 0 0 auto;
|
||||
margin-top: 2px; accent-color: #c97c3a; cursor: pointer; }
|
||||
.logo-badge { display: block; width: 80px; height: 80px; margin: 0 auto 1rem; border-radius: 14px; 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="card">
|
||||
<a href="/" class="logo-badge" aria-label="WeVisto"><img src="/build/logo.svg" alt=""></a>
|
||||
<h1>Link this frame</h1>
|
||||
<p class="subtitle">Create an account, or sign in if you already have one. The frame will link to whichever account you use here.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user