diff --git a/.gitignore b/.gitignore
index cbe253f..d2d015e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@ yarn.lock
/.svelte-kit
/build
/package
+.idea/
# Logs
.DS_Store
diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 8c26619..c855710 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -1845,5 +1845,41 @@ export const svgs: iSVG[] = [
category: 'Social',
route: '/library/meta.svg',
url: 'https://meta.com/'
+ },
+ {
+ title: 'JetBrains WebStorm',
+ category: 'Software',
+ route: '/library/webstorm.svg',
+ url: 'https://www.jetbrains.com/webstorm/'
+ },
+ {
+ title: 'JetBrains PyCharm',
+ category: 'Software',
+ route: '/library/pycharm.svg',
+ url: 'https://www.jetbrains.com/pycharm/'
+ },
+ {
+ title: 'JetBrains Fleet',
+ category: 'Software',
+ route: '/library/fleet.svg',
+ url: 'https://www.jetbrains.com/fleet/'
+ },
+ {
+ title: 'JetBrains RubyMine',
+ category: 'Software',
+ route: '/library/rubymine.svg',
+ url: 'https://www.jetbrains.com/ruby/'
+ },
+ {
+ title: 'JetBrains PhpStorm',
+ category: 'Software',
+ route: '/library/phpstorm.svg',
+ url: 'https://www.jetbrains.com/phpstorm/'
+ },
+ {
+ title: 'JetBrains PyCharm',
+ category: 'Software',
+ route: '/library/pycharm.svg',
+ url: 'https://www.jetbrains.com/pycharm/'
}
];
\ No newline at end of file
diff --git a/static/library/fleet.svg b/static/library/fleet.svg
new file mode 100644
index 0000000..3ea2252
--- /dev/null
+++ b/static/library/fleet.svg
@@ -0,0 +1,50 @@
+
\ No newline at end of file
diff --git a/static/library/phpstorm.svg b/static/library/phpstorm.svg
new file mode 100644
index 0000000..5d2c56a
--- /dev/null
+++ b/static/library/phpstorm.svg
@@ -0,0 +1,46 @@
+
\ No newline at end of file
diff --git a/static/library/pycharm.svg b/static/library/pycharm.svg
new file mode 100644
index 0000000..ff56a06
--- /dev/null
+++ b/static/library/pycharm.svg
@@ -0,0 +1,58 @@
+
\ No newline at end of file
diff --git a/static/library/rubymine.svg b/static/library/rubymine.svg
new file mode 100644
index 0000000..599caf0
--- /dev/null
+++ b/static/library/rubymine.svg
@@ -0,0 +1,29 @@
+
\ No newline at end of file
diff --git a/static/library/webstorm.svg b/static/library/webstorm.svg
new file mode 100644
index 0000000..9603702
--- /dev/null
+++ b/static/library/webstorm.svg
@@ -0,0 +1,16 @@
+
\ No newline at end of file