From 619c8064bda57e34dd0542b4518b414c43ee33df Mon Sep 17 00:00:00 2001 From: Amacado Date: Tue, 22 Mar 2022 22:39:46 +0100 Subject: [PATCH 1/5] bump npm version to v2.15.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa8d149e2..eae8ceb37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "devicon", - "version": "2.15.0", + "version": "2.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "devicon", - "version": "2.14.0", + "version": "2.15.1", "license": "MIT", "devDependencies": { "gulp": "^4.0.2", diff --git a/package.json b/package.json index fcc6b99a7..d9505a699 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devicon", - "version": "2.15.0", + "version": "2.15.1", "description": "Programming related icons collection", "main": "devicon.min.css", "scripts": { From 106a4fdcd24bebcff3c6d0cc5b2887c0b7dadd5f Mon Sep 17 00:00:00 2001 From: Ishaan <113186458+Ishaan2053@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:44:24 +0530 Subject: [PATCH 2/5] Update README.md Corrected a lot of grammatical errors, added appropriate punctuation to the readme. --- README.md | 54 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 0e3b7843a..40f4310fe 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Devicon Logo
- devicon aims to gather all logos representing development languages and tools. + Devicon aims to gather all logos representing development languages and tools.

Demo @@ -35,7 +35,7 @@

-

TL;DR;

+

TL;DR

```html @@ -47,17 +47,17 @@

Table of Contents

    -
  1. About the project
  2. -
  3. Getting started
  4. -
  5. Requesting icon
  6. +
  7. About the Project
  8. +
  9. Getting Started
  10. +
  11. Requesting Icon
  12. Contributing
  13. -
  14. Discord server
  15. +
  16. Discord Server
  17. develop vs master
  18. -
  19. Stale pull requests
  20. -
  21. Go build yourself
  22. +
  23. Stale Pull Requests
  24. +
  25. Go Build Yourself
-

About the project

+

About the Project

Devicon aims to gather all logos representing development languages and tools. Each icon comes in several versions: font/SVG, original/plain/line, colored/not colored, wordmark/no wordmark. @@ -67,20 +67,22 @@ See the devicon.json or our website for complete and up to date reference of all available icons.

+ +

+ Thanks to all our contributors and the IcoMoon app. Devicon would not be possible without you. +

+ All product names, logos, and brands are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement. Usage of these logos should be done according to the company/brand/service's brand policy. -

- Thank you to our contributors and the IcoMoon app. Devicon would not be possible without you. -

-

Getting started

+

Getting Started

For a super fast setup go check devicon.dev.
- You can either use the raw SVG icons or our devicon font (which is + You can either use the raw SVG icons or our devicon font (which is also available via CDN).

@@ -109,7 +111,7 @@ yarn add devicon ``` -

Start using icons with <i>-tag

+

Start using icons with <i>-tag:

```html @@ -126,17 +128,17 @@ yarn add devicon ```

- An alternate way to use devicon is by copy/paste the raw SVG code + An alternate way to use devicon is by copy/pasting the raw SVG code to your project.

-

Copy/paste SVG code (from the svg folder or the project page)

+

Copy/paste SVG code (from the SVG folder or the project page):

```html ``` -Add css rules in your stylesheet +Add the following CSS rules in your stylesheet: ```css .devicon-devicon-plain { max-width: 2em; @@ -148,15 +150,15 @@ Add css rules in your stylesheet } ``` -

You can also use the img tag and referencing an svg directly from the repo.

+

You can also use the img tag and reference an SVG directly from the repository:

```html ``` -

Requesting icon

+

Requesting Icon

- When you want to request an icon please feel free to create an issue. See our Wiki for more information. + When you want to request an icon please feel free to create an issue. Check out our Wiki for more information.

Contributing

@@ -166,8 +168,8 @@ Add css rules in your stylesheet

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. -Note that the Discord server is unofficial, and Devicons is still being maintained via GitHub. +We are running a Discord server. You can go there to talk, discuss, and more with the maintainers and other people, too. Here's the invitation: https://discord.gg/hScy8KWACQ.

+

Note that the Discord server is unofficial, and Devicons is still being maintained via GitHub.

develop vs master

@@ -196,14 +198,14 @@ All official releases shall be in master. Any updates in between (i -

Stale pull requests

+

Stale Pull Requests

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.

-

Go build yourself

+

Go Build Yourself

- Feel free to follow those steps when you want to build the font + Feel free to follow these steps when you want to build the font by yourself.

Prerequisites
From 357c99000d9dc3a84ca15e02cac98dcaed862224 Mon Sep 17 00:00:00 2001 From: Ishaan <113186458+Ishaan2053@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:35:35 +0530 Subject: [PATCH 3/5] Update README.md Co-authored-by: David Leal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40f4310fe..a85bc35cc 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@

Getting Started

For a super fast setup go check devicon.dev.
- You can either use the raw SVG icons or our devicon font (which is + You can either use theraw SVG icons or our devicon font (which is also available via CDN).

From 33b1bd99044766509faedf59ae062a73c71dca9b Mon Sep 17 00:00:00 2001 From: Ishaan <113186458+Ishaan2053@users.noreply.github.com> Date: Thu, 19 Jan 2023 15:55:53 +0530 Subject: [PATCH 4/5] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5452287f4..abac4ef42 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@

Getting Started

For a super fast setup go check devicon.dev.
- You can either use theraw SVG icons or our devicon font (which is + You can either use the raw SVG icons or our devicon font (which is also available via CDN).

From 9ded28913c59515810fc7f14ce3fa30db23355bf Mon Sep 17 00:00:00 2001 From: Ishaan <113186458+Ishaan2053@users.noreply.github.com> Date: Thu, 26 Jan 2023 15:08:26 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abac4ef42..83fc1a58f 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Add the following CSS rules in your stylesheet: ``` -

Requesting an icon

+

Requesting Icon

When you want to request an icon please feel free to create an issue. Check out our Wiki for more information.

@@ -167,10 +167,9 @@ Add the following CSS rules in your stylesheet: We are happy with every contribution, whether it's new icons, features, or maintainers. Please have a look at our Wiki to see how you can contribute to this project.

-

Discord community

+

Discord Community

-We have a Discord community for Devicons. You can easily request icons, discuss, and have a good time talking with the community members! Join today: https://discord.gg/hScy8KWACQ.

-

Note that the Discord server is unofficial, and Devicons is still being maintained via GitHub. +We have a Discord community for Devicons. You can easily request icons, discuss, and have a good time talking with the community members! Join the official Discord Server here!

develop vs master