From 9cf6fea64648503e0f89c6647c7e88601bb9b5c3 Mon Sep 17 00:00:00 2001
From: alanhaertel <142280886+alanhaertel@users.noreply.github.com>
Date: Sat, 30 Dec 2023 01:50:21 -0300
Subject: [PATCH 1/2] feat: added pnpm and qt logos
---
src/data/svgs.ts | 12 ++++++++++++
static/library/pnpm.svg | 33 +++++++++++++++++++++++++++++++++
static/library/qt.svg | 13 +++++++++++++
3 files changed, 58 insertions(+)
create mode 100644 static/library/pnpm.svg
create mode 100644 static/library/qt.svg
diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 3d2cb90..f027849 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -2133,5 +2133,17 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/alacritty.svg',
url: 'https://alacritty.org'
+ },
+ {
+ title: 'Qt',
+ category: 'Software',
+ route: '/library/qt.svg',
+ url: 'https://www.qt.io/'
+ },
+ {
+ title: 'PNPM',
+ category: 'Software',
+ route: '/library/pnpm.svg',
+ url: 'https://pnpm.io/'
}
];
diff --git a/static/library/pnpm.svg b/static/library/pnpm.svg
new file mode 100644
index 0000000..a9ac888
--- /dev/null
+++ b/static/library/pnpm.svg
@@ -0,0 +1,33 @@
+
diff --git a/static/library/qt.svg b/static/library/qt.svg
new file mode 100644
index 0000000..ac751c8
--- /dev/null
+++ b/static/library/qt.svg
@@ -0,0 +1,13 @@
+
From 38a0e57543eff8fe97ceb9942e8a9cd2d7706a4a Mon Sep 17 00:00:00 2001
From: alanhaertel <142280886+alanhaertel@users.noreply.github.com>
Date: Sat, 30 Dec 2023 01:56:06 -0300
Subject: [PATCH 2/2] fix: updated pnpm
---
static/library/pnpm.svg | 34 +---------------------------------
1 file changed, 1 insertion(+), 33 deletions(-)
diff --git a/static/library/pnpm.svg b/static/library/pnpm.svg
index a9ac888..b2a1f52 100644
--- a/static/library/pnpm.svg
+++ b/static/library/pnpm.svg
@@ -1,33 +1 @@
-
+
\ No newline at end of file