Skip to content

Commit

Permalink
Merge pull request #334 from roaming97/main
Browse files Browse the repository at this point in the history
Add logos + update Dreamweaver
  • Loading branch information
pheralb committed May 8, 2024
2 parents 7802e00 + 12d0d13 commit c8a2b79
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 1 deletion.
18 changes: 18 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
1 change: 1 addition & 0 deletions static/library/animate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/blender.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/library/dw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions static/library/lua.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c8a2b79

Please sign in to comment.