Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major Improvements and Minor Fixes. :trollface: #6

Merged
merged 2 commits into from
Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
## Icons and SVGs for Developers and Other Curious People.

Best SVG and Images for For Most Development Usage Icons.

## Quick Links and Navigation:
For Any Information About Contribution and Documentation of This Repo. <br>

For Any Information About Contribution and Documentation of This Repository.

### Please Refer to:
- [Documentation 📖](https://github.com/offensive-vk/Icons/blob/master/README.md) <br>
- [Contribution Guidelines ✨](https://github.com/offensive-vk/Icons/blob/master/.github/CONTRIBUTING.md) <br>
- [Security Guidelines ⚠️](https://github.com/offensive-vk/Icons/blob/master/.github/SECURITY.md) <br>
- [Author 🧑‍💻](https://github.com/offensive-vk/) <br>
- [Documentation 📖](https://github.com/offensive-vk/Icons/blob/master/.github/README.md)
- [Contribution Guidelines ✨](https://github.com/offensive-vk/Icons/blob/master/.github/CONTRIBUTING.md)
- [Security Guidelines ⚠️](https://github.com/offensive-vk/Icons/blob/master/.github/SECURITY.md)
- [Author 🧑‍💻](https://github.com/offensive-vk/)

We should always use CDNs (Content Delivery Networks) which helps us to increase speed and reliability for our assets stored in data centers and cloud.
A stable CDN that can be used in production on popular websites with huge amounts of traffic. There are no bandwidth limits or premium features and its completely free to use by anybody.
Expand All @@ -19,11 +22,13 @@ A stable CDN that can be used in production on popular websites with huge amount
</div>

## URL Pattern for Shortcut :

```html
<img src="https://cdn.jsdelivr.net/gh/offensive-vk/Icons@master/{sub-folder}/{file-name.xyz}" />
```

## To Get Started With Our Icons (use them)

> ### 1. Navigate to your favourite icons or SVG. (selection)<br>
> <img src="https://cdn.jsdelivr.net/gh/offensive-vk/Icons@master/private/first.png" width="1080" height="500"/> <br>

Expand All @@ -46,6 +51,7 @@ A stable CDN that can be used in production on popular websites with huge amount
> <img src="https://cdn.jsdelivr.net/gh/offensive-vk/Icons@master/private/final.png" width="1080" height="300"/> <br>

***

### Maybe If You'd Like To Clone This Whole Repository. (i.e. Time consuming.)
```bash
$ git clone https://github.com/offensive-vk/Icons.git
Expand Down
File renamed without changes.
Loading