diff --git a/README.md b/README.md index daf65b36c..c4087194e 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,7 @@ This project is licensed under either of: * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) -With the exception of the [Font Awesome](https://fontawesome.com) social icons, which are used under a [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license. \ No newline at end of file +With the exception of: + +* The [Font Awesome](https://fontawesome.com) social icons, which are used under a [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license +* The [OpenMoji](https://openmoji.org) icons used on the homepage, which are used under a [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) license \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index 2730ca870..bbe7ee6d4 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -6,7 +6,9 @@

Making Rust a first-class choice for game development diff --git a/_sass/extra.scss b/_sass/extra.scss index 39bbfbf5f..580c4d5f3 100644 --- a/_sass/extra.scss +++ b/_sass/extra.scss @@ -11,8 +11,9 @@ li { border-bottom: 1px solid #e8e8e8; text-align: center; - .intro-icons { - font-size: 2em; + .intro-icons svg { + width: 92px; + height: 92px; } .intro-lead { diff --git a/assets/intro-icons.svg b/assets/intro-icons.svg new file mode 100644 index 000000000..1cdf37b2a --- /dev/null +++ b/assets/intro-icons.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file