Skip to content

Commit 3482255

Browse files
authored
Merge branch 'develop' into feat/artixlinux
2 parents a5e154a + a961522 commit 3482255

File tree

191 files changed

+11410
-11907
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+11410
-11907
lines changed

.vscode/devicon-schema.json

Lines changed: 207 additions & 206 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
<a href="https://devicon.dev/">
2121
<img alt="Registered logos" src="https://img.shields.io/github/directory-file-count/devicons/devicon/icons?color=%2360be86&label=registered%20logos&style=for-the-badge">
2222
</a>
23+
<a href="https://www.npmjs.com/package/devicon">
24+
<img alt="Devicons npm downloads" src="https://img.shields.io/npm/dt/devicon?color=%2360be86&style=for-the-badge">
25+
</a>
26+
<a href="https://www.npmjs.com/package/devicon">
27+
<img alt="Devicons npm downloads/month" src="https://img.shields.io/npm/dm/devicon?color=%2360be86&style=for-the-badge">
28+
</a>
2329
</p>
2430
<br />
2531
<div align="center">
@@ -156,7 +162,7 @@ Add the following CSS rules in your stylesheet:
156162
<h4>You can also use the <code>img</code> tag and reference an SVG directly from the repository:</h4>
157163

158164
```html
159-
<img src='https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/devicon/devicon-original.svg'>
165+
<img src='https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/devicon/devicon-original.svg' />
160166
```
161167

162168
<h2 id="request-icon">Requesting an icon</h2>
@@ -224,7 +230,7 @@ Follow these steps to build the website and icons either locally or using <a hre
224230
</ol>
225231

226232
<h2 id="using-gitpod">Using Gitpod.io</h2>
227-
<p>By using <a href=https://www.gitpod.io)>Gitpod.io</a>, you can easily build the icons and install the<br>required dependencies in one single click. No extra setup is required.</p>
233+
<p>By using <a href=https://www.gitpod.io>Gitpod.io</a>, you can easily build the icons and install the<br>required dependencies in one single click. No extra setup is required.</p>
228234

229235
<a href=https://gitpod.io/#https://github.com/devicons/devicon/tree/develop><img src=https://gitpod.io/button/open-in-gitpod.svg alt="Open in Gitpod"></img></a>
230236

@@ -264,6 +270,7 @@ https://www.python.org/downloads/
264270
> Make sure your Python install includes [pip](https://pypi.org/project/pip/)
265271
266272
<h3>Install Selenium</h3>
273+
267274
```bash
268275
python3 -m pip install --upgrade pip && pip install selenium==4.1.0 requests==2.25.1
269276
```

bower.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)