diff --git a/CONTRIBUTING-TO-MOZILLA.md b/CONTRIBUTING-TO-MOZILLA.md index d969ad8..580dc16 100644 --- a/CONTRIBUTING-TO-MOZILLA.md +++ b/CONTRIBUTING-TO-MOZILLA.md @@ -18,15 +18,24 @@ Protocol: Below is a list of issues you can explore as a potential first issue: #### Beginner -https://github.com/mozilla/bedrock/issues/5702 -https://github.com/mozilla/bedrock/issues/5701 -https://github.com/mozilla/bedrock/issues/6283 -https://github.com/mozilla/bedrock/issues/5766 -https://github.com/mozilla/bedrock/issues/6299 -https://github.com/mozilla/bedrock/issues/6031 (IE) -https://github.com/mozilla/protocol/issues/230 -https://github.com/mozilla/irlpodcast/issues/128 +___ +- [Update Firefox Logo On Get Involved Pages](https://github.com/mozilla/bedrock/issues/5702) + +- [Update TestFlight Page With New Logo](https://github.com/mozilla/bedrock/issues/5701) + +- [Lazy load billboard images on homepage](https://github.com/mozilla/bedrock/issues/6283) + +- [Facebook container page is not RTL ready](https://github.com/mozilla/bedrock/issues/5766) + +- [Copy Change Per Legal Request: Remove the word "Truly" from "Truly Private Browsing.."](https://github.com/mozilla/bedrock/issues/6299) + +- [Newsletter on /download/thanks/ incorrectly sized when using IE](https://github.com/mozilla/bedrock/issues/6031) + +- [Link to NPM release on Protocol home page](https://github.com/mozilla/protocol/issues/230) + +- [Links need focus, hover, and active styles](https://github.com/mozilla/irlpodcast/issues/128) #### Intermediate -https://github.com/mozilla/protocol/issues/186 -https://github.com/mozilla/protocol/issues/165 +___ +- [Update Table Component](https://github.com/mozilla/protocol/issues/186) +- [Insufficient contrast on card component tags and meta copy](https://github.com/mozilla/protocol/issues/165) diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7a7392f --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2010-2018 Google, Inc. http://angularjs.org + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE.