From ec119b1bb375dd581f2d3d7a044b72a0cad9aa82 Mon Sep 17 00:00:00 2001 From: ikurotime Date: Sun, 23 Oct 2022 00:22:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20html=20&=20css=20logos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/svgs.json | 16 +++++++++++++++- public/library/css.svg | 6 ++++++ public/library/html5.svg | 6 ++++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 public/library/css.svg create mode 100644 public/library/html5.svg diff --git a/data/svgs.json b/data/svgs.json index 6a59292..9a4addb 100644 --- a/data/svgs.json +++ b/data/svgs.json @@ -957,5 +957,19 @@ "title": "Eclipse IDE", "category": "IDE", "url": "https://www.eclipse.org/" + }, + { + "id": 138, + "slug": "/library/html5.svg", + "title": "HTML5", + "category": "Language", + "url": "https://es.wikipedia.org/wiki/HTML5" + }, + { + "id": 139, + "slug": "/library/css.svg", + "title": "CSS", + "category": "Language", + "url": "https://es.wikipedia.org/wiki/CSS" } -] \ No newline at end of file +] diff --git a/public/library/css.svg b/public/library/css.svg new file mode 100644 index 0000000..94c6310 --- /dev/null +++ b/public/library/css.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/library/html5.svg b/public/library/html5.svg new file mode 100644 index 0000000..b6cb758 --- /dev/null +++ b/public/library/html5.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file