Merge pull request #7426 from nurbek91/RedShop

Add RedShop / ecommerce
main
Elbert Alias 2 years ago committed by GitHub
commit bdd37e4c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

After

Width:  |  Height:  |  Size: 889 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

@ -0,0 +1,5 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22.1799 22.04C23.3399 21.92 24.2199 20.92 24.1799 19.72C24.1399 18.52 23.1399 17.56 21.9399 17.56H21.8599C20.6199 17.6 19.6599 18.64 19.6999 19.88C19.7399 20.48 19.9799 21 20.3399 21.36C18.9799 24.04 16.8999 26 13.7799 27.64C11.6599 28.76 9.45987 29.16 7.25987 28.88C5.45987 28.64 4.05987 27.84 3.17987 26.52C1.89987 24.56 1.77987 22.44 2.85987 20.32C3.61987 18.8 4.81987 17.68 5.57987 17.12C5.41987 16.6 5.17987 15.72 5.05987 15.08C-0.740126 19.28 -0.140126 24.96 1.61987 27.64C2.93987 29.64 5.61987 30.88 8.57987 30.88C9.37987 30.88 10.1799 30.8 10.9799 30.6C16.0999 29.6 19.9799 26.56 22.1799 22.04Z" fill="#764ABC"/>
<path d="M29.2199 17.08C26.1799 13.52 21.6999 11.56 16.5799 11.56H15.9399C15.5799 10.84 14.8199 10.36 13.9799 10.36H13.8999C12.6599 10.4 11.6999 11.44 11.7399 12.68C11.7799 13.88 12.7799 14.84 13.9799 14.84H14.0599C14.9399 14.8 15.6999 14.24 16.0199 13.48H16.7399C19.7799 13.48 22.6599 14.36 25.2599 16.08C27.2599 17.4 28.6999 19.12 29.4999 21.2C30.1799 22.88 30.1399 24.52 29.4199 25.92C28.2999 28.04 26.4199 29.2 23.9399 29.2C22.3399 29.2 20.8199 28.72 20.0199 28.36C19.5799 28.76 18.7799 29.4 18.2199 29.8C19.9399 30.6 21.6999 31.04 23.3799 31.04C27.2199 31.04 30.0599 28.92 31.1399 26.8C32.2999 24.48 32.2199 20.48 29.2199 17.08Z" fill="#764ABC"/>
<path d="M8.89985 22.72C8.93985 23.92 9.93985 24.88 11.1399 24.88H11.2199C12.4599 24.84 13.4199 23.8 13.3799 22.56C13.3399 21.36 12.3399 20.4 11.1399 20.4H11.0599C10.9799 20.4 10.8599 20.4 10.7799 20.44C9.13985 17.72 8.45985 14.76 8.69985 11.56C8.85985 9.15995 9.65985 7.07995 11.0599 5.35995C12.2199 3.87995 14.4599 3.15995 15.9799 3.11995C20.2199 3.03995 22.0199 8.31995 22.1399 10.44C22.6599 10.56 23.5399 10.84 24.1399 11.04C23.6599 4.55995 19.6599 1.19995 15.8199 1.19995C12.2199 1.19995 8.89985 3.79995 7.57985 7.63995C5.73985 12.76 6.93985 17.68 9.17985 21.56C8.97985 21.84 8.85985 22.28 8.89985 22.72Z" fill="#764ABC"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

@ -566,8 +566,8 @@
"cats": [
12
],
"description": "Official React bindings for Redux",
"icon": "Redux.png",
"description": "React Redux is the official React binding for Redux.",
"icon": "Redux.svg",
"implies": [
"React",
"Redux"
@ -1011,16 +1011,37 @@
"scriptSrc": "\\.redonner\\.fr/",
"website": "https://www.redonner.fr"
},
"RedShop": {
"cats": [
6
],
"description": "RedShop provides a platform for SMEs to manage their ecommerce business.",
"icon": "RedShop.png",
"implies": [
"Amazon S3",
"TypeScript",
"Next.js",
"React"
],
"dom": "link[href*='//redshop.s3.amazonaws.com/']",
"saas": true,
"pricing": [
"freemium",
"low",
"recurring"
],
"website": "https://www.redshop.io"
},
"Redux": {
"cats": [
12
],
"description": "Redux is a predictable state container for JavaScript applications.",
"icon": "Redux.png",
"icon": "Redux.svg",
"scriptSrc": [
"/redux(@|/)([\\d.]+)(?:/[a-z]+)?/redux(?:.min)?\\.js\\;version:\\2"
],
"website": "https://redux.js.org/"
"website": "https://redux.js.org"
},
"RedwoodJS": {
"cats": [