Add Adabra, Elasticsearch detection

main
Elbert Alias 4 years ago
parent f9d88aaa59
commit 3c5126b773

@ -220,10 +220,9 @@ body.dynamic-icon .category__heading:hover .category__pin {
.technology__link, .technology__link:active, .technology__link:hover {
align-items: center;
display: flex;
min-width: 180px;
padding: .1rem 0;
text-decoration: none;
width: 100%;
width: 200px;
}
.technology__name {

@ -0,0 +1,13 @@
<svg width="400" height="400" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<path d="M401.2 -4.40002H-4.60001V401.4H401.2V-4.40002Z" fill="#2F6880"/>
<path d="M-4.60001 87.3L401.2 197V-4.40002H-4.60001V87.3Z" fill="#69AEB1"/>
<path d="M401.2 196.6L-4.60001 342V401.5H401.2V196.6Z" fill="#FAB40E"/>
<path d="M246.9 297.5H159.9L139.1 352.6H97L145.8 226.9C145.8 226.9 147.4 222.8 148 221.3C154.6 204 165.1 182.5 172.6 164.1C220.1 47.1 279.8 52.5 279.8 52.5C279.8 52.5 195 68.8 258.6 224C262.4 233.3 264.4 237.7 264.4 237.7L309.6 352.7H267.7L246.9 297.5ZM233.1 261.4L203.3 181.7L173.8 261.4H233.1Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="400" height="400" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 769 B

@ -663,6 +663,34 @@
"saas": true,
"website": "https://www.acquia.com/"
},
"Elasticsearch": {
"cats": [
29
],
"description": "Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.",
"icon": "Elasticsearch.svg",
"website": "https://www.elastic.co"
},
"Adabra": {
"cats": [
32
],
"description": "Adabra is a SaaS omnichannel marketing automation platform to help boost sales. Adabra allows you to manage user segmentation, create workflow and campaigns through email, social, SMS and more.",
"icon": "Adabra.svg",
"pricing": [
"poa",
"recurring"
],
"xhr": "my\\.adabra\\.com",
"js": {
"adabra_version_track": "(^.+$)\\;version:\\1",
"adabra_version_panel": "(^.+$)\\;version:\\1",
"adabraPreview": ""
},
"scripts": "track\\.adabra\\.com",
"saas": true,
"website": "https://www.adabra.com"
},
"Act-On": {
"cats": [
32
@ -10021,7 +10049,7 @@
},
"html": "<title>Kibana</title>",
"icon": "kibana.svg",
"implies": "Node.js",
"implies": ["Node.js", "Elasticsearch"],
"url": "kibana#/dashboard/",
"website": "http://www.elastic.co/products/kibana"
},

Loading…
Cancel
Save