From f63d692389bd9288995eafe91aaf3cebf2042d58 Mon Sep 17 00:00:00 2001 From: Rahman Date: Sat, 16 Dec 2023 18:33:33 +0000 Subject: [PATCH] adding logos airbnb,ebay,gmail,ibm,outlook,sanity,sky,slack,snapchat,trustpilot and uber --- src/data/svgs.ts | 72 ++++++++++++++++++++++++++++++++--- static/library/airbnb.svg | 3 ++ static/library/ebay.svg | 6 +++ static/library/gmail.svg | 11 ++++++ static/library/ibm.svg | 3 ++ static/library/outlook.svg | 24 ++++++++++++ static/library/sanity.svg | 12 ++++++ static/library/sky.svg | 21 ++++++++++ static/library/slack.svg | 10 +++++ static/library/snapchat.svg | 5 +++ static/library/trustpilot.svg | 5 +++ static/library/uber.svg | 3 ++ 12 files changed, 169 insertions(+), 6 deletions(-) create mode 100644 static/library/airbnb.svg create mode 100644 static/library/ebay.svg create mode 100644 static/library/gmail.svg create mode 100644 static/library/ibm.svg create mode 100644 static/library/outlook.svg create mode 100644 static/library/sanity.svg create mode 100644 static/library/sky.svg create mode 100644 static/library/slack.svg create mode 100644 static/library/snapchat.svg create mode 100644 static/library/trustpilot.svg create mode 100644 static/library/uber.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index b5d606f..dce2ee5 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1900,12 +1900,6 @@ export const svgs: iSVG[] = [ route: '/library/shopify.svg', url: 'https://www.shopify.com' }, - { - title: 'Salesforce', - category: 'CMS', - route: '/library/salesforce.svg', - url: 'https://www.salesforce.com' - }, { title: 'WebFlow', category: 'CMS', @@ -1918,4 +1912,70 @@ export const svgs: iSVG[] = [ route: '/library/bigcommerce.svg', url: 'https://www.bigcommerce.co.uk' }, + { + title: 'sanity', + category: 'CMS', + route: '/library/sanity.svg', + url: 'https://www.sanity.io' + }, + { + title: 'sky', + category: 'Entertainment', + route: '/library/sky.svg', + url: 'https://www.sky.com' + }, + { + title: 'airbnb', + category: 'Software', + route: '/library/airbnb.svg', + url: 'https://www.airbnb.com' + }, + { + title: 'uber', + category: 'Software', + route: '/library/uber.svg', + url: 'https://www.uber.com' + }, + { + title: 'gmail', + category: 'Software', + route: '/library/gmail.svg', + url: 'https://www.gmail.com' + }, + { + title: 'outlook', + category: 'Software', + route: '/library/outlook.svg', + url: 'https://www.outlook.com' + }, + { + title: 'slack', + category: 'Software', + route: '/library/slack.svg', + url: 'https://www.slack.com' + }, + { + title: 'snapchat', + category: 'Software', + route: '/library/snapchat.svg', + url: 'https://www.snapchat.com' + }, + { + title: 'ebay', + category: 'Software', + route: '/library/ebay.svg', + url: 'https://www.ebay.com' + }, + { + title: 'ibm', + category: 'Software', + route: '/library/ibm.svg', + url: 'https://www.ibm.com' + }, + { + title: 'trustpilot', + category: 'Software', + route: '/library/trustpilot.svg', + url: 'https://www.trustpilot.com' + }, ]; \ No newline at end of file diff --git a/static/library/airbnb.svg b/static/library/airbnb.svg new file mode 100644 index 0000000..450c4c1 --- /dev/null +++ b/static/library/airbnb.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/library/ebay.svg b/static/library/ebay.svg new file mode 100644 index 0000000..870439f --- /dev/null +++ b/static/library/ebay.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/library/gmail.svg b/static/library/gmail.svg new file mode 100644 index 0000000..fc19b56 --- /dev/null +++ b/static/library/gmail.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/static/library/ibm.svg b/static/library/ibm.svg new file mode 100644 index 0000000..36fe588 --- /dev/null +++ b/static/library/ibm.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/library/outlook.svg b/static/library/outlook.svg new file mode 100644 index 0000000..4cee480 --- /dev/null +++ b/static/library/outlook.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/library/sanity.svg b/static/library/sanity.svg new file mode 100644 index 0000000..87e813f --- /dev/null +++ b/static/library/sanity.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/static/library/sky.svg b/static/library/sky.svg new file mode 100644 index 0000000..66a0a90 --- /dev/null +++ b/static/library/sky.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/static/library/slack.svg b/static/library/slack.svg new file mode 100644 index 0000000..292f7d8 --- /dev/null +++ b/static/library/slack.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/static/library/snapchat.svg b/static/library/snapchat.svg new file mode 100644 index 0000000..7a13d8b --- /dev/null +++ b/static/library/snapchat.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/library/trustpilot.svg b/static/library/trustpilot.svg new file mode 100644 index 0000000..6e5c508 --- /dev/null +++ b/static/library/trustpilot.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/library/uber.svg b/static/library/uber.svg new file mode 100644 index 0000000..1e53512 --- /dev/null +++ b/static/library/uber.svg @@ -0,0 +1,3 @@ + + +