mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Improve links to Learn Chef Rally (#2476)
* Style div elements beneath list items Signed-off-by: Thomas Petchel <tpetchel@gmail.com> * Improve links to Learn Chef Rally Signed-off-by: tpetchel <tpetchel@gmail.com>
This commit is contained in:
parent
1b6979d362
commit
1295d27f2f
2 changed files with 25 additions and 19 deletions
|
@ -17,4 +17,11 @@
|
|||
text-transform: none;
|
||||
font-family: $main-font;
|
||||
}
|
||||
& > div {
|
||||
color: $color_paragraph;
|
||||
text-transform: none;
|
||||
font-family: $main-font;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,6 +22,19 @@ header.child-h.blue-gradient.margin-top-offset
|
|||
|
||||
hr.strict-left
|
||||
|
||||
br
|
||||
p.clear Learn more about InSpec and earn badges in these interactive tracks on <a href="https://learn.chef.io/">Learn Chef Rally</a>.
|
||||
ul.tutorials--links.no-bullet
|
||||
li
|
||||
a.tutorials--link href="https://learn.chef.io/tracks/compliance-automation/"
|
||||
i.focus ⪢
|
||||
| Compliance Automation with InSpec
|
||||
div Start here. Downloadable training environments get you started with everything you need.
|
||||
li
|
||||
a.tutorials--link href="https://learn.chef.io/tracks/integrated-compliance/"
|
||||
i.focus ⪢
|
||||
| Integrated Compliance with Chef
|
||||
div Continue your journey here if you're interested in using Chef to correct potential compliance and security issues.
|
||||
br
|
||||
p.clear Huge thanks to Annie Hedgpeth for creating all of these fantastic tutorials.
|
||||
ul.tutorials--links.no-bullet
|
||||
|
@ -70,20 +83,6 @@ header.child-h.blue-gradient.margin-top-offset
|
|||
i.focus ⪢
|
||||
| Day 9
|
||||
span - Attributes
|
||||
li
|
||||
|
||||
a.tutorials--link href="https://learn.chef.io/tracks/infrastructure-automation/"
|
||||
i.focus ⪢
|
||||
span Test Your Infrastructure Code with Chef
|
||||
|
||||
li
|
||||
a.tutorials--link href="https://learn.chef.io/modules/chef-automate-pilot/scan-for-compliance/"
|
||||
i.focus ⪢
|
||||
span Assess Your Infrastructure with Chef Compliance Scanner
|
||||
li
|
||||
a.tutorials--link href="https://learn.chef.io/tutorials/compliance-remediate/"
|
||||
i.focus ⪢
|
||||
span Remediate Compliance Failures on your Infrastructure with Chef
|
||||
|
||||
|
||||
h3.margin-top-xs Guides For Advanced Topics
|
||||
|
|
Loading…
Add table
Reference in a new issue