Skip to content

Commit

Permalink
Merge pull request pheralb#5 from marsidev/add-logos-20220731
Browse files Browse the repository at this point in the history
⚒ Add new logos
  • Loading branch information
pheralb committed Aug 1, 2022
2 parents 5bc652b + ec1cfe7 commit 2d435a3
Show file tree
Hide file tree
Showing 12 changed files with 228 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ yarn-error.log*

# SWC files ->
.swc

# PNPM files ->
pnpm-lock.yaml
70 changes: 70 additions & 0 deletions data/svgs.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,5 +404,75 @@
"title": "Speack.me",
"category": "Social",
"url": "https://speack.me"
},
{
"id": 59,
"slug": "/library/chakra-ui.svg",
"title": "Chakra UI",
"category": "Library",
"url": "https://chakra-ui.com"
},
{
"id": 60,
"slug": "/library/expressjs.svg",
"title": "Express.js",
"category": "Framework",
"url": "https://expressjs.com"
},
{
"id": 61,
"slug": "/library/fastify.svg",
"title": "Fastify",
"category": "Framework",
"url": "https://www.fastify.io"
},
{
"id": 62,
"slug": "/library/javascript.svg",
"title": "JavaScript",
"category": "Language",
"url": "https://developer.mozilla.org/docs/Web/JavaScript"
},
{
"id": 63,
"slug": "/library/jquery.svg",
"title": "jQuery",
"category": "Language",
"url": "https://jquery.com"
},
{
"id": 64,
"slug": "/library/rapidapi.svg",
"title": "Rapid API",
"category": "Software",
"url": "https://rapidapi.com"
},
{
"id": 65,
"slug": "/library/typescript.svg",
"title": "TypeScript",
"category": "Language",
"url": "https://www.typescriptlang.org"
},
{
"id": 66,
"slug": "/library/bun.svg",
"title": "Bun",
"category": "Library",
"url": "https://bun.sh"
},
{
"id": 67,
"slug": "/library/twilio.svg",
"title": "Twilio",
"category": "Software",
"url": "https://twilio.com"
},
{
"id": 68,
"slug": "/library/arc.svg",
"title": "Arc",
"category": "Software",
"url": "https://arc.dev"
}
]
6 changes: 6 additions & 0 deletions public/library/arc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions public/library/bun.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions public/library/chakra-ui.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/library/expressjs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/library/fastify.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/library/javascript.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 2d435a3

Please sign in to comment.