Skip to content

Commit

Permalink
Footer - design polish
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Sep 25, 2024
1 parent 87e68d8 commit 68af7f6
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
Binary file added app/assets/images/footer/elevation_map_mpls.acorn
Binary file not shown.
Binary file added app/assets/images/footer/elevation_map_mpls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions app/assets/images/footer/notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Elevation map mpls:
https://geodev.btaa.org/catalog/p16022coll289:22
3 changes: 3 additions & 0 deletions app/assets/stylesheets/geoportal/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ section#footer-app {
background-color: $btaa-blue;
border-top: 1rem solid $btaa-blue-dark;
border-bottom: 0.5rem solid $btaa-blue-dark;
background-image: url('/assets/footer/elevation_map_mpls_blueish.png');
background-size: 100% 100%;
background-repeat: no-repeat;

// Link styling
a {
Expand Down
18 changes: 12 additions & 6 deletions app/assets/stylesheets/geoportal/_results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@
}
}

// a11y active pagination page link
.page-link {
text-decoration: underline;
}
.page-links a, a.page-link {

color: #005E8E;

.page-links a {
text-decoration: underline;
&:hover {
color: #005E8E !important;
border-color: #dee2e6 !important;
}

&:visited {
color: #005E8E !important;
border-color: #dee2e6 !important;
}
}

.page-item.active .page-link {
Expand Down
8 changes: 5 additions & 3 deletions app/views/shared/_footer_app.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
%h3.mt-3 Policies
%ul.list-unstyled
%li
= link_to "Harmful Language Statement", "https://gin.btaa.org/library/harmful-language/"
= link_to "Harmful Language Statement", "https://gin.btaa.org/policies/harmful-language"
%li
= link_to "Collection Development Policy", "https://gin.btaa.org/library/collection-development-policy/"
= link_to "Privacy Statement", "https://gin.btaa.org/policies/privacy"
%li
= link_to "Privacy Policy", "https://www.lib.umn.edu/about/privacy"
= link_to "Terms of Service and Disclaimers", "https://gin.btaa.org/policies/tos-disclaimer"
%li
= link_to "Collection Development", "https://gin.btaa.org/policies/collection-development"

%h3.mt-3 Sponsors
%ul.list-unstyled
Expand Down

0 comments on commit 68af7f6

Please sign in to comment.