diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..772f038 --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +The MIT License (MIT) + +Copyright (c) 2015-2018 LBRY Inc. + +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 OF OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 2a8cb4d..a73946a 100755 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Contributions to this project are welcome, encouraged, and compensated. For more details, see [CONTRIBUTING.md](CONTRIBUTING.md). ## License -This project is MIT licensed. +This project is MIT licensed. For the full license, see [LICENSE](LICENSE). ## Security We take security seriously. Please contact [security@lbry.io](mailto:security@lbry.io) regarding any security issues. diff --git a/app/sass/pages/_home.scss b/app/sass/pages/_home.scss index 5ce21d7..cd962f0 100644 --- a/app/sass/pages/_home.scss +++ b/app/sass/pages/_home.scss @@ -249,16 +249,31 @@ body.home { // sass-lint:disable-line no-qualifying-elements // TODO: FIX THIS grid-area: contribute; ul { + @media (min-width: 701px) { + margin-bottom: 4rem; + } + + @media (max-width: 700px) { + margin-bottom: 2rem; + } + li { @media (min-width: 701px) { - width: calc(100% / 4); + width: calc(100% / 4); height: 6rem; } @media (max-width: 700px) { - width: 50%; + width: 50%; height: 5rem; } - a::before { + &::before { + width: 100%; height: 100%; + + background-position: center; + background-repeat: no-repeat; + content: ""; + display: block; + @media (min-width: 901px) { top: -1rem; background-size: 4rem; @@ -270,19 +285,19 @@ body.home { // sass-lint:disable-line no-qualifying-elements // TODO: FIX THIS } } - &:nth-child(1) a::before { + &:nth-child(1)::before { background-image: url("/assets/media/svg/keyboard.svg"); } - &:nth-child(2) a::before { + &:nth-child(2)::before { background-image: url("/assets/media/svg/anchor.svg"); } - &:nth-child(3) a::before { + &:nth-child(3)::before { background-image: url("/assets/media/svg/monitor.svg"); } - &:nth-child(4) a::before { + &:nth-child(4)::before { background-image: url("/assets/media/svg/flag.svg"); } } diff --git a/app/views/home.js b/app/views/home.js index c69ceb8..489b43f 100644 --- a/app/views/home.js +++ b/app/views/home.js @@ -70,10 +70,10 @@ module.exports = exports = () => html`
No matter your experience or skill level, you can progress content freedom.