...
This welcome, sign out feature greets authenticated users by their first name and allows them to log out of the application. All text appears in Source Sans, Light Orange, 13 pt. The hyperlink to log out is underlined, and it takes users to the logged out confirmation page.
Code
...
Code Block |
---|
<div class="span11">
<span class="no-user-select variable semi-bold color-text3">Welcome semorton</span>
<a id="signout_link" class="no-user-select variable semi-bold color-link1" style="padding-left:4px;" title="Sign out of RAFT" rel="tooltip">(Sign Out)</a>
</div>
|
Example
Related patterns
See the Header in the style guide for more information.
...