Skip to content

Commit

Permalink
fixing footer and some content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nnunn committed Apr 7, 2017
1 parent 7ff976a commit 72ceb6c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
5 changes: 3 additions & 2 deletions application/views/common/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<p class="hidden-phone"><a href="info/slide-info" class="slide-info">Source information for background images</a></p>
<?php endif ?>
</div>
<p class="span5">Copyright 2015 &copy; <a href="http://www.library.ualberta.ca">University of Alberta Libraries</a>, Bruce Peel Special Collections &amp;
Archives, B7 Rutherford South, Edmonton, AB, Canada T6G 2J4 :: <a href="http://www.library.ualberta.ca/privacy/">Web Site Privacy Policy</a></p>
<p class="span5">Copyright 2015 &copy; <a href="http://www.library.ualberta.ca">University of Alberta Libraries</a>,
Bruce Peel Special Collections, B7 Rutherford South, Edmonton, AB, Canada T6G 2J4 -
<a href="http://www.library.ualberta.ca/privacy/">Web Site Privacy Policy</a></p>
</div>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions application/views/common/homeheader.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
<div class="row-fluid">
<div class="span12 logo-nav">
<div class="container">
<h1 class="span3"><a href="/">Bruce Peel Special Collections &amp;
Archives</a></h1>
<h1 class="span3"><a href="/">Bruce Peel Special Collections</a></h1>
<ul class="main-nav span9">
<li><a href="/exhibits">Exhibitions</a></li>
<li><a href="/collections" class="line">Research <br/> Collections</a></li>
Expand Down
6 changes: 3 additions & 3 deletions application/views/pages/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
University of Alberta <a href="https://www.library.ualberta.ca">library catalogue</a>.
If the item you seek is not available through the University of Alberta Libraries,
you can search for books in libraries around the world using <a href="http://firstsearch.oclc.org/fsip?autho=100338439">OCLC WorldCat</a>
and for archival materials (letters, photographs, documents, etc.) in local institutions through t
he Archives Society of Alberta's <a href="http://www.albertaonrecord.ca/">Alberta on Record</a> database.
and for archival materials (letters, photographs, documents, etc.) in local institutions through
the Archives Society of Alberta's <a href="http://www.albertaonrecord.ca/">Alberta on Record</a> database.
Bruce Peel Special Collections is one of many libraries that may hold a print copy of an item that you find listed in the <a href="http://peel.library.ualberta.ca/index.html">Peel’s Prairies Provinces database</a>.</p>
<p class="question">How much is my old book worth?</p>
Expand All @@ -64,7 +64,7 @@
<p class="question">Do you accept donations of rare books?</p>
<p>The generosity of donors plays an instrumental role in the development of our research collections. To discuss whether the Peel library is the best place for your rare book(s), please contact Robert Desmarais, Special Collections Librarian and Unit Head, at 780-492-7929 or <a href="mailto:robert.desmarais@ualberta.ca">robert.desmarais@ualberta.ca</a>. </p>
<p>The generosity of donors plays an instrumental role in the development of our research collections. To discuss whether the Peel library is the best place for your rare book(s), please contact Robert Desmarais, Special Collections Librarian and Unit Head, at 780-492-7929 or <a href="mailto:robert.desmarais@ualberta.ca">email us</a>. </p>
Expand Down
2 changes: 1 addition & 1 deletion application/views/pages/contact.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<div class="row">

<h2>Contact Bruce Peel Special Collections</h2>
<div class="span9">
<div class="row">
Expand Down
8 changes: 3 additions & 5 deletions docroot/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ h3{

.front-column{
background-color: #fff;
max-height: 275px;
overflow: scroll;

}
.front-column h2{
Expand Down Expand Up @@ -185,18 +187,14 @@ h3{
.front-column p.welcome{
font-size: 17px;
line-height: 34px;
padding: 20px 20px 10px 20px;
padding: 18px 20px 9px 20px;
}
.front-column ul{
margin: 0;
}
.front-column li{
list-style: none;
margin:0 0 6px 0;
display: none;
}
.front-column li:nth-child(1), .front-column li:nth-child(2), .front-column li:nth-child(3) {
display: block;
}
.front-column li a{
color: #333;
Expand Down

0 comments on commit 72ceb6c

Please sign in to comment.