inspec/www/source/layouts/_global-message.slim
Ryan Keairns 2c0c627ddd change global message on site (#1244)
Signed-off-by: Ryan Keairns <rkeairns@chef.io>
2016-10-25 14:45:07 -05:00

18 lines
581 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/ If you update the content, you need to update the value of gm_session_id
/ in order for the Div to show.
#global-message
.container
.row
.columns.small-8.medium-8.medium-push-2.medium-text-center
a href="https://www.chef.io/webinars/?commid=225819" target="_blank"
strong Watch the Recorded Webcast Compliance as Code with InSpec 1.0 Oct 25
| View now!
.columns.small-4.medium-2.text-right
span.dismiss-button
i.fa.fa-times-circle-o
| Dismiss
javascript:
gm_session_id = 'inspecGlobalMessage1';