Skip to content

Commit d5918b5

Browse files
committed
Added IDEA statement to website footer
1 parent fa23fd0 commit d5918b5

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

footer--idea-statement-system.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<div class="idea-container">
2+
<p class="idea-statement">
3+
Library facilities, collections, programs, and resources are open to anyone in the campus community, regardless of race, national origin, sex, gender identity, sexual identity, and/or any other protected characteristic.
4+
</p>
5+
</div>

footer-wrapper.shtm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
</section>
3232
</div>
3333
</div>
34+
<div class="row">
35+
<div class="col-md-12">
36+
<!--#include file='footer--idea-statement-GROUP.html' -->
37+
</div>
38+
</div>
3439
<div class="row">
3540
<div class="col-xs-12">
3641
<ul class="list-inline pull-right">

scss/libguides/_footer.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,19 @@
158158
color: $granny;
159159
}
160160
}
161+
162+
/* idea statement */
163+
164+
.idea-container {
165+
margin: 0rem 2rem;
166+
padding: .5em 5rem;
167+
text-align: center;
168+
border-top: 1px solid #135071;
169+
border-bottom: 1px solid #135071;
170+
}
171+
172+
.idea-statement {
173+
font-style: italic;
174+
font-size: .9rem;
175+
line-height: 1.8rem;
176+
}

0 commit comments

Comments
 (0)