From 619c8064bda57e34dd0542b4518b414c43ee33df Mon Sep 17 00:00:00 2001
From: Amacado
Demo
@@ -35,7 +35,7 @@
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.
+
- Thank you to our contributors and the IcoMoon app. Devicon would not be possible without you.
-
For a super fast setup go check devicon.dev. Start using icons with Start using icons with
- An alternate way to use
- 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.
-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.
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.
- 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.
For a super fast setup go check devicon.dev.
For a super fast setup go check devicon.dev.
When you want to request an icon please feel free to create an issue. Check out our Wiki for more information.
- devicon aims to gather all logos representing development languages and tools.
+ Devicon aims to gather all logos representing development languages and tools.
TL;DR;
+TL;DR
```html
@@ -47,17 +47,17 @@
Table of Contents
-
-develop vs masterAbout the project
+About the Project
Getting started
+Getting Started
- 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).
<i>-tag<i>-tag: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
```html
img tag and reference an SVG directly from the repository:
```
-
Requesting icon
+Requesting Icon
Contributing
@@ -166,8 +168,8 @@ Add css rules in your stylesheet
Discord server
@@ -196,14 +198,14 @@ All official releases shall be in develop vs mastermaster. Any updates in between (i
-Stale pull requests
+Stale Pull Requests
Go build yourself
+Go Build 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 Getting Started
- 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).
Getting Started
- 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).
```
-
Requesting an icon
+Requesting Icon
-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