mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
23434f3606
- Added banner for webinars (present and future) - CSS support for IE10, IE11, Edge - Fixed URL bug for demo - Fixed Edge browser resize bug - Changes to relative path, update event info Signed-off-by: Hannah Maddy <hmaddy@chef.io>
33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
|
|
|
|
nav#main-nav
|
|
<progress value="0"></progress>
|
|
|
|
#main-nav-ctas
|
|
a.main-nav--logo href="/"
|
|
img src="/images/inspec-by-chef-logo.svg" onerror="this.src='/images/inspec-by-chef-logo.png'"
|
|
|
|
i.fa.fa-bars.main-nav--toggle.strict-right.mobile-show
|
|
|
|
|
|
ul.main-nav--links
|
|
li.main-nav--link
|
|
<a href="/tutorials" class="#{'t-purple' if current_page.url == '/tutorials'}" <span class="main-nav--link-text">Tutorials</span>
|
|
</a>
|
|
li.main-nav--link
|
|
<a href="/docs" class="#{'t-purple' if current_page.url == '/docs'}" <span class="main-nav--link-text">Docs</span>
|
|
</a>
|
|
li.main-nav--link
|
|
<a href="/community" class="#{'t-purple' if current_page.url == '/community'}" <span class="main-nav--link-text">Community</span>
|
|
</a>
|
|
li.main-nav--link
|
|
a href="https://github.com/chef/inspec"
|
|
i.fa.fa-github-alt
|
|
span.main-nav--link-text Github
|
|
li.main-nav--link.nav-cta.hide-for-small-only
|
|
a.btn.try-demo href="/tutorial" Try the Demo
|
|
li.main-nav--link.nav-cta
|
|
a.btn href="https://downloads.chef.io/inspec"
|
|
i.fa.fa-cloud-download
|
|
span.main-nav--link-text Download
|
|
|