From 0b01d9312ff911860869afb5bc83481278b3a14c Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 17 Nov 2020 01:02:36 +0600 Subject: [PATCH 1/2] Add Amazon Webstore/ecommerce --- .../images/icons/Amazon Webstore.svg | 9 +++++++ .../images/icons/ApostropheCMS.svg | 25 +++++++++++++++++++ .../images/icons/Plataforma NEO.svg | 9 +++++++ src/technologies.json | 11 ++++++++ 4 files changed, 54 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Amazon Webstore.svg create mode 100644 src/drivers/webextension/images/icons/ApostropheCMS.svg create mode 100644 src/drivers/webextension/images/icons/Plataforma NEO.svg diff --git a/src/drivers/webextension/images/icons/Amazon Webstore.svg b/src/drivers/webextension/images/icons/Amazon Webstore.svg new file mode 100644 index 000000000..f94a8292b --- /dev/null +++ b/src/drivers/webextension/images/icons/Amazon Webstore.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/drivers/webextension/images/icons/ApostropheCMS.svg b/src/drivers/webextension/images/icons/ApostropheCMS.svg new file mode 100644 index 000000000..775946684 --- /dev/null +++ b/src/drivers/webextension/images/icons/ApostropheCMS.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/drivers/webextension/images/icons/Plataforma NEO.svg b/src/drivers/webextension/images/icons/Plataforma NEO.svg new file mode 100644 index 000000000..fd6d94291 --- /dev/null +++ b/src/drivers/webextension/images/icons/Plataforma NEO.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 1e8a78b3b..ca29c26c0 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1241,6 +1241,17 @@ "icon": "aws.svg", "website": "https://aws.amazon.com/" }, + "Amazon Webstore": { + "cats": [ + 6 + ], + "description": "Amazon Webstore is an all-in-one hosted eCommerce website solution.", + "icon": "Amazon Webstore.svg", + "js": { + "amzn": "" + }, + "website": "https://aws.amazon.com/marketplace/pp/Amazon-Web-Services-Amazon-Webstore/B007NLVI2S" + }, "Amber": { "cats": [ 18, From 82954f21474104abd610fa924f74ab261ed3c20b Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 17 Nov 2020 09:45:46 +1100 Subject: [PATCH 2/2] Update technologies.json --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index ca29c26c0..07c7e04c1 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1245,7 +1245,7 @@ "cats": [ 6 ], - "description": "Amazon Webstore is an all-in-one hosted eCommerce website solution.", + "description": "Amazon Webstore is an all-in-one hosted ecommerce website solution.", "icon": "Amazon Webstore.svg", "js": { "amzn": ""