Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/sas-stock-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 36 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,44 @@ <h4>Deploy now</h4>

<!-- Banded section -->

<div class="band transparent-band">
<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>

<!-- Body section -->

<div class="grid-container quarters">
<div>
<h2>SAS education resources</h2>
<p class="u-embiggen">A collection of hands-on instructions, examples, data, and tutorials to support your SAS training journey.</p>
<p><a class="button button-classic" href="https://github.com/sassoftware/sas-education">Start learning</a><p>
<p>Openly licensed materials to support your SAS education journey.</p>
<hr>
<img src="images/sas-stock-1.jpg">
</div>
<div>
<h3>Tutorials</h3>
<p>A collection of hands-on instructions, examples, data, and tutorials provided by SAS Education to support your SAS training journey.</p>
<p><a href="https://github.com/sassoftware/sas-education" title="sas-education">Get started →</a><p>
</div>
<div>
<h3>Code examples</h3>
<p>A library of SAS code examples. Programs can be copied and executed in your SAS execution environment of choice.</p>
<p><a href="https://github.com/sassoftware/sas-code-examples" title="sas-code-examples">Get started →</a><p>
</div>
<div>
<h3>Keep learning</h3>
<hr>
<p>Build your career with curated learning paths designed to help you master analytics skills.</p>
<p><a class="button button-classic" href="https://www.sas.com/en_us/training/overview.html">Explore</a><p>
</div>
</div>

<!-- Banded section -->

<div class="divider">
<div>
<img class="u-img-divider" src="images/standard-section-divider.png">
</div>
</div>

Expand Down