Skip to content

Commit 32e111d

Browse files
committed
Copied _site_header.html from theme gem into project
1 parent f229be7 commit 32e111d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<div class="wrap-outer-header layout-band <%= 'reasons' if params[:rainbows] %>">
2+
<div class="wrap-header">
3+
<header class="header-site header-slim" role="banner">
4+
<div class="wrap-header-core">
5+
<h1 class="name-site group nav-logo">
6+
<a href="https://libraries.mit.edu/" class="logo-mit-lib">
7+
<span class="sr">MIT Libraries home</span>
8+
<img src="https://cdn.libraries.mit.edu/files/branding/local/mitlib-wordmark.svg" height="35" alt="MIT Libraries logo">
9+
</a>
10+
<% if ENV['PLATFORM_NAME'] %>
11+
<a href="/" class="platform-name"><%= ENV.fetch('PLATFORM_NAME') %></a>
12+
<% end %>
13+
</h1>
14+
</div>
15+
<div class="wrap-header-supp">
16+
<a class="link-logo-mit" href="https://www.mit.edu"><span class="sr">MIT</span>
17+
<img src="https://cdn.libraries.mit.edu/files/branding/local/mit_logo_std_rgb_white.svg" height="35" alt="MIT logo" >
18+
</a>
19+
</div>
20+
</header>
21+
</div>
22+
</div>

0 commit comments

Comments
 (0)