diff --git a/src/data/svgs.ts b/src/data/svgs.ts index b00aa68..c03a2e6 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,24 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: "Animate", + category: ["Software", "Design"], + "route": "/library/animate.svg", + "url": "https://www.adobe.com/products/animate.html" + }, + { + title: "Blender", + category: ["Software", "Design"], + "route": "/library/blender.svg", + "url": "https://blender.org/" + }, + { + title: "Lua", + category: "Language", + "route": "/library/lua.svg", + "url": "https://lua.org/" + }, { title: 'Mercado Pago', category: 'Payment', diff --git a/static/library/animate.svg b/static/library/animate.svg new file mode 100644 index 0000000..6810898 --- /dev/null +++ b/static/library/animate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/blender.svg b/static/library/blender.svg new file mode 100644 index 0000000..3321958 --- /dev/null +++ b/static/library/blender.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/dw.svg b/static/library/dw.svg index 9ef4447..cb7da16 100644 --- a/static/library/dw.svg +++ b/static/library/dw.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/library/lua.svg b/static/library/lua.svg new file mode 100644 index 0000000..6b49c68 --- /dev/null +++ b/static/library/lua.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file