From 51d828ebc97072aebdd8711af2c02f37bb9c4e37 Mon Sep 17 00:00:00 2001 From: Arturo Barrera Date: Mon, 11 Dec 2023 19:38:24 -0300 Subject: [PATCH 1/2] Add Django logo --- src/data/svgs.ts | 7 +++++++ static/library/django.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 static/library/django.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 0ebe485..2347a38 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1715,5 +1715,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/front.svg', url: 'https://front.com' + }, + { + id: 14839, + title: 'Django', + category: 'Framework', + route: '/library/django.svg', + url: 'https://www.djangoproject.com/' } ]; diff --git a/static/library/django.svg b/static/library/django.svg new file mode 100644 index 0000000..05b253f --- /dev/null +++ b/static/library/django.svg @@ -0,0 +1 @@ + \ No newline at end of file From 81a6edca6cf8d8e329505ff5dd7e6840874e3d70 Mon Sep 17 00:00:00 2001 From: pheralb Date: Mon, 11 Dec 2023 22:43:07 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9B=20Add=20antialiased.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.html b/src/app.html index 6f17e09..dd99150 100644 --- a/src/app.html +++ b/src/app.html @@ -29,7 +29,7 @@
%sveltekit.body%