-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new footer; adjust app-wide link behavior
- Loading branch information
Showing
7 changed files
with
166 additions
and
42 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,78 @@ | ||
%div.container-fluid | ||
%div.row | ||
%div.col-xs-12.col-lg-12 | ||
%h3 Big Ten Academic Alliance Geoportal | ||
%ul.list-horizontal | ||
%div#footer-title.col-xs-12.col-lg-12 | ||
= link_to "https://gin.btaa.org" do | ||
= image_tag('gin-white.png', {alt: "Big Ten Academic Alliance Logo", height: '80px'}) | ||
|
||
%div.col-xs-12.col-lg-6 | ||
|
||
%h3.mt-3 About & Help | ||
%ul.list-unstyled | ||
%li | ||
= link_to "About Us", "https://gin.btaa.org/about/about-us/" | ||
%li | ||
= link_to "Program Updates", "https://gin.btaa.org/updates" | ||
%li | ||
= link_to "Contact Us", "https://geo.btaa.org/feedback" | ||
%li | ||
= link_to "Help Guides", "https://gin.btaa.org/guides/" | ||
%li | ||
= link_to "Tutorials", "https://gin.btaa.org/tutorials" | ||
|
||
%h3.mt-3 Policies | ||
%ul.list-unstyled | ||
%li | ||
= link_to "Harmful Language Statement", "https://gin.btaa.org/library/harmful-language/" | ||
%li | ||
= link_to "Collection Development Policy", "https://gin.btaa.org/library/collection-development-policy/" | ||
%li | ||
= link_to "Privacy Policy", "https://www.lib.umn.edu/about/privacy" | ||
|
||
%h3.mt-3 Sponsors | ||
%ul.list-unstyled | ||
%li | ||
= link_to "Big Ten Academic Alliance", "https://btaa.org/" | ||
%li | ||
= link_to "BTAA Geospatial Information Network", "https://gin.btaa.org/" | ||
%li | ||
= link_to "University of Minnesota Libraries", "https://lib.umn.edu/" | ||
|
||
%div.col-xs-12.col-lg-6 | ||
%h3.mt-3 BTAA Member Libraries & Stories | ||
%ul.list-unstyled | ||
%li | ||
= link_to "Collection Stories", "https://geobtaa.blogspot.com/" | ||
|
||
%h4.mt-3 Explore Member Libraries | ||
%ul.list-unstyled{style: "column-count: 2;"} | ||
%li | ||
= link_to "University of Chicago", "https://www.lib.uchicago.edu/" | ||
%li | ||
= link_to "University of Illinois", "https://www.library.illinois.edu/" | ||
%li | ||
= link_to "Indiana University", "https://libraries.indiana.edu/" | ||
%li | ||
= link_to "University of Iowa", "https://www.lib.uiowa.edu/" | ||
%li | ||
= link_to "University of Maryland", "https://www.lib.umd.edu/" | ||
%li | ||
= link_to "University of Michigan", "https://www.lib.umich.edu/" | ||
%li | ||
= link_to "Michigan State University", "https://lib.msu.edu/" | ||
%li | ||
= link_to "University of Minnesota", "https://www.lib.umn.edu/" | ||
%li | ||
= link_to "University of Nebraska-Lincoln", "https://libraries.unl.edu/" | ||
%li | ||
= link_to "Northwestern University", "https://www.library.northwestern.edu/" | ||
%li | ||
= link_to "News & Updates".html_safe, 'https://geobtaa.blogspot.com' | ||
= link_to "The Ohio State University", "https://library.osu.edu/" | ||
%li | ||
= link_to "About Us", 'https://gin.btaa.org' | ||
= link_to "Pennsylvania State University", "https://libraries.psu.edu/" | ||
%li | ||
%a{href:'https://gin.btaa.org/library/harmful-language/'} Harmful Language Statement | ||
= link_to "Purdue University", "https://www.lib.purdue.edu/" | ||
%li | ||
%a{href:'https://geo.btaa.org/feedback'} Contact Project Team | ||
= link_to "Rutgers University", "https://www.libraries.rutgers.edu/" | ||
%li | ||
%a{href:'http://www.btaa.org'} Big Ten Academic Alliance Homepage | ||
= link_to "University of Wisconsin-Madison", "https://www.library.wisc.edu/" | ||