inspec/www/source/layouts/_global-message.slim
Maggie Walker 81f8e0e8bb Add global message to website
Adds a global message that will appear above the nav that can
be customized to advertise upcoming events.
2016-09-30 09:39:14 -07:00

18 lines
581 B
Text

/ 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 Upcoming Webinar: Compliance as Code with InSpec 1.0 Oct 25 10AM PST
| Register now!
.columns.small-4.medium-2.text-right
span.dismiss-button
i.fa.fa-times-circle-o
| Dismiss
javascript:
gm_session_id = 'inspecGlobalMessage1';