Merge pull request #7609 from nurbek91/plasmic

Add Plasmic / page-builder
main
Elbert Alias 2 years ago committed by GitHub
commit 02030cd07d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,19 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.718 22.5014C30.2612 14.7554 23.8356 8.61536 15.9744 8.61536C8.11422 8.61536 1.68763 14.7554 1.23077 22.5014C1.25735 22.8352 1.31151 23.0813 1.41982 23.294C1.60861 23.6645 1.90985 23.9658 2.28037 24.1546C2.67619 24.3564 3.18622 24.3682 4.15902 24.3692V23.3846C4.15902 16.8595 9.44936 11.5692 15.9744 11.5692C22.4994 11.5692 27.7898 16.8595 27.7898 23.3846V24.3692C28.7626 24.3692 29.2726 24.3564 29.6684 24.1546C30.039 23.9658 30.3402 23.6645 30.529 23.294C30.6373 23.0813 30.6914 22.8352 30.718 22.5014Z" fill="url(#paint0_linear_4346_148)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9744 15.5077C13.8853 15.5077 11.8818 16.3376 10.4046 17.8148C8.92736 19.292 8.09748 21.2955 8.09748 23.3846V24.3692H5.14363V23.3846C5.14363 17.4031 9.99286 12.5538 15.9744 12.5538C21.9559 12.5538 26.8052 17.4031 26.8052 23.3846V24.3692H23.8513V23.3846C23.8513 21.2955 23.0214 19.292 21.5442 17.8148C20.067 16.3376 18.0635 15.5077 15.9744 15.5077Z" fill="url(#paint1_linear_4346_148)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.8667 24.3692V23.3846C22.8667 22.4795 22.6884 21.5833 22.3421 20.747C21.9957 19.9108 21.488 19.151 20.848 18.511C20.208 17.871 19.4482 17.3633 18.612 17.017C17.7758 16.6706 16.8795 16.4923 15.9744 16.4923C15.0693 16.4923 14.173 16.6706 13.3368 17.017C12.5006 17.3633 11.7408 17.871 11.1008 18.511C10.4608 19.151 9.95311 19.9108 9.60674 20.747C9.26037 21.5833 9.0821 22.4795 9.0821 23.3846V24.3692H11.0513C11.3125 24.3692 11.5629 24.2655 11.7476 24.0808C11.9322 23.8962 12.0359 23.6458 12.0359 23.3846C12.0359 22.3401 12.4509 21.3383 13.1895 20.5997C13.9281 19.8611 14.9299 19.4462 15.9744 19.4462C17.0189 19.4462 18.0207 19.8611 18.7593 20.5997C19.4979 21.3383 19.9129 22.3401 19.9129 23.3846C19.9129 23.6458 20.0166 23.8962 20.2013 24.0808C20.3859 24.2655 20.6363 24.3692 20.8975 24.3692H22.8667Z" fill="url(#paint2_linear_4346_148)"/>
<defs>
<linearGradient id="paint0_linear_4346_148" x1="15.9744" y1="8.61536" x2="15.9744" y2="24.3692" gradientUnits="userSpaceOnUse">
<stop stop-color="#0091FF"/>
<stop offset="1" stop-color="#3E63DD"/>
</linearGradient>
<linearGradient id="paint1_linear_4346_148" x1="15.9744" y1="12.5538" x2="15.9744" y2="24.3692" gradientUnits="userSpaceOnUse">
<stop stop-color="#46A758"/>
<stop offset="1" stop-color="#30A46C"/>
</linearGradient>
<linearGradient id="paint2_linear_4346_148" x1="15.9744" y1="16.4923" x2="15.9744" y2="24.3692" gradientUnits="userSpaceOnUse">
<stop stop-color="#F76808"/>
<stop offset="1" stop-color="#E54D2E"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

@ -1806,6 +1806,24 @@
}, },
"website": "http://planetplanet.org" "website": "http://planetplanet.org"
}, },
"Plasmic": {
"cats": [
51
],
"description": "Plasmic is a visual, no-code headless page/content builder for any website or codebase.",
"icon": "Plasmic.svg",
"dom": "div.plasmic_default__all",
"js": {
"__NEXT_DATA__.props.pageProps.plasmicData": ""
},
"saas": true,
"pricing": [
"freemium",
"mid",
"recurring"
],
"website": "https://www.plasmic.app"
},
"Platform.sh": { "Platform.sh": {
"cats": [ "cats": [
62 62

Loading…
Cancel
Save