1515 < div class ="container-xl px-3 px-md-6 pt-3 pb-2 ">
1616 < header class ="d-flex gutter mb-6 ">
1717 < div class ="col-12 ">
18- < span class ="text-mono text-gray "> {% include breadcrumbs %}</ span >
19- < h1 class ="my-3 font-mktg "> {{ page.shortTitle } }</ h1 >
20- < div class ="lead-mktg text-gray "> {{ page.intro }}</ div >
18+ < span class ="text-mono text-gray text-uppercase "> {% include breadcrumbs %}</ span >
19+ < h1 class ="my-3 font-mktg "> {% data ui.product_sublanding.guides % }</ h1 >
20+ < div class ="lead-mktg text-gray f4 description-text "> {{ page.intro }}</ div >
2121 </ div >
2222 </ header >
2323
@@ -26,7 +26,7 @@ <h1 class="my-3 font-mktg">{{ page.shortTitle }}</h1>
2626 {% assign featuredTrack = page.learningTracks[0] %}
2727 < ul class ="list-style-none d-flex flex-nowrap overflow-x-scroll px-2 feature-track ">
2828 < li class ="px-2 d-flex flex-shrink-0 ">
29- < div class ="d-inline-block Box p-5 bg-gradient--blue-purple text-white ">
29+ < div class ="d-inline-block Box p-5 bg-gradient--blue-pink text-white ">
3030 < div class ="circle text-white d-inline-flex " style ="border: 2px white solid; "> {% octicon "star-fill" height="24" class="v-align-middle m-2"%}</ div >
3131 < h3 class ="font-mktg h3-mktg my-4 "> {{ featuredTrack.title }}</ h3 >
3232 < div class ="lead-mktg text-white f5 my-4 "> {{ featuredTrack.description }}</ div >
@@ -40,8 +40,8 @@ <h3 class="font-mktg h3-mktg my-4">{{ featuredTrack.title }}</h3>
4040 < li class ="px-2 d-flex flex-shrink-0 ">
4141 < a href ="{{ guide.href }}?learn={{ featuredTrack.trackName }} " class ="d-inline-block Box p-5 bg-white border-gray no-underline ">
4242 < div class ="d-flex flex-justify-between flex-items-center ">
43- < div class ="circle bg-white text-blue border-gradient--purple- pink d-inline-flex ">
44- < span class ="m-2 f2 lh-condensed-ultra text-center text-bold text-gradient--blue-purple " style ="width: 24px; height: 24px; "> {{ forloop.index }}</ span >
43+ < div class ="circle bg-white text-blue border-gradient--pink-blue-dark d-inline-flex ">
44+ < span class ="m-2 f2 lh-condensed-ultra text-center text-bold step-circle-text " style ="width: 24px; height: 24px; "> {{ forloop.index }}</ span >
4545 </ div >
4646 < div class ="text-gray-light h6 text-uppercase "> {{ guideTypes[guide.page.type] }}</ div >
4747 </ div >
@@ -57,14 +57,14 @@ <h3 class="font-mktg h3-mktg my-4 text-gray-dark">{{ guide.title }}</h3>
5757
5858 < div class ="border-top py-6 ">
5959 < h2 class ="mb-3 font-mktg "> {% data ui.product_sublanding.learning_paths %}</ h2 >
60- < div class ="lead-mktg text-gray f4 "> {% data ui.product_sublanding.learning_paths_desc %}</ div >
60+ < div class ="lead-mktg text-gray f4 description-text "> {% data ui.product_sublanding.learning_paths_desc %}</ div >
6161
6262 <!-- Learning tracks -->
6363 < div class ="d-flex flex-wrap flex-items-start my-5 gutter ">
6464 {% for track in page.learningTracks offset:1 %}
6565 < div class ="my-3 px-4 col-12 col-md-6 learning-track ">
6666 < div class ="Box js-show-more-container d-flex flex-column ">
67- < div class ="Box-header bg-gradient--purple -pink p-4 d-flex flex-1 flex-items-start flex-wrap ">
67+ < div class ="Box-header bg-gradient--blue -pink p-4 d-flex flex-1 flex-items-start flex-wrap ">
6868 < div class ="d-flex flex-auto flex-items-start col-8 col-md-12 col-xl-8 ">
6969 < div class ="my-xl-0 mr-xl-3 ">
7070 < h5 class ="mb-3 text-white font-mktg h3-mktg ">
@@ -82,7 +82,7 @@ <h5 class="mb-3 text-white font-mktg h3-mktg ">
8282 {% for guide in track.guides %}
8383 < a class ="Box-row d-flex flex-items-center text-gray-dark no-underline js-show-more-item {% if forloop.index > 4 %}d-none{% endif %} " href ="{{ guide.href }}?learn={{ track.trackName }} ">
8484 < div class ="circle bg-gray d-inline-flex mr-4 ">
85- < span class ="m-2 f3 lh-condensed-ultra text-center text-bold text-gradient--purple-pink " style ="min-width: 20px; height: 20px; "> {{ forloop.index }}</ span >
85+ < span class ="m-2 f3 lh-condensed-ultra text-center text-bold step-circle-text " style ="min-width: 20px; height: 20px; "> {{ forloop.index }}</ span >
8686 </ div >
8787 < h5 class ="flex-auto pr-2 "> {{ guide.title }}</ h5 >
8888 < div class ="text-gray-light h6 text-uppercase "> {{ guideTypes[guide.page.type] }}</ div >
0 commit comments