Skip to content

Commit

Permalink
Merge branch 'develop' into feature/1975-teleport
Browse files Browse the repository at this point in the history
  • Loading branch information
canaleal authored Dec 23, 2024
2 parents 34550c4 + b399517 commit 6240c42
Show file tree
Hide file tree
Showing 177 changed files with 11,337 additions and 9,720 deletions.
413 changes: 207 additions & 206 deletions .vscode/devicon-schema.json

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<a href="https://devicon.dev/">
<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">
</a>
<a href="https://www.npmjs.com/package/devicon">
<img alt="Devicons npm downloads" src="https://img.shields.io/npm/dt/devicon?color=%2360be86&style=for-the-badge">
</a>
<a href="https://www.npmjs.com/package/devicon">
<img alt="Devicons npm downloads/month" src="https://img.shields.io/npm/dm/devicon?color=%2360be86&style=for-the-badge">
</a>
</p>
<br />
<div align="center">
Expand Down Expand Up @@ -156,7 +162,7 @@ Add the following CSS rules in your stylesheet:
<h4>You can also use the <code>img</code> tag and reference an SVG directly from the repository:</h4>

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

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

<h2 id="using-gitpod">Using Gitpod.io</h2>
<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>
<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>

<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>

Expand Down Expand Up @@ -264,6 +270,7 @@ https://www.python.org/downloads/
> Make sure your Python install includes [pip](https://pypi.org/project/pip/)
<h3>Install Selenium</h3>

```bash
python3 -m pip install --upgrade pip && pip install selenium==4.1.0 requests==2.25.1
```
Expand Down
25 changes: 0 additions & 25 deletions bower.json

This file was deleted.

Loading

0 comments on commit 6240c42

Please sign in to comment.