From 31ad403475490144dab4fdda374bd60678ba3cd6 Mon Sep 17 00:00:00 2001 From: David Leal Date: Fri, 19 Mar 2021 19:05:35 -0600 Subject: [PATCH] Add Discord invitation on the website,... ...`README.md`, and `CONTRIBUTING.md` --- CONTRIBUTING.md | 8 +++++++- README.md | 5 +++++ docs/assets/css/discord-logo.svg | 1 + docs/assets/css/style.css | 8 ++++++++ docs/index.html | 9 ++++++--- 5 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 docs/assets/css/discord-logo.svg diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 153cc06de..133f8133e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@

Contributing to Devicon

-First of all, thanks for taking the time to contribute! This project can only grow and live by your countless contributions. To keep this project maintable we developed some guidelines for contributions. +First of all, thanks for taking the time to contribute! This project can only grow and live by your countless contributions. To keep this project maintainable, we have developed some guidelines for our contributors.

Table of Content

@@ -15,6 +15,7 @@ First of all, thanks for taking the time to contribute! This project can only gr
  • Requesting An Icon
  • Maintainer/Reviewer/Teams
  • Regarding the Build Script
  • +
  • Discord server

  • @@ -299,3 +300,8 @@ As an example, let's assume you have created the svgs for Redhat and Amazon Web
  • Comment on the PR so maintainers don't have to manually upload icon result.
  • Publishing a new release to npm; See #288
  • + +

    Discord server

    +

    +We are running a Discord server. You can go here to talk, discuss, and more with the maintainers and other people, too. Here's the invitation: https://discord.gg/hScy8KWACQ. If you don't have a GitHub account but want to suggest ideas or new icons, you can do that here in our Discord channel. +

    diff --git a/README.md b/README.md index 4ac6b4ca8..5ae052df5 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,11 @@ Add css rules in your stylesheet After a pull request has been open for over 30 days with no activity or response from the author, it'll be automatically marked as stale. We might fork your changes and merge the changes ourselves. Since GitHub tracks contributions by commits, you will be credited.

    +

    Discord server

    +

    +We are running a Discord server. You can go here to talk, discuss, and more with the maintainers and other people, too. Here's the invitation: https://discord.gg/hScy8KWACQ. +

    +

    Go build yourself

    Feel free to follow those steps when you want to build the font diff --git a/docs/assets/css/discord-logo.svg b/docs/assets/css/discord-logo.svg new file mode 100644 index 000000000..08daae684 --- /dev/null +++ b/docs/assets/css/discord-logo.svg @@ -0,0 +1 @@ + diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css index 1c1d2ae22..2c4bb129f 100644 --- a/docs/assets/css/style.css +++ b/docs/assets/css/style.css @@ -8,6 +8,14 @@ html { *, *::after, *::before { box-sizing: inherit; } +.discord-logo:before { + content: ""; + background-image: url("discord-logo.svg"); + height: 40px; + width: 40px; + display: inline-block; + background-size: cover; +} .icon-brush:before { content: "\e600"; } diff --git a/docs/index.html b/docs/index.html index 98aed9885..8c9dec6b0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -88,17 +88,20 @@

    SVG versions

    -

    Github Repo

    -
    If you prefer a local install, you can download all the files on the github repo.
    +

    GitHub repository

    +
    If you prefer a local install, you can download all the files on the GitHub repository.

    DOWNLOAD

    - GO TO REPO + GO TO THE REPOSITORY

    CONTRIBUTE

    +

    + DISCORD SERVER +