Add Depict / personalisation

main
nurbek 2 years ago
parent f05d9fda09
commit ddf33f6c20

@ -0,0 +1,11 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 6.71232C19.1875 6.71232 21.8 4.20622 22.0125 1.05785C20.7125 0.528925 19.3375 0.176309 17.9 0C17.9625 0.201495 18.0125 0.415584 18.0125 0.642267C18.0125 1.76309 17.1125 2.66981 16 2.66981C14.8875 2.66981 13.9875 1.76309 13.9875 0.642267C13.9875 0.415584 14.025 0.201495 14.1 0C12.6625 0.176309 11.2875 0.528925 9.98749 1.05785C10.2 4.20622 12.8125 6.71232 16 6.71232Z" fill="#0E0E0E"/>
<path d="M7.96252 20.754C6.36252 17.9709 2.91252 16.9382 0.0875244 18.3361C0.287524 19.7717 0.675024 21.157 1.22502 22.4541C1.36252 22.2904 1.53752 22.1519 1.72502 22.0386C2.68752 21.4845 3.91252 21.8119 4.46252 22.7816C5.01252 23.7513 4.68752 24.9854 3.72502 25.5395C3.52502 25.6529 3.32502 25.7284 3.11252 25.7662C3.96252 26.9122 4.96252 27.9323 6.07502 28.8139C8.70002 27.0508 9.55002 23.5246 7.96252 20.754Z" fill="#0E0E0E"/>
<path d="M28.8625 25.7662C28.65 25.7284 28.45 25.6529 28.25 25.5395C27.2875 24.9854 26.9625 23.7387 27.5125 22.7816C28.0625 21.8245 29.3 21.4845 30.25 22.0386C30.45 22.1519 30.6125 22.2904 30.75 22.4541C31.3 21.157 31.6875 19.7843 31.8875 18.3361C29.075 16.9508 25.6125 17.9709 24.025 20.754C22.4375 23.5372 23.275 27.0634 25.875 28.8264C27.0125 27.9323 28.0125 26.9122 28.8625 25.7662Z" fill="#0E0E0E"/>
<path d="M18.35 12.1527C20.475 12.1527 22.525 11.2964 24.025 9.78515L28.2125 5.56634C27.3375 4.53367 26.3375 3.61435 25.2375 2.83356L15.9875 12.1527H18.35Z" fill="#0E0E0E"/>
<path d="M13.65 12.1527H16L6.75002 2.83356C5.65002 3.61435 4.65002 4.53367 3.77502 5.56634L7.96252 9.78515C9.47502 11.2964 11.5125 12.1527 13.65 12.1527Z" fill="#0E0E0E"/>
<path d="M11.45 15.9811C10.3875 14.1173 8.625 12.7698 6.575 12.2157L0.85 10.6667C0.4125 11.9134 0.125 13.2483 0 14.621L12.625 18.0339L11.45 15.9811Z" fill="#0E0E0E"/>
<path d="M13.8125 20.0866L12.6375 18.0339L9.25 30.7533C10.45 31.32 11.7375 31.7356 13.075 31.9874L14.6125 26.2196C15.1625 24.1543 14.875 21.9378 13.8125 20.0866Z" fill="#0E0E0E"/>
<path d="M18.1875 20.0866C17.125 21.9504 16.8375 24.1543 17.3875 26.2322L18.925 32C20.2625 31.7482 21.55 31.3326 22.75 30.7659L19.375 18.0339L18.1875 20.0866Z" fill="#0E0E0E"/>
<path d="M20.55 15.9811L19.375 18.0339L32 14.621C31.875 13.2483 31.5875 11.9134 31.15 10.6667L25.425 12.2157C23.3625 12.7572 21.6125 14.1173 20.55 15.9811Z" fill="#0E0E0E"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

@ -594,6 +594,19 @@
"saas": true,
"website": "https://deno.land/"
},
"Depict": {
"cats": [
76
],
"description": "Depict is an ecommerce personalisation for fashion.",
"icon": "Depict.svg",
"dom":"link[href*='.depict.ai/']",
"saas": true,
"pricing": [
"poa"
],
"website": "https://depict.ai"
},
"DeskPro": {
"cats": [
1,

@ -521,7 +521,7 @@
],
"description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.",
"icon": "Partytown.svg",
"dom": "script[type*='text/partytown']"
"dom": "script[type*='text/partytown']",
"js": {
"partytown": ""
},