hubl/src/header.pug

38 lines
859 B
Plaintext
Raw Normal View History

2018-10-05 09:55:29 +00:00
#button-toggle
#logo
img(src="/images/logo.png" width=111 height=32)
#search-bar
input#search-input(type='search')
i#search-icon.icon-magnifier(aria-hidden='true')
i#close-search-icon.icon-close(aria-hidden='true')
2018-10-05 09:55:29 +00:00
2018-11-12 17:51:08 +00:00
details
summary#notifications-button
2018-12-06 18:47:32 +00:00
div.menu-notification
div 7
2018-11-12 17:51:08 +00:00
#notifications
include page-notifications.pug
2018-10-05 09:55:29 +00:00
sib-display#profile(
data-fields='first_name, account.picture',
widget-account.picture='sib-display-img',
bind-user
)
2019-04-03 13:28:47 +00:00
button#login(onclick="document.querySelector('sib-auth').login();") login
sib-auth
sib-auth-provider(
class="sib-auth-provider"
data-authority=`${sdn}/openid/`
data-client_id=`${client_id}`,
data-id="paris"
data-response_type='id_token token',
data-scope='openid profile email',
data-automaticSilentRenew='true',
data-loadUserInfo='true'
)