11< div class ="institute-bar ">
2- < div class ="wrap-header ">
2+ < div class ="wrapper ">
33 < a class ="link-logo-mit " href ="https://www.mit.edu "> < span class ="sr "> MIT Logo</ span >
44 < img src ="https://cdn.libraries.mit.edu/files/branding/local/mit_logo_std_rgb_white.svg " height ="24 " alt ="MIT logo " >
55 </ a >
6+ < nav >
7+ < a href ="# "> Libraries Home</ a >
8+ < a href ="# "> Hours & Locations</ a >
9+ < a href ="# "> Ask Us</ a >
10+ < a href ="# "> Account</ a >
11+ </ nav >
612 </ div >
713</ div >
8- < div class ="wrap-outer-header layout-band <%= 'reasons' if params [ :rainbows ] %> ">
9- < div class ="wrap-header ">
10- < header class ="header-site header-slim " role ="banner ">
11- < div class ="wrap-header-core ">
12- < h1 class ="name-site group nav-logo ">
13- < a href ="https://libraries.mit.edu/ " class ="logo-mit-lib ">
14- < span class ="sr "> MIT Libraries home</ span >
15- < img src ="https://cdn.libraries.mit.edu/files/branding/local/mitlib-wordmark.svg " height ="35 " alt ="MIT Libraries logo ">
16- </ a >
17- <% if ENV [ 'PLATFORM_NAME' ] %>
18- < a href ="/ " class ="platform-name "> <%= ENV . fetch ( 'PLATFORM_NAME' ) %> </ a >
14+ < div class ="libraries-header ">
15+ < div class ="wrapper ">
16+ < header class ="navigation-bar ">
17+ < h1 >
18+ < a href ="https://libraries.mit.edu/ " class ="logo-mit-lib ">
19+ < span class ="sr "> MIT Libraries Homepage</ span >
20+ < img src ="https://cdn.libraries.mit.edu/files/branding/local/mitlib-wordmark.svg " height ="40 " alt ="MIT Libraries logo ">
21+ </ a >
22+ <% if ENV [ 'PLATFORM_NAME' ] %>
23+ < span class ="divider "> </ span >
24+ < a href ="/ " class ="platform-name "> <%= ENV . fetch ( 'PLATFORM_NAME' ) %> </ a >
25+ <% end %>
26+ </ h1 >
27+ < nav class ="main-navigation " aria-label ="Main navigation ">
28+ <%= nav_link_to ( "Home" , root_path ) %>
29+ <% if Flipflop . enabled? ( :gdt ) %>
30+ < div class ="wrap-gis-links ">
31+ <%= nav_link_to ( "GIS at MIT" , "https://libraries.mit.edu/gis" ) %>
32+ < span class ="nav-divider " aria-hidden ="true "> |</ span >
33+ <%= nav_link_to ( "Ask GIS" , "https://libraries.mit.edu/ask-gis" ) %>
34+ </ div >
1935 <% end %>
20- </ h1 >
21- </ div >
36+ </ nav >
2237 </ header >
23- </ div >
24- </ div >
38+ </ div >
39+ </ div >
0 commit comments