diff --git a/.gitignore b/.gitignore
index 73b63a6..236c574 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ yarn.lock
/.svelte-kit
/build
/package
+.idea/
# Logs
.DS_Store
diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 0c04585..e794a4c 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -1845,5 +1845,59 @@ export const svgs: iSVG[] = [
category: 'Social',
route: '/library/meta.svg',
url: 'https://meta.com/'
+ },
+ {
+ title: 'Cypress',
+ category: 'Framework',
+ route: '/library/cypress.svg',
+ url: 'https://www.cypress.io/'
+ },
+ {
+ title: 'Reddit',
+ category: 'Social',
+ route: '/library/reddit.svg',
+ url: 'https://www.reddit.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/'
+ },
+ {
+ title: 'MonkeyType',
+ category: 'Typing',
+ route: '/library/monkeytype.svg',
+ url: 'https://monkeytype.com/'
}
];
diff --git a/src/types/categories.ts b/src/types/categories.ts
index 1c15c5a..dbc9f14 100644
--- a/src/types/categories.ts
+++ b/src/types/categories.ts
@@ -14,4 +14,5 @@ export type tCategory =
| 'Browser'
| 'Language'
| 'Education'
- | 'Design';
+ | 'Design'
+ | 'Typing';
diff --git a/static/library/cypress.svg b/static/library/cypress.svg
new file mode 100644
index 0000000..1361927
--- /dev/null
+++ b/static/library/cypress.svg
@@ -0,0 +1,17 @@
+
\ 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/monkeytype.svg b/static/library/monkeytype.svg
new file mode 100644
index 0000000..0467d6f
--- /dev/null
+++ b/static/library/monkeytype.svg
@@ -0,0 +1,6 @@
+
\ 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/reddit.svg b/static/library/reddit.svg
new file mode 100644
index 0000000..488596c
--- /dev/null
+++ b/static/library/reddit.svg
@@ -0,0 +1,57 @@
+
\ 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