From 1bfea97fe7ed82a7bbb6f7536992bbc27076792c Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 10 Jun 2023 02:43:28 +0600 Subject: [PATCH 1/2] Add SNO Flex / wp-themes --- src/drivers/webextension/images/icons/SNO.svg | 76 +++++++++++++++++++ src/technologies/s.json | 17 +++++ 2 files changed, 93 insertions(+) create mode 100644 src/drivers/webextension/images/icons/SNO.svg diff --git a/src/drivers/webextension/images/icons/SNO.svg b/src/drivers/webextension/images/icons/SNO.svg new file mode 100644 index 000000000..732bee9b5 --- /dev/null +++ b/src/drivers/webextension/images/icons/SNO.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/s.json b/src/technologies/s.json index 1cb83adc1..6e09f3db7 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -4378,6 +4378,23 @@ "scriptSrc": "\\.sniperfast\\.com", "website": "https://www.sniperfast.com" }, + "SNO Flex": { + "cats": [ + 80 + ], + "description": "SNO Flex is a WordPress theme developed by SNO Sites. SNO Sites is a company that specialises in providing website solutions for schools and educational institutions.", + "icon": "SNO.svg", + "js": { + "sno_infographics_ajax_object": "" + }, + "pricing": [ + "onetime", + "recurring" + ], + "saas": true, + "requires": "WordPress", + "website": "https://snosites.com" + }, "Sniply": { "cats": [ 96 From 1e2cf5f2b19a35d4a88a463fb68d79f9f7d673dd Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 10 Jun 2023 02:45:17 +0600 Subject: [PATCH 2/2] remove sass --- src/technologies/s.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index 6e09f3db7..4124d626d 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -4391,7 +4391,6 @@ "onetime", "recurring" ], - "saas": true, "requires": "WordPress", "website": "https://snosites.com" },