Merge pull request #7511 from nurbek91/emailjs

Add EmailJS / email
main
Elbert Alias 2 years ago committed by GitHub
commit 72432ab226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,11 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_4255_19)">
<path d="M30.4967 0H18.451C17.6207 0 16.9477 0.671573 16.9477 1.5V13.5194C16.9477 14.3478 17.6207 15.0194 18.451 15.0194H30.4967C31.3269 15.0194 32 14.3478 32 13.5194V1.5C32 0.671573 31.3269 0 30.4967 0Z" fill="#FFB162"/>
<path d="M13.4745 15.9206V4.28125C13.4746 4.04166 13.4273 3.8044 13.3354 3.58304C13.2435 3.36169 13.1088 3.16059 12.9389 2.99125C12.5961 2.64913 12.131 2.45693 11.6461 2.45693C11.1612 2.45693 10.6962 2.64913 10.3533 2.99125L1.01349 12.3125C0.364697 12.9603 0.000244141 13.8386 0.000244141 14.7544C0.000244141 15.6702 0.364697 16.5485 1.01349 17.1963L14.8381 30.9888C15.4873 31.6361 16.3675 31.9998 17.2853 31.9998C18.2031 31.9998 19.0834 31.6361 19.7326 30.9888L29.0724 21.6694C29.4152 21.3272 29.6079 20.8632 29.6079 20.3794C29.6079 19.8955 29.4152 19.4315 29.0724 19.0894L29.001 19.0194C28.8312 18.8499 28.6297 18.7154 28.4079 18.6237C28.186 18.5321 27.9482 18.4849 27.7081 18.485H16.0445C15.7069 18.4852 15.3726 18.4191 15.0607 18.2903C14.7488 18.1615 14.4654 17.9726 14.2267 17.7345C13.988 17.4963 13.7987 17.2135 13.6696 16.9023C13.5406 16.591 13.4742 16.2575 13.4745 15.9206Z" fill="#FFB162"/>
</g>
<defs>
<clipPath id="clip0_4255_19">
<rect width="32" height="32" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -69,6 +69,24 @@
], ],
"website": "https://eloomi.com" "website": "https://eloomi.com"
}, },
"EmailJS": {
"cats": [
75
],
"description": "EmailJS is a cloud-based email delivery service that allows you to send emails directly from your client-side JavaScript code without the need for a server-side implementation.",
"icon": "EmailJS.svg",
"js": {
"emailjs.sendForm": ""
},
"saas": true,
"scriptSrc": "([\\d\\.]+)?(?:/dist)?/email\\.min\\.js\\;version:\\1",
"pricing": [
"freemium",
"low",
"recurring"
],
"website": "https://www.emailjs.com"
},
"ELOG HTTP": { "ELOG HTTP": {
"cats": [ "cats": [
22 22