Kai Nakamura
@kainaka
Designer, photographer, part-time ceramicist. Tokyo / Berlin.
Portfolio, Shop, Print Store, Newsletter
https://example.com, https://example.com/shop, https://example.com/prints, https://example.com/newsletter
<div style="background:#000;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif">
<div style="max-width:400px;width:100%;text-align:center">
<img src="{{avatar:image}}" alt="" style="width:96px;height:96px;border-radius:50%;object-fit:cover;margin:0 auto 16px;display:block;border:3px solid #333" />
<h1 style="color:#fff;font-size:1.2rem;font-weight:700;margin:0 0 4px">{{display_name:string}}</h1>
<p style="color:#888;font-size:0.85rem;margin:0 0 8px">@{{handle:string}}</p>
<p style="color:#aaa;font-size:0.85rem;line-height:1.5;margin:0 0 32px">{{bio:string}}</p>
<div style="display:flex;flex-direction:column;gap:12px">
<p style="color:#ccc;font-size:0.9rem;line-height:2.5">{{link_labels:list<string>}}</p>
<p style="color:#666;font-size:0.75rem;line-height:2">{{links:list<link>}}</p>
</div>
</div>
</div>