From 1d011ec84b025b92c02c546cbe0f0fa48ad56ebe Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Wed, 10 Jan 2024 11:23:50 +0330 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=AA=84=20Optimized=20Navbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navbar.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/navbar.svelte b/src/components/navbar.svelte index 8dee79f..bf7dc42 100644 --- a/src/components/navbar.svelte +++ b/src/components/navbar.svelte @@ -5,7 +5,7 @@ import Logo from './logo.svelte'; import Theme from './theme.svelte'; - import { ArrowUpRight, CloudyIcon, GithubIcon, TwitterIcon } from 'lucide-svelte'; + import { ArrowUpRight, CloudyIcon, GithubIcon } from 'lucide-svelte'; import XIcon from './xIcon.svelte'; const socials = [ @@ -86,7 +86,7 @@ size={16} name="External link" strokeWidth={1.5} - class="ml-1 transition-transform duration-300 group-hover:translate-x-[1px] hidden md:block" + class="ml-1 transition-transform duration-300 group-hover:-translate-y-[1px] group-hover:translate-x-[1px] hidden md:block" /> {/if} From a4757914de29028a569c5a7f49e13ab4f747d121 Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Wed, 10 Jan 2024 11:48:28 +0330 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=9A=80=20Added=20discord.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/djs.svg | 17 +++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 static/library/djs.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 7ea15bc..df2b48a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -142,6 +142,12 @@ export const svgs: iSVG[] = [ route: '/library/postman.svg', url: 'https://www.getpostman.com/' }, + { + title: 'Discord.js', + category: 'Library', + route: '/library/djs.svg', + url: 'https://discord.js.org/' + }, { title: 'OpenSea', category: 'Crypto', diff --git a/static/library/djs.svg b/static/library/djs.svg new file mode 100644 index 0000000..9579468 --- /dev/null +++ b/static/library/djs.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + From b04d2de39d72afc5aab13cfe68aef59f31f42979 Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Wed, 10 Jan 2024 11:53:05 +0330 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=9A=80=20Added=20Auth0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/auth0.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/auth0.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index df2b48a..53ef531 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -706,6 +706,12 @@ export const svgs: iSVG[] = [ route: '/library/flutter.svg', url: 'https://flutter.dev/' }, + { + title: 'Auth0', + category: 'Library', + route: '/library/auth0.svg', + url: 'https://auth0.com/' + }, { title: 'Fresh', category: 'Framework', diff --git a/static/library/auth0.svg b/static/library/auth0.svg new file mode 100644 index 0000000..61ed78e --- /dev/null +++ b/static/library/auth0.svg @@ -0,0 +1 @@ + \ No newline at end of file From e2aba65caff763108a0455cfb40d9d4651d96e9d Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Wed, 10 Jan 2024 12:01:11 +0330 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=9A=80=20Added=20Locofy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/locofy.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/locofy.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 53ef531..60364b7 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -76,6 +76,12 @@ export const svgs: iSVG[] = [ route: '/library/ton.svg', url: 'https://ton.org/' }, + { + title: 'Locofy', + category: 'AI', + route: '/library/locofy.svg', + url: 'https://www.locofy.ai/' + }, { title: 'Runway', category: 'AI', diff --git a/static/library/locofy.svg b/static/library/locofy.svg new file mode 100644 index 0000000..d05a202 --- /dev/null +++ b/static/library/locofy.svg @@ -0,0 +1 @@ + \ No newline at end of file