mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +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;
|
text-transform: none;
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
}
|
}
|
||||||
|
& > div {
|
||||||
|
color: $color_paragraph;
|
||||||
|
text-transform: none;
|
||||||
|
font-family: $main-font;
|
||||||
|
margin-top: 4px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ header.child-h.blue-gradient.margin-top-offset
|
||||||
.row
|
.row
|
||||||
.columns.large-8.medium-8
|
.columns.large-8.medium-8
|
||||||
|
|
||||||
h2.t-white#icon-trigger data-enllax-direction="horizontal" data-enllax-ratio=".1" data-enllax-type="foreground"
|
h2.t-white#icon-trigger data-enllax-direction="horizontal" data-enllax-ratio=".1" data-enllax-type="foreground"
|
||||||
|
|
||||||
| Clear, step-by-step instructions for getting started and building your InSpec skills
|
| Clear, step-by-step instructions for getting started and building your InSpec skills
|
||||||
|
|
||||||
|
@ -20,8 +20,21 @@ header.child-h.blue-gradient.margin-top-offset
|
||||||
.columns.medium-12
|
.columns.medium-12
|
||||||
h3 Tutorials
|
h3 Tutorials
|
||||||
|
|
||||||
hr.strict-left
|
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
|
br
|
||||||
p.clear Huge thanks to Annie Hedgpeth for creating all of these fantastic tutorials.
|
p.clear Huge thanks to Annie Hedgpeth for creating all of these fantastic tutorials.
|
||||||
ul.tutorials--links.no-bullet
|
ul.tutorials--links.no-bullet
|
||||||
|
@ -70,24 +83,10 @@ header.child-h.blue-gradient.margin-top-offset
|
||||||
i.focus ⪢
|
i.focus ⪢
|
||||||
| Day 9
|
| Day 9
|
||||||
span - Attributes
|
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
|
h3.margin-top-xs Guides For Advanced Topics
|
||||||
hr.strict-left
|
hr.strict-left
|
||||||
|
|
||||||
br
|
br
|
||||||
p.clear Additional huge thanks to Christian Johannsen, Jeremy Miller, and blindscientist for these amazing materials.
|
p.clear Additional huge thanks to Christian Johannsen, Jeremy Miller, and blindscientist for these amazing materials.
|
||||||
|
@ -110,9 +109,9 @@ header.child-h.blue-gradient.margin-top-offset
|
||||||
i.focus ⪢
|
i.focus ⪢
|
||||||
span Testing Ansible with InSpec
|
span Testing Ansible with InSpec
|
||||||
|
|
||||||
|
|
||||||
h3.margin-top-xs Podcasts
|
h3.margin-top-xs Podcasts
|
||||||
hr.strict-left
|
hr.strict-left
|
||||||
|
|
||||||
br
|
br
|
||||||
ul.tutorials--links.no-bullet
|
ul.tutorials--links.no-bullet
|
||||||
|
|
Loading…
Reference in a new issue