Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pheralb/svgl
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed May 10, 2024
2 parents e9c92e1 + c8a2b79 commit 2ae4fff
Show file tree
Hide file tree
Showing 15 changed files with 191 additions and 2 deletions.
50 changes: 50 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 Expand Up @@ -482,6 +500,12 @@ export const svgs: iSVG[] = [
route: '/library/bun.svg',
url: 'https://bun.sh'
},
{
title: 'BuildShip',
category: 'AI',
route: '/library/buildship.svg',
url: 'https://buildship.com/'
},
{
title: 'Twilio',
category: 'Software',
Expand Down Expand Up @@ -2663,5 +2687,31 @@ export const svgs: iSVG[] = [
dark: '/library/dub_dark_wordmark.svg'
},
url: 'https://dub.co'
},
{
title: 'Turso',
category: ['Database', 'Software'],
route: {
light: '/library/turso-light.svg',
dark: '/library/turso-dark.svg'
},
wordmark: {
light: '/library/turso-wordmark-light.svg',
dark: '/library/turso-wordmark-dark.svg'
},
url: 'https://turso.tech'
},
{
title: 'RelaGit',
category: 'Software',
route: {
light: '/library/relagit-icon-light.svg',
dark: '/library/relagit-icon-dark.svg'
},
wordmark: {
light: '/library/relagit-wordmark-light.svg',
dark: '/library/relagit-wordmark-dark.svg'
},
url: 'https://rela.dev'
}
];
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.
2 changes: 1 addition & 1 deletion static/library/appwrite.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.
50 changes: 50 additions & 0 deletions static/library/buildship.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.
Loading

0 comments on commit 2ae4fff

Please sign in to comment.