Files

29 lines
2.7 KiB
Plaintext

{% include "header" %}
{% include "main_hero_masthead" %}
{% include "sub_navigation" %}
<main class="np-main np-learning-paths np-subpage-container np-max-width">
<div class="content-wrapper">
<div class="page-desc" style="margin-top: 32px;">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="18" viewBox="0 0 28 18" fill="none">
<path d="M27.4901 17.875C27.3752 17.9397 27.2488 17.9811 27.1179 17.9968C26.987 18.0125 26.8543 18.0021 26.7275 17.9663C26.6006 17.9306 26.4821 17.8701 26.3787 17.7883C26.2753 17.7066 26.1891 17.6052 26.1251 17.49L17.4151 2H15.0001V3C15.0001 3.26522 14.8947 3.51957 14.7072 3.70711C14.5196 3.89464 14.2653 4 14.0001 4C13.7348 4 13.4805 3.89464 13.2929 3.70711C13.1054 3.51957 13.0001 3.26522 13.0001 3V2H10.5851L1.87505 17.49C1.7451 17.7221 1.52828 17.893 1.27229 17.9652C1.0163 18.0374 0.742117 18.005 0.510053 17.875C0.277988 17.745 0.107054 17.5282 0.0348522 17.2722C-0.0373493 17.0162 -0.00490318 16.7421 0.125053 16.51L8.29005 2H1.00005C0.734836 2 0.480482 1.89464 0.292946 1.70711C0.10541 1.51957 5.28917e-05 1.26522 5.28917e-05 1C5.28917e-05 0.734784 0.10541 0.48043 0.292946 0.292893C0.480482 0.105357 0.734836 0 1.00005 0H27.0001C27.2653 0 27.5196 0.105357 27.7072 0.292893C27.8947 0.48043 28.0001 0.734784 28.0001 1C28.0001 1.26522 27.8947 1.51957 27.7072 1.70711C27.5196 1.89464 27.2653 2 27.0001 2H19.7101L27.8751 16.51C27.9398 16.6248 27.9812 16.7513 27.9969 16.8822C28.0125 17.013 28.0022 17.1457 27.9664 17.2726C27.9306 17.3994 27.8701 17.5179 27.7884 17.6213C27.7066 17.7247 27.6052 17.8109 27.4901 17.875ZM14.0001 7C13.7348 7 13.4805 7.10536 13.2929 7.29289C13.1054 7.48043 13.0001 7.73478 13.0001 8V10C13.0001 10.2652 13.1054 10.5196 13.2929 10.7071C13.4805 10.8946 13.7348 11 14.0001 11C14.2653 11 14.5196 10.8946 14.7072 10.7071C14.8947 10.5196 15.0001 10.2652 15.0001 10V8C15.0001 7.73478 14.8947 7.48043 14.7072 7.29289C14.5196 7.10536 14.2653 7 14.0001 7ZM14.0001 14C13.7348 14 13.4805 14.1054 13.2929 14.2929C13.1054 14.4804 13.0001 14.7348 13.0001 15V17C13.0001 17.2652 13.1054 17.5196 13.2929 17.7071C13.4805 17.8946 13.7348 18 14.0001 18C14.2653 18 14.5196 17.8946 14.7072 17.7071C14.8947 17.5196 15.0001 17.2652 15.0001 17V15C15.0001 14.7348 14.8947 14.4804 14.7072 14.2929C14.5196 14.1054 14.2653 14 14.0001 14Z" fill="black"/>
</svg>
<h4>Follow our recommended Course roadmap to develop your skills with Learning Paths.</h4>
</div>
{% include "learning_paths_index", items: learning_paths.available %}
</div>
</main>
{% include "footer" %}
<style>
.np-resource-title {
font-size: 1.85rem;
font-weight: 500;
font-family: 'GT Walsheim', sans-serif;
line-height: 2.35rem;
color: #202227;
margin-bottom: 40px;
}
</style>