|
20 | 20 | <a href="https://devicon.dev/"> |
21 | 21 | <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"> |
22 | 22 | </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> |
23 | 29 | </p> |
24 | 30 | <br /> |
25 | 31 | <div align="center"> |
@@ -156,7 +162,7 @@ Add the following CSS rules in your stylesheet: |
156 | 162 | <h4>You can also use the <code>img</code> tag and reference an SVG directly from the repository:</h4> |
157 | 163 |
|
158 | 164 | ```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' /> |
160 | 166 | ``` |
161 | 167 |
|
162 | 168 | <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 |
224 | 230 | </ol> |
225 | 231 |
|
226 | 232 | <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> |
228 | 234 |
|
229 | 235 | <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> |
230 | 236 |
|
@@ -264,6 +270,7 @@ https://www.python.org/downloads/ |
264 | 270 | > Make sure your Python install includes [pip](https://pypi.org/project/pip/) |
265 | 271 |
|
266 | 272 | <h3>Install Selenium</h3> |
| 273 | + |
267 | 274 | ```bash |
268 | 275 | python3 -m pip install --upgrade pip && pip install selenium==4.1.0 requests==2.25.1 |
269 | 276 | ``` |
|
0 commit comments