-
Notifications
You must be signed in to change notification settings - Fork 0
Override theme gem styling for footer and institute footer #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
ce19e17
Bringing over institute and library footer parials from theme gem
djanelle-mit 7e78e9b
Overrode styles from mitlib-style for footer and institute footer
djanelle-mit 44e4a0a
Centralized focus styling into mixin and applied to footer interactiv…
djanelle-mit 2c69b15
Clean up comments in effects partial
djanelle-mit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| <div class="wrap-outer-footer-institute layout-band"> | ||
| <div class="wrap-footer-institute"> | ||
| <footer class="footer-info-institute" aria-label="MIT footer" role="contentinfo"> | ||
| <a class="link-logo-mit" href="https://www.mit.edu"> | ||
| <span class="sr">MIT</span> | ||
| <img | ||
| src="https://cdn.libraries.mit.edu/files/branding/local/mit_lockup_std-three-line_rgb_white.svg" | ||
| alt="MIT logo" | ||
| width="105" | ||
| /> | ||
| </a> | ||
|
|
||
| <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> | ||
| </footer><!-- end .footer-info-institute --> | ||
| </div> | ||
| </div> | ||
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| <div class="wrap-outer-footer layout-band"> | ||
| <div class="wrap-footer footer-slim"> | ||
| <div class="footer-main" aria-label="MIT Libraries footer"> | ||
| <div class="identity"> | ||
| <div class="wrap-logo-lib"> | ||
| <a href="https://libraries.mit.edu" class="logo-mit-lib"> | ||
| <span class="sr">MIT Libraries home</span> | ||
| <img | ||
| src="https://cdn.libraries.mit.edu/files/branding/local/mitlib-wordmark.svg" | ||
| alt="MIT Libraries logo" | ||
| width="80" | ||
| /> | ||
| </a> | ||
| </div> | ||
|
|
||
| <div class="wrap-middle"> | ||
| <div class="wrap-policies"> | ||
| <nav aria-label="MIT Libraries policy menu"> | ||
| <a href="https://libraries.mit.edu/privacy" class="link-sub">Privacy</a> | ||
| <a href="https://libraries.mit.edu/permissions" class="link-sub">Permissions</a> | ||
| <a href="https://libraries.mit.edu/accessibility" class="link-sub">Accessibility</a> | ||
| <a href="https://libraries.mit.edu/contact" class="link-sub">Contact us</a> | ||
| </nav> | ||
| </div> | ||
| </div> | ||
| </div><!-- end .identity --> | ||
| </div> | ||
| </div> | ||
| </div> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is somewhat outside the scope of this PR as it is carrying forward wording from before, However, much of what we display is metadata from other systems and very little of it is explicitly licensed CC-BY-NC and we never otherwise note that. This probably only belongs on the WordPress site and maybe LibGuides. We can land this as-is now, but I'd prefer we also open a ticket to explicitly review it with the intent of removal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JPrevost Makes sense... would this be a PW ticket or a USE ticket?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@djanelle-mit let's make it USE as it is where our main focus is right now and the change I am suggesting is in USE UI. Thanks!