account header (DSP)
The account header molecule is used on the my account page. It is comprised of text atoms and the more-link atom and displayed in a flex-box. Pair it with the DSP Masthead to get all “my account” features, like a sign out link.
Example
Hi, John Wick
HTML
<div class="account-header">
<div class="package small">
<small>unlimited digital access</small>
<h1 class="serif">Hi, John Wick</h1>
</div>
<div class="nav">
<a href="#" class="tab active">Profile</a>
<a href="#" class="tab">Subscription</a>
</div>
</div>