https://github.com/su-sws/stanford_fwb
Full-width banner view of slides.
https://github.com/su-sws/stanford_fwb
d7 module
Last synced: about 1 year ago
JSON representation
Full-width banner view of slides.
- Host: GitHub
- URL: https://github.com/su-sws/stanford_fwb
- Owner: SU-SWS
- License: gpl-2.0
- Created: 2015-08-21T16:49:15.000Z (almost 11 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2018-06-27T15:35:37.000Z (about 8 years ago)
- Last Synced: 2024-04-07T01:49:20.481Z (over 2 years ago)
- Topics: d7, module
- Language: PHP
- Size: 22.5 KB
- Stars: 0
- Watchers: 28
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [Stanford Full Width Banner](https://github.com/SU-SWS/stanford_fwb)
##### Version: 7.x-1.x-dev
Maintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama)
Changelog: [Changelog.txt](CHANGELOG.txt)
Description
---
The Stanford Full Width Banner module is used to provide a block which banner that can span the full width of the
page left to right.
Accessibility
---
[](https://www.w3.org/TR/WCAG20/)
Evaluation Date: 201X-XX-XX
This module conforms to level AA WCAG 2.0 standards as required by the university's accessibility policy. For more information on the policy please visit: [https://ucomm.stanford.edu/policies/accessibility-policy.html](https://ucomm.stanford.edu/policies/accessibility-policy.html).
Installation
---
Install this module like any other module. [See Drupal Documentation](https://drupal.org/documentation/install/modules-themes/modules-7)
Configuration
---
Nothing special needed.
Troubleshooting
---
If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.
Developer
---
If you wish to develop on this module you will most likely need to compile some new css. Please use the sass structure provided and compile with the sass compiler packaged in this module. To install:
```
npm install
grunt watch
or
grunt devmode
```
Contribution / Collaboration
---
You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests)