diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 0000000..48c8e11
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,23 @@
+# 🚨 Code of Conduct
+
+I am committed to providing a welcoming and harassment-free environment for everyone who wants to participate in my icon repository, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, age, religion, or nationality.
+
+## 💬 Communication
+
+All communication should be appropriate for a professional audience including people of many different backgrounds. Be respectful, considerate, and constructive in all communication, both online and offline.
+
+## 🚫 Prohibited Behavior
+
+Harassment, intimidation, discrimination, or any other inappropriate conduct or behavior will not be tolerated. This includes, but is not limited to, the use of sexual language or imagery, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.
+
+## 📢 Reporting
+
+If you believe someone is violating the code of conduct, please report it immediately to git@vgit.us. All reports will be reviewed and investigated promptly and confidentially.
+
+## 🚨 Consequences
+
+Anyone found to be engaging in behavior that violates the code of conduct will be subject to appropriate action, which may include, but is not limited to, warning, removal from the repository, or banning from participation in the repository.
+
+## 👍 Acknowledgment
+
+I ask that all participants in this repository agree to abide by this code of conduct. By contributing to this repository, you agree to these terms and conditions. Thank you for helping me create a welcoming and inclusive environment for all. 🙏
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..30c69a5
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,32 @@
+# 🎉 Contributing Guidelines
+
+Thank you for your interest in contributing to my web service icon repository! To ensure that everything runs smoothly, here are some contributing guidelines.
+
+## 🌟 Icon Specifications
+
+- Each icon should include both a **PNG** and **SVG** version. If an **SVG** cannot be found, then only a **PNG** version is required.
+- Each icon should be in **PNG** format and have a height of exactly **512px**. Width does not matter. ❗️(No upscales! If the correct size cannot be found, a smaller height will be accepted.)
+- Icons should be named after their full name, using the [Kebab Case](https://wiki.c2.com/?KebabCase) naming convention. For example, "Facebook Messenger" should be named `facebook-messenger.png`.
+- Monochrome icons should default to a dark version. Light versions should be named `service-light.png`. If a light version is not available, use [https://pinetools.com/colorize-image](https://pinetools.com/colorize-image) to change its color.
+
+
+## 💻 Gitmoji Commits
+
+- Please use [Gitmoji](https://gitmoji.dev/) in your commit messages. This helps us keep our commit history clear and easy to understand. For example, you might use the `🍱` emoji for a commit that updates an icon's color, or the `📝` emoji for a commit that updates the documentation.
+
+
+## 🤝 Contributing
+
+1. Fork the repository to your own GitHub account.
+2. Clone the repository to your local machine.
+3. Add your icon(s) to the repository, following the specifications listed above.
+4. Push your changes to your fork.
+5. Create a pull request in the main repository.
+
+## 🚨 Code of Conduct
+
+Please note that by contributing to this repository, you agree to abide by our code of conduct, which can be found in the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file in the repository.
+
+---
+
+If you have any questions or concerns, please don't hesitate to reach out to me at contact@walkx.fyi. Happy contributing! 🙌
diff --git a/ICONS.md b/ICONS.md
new file mode 100644
index 0000000..950ce36
--- /dev/null
+++ b/ICONS.md
@@ -0,0 +1,21 @@
+
+
🔵 Web Service Icons
+
+
+
+
+
+
+ 🚀 The best place to find icons for your dashboards.
+
+ ⬅️ Back to repo • 💼 LinkedIn
+
+
+
+
+
+
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..b34c63c
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,16 @@
+**Icons and Assets**
+
+Unless otherwise indicated, all images and assets in this repository, including product names, trademarks, and registered trademarks, are the property of their respective owners. These images and assets are used for identification purposes only and their use does not imply endorsement.
+
+--------------------------------
+
+**Code and Documentation**
+
+Copyright (c) 2024 Vince Cantrell
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/Icons/AVIF/sendgrid.avif b/Other/AVIF/sendgrid.avif
similarity index 100%
rename from Icons/AVIF/sendgrid.avif
rename to Other/AVIF/sendgrid.avif
diff --git a/Icons/GIF/google.gif b/Other/GIF/google.gif
similarity index 100%
rename from Icons/GIF/google.gif
rename to Other/GIF/google.gif
diff --git a/Icons/GIF/guarda.gif b/Other/GIF/guarda.gif
similarity index 100%
rename from Icons/GIF/guarda.gif
rename to Other/GIF/guarda.gif
diff --git a/Icons/GIF/logo.gif b/Other/GIF/logo.gif
similarity index 100%
rename from Icons/GIF/logo.gif
rename to Other/GIF/logo.gif
diff --git a/Icons/GIF/organizr-gif.gif b/Other/GIF/organizr-gif.gif
similarity index 100%
rename from Icons/GIF/organizr-gif.gif
rename to Other/GIF/organizr-gif.gif
diff --git a/Icons/ICNS/craft-darrk.icns b/Other/ICNS/craft-darrk.icns
similarity index 100%
rename from Icons/ICNS/craft-darrk.icns
rename to Other/ICNS/craft-darrk.icns
diff --git a/Icons/ICNS/craft.icns b/Other/ICNS/craft.icns
similarity index 100%
rename from Icons/ICNS/craft.icns
rename to Other/ICNS/craft.icns
diff --git a/Icons/ICNS/craft2.icns b/Other/ICNS/craft2.icns
similarity index 100%
rename from Icons/ICNS/craft2.icns
rename to Other/ICNS/craft2.icns
diff --git a/Icons/ICNS/craft3.icns b/Other/ICNS/craft3.icns
similarity index 100%
rename from Icons/ICNS/craft3.icns
rename to Other/ICNS/craft3.icns
diff --git a/Icons/ICNS/dns.icns b/Other/ICNS/dns.icns
similarity index 100%
rename from Icons/ICNS/dns.icns
rename to Other/ICNS/dns.icns
diff --git a/Icons/ICNS/tools.icns b/Other/ICNS/tools.icns
similarity index 100%
rename from Icons/ICNS/tools.icns
rename to Other/ICNS/tools.icns
diff --git a/Icons/ICO/1password1.ico b/Other/ICO/1password1.ico
similarity index 100%
rename from Icons/ICO/1password1.ico
rename to Other/ICO/1password1.ico
diff --git a/Icons/ICO/airnettransparent.ico b/Other/ICO/airnettransparent.ico
similarity index 100%
rename from Icons/ICO/airnettransparent.ico
rename to Other/ICO/airnettransparent.ico
diff --git a/Icons/ICO/applemusic.ico b/Other/ICO/applemusic.ico
similarity index 100%
rename from Icons/ICO/applemusic.ico
rename to Other/ICO/applemusic.ico
diff --git a/Icons/ICO/archive.ico b/Other/ICO/archive.ico
similarity index 100%
rename from Icons/ICO/archive.ico
rename to Other/ICO/archive.ico
diff --git a/Icons/ICO/azure.ico b/Other/ICO/azure.ico
similarity index 100%
rename from Icons/ICO/azure.ico
rename to Other/ICO/azure.ico
diff --git a/Icons/ICO/backup.ico b/Other/ICO/backup.ico
similarity index 100%
rename from Icons/ICO/backup.ico
rename to Other/ICO/backup.ico
diff --git a/Icons/ICO/backupcolorful.ico b/Other/ICO/backupcolorful.ico
similarity index 100%
rename from Icons/ICO/backupcolorful.ico
rename to Other/ICO/backupcolorful.ico
diff --git a/Icons/ICO/backupvault.ico b/Other/ICO/backupvault.ico
similarity index 100%
rename from Icons/ICO/backupvault.ico
rename to Other/ICO/backupvault.ico
diff --git a/Icons/ICO/bookmarks.ico b/Other/ICO/bookmarks.ico
similarity index 100%
rename from Icons/ICO/bookmarks.ico
rename to Other/ICO/bookmarks.ico
diff --git a/Icons/ICO/briefcase.ico b/Other/ICO/briefcase.ico
similarity index 100%
rename from Icons/ICO/briefcase.ico
rename to Other/ICO/briefcase.ico
diff --git a/Icons/ICO/calendar1.ico b/Other/ICO/calendar1.ico
similarity index 100%
rename from Icons/ICO/calendar1.ico
rename to Other/ICO/calendar1.ico
diff --git a/Icons/ICO/cli1.ico b/Other/ICO/cli1.ico
similarity index 100%
rename from Icons/ICO/cli1.ico
rename to Other/ICO/cli1.ico
diff --git a/Icons/ICO/clients.ico b/Other/ICO/clients.ico
similarity index 100%
rename from Icons/ICO/clients.ico
rename to Other/ICO/clients.ico
diff --git a/Icons/ICO/cloudcontrol.ico b/Other/ICO/cloudcontrol.ico
similarity index 100%
rename from Icons/ICO/cloudcontrol.ico
rename to Other/ICO/cloudcontrol.ico
diff --git a/Icons/ICO/cloudflare-round.ico b/Other/ICO/cloudflare-round.ico
similarity index 100%
rename from Icons/ICO/cloudflare-round.ico
rename to Other/ICO/cloudflare-round.ico
diff --git a/Icons/ICO/cloudkey.ico b/Other/ICO/cloudkey.ico
similarity index 100%
rename from Icons/ICO/cloudkey.ico
rename to Other/ICO/cloudkey.ico
diff --git a/Icons/ICO/cloudserver.ico b/Other/ICO/cloudserver.ico
similarity index 100%
rename from Icons/ICO/cloudserver.ico
rename to Other/ICO/cloudserver.ico
diff --git a/Icons/ICO/code.ico b/Other/ICO/code.ico
similarity index 100%
rename from Icons/ICO/code.ico
rename to Other/ICO/code.ico
diff --git a/Icons/ICO/code1.ico b/Other/ICO/code1.ico
similarity index 100%
rename from Icons/ICO/code1.ico
rename to Other/ICO/code1.ico
diff --git a/Icons/ICO/code2.ico b/Other/ICO/code2.ico
similarity index 100%
rename from Icons/ICO/code2.ico
rename to Other/ICO/code2.ico
diff --git a/Icons/ICO/coloreddots.ico b/Other/ICO/coloreddots.ico
similarity index 100%
rename from Icons/ICO/coloreddots.ico
rename to Other/ICO/coloreddots.ico
diff --git a/Icons/ICO/colorsquare.ico b/Other/ICO/colorsquare.ico
similarity index 100%
rename from Icons/ICO/colorsquare.ico
rename to Other/ICO/colorsquare.ico
diff --git a/Icons/ICO/config.ico b/Other/ICO/config.ico
similarity index 100%
rename from Icons/ICO/config.ico
rename to Other/ICO/config.ico
diff --git a/Icons/ICO/creativecloud.ico b/Other/ICO/creativecloud.ico
similarity index 100%
rename from Icons/ICO/creativecloud.ico
rename to Other/ICO/creativecloud.ico
diff --git a/Icons/ICO/database1.ico b/Other/ICO/database1.ico
similarity index 100%
rename from Icons/ICO/database1.ico
rename to Other/ICO/database1.ico
diff --git a/Icons/ICO/dataprise-icon.ico b/Other/ICO/dataprise-icon.ico
similarity index 100%
rename from Icons/ICO/dataprise-icon.ico
rename to Other/ICO/dataprise-icon.ico
diff --git a/Icons/ICO/db2.ico b/Other/ICO/db2.ico
similarity index 100%
rename from Icons/ICO/db2.ico
rename to Other/ICO/db2.ico
diff --git a/Icons/ICO/dns.ico b/Other/ICO/dns.ico
similarity index 100%
rename from Icons/ICO/dns.ico
rename to Other/ICO/dns.ico
diff --git a/Icons/ICO/dns2.ico b/Other/ICO/dns2.ico
similarity index 100%
rename from Icons/ICO/dns2.ico
rename to Other/ICO/dns2.ico
diff --git a/Icons/ICO/docker2.ico b/Other/ICO/docker2.ico
similarity index 100%
rename from Icons/ICO/docker2.ico
rename to Other/ICO/docker2.ico
diff --git a/Icons/ICO/docs1.ico b/Other/ICO/docs1.ico
similarity index 100%
rename from Icons/ICO/docs1.ico
rename to Other/ICO/docs1.ico
diff --git a/Icons/ICO/docs2.ico b/Other/ICO/docs2.ico
similarity index 100%
rename from Icons/ICO/docs2.ico
rename to Other/ICO/docs2.ico
diff --git a/Icons/ICO/download3.ico b/Other/ICO/download3.ico
similarity index 100%
rename from Icons/ICO/download3.ico
rename to Other/ICO/download3.ico
diff --git a/Icons/ICO/download4.ico b/Other/ICO/download4.ico
similarity index 100%
rename from Icons/ICO/download4.ico
rename to Other/ICO/download4.ico
diff --git a/Icons/ICO/dropbox.ico b/Other/ICO/dropbox.ico
similarity index 100%
rename from Icons/ICO/dropbox.ico
rename to Other/ICO/dropbox.ico
diff --git a/Icons/ICO/dropboxgreen.ico b/Other/ICO/dropboxgreen.ico
similarity index 100%
rename from Icons/ICO/dropboxgreen.ico
rename to Other/ICO/dropboxgreen.ico
diff --git a/Icons/ICO/dropboxpaper.ico b/Other/ICO/dropboxpaper.ico
similarity index 100%
rename from Icons/ICO/dropboxpaper.ico
rename to Other/ICO/dropboxpaper.ico
diff --git a/Icons/ICO/educationcomputer.ico b/Other/ICO/educationcomputer.ico
similarity index 100%
rename from Icons/ICO/educationcomputer.ico
rename to Other/ICO/educationcomputer.ico
diff --git a/Icons/ICO/educationterminal.ico b/Other/ICO/educationterminal.ico
similarity index 100%
rename from Icons/ICO/educationterminal.ico
rename to Other/ICO/educationterminal.ico
diff --git a/Icons/ICO/envelope.ico b/Other/ICO/envelope.ico
similarity index 100%
rename from Icons/ICO/envelope.ico
rename to Other/ICO/envelope.ico
diff --git a/Icons/ICO/evernote2.ico b/Other/ICO/evernote2.ico
similarity index 100%
rename from Icons/ICO/evernote2.ico
rename to Other/ICO/evernote2.ico
diff --git a/Icons/ICO/favorites.ico b/Other/ICO/favorites.ico
similarity index 100%
rename from Icons/ICO/favorites.ico
rename to Other/ICO/favorites.ico
diff --git a/Icons/ICO/feedback1.ico b/Other/ICO/feedback1.ico
similarity index 100%
rename from Icons/ICO/feedback1.ico
rename to Other/ICO/feedback1.ico
diff --git a/Icons/ICO/firefox1.ico b/Other/ICO/firefox1.ico
similarity index 100%
rename from Icons/ICO/firefox1.ico
rename to Other/ICO/firefox1.ico
diff --git a/Icons/ICO/firefox2.ico b/Other/ICO/firefox2.ico
similarity index 100%
rename from Icons/ICO/firefox2.ico
rename to Other/ICO/firefox2.ico
diff --git a/Icons/ICO/firefox3.ico b/Other/ICO/firefox3.ico
similarity index 100%
rename from Icons/ICO/firefox3.ico
rename to Other/ICO/firefox3.ico
diff --git a/Icons/ICO/firefox4.ico b/Other/ICO/firefox4.ico
similarity index 100%
rename from Icons/ICO/firefox4.ico
rename to Other/ICO/firefox4.ico
diff --git a/Icons/ICO/firewall1.ico b/Other/ICO/firewall1.ico
similarity index 100%
rename from Icons/ICO/firewall1.ico
rename to Other/ICO/firewall1.ico
diff --git a/Icons/ICO/folders1.ico b/Other/ICO/folders1.ico
similarity index 100%
rename from Icons/ICO/folders1.ico
rename to Other/ICO/folders1.ico
diff --git a/Icons/ICO/fonts.ico b/Other/ICO/fonts.ico
similarity index 100%
rename from Icons/ICO/fonts.ico
rename to Other/ICO/fonts.ico
diff --git a/Icons/ICO/forticlient.ico b/Other/ICO/forticlient.ico
similarity index 100%
rename from Icons/ICO/forticlient.ico
rename to Other/ICO/forticlient.ico
diff --git a/Icons/ICO/github1.ico b/Other/ICO/github1.ico
similarity index 100%
rename from Icons/ICO/github1.ico
rename to Other/ICO/github1.ico
diff --git a/Icons/ICO/github2.ico b/Other/ICO/github2.ico
similarity index 100%
rename from Icons/ICO/github2.ico
rename to Other/ICO/github2.ico
diff --git a/Icons/ICO/github3.ico b/Other/ICO/github3.ico
similarity index 100%
rename from Icons/ICO/github3.ico
rename to Other/ICO/github3.ico
diff --git a/Icons/ICO/googlenews.ico b/Other/ICO/googlenews.ico
similarity index 100%
rename from Icons/ICO/googlenews.ico
rename to Other/ICO/googlenews.ico
diff --git a/Icons/ICO/googlephotos1.ico b/Other/ICO/googlephotos1.ico
similarity index 100%
rename from Icons/ICO/googlephotos1.ico
rename to Other/ICO/googlephotos1.ico
diff --git a/Icons/ICO/greencheckmark1.ico b/Other/ICO/greencheckmark1.ico
similarity index 100%
rename from Icons/ICO/greencheckmark1.ico
rename to Other/ICO/greencheckmark1.ico
diff --git a/Icons/ICO/greencheckmark2.ico b/Other/ICO/greencheckmark2.ico
similarity index 100%
rename from Icons/ICO/greencheckmark2.ico
rename to Other/ICO/greencheckmark2.ico
diff --git a/Icons/ICO/greencirclecheckmark.ico b/Other/ICO/greencirclecheckmark.ico
similarity index 100%
rename from Icons/ICO/greencirclecheckmark.ico
rename to Other/ICO/greencirclecheckmark.ico
diff --git a/Icons/ICO/hass1.ico b/Other/ICO/hass1.ico
similarity index 100%
rename from Icons/ICO/hass1.ico
rename to Other/ICO/hass1.ico
diff --git a/Icons/ICO/heart1.ico b/Other/ICO/heart1.ico
similarity index 100%
rename from Icons/ICO/heart1.ico
rename to Other/ICO/heart1.ico
diff --git a/Icons/ICO/heart2.ico b/Other/ICO/heart2.ico
similarity index 100%
rename from Icons/ICO/heart2.ico
rename to Other/ICO/heart2.ico
diff --git a/Icons/ICO/home2.ico b/Other/ICO/home2.ico
similarity index 100%
rename from Icons/ICO/home2.ico
rename to Other/ICO/home2.ico
diff --git a/Icons/ICO/homekit.ico b/Other/ICO/homekit.ico
similarity index 100%
rename from Icons/ICO/homekit.ico
rename to Other/ICO/homekit.ico
diff --git a/Icons/ICO/hookshot.ico b/Other/ICO/hookshot.ico
similarity index 100%
rename from Icons/ICO/hookshot.ico
rename to Other/ICO/hookshot.ico
diff --git a/Icons/ICO/hourglass.ico b/Other/ICO/hourglass.ico
similarity index 100%
rename from Icons/ICO/hourglass.ico
rename to Other/ICO/hourglass.ico
diff --git a/Icons/ICO/hue.ico b/Other/ICO/hue.ico
similarity index 100%
rename from Icons/ICO/hue.ico
rename to Other/ICO/hue.ico
diff --git a/Icons/ICO/icons.ico b/Other/ICO/icons.ico
similarity index 100%
rename from Icons/ICO/icons.ico
rename to Other/ICO/icons.ico
diff --git a/Icons/ICO/icons2.ico b/Other/ICO/icons2.ico
similarity index 100%
rename from Icons/ICO/icons2.ico
rename to Other/ICO/icons2.ico
diff --git a/Icons/ICO/istats.ico b/Other/ICO/istats.ico
similarity index 100%
rename from Icons/ICO/istats.ico
rename to Other/ICO/istats.ico
diff --git a/Icons/ICO/kaleidoscope.ico b/Other/ICO/kaleidoscope.ico
similarity index 100%
rename from Icons/ICO/kaleidoscope.ico
rename to Other/ICO/kaleidoscope.ico
diff --git a/Icons/ICO/key2.ico b/Other/ICO/key2.ico
similarity index 100%
rename from Icons/ICO/key2.ico
rename to Other/ICO/key2.ico
diff --git a/Icons/ICO/key3.ico b/Other/ICO/key3.ico
similarity index 100%
rename from Icons/ICO/key3.ico
rename to Other/ICO/key3.ico
diff --git a/Icons/ICO/learn1.ico b/Other/ICO/learn1.ico
similarity index 100%
rename from Icons/ICO/learn1.ico
rename to Other/ICO/learn1.ico
diff --git a/Icons/ICO/lightbulb.ico b/Other/ICO/lightbulb.ico
similarity index 100%
rename from Icons/ICO/lightbulb.ico
rename to Other/ICO/lightbulb.ico
diff --git a/Icons/ICO/link1.ico b/Other/ICO/link1.ico
similarity index 100%
rename from Icons/ICO/link1.ico
rename to Other/ICO/link1.ico
diff --git a/Icons/ICO/log.ico b/Other/ICO/log.ico
similarity index 100%
rename from Icons/ICO/log.ico
rename to Other/ICO/log.ico
diff --git a/Icons/ICO/messages2.ico b/Other/ICO/messages2.ico
similarity index 100%
rename from Icons/ICO/messages2.ico
rename to Other/ICO/messages2.ico
diff --git a/Icons/ICO/microphone1.ico b/Other/ICO/microphone1.ico
similarity index 100%
rename from Icons/ICO/microphone1.ico
rename to Other/ICO/microphone1.ico
diff --git a/Icons/ICO/microsoft.ico b/Other/ICO/microsoft.ico
similarity index 100%
rename from Icons/ICO/microsoft.ico
rename to Other/ICO/microsoft.ico
diff --git a/Icons/ICO/microsoft2.ico b/Other/ICO/microsoft2.ico
similarity index 100%
rename from Icons/ICO/microsoft2.ico
rename to Other/ICO/microsoft2.ico
diff --git a/Icons/ICO/money.ico b/Other/ICO/money.ico
similarity index 100%
rename from Icons/ICO/money.ico
rename to Other/ICO/money.ico
diff --git a/Icons/ICO/music.ico b/Other/ICO/music.ico
similarity index 100%
rename from Icons/ICO/music.ico
rename to Other/ICO/music.ico
diff --git a/Icons/ICO/nas.ico b/Other/ICO/nas.ico
similarity index 100%
rename from Icons/ICO/nas.ico
rename to Other/ICO/nas.ico
diff --git a/Icons/ICO/netsecure.ico b/Other/ICO/netsecure.ico
similarity index 100%
rename from Icons/ICO/netsecure.ico
rename to Other/ICO/netsecure.ico
diff --git a/Icons/ICO/noteability.ico b/Other/ICO/noteability.ico
similarity index 100%
rename from Icons/ICO/noteability.ico
rename to Other/ICO/noteability.ico
diff --git a/Icons/ICO/obs.ico b/Other/ICO/obs.ico
similarity index 100%
rename from Icons/ICO/obs.ico
rename to Other/ICO/obs.ico
diff --git a/Icons/ICO/outlook1.ico b/Other/ICO/outlook1.ico
similarity index 100%
rename from Icons/ICO/outlook1.ico
rename to Other/ICO/outlook1.ico
diff --git a/Icons/ICO/overseerr.ico b/Other/ICO/overseerr.ico
similarity index 100%
rename from Icons/ICO/overseerr.ico
rename to Other/ICO/overseerr.ico
diff --git a/Icons/ICO/padlock-protonmail.ico b/Other/ICO/padlock-protonmail.ico
similarity index 100%
rename from Icons/ICO/padlock-protonmail.ico
rename to Other/ICO/padlock-protonmail.ico
diff --git a/Icons/ICO/papirus-team-papirus-apps-discord.ico b/Other/ICO/papirus-team-papirus-apps-discord.ico
similarity index 100%
rename from Icons/ICO/papirus-team-papirus-apps-discord.ico
rename to Other/ICO/papirus-team-papirus-apps-discord.ico
diff --git a/Icons/ICO/paste1.ico b/Other/ICO/paste1.ico
similarity index 100%
rename from Icons/ICO/paste1.ico
rename to Other/ICO/paste1.ico
diff --git a/Icons/ICO/pdf.ico b/Other/ICO/pdf.ico
similarity index 100%
rename from Icons/ICO/pdf.ico
rename to Other/ICO/pdf.ico
diff --git a/Icons/ICO/photos3.ico b/Other/ICO/photos3.ico
similarity index 100%
rename from Icons/ICO/photos3.ico
rename to Other/ICO/photos3.ico
diff --git a/Icons/ICO/photoshop.ico b/Other/ICO/photoshop.ico
similarity index 100%
rename from Icons/ICO/photoshop.ico
rename to Other/ICO/photoshop.ico
diff --git a/Icons/ICO/plex1.ico b/Other/ICO/plex1.ico
similarity index 100%
rename from Icons/ICO/plex1.ico
rename to Other/ICO/plex1.ico
diff --git a/Icons/ICO/png2.ico b/Other/ICO/png2.ico
similarity index 100%
rename from Icons/ICO/png2.ico
rename to Other/ICO/png2.ico
diff --git a/Icons/ICO/pocket.ico b/Other/ICO/pocket.ico
similarity index 100%
rename from Icons/ICO/pocket.ico
rename to Other/ICO/pocket.ico
diff --git a/Icons/ICO/powershell.ico b/Other/ICO/powershell.ico
similarity index 100%
rename from Icons/ICO/powershell.ico
rename to Other/ICO/powershell.ico
diff --git a/Icons/ICO/powershellgold.ico b/Other/ICO/powershellgold.ico
similarity index 100%
rename from Icons/ICO/powershellgold.ico
rename to Other/ICO/powershellgold.ico
diff --git a/Icons/ICO/powershellgreen.ico b/Other/ICO/powershellgreen.ico
similarity index 100%
rename from Icons/ICO/powershellgreen.ico
rename to Other/ICO/powershellgreen.ico
diff --git a/Icons/ICO/powershellpurple.ico b/Other/ICO/powershellpurple.ico
similarity index 100%
rename from Icons/ICO/powershellpurple.ico
rename to Other/ICO/powershellpurple.ico
diff --git a/Icons/ICO/powershellred1.ico b/Other/ICO/powershellred1.ico
similarity index 100%
rename from Icons/ICO/powershellred1.ico
rename to Other/ICO/powershellred1.ico
diff --git a/Icons/ICO/powershellred2.ico b/Other/ICO/powershellred2.ico
similarity index 100%
rename from Icons/ICO/powershellred2.ico
rename to Other/ICO/powershellred2.ico
diff --git a/Icons/ICO/printer.ico b/Other/ICO/printer.ico
similarity index 100%
rename from Icons/ICO/printer.ico
rename to Other/ICO/printer.ico
diff --git a/Icons/ICO/printer2.ico b/Other/ICO/printer2.ico
similarity index 100%
rename from Icons/ICO/printer2.ico
rename to Other/ICO/printer2.ico
diff --git a/Icons/ICO/printerlarge.ico b/Other/ICO/printerlarge.ico
similarity index 100%
rename from Icons/ICO/printerlarge.ico
rename to Other/ICO/printerlarge.ico
diff --git a/Icons/ICO/rdp.ico b/Other/ICO/rdp.ico
similarity index 100%
rename from Icons/ICO/rdp.ico
rename to Other/ICO/rdp.ico
diff --git a/Icons/ICO/redx1.ico b/Other/ICO/redx1.ico
similarity index 100%
rename from Icons/ICO/redx1.ico
rename to Other/ICO/redx1.ico
diff --git a/Icons/ICO/remote1.ico b/Other/ICO/remote1.ico
similarity index 100%
rename from Icons/ICO/remote1.ico
rename to Other/ICO/remote1.ico
diff --git a/Icons/ICO/remotedc.ico b/Other/ICO/remotedc.ico
similarity index 100%
rename from Icons/ICO/remotedc.ico
rename to Other/ICO/remotedc.ico
diff --git a/Icons/ICO/script1.ico b/Other/ICO/script1.ico
similarity index 100%
rename from Icons/ICO/script1.ico
rename to Other/ICO/script1.ico
diff --git a/Icons/ICO/script2.ico b/Other/ICO/script2.ico
similarity index 100%
rename from Icons/ICO/script2.ico
rename to Other/ICO/script2.ico
diff --git a/Icons/ICO/scripts.ico b/Other/ICO/scripts.ico
similarity index 100%
rename from Icons/ICO/scripts.ico
rename to Other/ICO/scripts.ico
diff --git a/Icons/ICO/search1.ico b/Other/ICO/search1.ico
similarity index 100%
rename from Icons/ICO/search1.ico
rename to Other/ICO/search1.ico
diff --git a/Icons/ICO/settings1.ico b/Other/ICO/settings1.ico
similarity index 100%
rename from Icons/ICO/settings1.ico
rename to Other/ICO/settings1.ico
diff --git a/Icons/ICO/settings3.ico b/Other/ICO/settings3.ico
similarity index 100%
rename from Icons/ICO/settings3.ico
rename to Other/ICO/settings3.ico
diff --git a/Icons/ICO/sharepoint.ico b/Other/ICO/sharepoint.ico
similarity index 100%
rename from Icons/ICO/sharepoint.ico
rename to Other/ICO/sharepoint.ico
diff --git a/Icons/ICO/signal.ico b/Other/ICO/signal.ico
similarity index 100%
rename from Icons/ICO/signal.ico
rename to Other/ICO/signal.ico
diff --git a/Icons/ICO/sql.ico b/Other/ICO/sql.ico
similarity index 100%
rename from Icons/ICO/sql.ico
rename to Other/ICO/sql.ico
diff --git a/Icons/ICO/ssl.ico b/Other/ICO/ssl.ico
similarity index 100%
rename from Icons/ICO/ssl.ico
rename to Other/ICO/ssl.ico
diff --git a/Icons/ICO/star1.ico b/Other/ICO/star1.ico
similarity index 100%
rename from Icons/ICO/star1.ico
rename to Other/ICO/star1.ico
diff --git a/Icons/ICO/starblue.ico b/Other/ICO/starblue.ico
similarity index 100%
rename from Icons/ICO/starblue.ico
rename to Other/ICO/starblue.ico
diff --git a/Icons/ICO/stargold.ico b/Other/ICO/stargold.ico
similarity index 100%
rename from Icons/ICO/stargold.ico
rename to Other/ICO/stargold.ico
diff --git a/Icons/ICO/streamlinetech.ico b/Other/ICO/streamlinetech.ico
similarity index 100%
rename from Icons/ICO/streamlinetech.ico
rename to Other/ICO/streamlinetech.ico
diff --git a/Icons/ICO/sublime1.ico b/Other/ICO/sublime1.ico
similarity index 100%
rename from Icons/ICO/sublime1.ico
rename to Other/ICO/sublime1.ico
diff --git a/Icons/ICO/sublime2.ico b/Other/ICO/sublime2.ico
similarity index 100%
rename from Icons/ICO/sublime2.ico
rename to Other/ICO/sublime2.ico
diff --git a/Icons/ICO/tabssaver.ico b/Other/ICO/tabssaver.ico
similarity index 100%
rename from Icons/ICO/tabssaver.ico
rename to Other/ICO/tabssaver.ico
diff --git a/Icons/ICO/tags.ico b/Other/ICO/tags.ico
similarity index 100%
rename from Icons/ICO/tags.ico
rename to Other/ICO/tags.ico
diff --git a/Icons/ICO/teams.ico b/Other/ICO/teams.ico
similarity index 100%
rename from Icons/ICO/teams.ico
rename to Other/ICO/teams.ico
diff --git a/Icons/ICO/teams2.ico b/Other/ICO/teams2.ico
similarity index 100%
rename from Icons/ICO/teams2.ico
rename to Other/ICO/teams2.ico
diff --git a/Icons/ICO/tn.ico b/Other/ICO/tn.ico
similarity index 100%
rename from Icons/ICO/tn.ico
rename to Other/ICO/tn.ico
diff --git a/Icons/ICO/tnround.ico b/Other/ICO/tnround.ico
similarity index 100%
rename from Icons/ICO/tnround.ico
rename to Other/ICO/tnround.ico
diff --git a/Icons/ICO/tnsos.ico b/Other/ICO/tnsos.ico
similarity index 100%
rename from Icons/ICO/tnsos.ico
rename to Other/ICO/tnsos.ico
diff --git a/Icons/ICO/tools.ico b/Other/ICO/tools.ico
similarity index 100%
rename from Icons/ICO/tools.ico
rename to Other/ICO/tools.ico
diff --git a/Icons/ICO/tor2.ico b/Other/ICO/tor2.ico
similarity index 100%
rename from Icons/ICO/tor2.ico
rename to Other/ICO/tor2.ico
diff --git a/Icons/ICO/txt.ico b/Other/ICO/txt.ico
similarity index 100%
rename from Icons/ICO/txt.ico
rename to Other/ICO/txt.ico
diff --git a/Icons/ICO/unlox.ico b/Other/ICO/unlox.ico
similarity index 100%
rename from Icons/ICO/unlox.ico
rename to Other/ICO/unlox.ico
diff --git a/Icons/ICO/upload1.ico b/Other/ICO/upload1.ico
similarity index 100%
rename from Icons/ICO/upload1.ico
rename to Other/ICO/upload1.ico
diff --git a/Icons/ICO/uploadgreen.ico b/Other/ICO/uploadgreen.ico
similarity index 100%
rename from Icons/ICO/uploadgreen.ico
rename to Other/ICO/uploadgreen.ico
diff --git a/Icons/ICO/users.ico b/Other/ICO/users.ico
similarity index 100%
rename from Icons/ICO/users.ico
rename to Other/ICO/users.ico
diff --git a/Icons/ICO/videocloud.ico b/Other/ICO/videocloud.ico
similarity index 100%
rename from Icons/ICO/videocloud.ico
rename to Other/ICO/videocloud.ico
diff --git a/Icons/ICO/videos1.ico b/Other/ICO/videos1.ico
similarity index 100%
rename from Icons/ICO/videos1.ico
rename to Other/ICO/videos1.ico
diff --git a/Icons/ICO/vinceflixlogo.ico b/Other/ICO/vinceflixlogo.ico
similarity index 100%
rename from Icons/ICO/vinceflixlogo.ico
rename to Other/ICO/vinceflixlogo.ico
diff --git a/Icons/ICO/virus.ico b/Other/ICO/virus.ico
similarity index 100%
rename from Icons/ICO/virus.ico
rename to Other/ICO/virus.ico
diff --git a/Icons/ICO/vlogoblue.ico b/Other/ICO/vlogoblue.ico
similarity index 100%
rename from Icons/ICO/vlogoblue.ico
rename to Other/ICO/vlogoblue.ico
diff --git a/Icons/ICO/vlogogreen.ico b/Other/ICO/vlogogreen.ico
similarity index 100%
rename from Icons/ICO/vlogogreen.ico
rename to Other/ICO/vlogogreen.ico
diff --git a/Icons/ICO/vlogored.ico b/Other/ICO/vlogored.ico
similarity index 100%
rename from Icons/ICO/vlogored.ico
rename to Other/ICO/vlogored.ico
diff --git a/Icons/ICO/vmware3.ico b/Other/ICO/vmware3.ico
similarity index 100%
rename from Icons/ICO/vmware3.ico
rename to Other/ICO/vmware3.ico
diff --git a/Icons/ICO/vmware4.ico b/Other/ICO/vmware4.ico
similarity index 100%
rename from Icons/ICO/vmware4.ico
rename to Other/ICO/vmware4.ico
diff --git a/Icons/ICO/vnc.ico b/Other/ICO/vnc.ico
similarity index 100%
rename from Icons/ICO/vnc.ico
rename to Other/ICO/vnc.ico
diff --git a/Icons/ICO/vscode-black2.ico b/Other/ICO/vscode-black2.ico
similarity index 100%
rename from Icons/ICO/vscode-black2.ico
rename to Other/ICO/vscode-black2.ico
diff --git a/Icons/ICO/vscode-blueonwhite.ico b/Other/ICO/vscode-blueonwhite.ico
similarity index 100%
rename from Icons/ICO/vscode-blueonwhite.ico
rename to Other/ICO/vscode-blueonwhite.ico
diff --git a/Icons/ICO/vscode-darkblue.ico b/Other/ICO/vscode-darkblue.ico
similarity index 100%
rename from Icons/ICO/vscode-darkblue.ico
rename to Other/ICO/vscode-darkblue.ico
diff --git a/Icons/ICO/vscode-folder-sideways.ico b/Other/ICO/vscode-folder-sideways.ico
similarity index 100%
rename from Icons/ICO/vscode-folder-sideways.ico
rename to Other/ICO/vscode-folder-sideways.ico
diff --git a/Icons/ICO/vscode-green.ico b/Other/ICO/vscode-green.ico
similarity index 100%
rename from Icons/ICO/vscode-green.ico
rename to Other/ICO/vscode-green.ico
diff --git a/Icons/ICO/vscode-icon-blue.ico b/Other/ICO/vscode-icon-blue.ico
similarity index 100%
rename from Icons/ICO/vscode-icon-blue.ico
rename to Other/ICO/vscode-icon-blue.ico
diff --git a/Icons/ICO/vscode-icon-green.ico b/Other/ICO/vscode-icon-green.ico
similarity index 100%
rename from Icons/ICO/vscode-icon-green.ico
rename to Other/ICO/vscode-icon-green.ico
diff --git a/Icons/ICO/vscode-purple.ico b/Other/ICO/vscode-purple.ico
similarity index 100%
rename from Icons/ICO/vscode-purple.ico
rename to Other/ICO/vscode-purple.ico
diff --git a/Icons/ICO/vscode-whiteextended.ico b/Other/ICO/vscode-whiteextended.ico
similarity index 100%
rename from Icons/ICO/vscode-whiteextended.ico
rename to Other/ICO/vscode-whiteextended.ico
diff --git a/Icons/ICO/w.ico b/Other/ICO/w.ico
similarity index 100%
rename from Icons/ICO/w.ico
rename to Other/ICO/w.ico
diff --git a/Icons/ICO/wiki.ico b/Other/ICO/wiki.ico
similarity index 100%
rename from Icons/ICO/wiki.ico
rename to Other/ICO/wiki.ico
diff --git a/Icons/ICO/wiki1.ico b/Other/ICO/wiki1.ico
similarity index 100%
rename from Icons/ICO/wiki1.ico
rename to Other/ICO/wiki1.ico
diff --git a/Icons/ICO/wiki2.ico b/Other/ICO/wiki2.ico
similarity index 100%
rename from Icons/ICO/wiki2.ico
rename to Other/ICO/wiki2.ico
diff --git a/Icons/ICO/windows.ico b/Other/ICO/windows.ico
similarity index 100%
rename from Icons/ICO/windows.ico
rename to Other/ICO/windows.ico
diff --git a/Icons/ICO/windows11.ico b/Other/ICO/windows11.ico
similarity index 100%
rename from Icons/ICO/windows11.ico
rename to Other/ICO/windows11.ico
diff --git a/Icons/PSD/radarr4k.psd b/Other/PSD/radarr4k.psd
similarity index 100%
rename from Icons/PSD/radarr4k.psd
rename to Other/PSD/radarr4k.psd
diff --git a/Icons/SVG/assets.svg b/Other/SVG/assets.svg
similarity index 100%
rename from Icons/SVG/assets.svg
rename to Other/SVG/assets.svg
diff --git a/Icons/SVG/authentik.svg b/Other/SVG/authentik.svg
similarity index 100%
rename from Icons/SVG/authentik.svg
rename to Other/SVG/authentik.svg
diff --git a/Icons/SVG/cloud-server.svg b/Other/SVG/cloud-server.svg
similarity index 100%
rename from Icons/SVG/cloud-server.svg
rename to Other/SVG/cloud-server.svg
diff --git a/Icons/SVG/dashboard.svg b/Other/SVG/dashboard.svg
similarity index 100%
rename from Icons/SVG/dashboard.svg
rename to Other/SVG/dashboard.svg
diff --git a/Icons/SVG/docker1.svg b/Other/SVG/docker1.svg
similarity index 100%
rename from Icons/SVG/docker1.svg
rename to Other/SVG/docker1.svg
diff --git a/Icons/SVG/firmware.svg b/Other/SVG/firmware.svg
similarity index 100%
rename from Icons/SVG/firmware.svg
rename to Other/SVG/firmware.svg
diff --git a/Icons/SVG/hass1.svg b/Other/SVG/hass1.svg
similarity index 100%
rename from Icons/SVG/hass1.svg
rename to Other/SVG/hass1.svg
diff --git a/Icons/SVG/home.svg b/Other/SVG/home.svg
similarity index 100%
rename from Icons/SVG/home.svg
rename to Other/SVG/home.svg
diff --git a/Icons/SVG/mealie.svg b/Other/SVG/mealie.svg
similarity index 100%
rename from Icons/SVG/mealie.svg
rename to Other/SVG/mealie.svg
diff --git a/Icons/SVG/nas.svg b/Other/SVG/nas.svg
similarity index 100%
rename from Icons/SVG/nas.svg
rename to Other/SVG/nas.svg
diff --git a/Icons/SVG/office.svg b/Other/SVG/office.svg
similarity index 100%
rename from Icons/SVG/office.svg
rename to Other/SVG/office.svg
diff --git a/Icons/SVG/plex.svg b/Other/SVG/plex.svg
similarity index 100%
rename from Icons/SVG/plex.svg
rename to Other/SVG/plex.svg
diff --git a/Icons/SVG/plex2.svg b/Other/SVG/plex2.svg
similarity index 100%
rename from Icons/SVG/plex2.svg
rename to Other/SVG/plex2.svg
diff --git a/Icons/SVG/server.svg b/Other/SVG/server.svg
similarity index 100%
rename from Icons/SVG/server.svg
rename to Other/SVG/server.svg
diff --git a/Icons/WEBP/deploy.webp b/Other/WEBP/deploy.webp
similarity index 100%
rename from Icons/WEBP/deploy.webp
rename to Other/WEBP/deploy.webp
diff --git a/Icons/WEBP/j1.webp b/Other/WEBP/j1.webp
similarity index 100%
rename from Icons/WEBP/j1.webp
rename to Other/WEBP/j1.webp
diff --git a/README.md b/README.md
index 2b7f0dc..8fab01d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,80 @@
-# Icons
+
+
🔵 Web Service Icons
+
+
+
+
+
+
+ 🚀 The best place to find icons for your dashboards.
+
+ 👀 See the icons • <💼 LinkedIn
+
+
+
+
+
+
+# 📖 Table of Contents
+
+- [🚀 Getting Started](#-getting-started)
+ - [📊 Dashboards](#-dashboards)
+ - [🛠️ Installation](#️-installation)
+- [🎨 Icons](#-icons)
+- [🎉 Contributing Guidelines](#-contributing-guidelines)
+- [📜 Legal](#-legal)
+
+## 🚀 Getting Started
+
+### 📊 Dashboards
+
+There are many Dashboards available that you can use with Dashboard Icons. Here are some of the popular ones.
+
+- [Homarr](https://github.com/ajnart/homarr)\*
+- [Dashy](https://github.com/Lissy93/dashy)\*
+- [Homer Dashboard](https://github.com/bastienwirtz/homer)
+- [Heimdall](https://github.com/linuxserver/Heimdall)
+- [Organizr(v2)](https://github.com/causefx/Organizr)
+- [Flame](https://github.com/pawelmalak/flame)
+- [SUI](https://github.com/jeroenpardon/sui)
+- [Homepage](https://github.com/gethomepage/homepage)\*
+
+**Note:** Dashboards with a \* have native integration with Dashboard Icons.
+
+### 🛠️ Installation
+
+**Tip!** You can access Dashboard Icons online, faster, by using `https://raw.githubusercontent.com/vcantrell/ServiceIcons/master/Icons/example.png`. Just replace `example` with the name of the icon!
+
+To download an icon from the [icons page](#-icons), simply `Right click > Save link as`.
+
+For non-desktop operating systems or people who prefer to use the terminal:
+
+```sh
+$ curl -O https://raw.githubusercontent.com/vcantrell/ServiceIcons/master/Icons/example.png
+```
+
+or
+
+```sh
+$ wget https://raw.githubusercontent.com/vcantrell/ServiceIcons/master/Icons/example.png
+```
+
+## 🎨 Icons
+**⚠️ Warning!** Going to this page will load every single icon in the repository. This might cause:
+- 📉 An excessive amount of data use.
+- 💻 System slowdowns.
+ - 🌐 Browser crashes.
+
+*If your device cannot handle loading more than 1000 images, we advise to not go to this page.*
+
+➡️ Click [**here**](ICONS.md) to display all icons.
+
+## 🎉 Contributing Guidelines
+Please read the [Contributing Guidelines](CONTRIBUTING.md) before contributing to this project.
+
+## 📜 Legal
+
+Please read the [LICENSE](LICENSE) for information regarding the use of our software and assets. By accessing or using this repository, you agree to be bound by the terms and conditions of the license.
+
+If you have any questions or concerns regarding the license, please contact me at git@vgit.us before using or distributing the contents of this repository.
-

diff --git a/scripts/TEMPLATE.md b/scripts/TEMPLATE.md
new file mode 100644
index 0000000..86c4a43
--- /dev/null
+++ b/scripts/TEMPLATE.md
@@ -0,0 +1,20 @@
+
+
🔵 Web Service Icons
+
+
+
+
+
+
+ 🚀 The best place to find icons for your dashboards.
+
+ ⬅️ Back to repo • 💼 LinkedIn
+
+
+
+
+
+
+
+
+
diff --git a/scripts/ci.py b/scripts/ci.py
new file mode 100644
index 0000000..e3314d9
--- /dev/null
+++ b/scripts/ci.py
@@ -0,0 +1,33 @@
+#!/usr/bin/python3
+import pathlib
+from pathlib import Path
+
+root = pathlib.Path(__file__).parent.resolve()
+template_path = root / "TEMPLATE.md"
+path = root / "../ICONS.md"
+
+
+def generate_img_tag(file):
+ return f'

'
+
+
+imgs = sorted(Path("../Icons").glob("*.png"))
+img_tags = [generate_img_tag(x) for x in imgs]
+line_number = 0
+
+# Read the template file
+with open(template_path, "r", encoding="UTF-8") as f:
+ lines = f.readlines()
+# Find the line that starts with ""
+for line in lines:
+ if line.startswith(""):
+ line_number = lines.index(line)
+ break
+# Insert the icons after the line
+lines.insert(line_number + 1, " ".join(img_tags))
+# Write the new file
+with open(path, "w", encoding="UTF-8") as f:
+ f.write("".join(lines))
+ f.write("\n")
+print("Done!")
+print("Please commit the new ICONS.md file.")
\ No newline at end of file