3333
3434 < li > < a href ="{{ '/discover/' | relative_url }} "> Discover</ a > </ li >
3535
36- < li class ="dropdown ">
36+ < li class ="dropdown dfs-insights-nav ">
3737 < a href ="{{ '/insights/' | relative_url }} "> Insights ▾</ a >
3838 < ul class ="dropdown-menu ">
39- < li > < a href ="{{ '/insights/' | relative_url }} "> Insights Hub </ a > </ li >
40- < li > < a href ="{{ '/media/' | relative_url }} "> Media</ a > </ li >
41- < li > < a href ="{{ '/resources/' | relative_url }} "> Resources</ a > </ li >
39+ < li > < a href ="{{ '/insights/' | relative_url }} "> Insights Overview & Articles </ a > </ li >
40+ < li > < a href ="{{ '/media/' | relative_url }} "> Media Learning Center </ a > </ li >
41+ < li > < a href ="{{ '/resources/' | relative_url }} "> Data & AI Resources</ a > </ li >
4242 </ ul >
4343 </ li >
4444
5858 </ div >
5959</ nav >
6060
61+ {% if page.url == '/insights/' or page.url == '/media/' or page.url == '/resources/' %}
62+ < section class ="dfs-insights-pathway " aria-labelledby ="dfs-insights-pathway-title ">
63+ < div class ="dfs-insights-pathway-inner ">
64+ < div class ="dfs-insights-pathway-copy ">
65+ < span class ="dfs-insights-pathway-eyebrow "> Insights</ span >
66+ < h2 id ="dfs-insights-pathway-title "> Choose how you want to explore</ h2 >
67+ < p > Read analysis and learning material, watch trusted technical media, or find datasets, tools, documentation, and public resources.</ p >
68+ </ div >
69+
70+ < nav class ="dfs-insights-pathway-links " aria-label ="Insights sections ">
71+ < a href ="{{ '/insights/' | relative_url }} " class ="dfs-insights-pathway-card{% if page.url == '/insights/' %} is-active{% endif %} "{% if page.url == '/insights/ ' %} aria-current ="page "{% endif %} >
72+ < span class ="dfs-insights-pathway-number "> 01</ span >
73+ < span class ="dfs-insights-pathway-text "> < strong > Read & Explore</ strong > < small > Articles, AI and health-tech updates, and guided learning resources.</ small > </ span >
74+ </ a >
75+
76+ < a href ="{{ '/media/' | relative_url }} " class ="dfs-insights-pathway-card{% if page.url == '/media/' %} is-active{% endif %} "{% if page.url == '/media/ ' %} aria-current ="page "{% endif %} >
77+ < span class ="dfs-insights-pathway-number "> 02</ span >
78+ < span class ="dfs-insights-pathway-text "> < strong > Watch & Learn</ strong > < small > Curated technical lessons, healthcare AI media, talks, and trusted channels.</ small > </ span >
79+ </ a >
80+
81+ < a href ="{{ '/resources/' | relative_url }} " class ="dfs-insights-pathway-card{% if page.url == '/resources/' %} is-active{% endif %} "{% if page.url == '/resources/ ' %} aria-current ="page "{% endif %} >
82+ < span class ="dfs-insights-pathway-number "> 03</ span >
83+ < span class ="dfs-insights-pathway-text "> < strong > Find Data & Tools</ strong > < small > Datasets, APIs, documentation, engineering tools, and learning communities.</ small > </ span >
84+ </ a >
85+ </ nav >
86+ </ div >
87+ </ section >
88+ {% endif %}
89+
6190< style >
62- .dfs-brand-lockup {display : inline-flex;align-items : center;gap : 10px ;text-decoration : none}.dfs-brand-mark {height : 40px ;width : auto;flex : 0 0 auto}.dfs-brand-copy {display : flex;flex-direction : column;line-height : 1.05 ;white-space : nowrap}.dfs-brand-copy strong {font-size : 1rem ;letter-spacing : -.01em ;color : # fff!important }.dfs-brand-copy small {margin-top : 4px ;font-size : .66rem ;font-weight : 700 ;letter-spacing : .03em ;opacity : .82 ;color : # d1fae5!important }.dfs-about-nav .dropdown-menu {min-width : 250px !important ;background : # 062b4a!important ;border : 1px solid # 17486f!important }.dfs-about-nav .dropdown-menu li {background : # 062b4a!important }.dfs-about-nav .dropdown-menu a {white-space : nowrap;color : # fff!important ;background : # 062b4a!important ;border-bottom : 1px solid # 17486f!important ;padding : 12px 18px !important }.dfs-about-nav .dropdown-menu a : hover {background : # 0b5c91!important ;color : # fff!important }@media (max-width : 560px ){.dfs-brand-copy small {display : none}.dfs-about-nav .dropdown-menu {min-width : 0 !important ;width : min (300px , calc (100vw - 42px ))!important }.dfs-about-nav .dropdown-menu a {white-space : normal;overflow-wrap : anywhere}}
91+ .dfs-brand-lockup {display : inline-flex;align-items : center;gap : 10px ;text-decoration : none}.dfs-brand-mark {height : 40px ;width : auto;flex : 0 0 auto}.dfs-brand-copy {display : flex;flex-direction : column;line-height : 1.05 ;white-space : nowrap}.dfs-brand-copy strong {font-size : 1rem ;letter-spacing : -.01em ;color : # fff!important }.dfs-brand-copy small {margin-top : 4px ;font-size : .66rem ;font-weight : 700 ;letter-spacing : .03em ;opacity : .82 ;color : # d1fae5!important }.dfs-about-nav .dropdown-menu , .dfs-insights-nav .dropdown-menu {min-width : 250px !important ;background : # 062b4a!important ;border : 1px solid # 17486f!important }.dfs-about-nav .dropdown-menu li , .dfs-insights-nav .dropdown-menu li {background : # 062b4a!important }.dfs-about-nav .dropdown-menu a , .dfs-insights-nav .dropdown-menu a {white-space : nowrap;color : # fff!important ;background : # 062b4a!important ;border-bottom : 1px solid # 17486f!important ;padding : 12px 18px !important }.dfs-about-nav .dropdown-menu a : hover , .dfs-insights-nav .dropdown-menu a : hover {background : # 0b5c91!important ;color : # fff!important }
92+
93+ .dfs-insights-pathway {background : # eaf1f7 ;border-bottom : 1px solid # c9d8e5 ;color : # 172033 }.dfs-insights-pathway-inner {max-width : 1240px ;margin : 0 auto;padding : 22px 20px ;display : grid;grid-template-columns : minmax (220px , .72fr ) minmax (0 , 2fr );gap : 22px ;align-items : center}.dfs-insights-pathway-copy {min-width : 0 }.dfs-insights-pathway-eyebrow {display : inline-block;margin-bottom : 4px ;color : # 0b5c91 ;font-size : .76rem ;font-weight : 900 ;letter-spacing : .09em ;text-transform : uppercase}.dfs-insights-pathway-copy h2 {margin : 0 0 5px ;color : # 062b4a ;font-size : 1.25rem ;line-height : 1.2 }.dfs-insights-pathway-copy p {margin : 0 ;color : # 4d5e70 ;font-size : .91rem ;line-height : 1.5 }.dfs-insights-pathway-links {display : grid;grid-template-columns : repeat (3 , minmax (0 , 1fr ));gap : 10px }.dfs-insights-pathway-card {display : flex;gap : 10px ;align-items : flex-start;min-width : 0 ;padding : 13px 14px ;border : 1px solid # c5d4e0 ;border-radius : 12px ;background : # fff ;color : # 172033!important ;text-decoration : none!important ;box-shadow : 0 3px 10px rgba (15 , 23 , 42 , .04 )}.dfs-insights-pathway-card : hover {border-color : # 0b5c91 ;box-shadow : 0 6px 16px rgba (15 , 23 , 42 , .08 );transform : translateY (-1px )}.dfs-insights-pathway-card .is-active {background : # 062b4a ;border-color : # 062b4a ;color : # fff!important }.dfs-insights-pathway-number {flex : 0 0 auto;display : inline-flex;align-items : center;justify-content : center;width : 29px ;height : 29px ;border-radius : 50% ;background : # eaf4fb ;color : # 075985 ;font-size : .72rem ;font-weight : 900 }.dfs-insights-pathway-card .is-active .dfs-insights-pathway-number {background : # dff2ff ;color : # 062b4a }.dfs-insights-pathway-text {display : flex;flex-direction : column;min-width : 0 }.dfs-insights-pathway-text strong {color : inherit;font-size : .91rem ;line-height : 1.25 }.dfs-insights-pathway-text small {margin-top : 3px ;color : # 5a6879 ;font-size : .75rem ;line-height : 1.35 }.dfs-insights-pathway-card .is-active .dfs-insights-pathway-text small {color : # dbeafe }.dfs-insights-pathway a : focus-visible {outline : 3px solid # f59e0b ;outline-offset : 3px }
94+
95+ @media (max-width : 900px ){.dfs-insights-pathway-inner {grid-template-columns : 1fr }.dfs-insights-pathway-links {grid-template-columns : repeat (3 , minmax (190px , 1fr ));overflow-x : auto;padding-bottom : 4px }.dfs-insights-pathway-card {min-width : 190px }}
96+ @media (max-width : 560px ){.dfs-brand-copy small {display : none}.dfs-about-nav .dropdown-menu , .dfs-insights-nav .dropdown-menu {min-width : 0 !important ;width : min (310px , calc (100vw - 42px ))!important }.dfs-about-nav .dropdown-menu a , .dfs-insights-nav .dropdown-menu a {white-space : normal;overflow-wrap : anywhere}.dfs-insights-pathway-inner {padding : 17px 14px ;gap : 14px }.dfs-insights-pathway-copy h2 {font-size : 1.12rem }.dfs-insights-pathway-links {display : flex;gap : 9px }.dfs-insights-pathway-card {flex : 0 0 82% ;min-width : 0 }}
6397</ style >
0 commit comments