From 68fe020f5b9c9464316f2f4407d6071b90d2ba57 Mon Sep 17 00:00:00 2001 From: Wilmer Blanco Date: Fri, 15 Dec 2023 13:50:42 -0300 Subject: [PATCH] Webstrom, phpstorm, pycharm, rubytime and fleet logos added, .idea/ folder added in gitignore --- .gitignore | 1 + src/data/svgs.ts | 36 +++++++++++++++++++++++ static/library/fleet.svg | 50 ++++++++++++++++++++++++++++++++ static/library/phpstorm.svg | 46 +++++++++++++++++++++++++++++ static/library/pycharm.svg | 58 +++++++++++++++++++++++++++++++++++++ static/library/rubymine.svg | 29 +++++++++++++++++++ static/library/webstorm.svg | 16 ++++++++++ 7 files changed, 236 insertions(+) create mode 100644 static/library/fleet.svg create mode 100644 static/library/phpstorm.svg create mode 100644 static/library/pycharm.svg create mode 100644 static/library/rubymine.svg create mode 100644 static/library/webstorm.svg diff --git a/.gitignore b/.gitignore index cbe253fd..d2d015e6 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 8c26619d..c855710d 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 00000000..3ea2252a --- /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 00000000..5d2c56a5 --- /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 00000000..ff56a060 --- /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 00000000..599caf01 --- /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 00000000..9603702a --- /dev/null +++ b/static/library/webstorm.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file