Skip to content

Commit 4ab0a0e

Browse files
feat: update section on educational resources (#13)
Signed-off-by: Bryan Behrenshausen <[email protected]>
1 parent 62994cc commit 4ab0a0e

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

Diff for: images/sas-stock-1.jpg

226 KB
Loading

Diff for: index.html

+36-3
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,44 @@ <h4>Deploy now</h4>
214214

215215
<!-- Banded section -->
216216

217-
<div class="band transparent-band">
217+
<div class="divider">
218+
<div>
219+
<img class="u-img-divider" src="images/standard-section-divider.png">
220+
</div>
221+
</div>
222+
223+
<!-- Body section -->
224+
225+
<div class="grid-container quarters">
218226
<div>
219227
<h2>SAS education resources</h2>
220-
<p class="u-embiggen">A collection of hands-on instructions, examples, data, and tutorials to support your SAS training journey.</p>
221-
<p><a class="button button-classic" href="https://github.com/sassoftware/sas-education">Start learning</a><p>
228+
<p>Openly licensed materials to support your SAS education journey.</p>
229+
<hr>
230+
<img src="images/sas-stock-1.jpg">
231+
</div>
232+
<div>
233+
<h3>Tutorials</h3>
234+
<p>A collection of hands-on instructions, examples, data, and tutorials provided by SAS Education to support your SAS training journey.</p>
235+
<p><a href="https://github.com/sassoftware/sas-education" title="sas-education">Get started →</a><p>
236+
</div>
237+
<div>
238+
<h3>Code examples</h3>
239+
<p>A library of SAS code examples. Programs can be copied and executed in your SAS execution environment of choice.</p>
240+
<p><a href="https://github.com/sassoftware/sas-code-examples" title="sas-code-examples">Get started →</a><p>
241+
</div>
242+
<div>
243+
<h3>Keep learning</h3>
244+
<hr>
245+
<p>Build your career with curated learning paths designed to help you master analytics skills.</p>
246+
<p><a class="button button-classic" href="https://www.sas.com/en_us/training/overview.html">Explore</a><p>
247+
</div>
248+
</div>
249+
250+
<!-- Banded section -->
251+
252+
<div class="divider">
253+
<div>
254+
<img class="u-img-divider" src="images/standard-section-divider.png">
222255
</div>
223256
</div>
224257

0 commit comments

Comments
 (0)