forked from ipt-associates/zendesk-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.hbs
22 lines (22 loc) · 792 Bytes
/
header.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<header class="header">
<div class="header-logo-wrapper">
<div class="header-logo-image">
<a href="/hc/en-us" title="eFAST Help Center">
{{!-- full logo for desktop --}}
<img alt="eFAST" src="{{asset 'efast-logo.png'}}" style="width:200px" />
</a>
</div>
<div class="header-logo-title">
<a href="/hc/en-us" title="eFAST Help Center">Help Center</a>
</div>
</div>
<div class="nav-wrapper">
<span class="icon-menu" tabindex="0" role="button" aria-controls="user-nav" aria-expanded="false"
aria-label="{{t 'toggle_navigation'}}"></span>
<nav class="user-nav" id="user-nav">
{{link 'community' class='community-link'}}
{{link 'new_request' class='submit-a-request'}}
</nav>
{{user_info}}
</div>
</header>