Skip to content

Commit 19eff35

Browse files
Merge pull request #145 from MITLibraries/pw-72
Update header and footer, including new MIT logo
2 parents f9f441c + 1b23eee commit 19eff35

File tree

11 files changed

+39
-112
lines changed

11 files changed

+39
-112
lines changed

web/app/themes/mitlib-parent/css/scss/partials/_footer.scss

Lines changed: 12 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
background: $black url(#{$imagesPath}/vi-shape7-tp.png) no-repeat 10% center;
33
flex-wrap: wrap;
44
@include bp-tablet--portrait {
5-
padding: 2em 1.375em;
5+
padding: 1.25em 1.375em;
66
}
77
@include span-12-12;
88
a {
@@ -67,9 +67,6 @@
6767
span {
6868
display: block;
6969
width: 50%;
70-
&:not(:last-of-type) {
71-
margin-bottom: 1.5em;
72-
}
7370
@include bp-tablet--portrait {
7471
font-weight: 300;
7572
padding-left: 1em;
@@ -98,14 +95,8 @@
9895
max-width: 9.5em;
9996
width: 9.5em;
10097
}
101-
svg {
102-
max-height: 4em;
103-
max-width: 9.5em;
104-
fill: #fff;
105-
}
106-
title {
107-
color: #000;
108-
background-color: #fff;
98+
img {
99+
display: block;
109100
}
110101
}
111102
.text-find-us {
@@ -161,55 +152,25 @@
161152
}
162153
} // End .footer-main
163154
.footer-info-institute {
164-
align-items: baseline;
155+
align-items: start;
165156
background: $gray-dark;
166157
display: flex;
167-
flex-direction: column;
168-
flex-wrap: wrap;
169-
padding: 1.5em 1em;
170-
@include bp-tablet--portrait {
171-
flex-direction: row;
172-
}
173-
.about-mit {
174-
font-size: 0.625em;
175-
margin-bottom: 2em;
176-
margin-right: 1em;
177-
span {
178-
color: #eeeeee;
179-
text-transform: uppercase;
180-
&:first-of-type {
181-
font-weight: bold;
182-
}
183-
@include bp-tablet--portrait {
184-
color: #ededed;
185-
&:not(:last-of-type):after {
186-
content: '|';
187-
font-weight: normal;
188-
}
189-
}
190-
}
191-
}
158+
justify-content: space-between;
159+
padding: 1.25em 1.375em;
192160
.license {
193161
color: #fff;
194162
font-size: 0.6875em;
195-
margin-left: auto;
163+
margin-left: auto;
164+
@include rem-first(max-width, 25);
196165
a {
197166
color: #ededed;
198167
text-decoration: underline;
199168
}
200169
}
201-
.link-mit-home {
170+
.link-logo-mit {
202171
display: block;
203-
@include bp-tablet--portrait{
204-
margin: 0 1em 1.5em 0;
205-
}
206-
}
207-
.logo-mit {
208-
fill: #bbb9b8;
209-
width: 3.375em;
210-
.color {
211-
fill: #ededed;
212-
}
172+
@include rem-first(margin-right, 3.125);
173+
@include rem-first(min-width, 9.5);
213174
}
214175
}
215176
// Old browser fixes
@@ -225,10 +186,7 @@
225186
> div {
226187
float: left;
227188
}
228-
.about-mit {
229-
padding-top: 4em;
230-
}
231-
.link-mit-home {
189+
.link-logo-mit {
232190
padding-top: 1.5em;
233191
}
234192
}

web/app/themes/mitlib-parent/css/scss/partials/_header.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
.logo-mit-lib {
3131
fill: $color-text--light;
32-
padding: 8px;
32+
padding: 1.6785rem 0.5rem 0.5rem 0.5rem;
3333

3434
svg {
3535
@include rem-first(max-height, 1.75);
@@ -112,8 +112,8 @@
112112
@include rem-first(padding-bottom, 0.5);
113113
padding-left: 0.5em;
114114
padding-right: 0.5em;
115-
max-width: 59px;
116-
@include rem-first(max-width, 3.6875);
115+
max-width: 74px;
116+
@include rem-first(max-width, 4.6);
117117

118118
@include bp-tablet--portrait {
119119
display: block;

web/app/themes/mitlib-parent/css/scss/partials/_menu.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ body.user-is-tabbing *.nav-main {
7171
font-size: 0.75em;
7272

7373
a {
74-
padding: 1rem 0.5rem 0.5rem 0.5rem;
74+
padding: 1.9375rem 0.5rem 0.5rem 0.5rem;
7575
align-items: center;
7676
flex-direction: column;
7777
text-transform: uppercase;
@@ -88,6 +88,8 @@ body.user-is-tabbing *.nav-main {
8888
font-size: 1em;
8989

9090
a {
91+
align-items: flex-end;
92+
flex-direction: row;
9193
text-transform: none;
9294
padding-top: 2em;
9395
}
@@ -192,7 +194,7 @@ body.user-is-tabbing *.nav-main {
192194
color: #fff;
193195
display: flex;
194196
height: 100%;
195-
padding-top: 2em;
197+
padding-top: 2.875em;
196198
}
197199

198200
&.active {

web/app/themes/mitlib-parent/footer.php

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,10 @@
1515

1616
<div class="footer-info-institute">
1717
<a class="link-logo-mit" href="https://www.mit.edu">
18-
<span class="sr">MIT</span>
19-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="54" height="28" viewBox="0 0 54 28" enable-background="new 0 0 54 28" xml:space="preserve" class="logo-mit"><rect x="28.9" y="8.9" width="5.8" height="19.1" class="color"/><rect width="5.8" height="28"/><rect x="9.6" width="5.8" height="18.8"/><rect x="19.3" width="5.8" height="28"/><rect x="38.5" y="8.9" width="5.8" height="19.1"/><rect x="38.8" width="15.2" height="5.6"/><rect x="28.9" width="5.8" height="5.6"/></svg>
20-
</a><!-- End MIT Logo -->
18+
<img src="https://cdn.libraries.mit.edu/files/branding/local/mit_lockup_std-three-line_rgb_white.svg" alt="MIT" width="152">
19+
</a>
2120

22-
<div class="about-mit">
23-
<span class="item">Massachusetts Institute of Technology</span>
24-
</div><!-- End div.about-mit -->
25-
26-
<div class="license">Content created by the MIT Libraries, <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC</a> unless otherwise noted. <a href="https://libraries.mit.edu/research-support/notices/copyright-notify/">Notify us about copyright concerns</a>.
21+
<div class="license">Content created by the MIT Libraries, <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC</a> unless otherwise noted. <a href="https://libraries.mit.edu/research-support/notices/copyright-notify/">Notify us about copyright concerns</a>.</div>
2722
</div><!-- End div.footer-info-institure -->
2823
</footer>
2924

web/app/themes/mitlib-parent/header.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
<?php get_template_part( 'inc/header', 'opengraph' ); ?>
2626
<link rel="profile" href="https://gmpg.org/xfn/11" />
2727
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
28+
<link rel="icon" href="https://cdn.libraries.mit.edu/files/branding/favicons/favicon.ico" sizes="32x32">
29+
<link rel="icon" href="https://cdn.libraries.mit.edu/files/branding/favicons/favicon.svg" type="image/svg+xml">
30+
<link rel="apple-touch-icon" href="https://cdn.libraries.mit.edu/files/branding/favicons/apple-touch-icon.png"><!-- 180×180 -->
31+
<link rel="manifest" href="https://cdn.libraries.mit.edu/files/branding/favicons/manifest.json">
2832
<?php wp_head(); ?>
2933
<script>
3034
todayDate="";
@@ -38,8 +42,7 @@
3842
<?php get_template_part( 'inc/nav', 'hamburger' ); ?>
3943
<?php get_template_part( 'inc/liblogo' ); ?>
4044
<?php get_template_part( 'inc/nav', 'main' ); ?>
41-
<a class="link-logo-mit" href="http://www.mit.edu"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="54" height="28" viewBox="0 0 54 28" enable-background="new 0 0 54 28" xml:space="preserve" class="logo-mit"><title>Massaschusetts Institute of Technology logo</title><rect x="28.9" y="8.9" width="5.8" height="19.1" class="color"/><rect width="5.8" height="28"/><rect x="9.6" width="5.8" height="18.8"/><rect x="19.3" width="5.8" height="28"/><rect x="38.5" y="8.9" width="5.8" height="19.1"/><rect x="38.8" width="15.2" height="5.6"/><rect x="28.9" width="5.8" height="5.6"/></svg>
42-
<span class="sr">MIT Logo</span>
45+
<a class="link-logo-mit" href="http://www.mit.edu"><img src="https://cdn.libraries.mit.edu/files/branding/local/mit_logo_std_rgb_white.svg" height="32" alt="MIT logo" >
4346
</a><!-- End MIT Logo -->
4447
<?php get_template_part( 'inc/nav', 'smalldisplays' ); ?>
4548
</header>

web/app/themes/mitlib-parent/inc/footer-main.php

Lines changed: 8 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -44,52 +44,23 @@
4444
</div>
4545
<div class="flex-item">
4646
<h4><a href="/about">About us</a></h4>
47-
<a href="/contact" class="link-sub">Contact us</a>
48-
<a href="/news" class="link-sub">News</a>
49-
<a href="/events" class="link-sub">Classes &amp; events</a>
50-
<a href="/use-policies" class="link-sub">Use policy</a>
51-
<a href="/giving" class="link-sub">Giving</a>
52-
<a href="/about" class="link-sub">More about us</a>
47+
<span class="link-sub"><a href="/contact">Contact us</a> | <a href="/follow">Follow us</a></span>
48+
<span class="link-sub"><a href="/news">News</a></span>
49+
<span class="link-sub"><a href="/events">Classes &amp; events</a></span>
50+
<span class="link-sub"><a href="/use-policies">Use policy</a></span>
51+
<span class="link-sub"><a href="/giving">Giving</a></span>
52+
<span class="link-sub"><a href="/about">More about us</a></span>
5353
</div>
5454
</div><!-- end div.links-all -->
5555

5656
<div class="identity flex-container">
57-
<a href="/" class="logo-mit-lib">
58-
<svg xmlns="http://www.w3.org/2000/svg" width="193.9" height="77.55" viewBox="0 0 193.9 77.55"><title>MIT Libraries logo</title><path d="M5.3,5.55H17.2L21.55,21.2q0.25,0.85.58,2.22T22.8,26.1q0.4,1.55.8,3.25h0.1q0.35-1.7.75-3.25,0.3-1.3.65-2.67t0.6-2.22L30.1,5.55h12V41.3H34V21.58q0-1.17,0-2.37,0-1.4.1-3.05H34q-0.4,1.55-.7,2.85t-0.53,2.22q-0.28,1.08-.42,1.58L27.25,41.3h-7.3l-5.1-18.45q-0.15-.5-0.45-1.6T13.85,19q-0.3-1.3-.65-2.85H13.1q0,1.65,0,3.05,0,1.2.08,2.4t0,1.75v18h-8V5.55Zm40,0h8.85V41.3H45.32V5.55ZM67.4,13H57V5.55H86.75V13H76.25V41.3H67.4V13ZM5.3,46.55h8.85V74.8H30.82v7.5H5.3V46.55Zm28.7,0h8.15v6.6H34v-6.6ZM34,56.7h8.15V82.3H34V56.7ZM61,83.1a9.84,9.84,0,0,1-4.55-1,7.87,7.87,0,0,1-3.2-3h-0.1V82.3h-7.8V46.55h8.15v13h0.15A9.45,9.45,0,0,1,56.55,57a8.63,8.63,0,0,1,4.37-1,9.89,9.89,0,0,1,4.53,1,10.16,10.16,0,0,1,3.45,2.85,13.44,13.44,0,0,1,2.2,4.3,17.91,17.91,0,0,1,.78,5.38,19.49,19.49,0,0,1-.78,5.72,12.5,12.5,0,0,1-2.2,4.28,9.47,9.47,0,0,1-3.45,2.67A10.66,10.66,0,0,1,61,83.1Zm-2.3-6.45a4.14,4.14,0,0,0,3.67-1.92,9.45,9.45,0,0,0,1.28-5.27,9.74,9.74,0,0,0-1.28-5.3,4.19,4.19,0,0,0-3.77-2,4.44,4.44,0,0,0-4,2.1,9.66,9.66,0,0,0-1.33,5.25,8.53,8.53,0,0,0,1.45,5.17A4.69,4.69,0,0,0,58.67,76.65ZM73.81,56.7h7.8v4h0.15a9.63,9.63,0,0,1,3-3.35,7.29,7.29,0,0,1,4-1,4.41,4.41,0,0,1,1.6.2v7h-0.2a7.36,7.36,0,0,0-6,1.27Q82,66.6,82,70.8V82.3H73.81V56.7ZM99.76,83a12,12,0,0,1-3.53-.5A7.54,7.54,0,0,1,93.46,81a7,7,0,0,1-1.8-2.45A8.11,8.11,0,0,1,91,75.15a7.29,7.29,0,0,1,.78-3.52,6.67,6.67,0,0,1,2.12-2.35A10.55,10.55,0,0,1,97,67.85a25.72,25.72,0,0,1,3.77-.75,24.65,24.65,0,0,0,5-1,1.92,1.92,0,0,0,1.45-1.85,2.57,2.57,0,0,0-.83-2,3.92,3.92,0,0,0-2.67-.75,4.45,4.45,0,0,0-3,.85,3.67,3.67,0,0,0-1.2,2.45h-7.5a8.46,8.46,0,0,1,.8-3.4,8.17,8.17,0,0,1,2.17-2.8,10.56,10.56,0,0,1,3.58-1.9,16.34,16.34,0,0,1,5-.7,19.62,19.62,0,0,1,4.9.52,9.73,9.73,0,0,1,3.4,1.58,7.29,7.29,0,0,1,2.45,3,10.63,10.63,0,0,1,.8,4.25V78.3a13,13,0,0,0,.17,2.42,1.78,1.78,0,0,0,.73,1.23V82.3h-7.9a3.37,3.37,0,0,1-.5-1.12,14.64,14.64,0,0,1-.35-1.72h-0.1A8.47,8.47,0,0,1,104.44,82,9.92,9.92,0,0,1,99.76,83Zm2.6-5.2a5.45,5.45,0,0,0,3.73-1.25,4.23,4.23,0,0,0,1.42-3.35v-3a11.85,11.85,0,0,1-1.87.73q-1.08.33-2.33,0.63a10.45,10.45,0,0,0-3.4,1.27,2.47,2.47,0,0,0-1.05,2.17,2.42,2.42,0,0,0,1,2.2A4.5,4.5,0,0,0,102.36,77.75Zm15.87-21H126v4h0.15a9.63,9.63,0,0,1,3-3.35,7.29,7.29,0,0,1,4-1,4.41,4.41,0,0,1,1.6.2v7h-0.2a7.36,7.36,0,0,0-6,1.27q-2.23,1.83-2.23,6V82.3h-8.15V56.7Zm18.94-10.15h8.15v6.6h-8.15v-6.6Zm0,10.15h8.15V82.3h-8.15V56.7Zm24,26.35a15.16,15.16,0,0,1-5.7-1,12.12,12.12,0,0,1-4.3-2.85,12.66,12.66,0,0,1-2.7-4.33,15.06,15.06,0,0,1-1-5.4,14.72,14.72,0,0,1,1-5.33,12.71,12.71,0,0,1,2.7-4.3A12.46,12.46,0,0,1,155.3,57a14.58,14.58,0,0,1,10.28-.17,12.28,12.28,0,0,1,3.83,2.35,12.76,12.76,0,0,1,3.42,5.33,20.72,20.72,0,0,1,1.08,7.13H155.5a7.52,7.52,0,0,0,1.8,4.1,5.14,5.14,0,0,0,4,1.5,4.81,4.81,0,0,0,2.65-.68,4.3,4.3,0,0,0,1.6-1.87h8a9.47,9.47,0,0,1-1.5,3.33,10.65,10.65,0,0,1-2.8,2.73,12.12,12.12,0,0,1-3.58,1.75A15.22,15.22,0,0,1,161.15,83Zm4.5-16.3a6,6,0,0,0-1.55-3.65,4.39,4.39,0,0,0-3.3-1.35,4.66,4.66,0,0,0-3.6,1.35,7,7,0,0,0-1.65,3.65h10.1Zm21.9,16.35q-5.65,0-8.95-2.42A8.35,8.35,0,0,1,175.1,74h7.7a4.15,4.15,0,0,0,1.45,2.85,5.09,5.09,0,0,0,3.25,1,5.63,5.63,0,0,0,2.92-.65,2.09,2.09,0,0,0,1.08-1.9,1.82,1.82,0,0,0-.55-1.37,4.08,4.08,0,0,0-1.45-.85,10.92,10.92,0,0,0-2.08-.5q-1.17-.17-2.42-0.42-1.65-.3-3.3-0.72a10.14,10.14,0,0,1-3-1.28,6.33,6.33,0,0,1-2.12-2.27,7.45,7.45,0,0,1-.8-3.68,7.1,7.1,0,0,1,.87-3.55A7.64,7.64,0,0,1,179,58a11.18,11.18,0,0,1,3.53-1.55,17,17,0,0,1,4.28-.52q5.45,0,8.35,2.2a8,8,0,0,1,3.2,6h-7.5a3,3,0,0,0-1.33-2.37,5.48,5.48,0,0,0-2.78-.62,5.1,5.1,0,0,0-2.52.58,1.9,1.9,0,0,0-1,1.78,1.33,1.33,0,0,0,.5,1.1,4.21,4.21,0,0,0,1.35.67,14.86,14.86,0,0,0,2,.48l2.33,0.4q1.7,0.3,3.42.73A10.59,10.59,0,0,1,196,68.2a7.05,7.05,0,0,1,2.32,2.42,7.75,7.75,0,0,1,.9,4A7.35,7.35,0,0,1,195.9,81a11.75,11.75,0,0,1-3.7,1.6A18.75,18.75,0,0,1,187.54,83.1Z" transform="translate(-5.3 -5.55)" /></svg>
59-
<span class="sr">MIT Libraries</span>
60-
</a><!-- End MIT Libraries Logo -->
61-
62-
<div class="social flex-container">
63-
<p class="text-find-us sr">Find us on</p>
64-
<a href="https://twitter.com/mitlibraries" title="Twitter">
65-
<svg class="icon-social--twitter" width="2048" height="2048" viewBox="-192 -384 2048 2048" xmlns="http://www.w3.org/2000/svg"><g transform="scale(1 -1) translate(0 -1280)"><path d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41 q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" fill="black" /></g></svg>
66-
<span class="sr">Twitter</span>
67-
</a><!-- End Twitter -->
68-
69-
<a href="https://instagram.com/mitlibraries/" title="Instagram">
70-
<svg class="icon-social--instagram" viewBox="0 0 120 120" enable-background="new 0 0 120 120" xml:space="preserve"><path id="Instagram_10_" fill="#FFFFFF" d="M95.1,103.9H24.9c-0.2,0-0.4-0.1-0.6-0.1c-3.9-0.5-7.1-3.4-8-7.2
71-
c-0.1-0.4-0.2-0.9-0.2-1.3V24.8c0-0.2,0.1-0.3,0.1-0.5c0.6-3.9,3.4-7.1,7.3-8c0.4-0.1,0.8-0.2,1.3-0.2h70.4c0.2,0,0.3,0.1,0.5,0.1
72-
c4,0.5,7.2,3.6,8,7.5c0.1,0.4,0.1,0.8,0.2,1.2v70.2c-0.1,0.4-0.1,0.8-0.2,1.2c-0.7,3.6-3.6,6.6-7.2,7.4
73-
C96,103.7,95.5,103.8,95.1,103.9z M25.6,51.7v0.2c0,13,0,26,0,38.9c0,1.9,1.6,3.5,3.5,3.5c20.6,0,41.2,0,61.8,0
74-
c1.9,0,3.5-1.6,3.5-3.5c0-13,0-25.9,0-38.9v-0.3H86c1.2,3.8,1.5,7.6,1.1,11.5c-0.5,3.9-1.7,7.6-3.8,10.9c-2.1,3.4-4.7,6.2-8,8.4
75-
c-8.5,5.8-19.6,6.3-28.6,1.2c-4.5-2.5-8.1-6.1-10.6-10.7c-3.7-6.8-4.3-14-2.1-21.4C31.2,51.7,28.4,51.7,25.6,51.7L25.6,51.7z
76-
M60,42.2c-9.7,0-17.6,7.8-17.8,17.5c-0.1,9.9,7.8,17.8,17.4,18c9.9,0.2,18-7.7,18.2-17.4C78,50.4,70,42.2,60,42.2L60,42.2z
77-
M86.7,38.7L86.7,38.7c1.4,0,2.9,0,4.3,0c1.9,0,3.4-1.6,3.4-3.5c0-2.8,0-5.5,0-8.3c0-2-1.6-3.6-3.6-3.6c-2.8,0-5.5,0-8.3,0
78-
c-2,0-3.6,1.6-3.6,3.6c0,2.7,0,5.5,0,8.2c0,0.4,0.1,0.8,0.2,1.2c0.5,1.5,1.8,2.4,3.5,2.4C84,38.7,85.3,38.7,86.7,38.7L86.7,38.7z"/></svg>
79-
<span class="sr">Instagram</span>
80-
</a><!-- End Instagram -->
81-
82-
<a href="https://www.youtube.com/user/MITLibraries" title="YouTube">
83-
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="icon-social--youtube"><path fill="black" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path></svg>
84-
<span class="sr">YouTube</span>
85-
</a><!-- End YouTube -->
86-
87-
</div><!-- end div.social -->
57+
<a href="/" class="logo-mit-lib"><img src="https://cdn.libraries.mit.edu/files/branding/local/mitlib-wordmark.svg" alt="MIT Libraries logo"></a><!-- End MIT Libraries Logo -->
8858

8959
<div class="links-primary flex-container">
9060
<span><a href="https://libraries.mit.edu/privacy" class="link-sub">Privacy</a></span>
9161
<span><a href="https://libraries.mit.edu/permissions" class="link-sub">Permissions</a></span>
9262
<span><a href="https://libraries.mit.edu/accessibility" class="link-sub">Accessibility</a></span>
63+
<span><a href="https://libraries.mit.edu/contact" class="link-sub">Contact us</a></span>
9364
</div><!-- End div.links-primary -->
9465

9566
</div><!-- End div.identity -->

web/app/themes/mitlib-parent/inc/nav-main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
</li>
100100
<li class="link-primary flex-end">
101101
<h2 class="main-nav-header">
102-
<a id="main-nav-researchmenu-title"href="#" class="no-underline main-nav-link menu-control">Research support</a>
102+
<a id="main-nav-researchmenu-title" href="#" class="no-underline main-nav-link menu-control">Research support</a>
103103
</h2>
104104
<div aria-labelledby="main-nav-researchmenu-title" id="main-nav-researchmenu" class="links-sub flex-container push group">
105105
<div class="col-1 flex-item">

web/app/themes/mitlib-parent/inc/nav-smalldisplays.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
?>
1010

1111
<a href="/search" class="link-site-search hidden-non-mobile">
12-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12" height="16" viewBox="0 0 12 12" alt="search" class="icon-search"><path d="M7.273 0.727q1.187 0 2.19 0.585t1.588 1.588 0.585 2.19-0.585 2.19-1.588 1.588-2.19 0.585q-1.278 0-2.33-0.676l-3.284 3.301q-0.295 0.284-0.688 0.284-0.403 0-0.688-0.284t-0.284-0.688 0.284-0.688l3.301-3.284q-0.676-1.051-0.676-2.33 0-1.188 0.585-2.19t1.588-1.588 2.19-0.585zM7.273 8q0.591 0 1.128-0.23t0.929-0.622 0.622-0.929 0.23-1.128-0.23-1.128-0.622-0.929-0.929-0.622-1.128-0.23-1.128 0.23-0.929 0.622-0.622 0.929-0.23 1.128 0.23 1.128 0.622 0.929 0.929 0.622 1.128 0.23z"></path></svg>
12+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12" height="16" viewBox="0 0 12 12" class="icon-search"><path d="M7.273 0.727q1.187 0 2.19 0.585t1.588 1.588 0.585 2.19-0.585 2.19-1.588 1.588-2.19 0.585q-1.278 0-2.33-0.676l-3.284 3.301q-0.295 0.284-0.688 0.284-0.403 0-0.688-0.284t-0.284-0.688 0.284-0.688l3.301-3.284q-0.676-1.051-0.676-2.33 0-1.188 0.585-2.19t1.588-1.588 2.19-0.585zM7.273 8q0.591 0 1.128-0.23t0.929-0.622 0.622-0.929 0.23-1.128-0.23-1.128-0.622-0.929-0.929-0.622-1.128-0.23-1.128 0.23-0.929 0.622-0.622 0.929-0.23 1.128 0.23 1.128 0.622 0.929 0.929 0.622 1.128 0.23z"></path></svg>
1313
<span class="bottom">Search</span>
1414
</a><!-- End /search -->
1515

web/app/themes/mitlib-parent/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Theme Name: MITlib Parent
33
Author: MIT Libraries
4-
Version: 0.2.2
4+
Version: 0.3
55
Description: The parent theme for the MIT Libraries' Pentagram-designed identity.
66
77
*/

web/app/themes/mitlib-parent/templates/page-home.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,8 @@
6767
</div><!-- end div.guides-experts -->
6868
</div><!-- end div.col-2 -->
6969
</div><!-- end div.content-main -->
70+
</div><!-- end div.content -->
7071

7172
<?php
7273
get_footer();
7374
?>
74-
75-
</div>
76-
<!-- end #content -->

0 commit comments

Comments
 (0)