From 31ad403475490144dab4fdda374bd60678ba3cd6 Mon Sep 17 00:00:00 2001
From: David Leal
-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.
+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.
+Contributing to Devicon
Table of Content
@@ -15,6 +15,7 @@ First of all, thanks for taking the time to contribute! This project can only gr
@@ -299,3 +300,8 @@ As an example, let's assume you have created the svgs for Redhat and Amazon Web
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. +
+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 @@
- GO TO REPO + GO TO THE REPOSITORY
++ DISCORD SERVER +