website
website copied to clipboard
Contributor Call to Action
Context: We need a way to generally indicate where people should go to to contribute to a specific page of the website. One idea I tried out was adding a footer with copy in the spirit of "See a bug? Something you want to improve? Contribute at (link)".
Acceptance Criteria:
- [ ] Link should be positioned at the bottom of the page, above the footer, and centered on the view
- [ ] an anchor element should be used (instead of a button)
- [ ] there should be a title attribute (see screenshot below)
- [ ] on hover, the cursor should be a pointer
Screenshot of what it could look like:
Seems good! My immediate thought for how to do this is to create a Ruby helper in the layout. This would be a great task for someone who already knows some Ruby!