mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Mobile images
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
import { app } from '$lib/stores/app';
|
||||
import { Heading } from '$lib/components';
|
||||
import EmptyLight from './empty-sites-light.svg';
|
||||
import EmptyLightMobile from './empty-sites-light-mobile.svg';
|
||||
import EmptyDark from './empty-sites-dark.svg';
|
||||
import EmptyDarkMobile from './empty-sites-dark-mobile.svg';
|
||||
import { isOnWaitlistSites, joinWaitlistSites } from '$lib/helpers/waitlist';
|
||||
import { addNotification } from '$lib/stores/notifications';
|
||||
|
||||
@@ -16,9 +18,26 @@
|
||||
<div
|
||||
class="u-flex u-flex-vertical u-cross-center u-gap-24 u-width-full-line u-overflow-hidden u-padding-block-8">
|
||||
{#if $app.themeInUse === 'dark'}
|
||||
<img src={EmptyDark} alt="create" aria-hidden="true" height="242" />
|
||||
<img src={EmptyDark} alt="create" aria-hidden="true" height="242" class="desktop" />
|
||||
<img
|
||||
src={EmptyDarkMobile}
|
||||
alt="create"
|
||||
aria-hidden="true"
|
||||
height="242"
|
||||
class="mobile" />
|
||||
{:else}
|
||||
<img src={EmptyLight} alt="create" aria-hidden="true" height="242" />
|
||||
<img
|
||||
src={EmptyLight}
|
||||
alt="create"
|
||||
aria-hidden="true"
|
||||
height="242"
|
||||
class="desktop" />
|
||||
<img
|
||||
src={EmptyLightMobile}
|
||||
alt="create"
|
||||
aria-hidden="true"
|
||||
height="242"
|
||||
class="mobile" />
|
||||
{/if}
|
||||
|
||||
<slot>
|
||||
@@ -65,4 +84,20 @@
|
||||
article {
|
||||
margin-top: -100px;
|
||||
}
|
||||
|
||||
.mobile {
|
||||
display: block;
|
||||
|
||||
@media (min-width: 768px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.desktop {
|
||||
display: none;
|
||||
|
||||
@media (min-width: 768px) {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -0,0 +1,119 @@
|
||||
<svg width="523" height="235" viewBox="0 0 523 235" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_6988_20924)">
|
||||
<foreignObject x="491.889" y="-75.2851" width="170.845" height="170.845"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(16.19px);clip-path:url(#bgblur_1_6988_20924_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="32.3741">
|
||||
<path d="M532.101 -21.6038L597.254 -41.3771C598.884 -41.872 600.093 -42.2385 601.073 -42.4506C601.928 -42.6356 602.593 -42.6994 603.195 -42.6322L603.45 -42.5954C604.584 -42.393 605.63 -41.8587 606.458 -41.0631L606.621 -40.9011C607.094 -40.4096 607.455 -39.7741 607.823 -38.8442C608.191 -37.9115 608.557 -36.7031 609.052 -35.0728L628.825 30.0797C629.32 31.7102 629.688 32.9189 629.9 33.8991C630.085 34.7539 630.148 35.4186 630.08 36.021L630.044 36.2762C629.841 37.4098 629.308 38.4561 628.512 39.2841L628.349 39.4468C627.858 39.9195 627.223 40.2812 626.293 40.6484C625.361 41.0169 624.151 41.3832 622.521 41.878L557.368 61.6513C555.738 62.1461 554.53 62.5133 553.55 62.7255C552.695 62.9105 552.03 62.9737 551.427 62.9064L551.172 62.8695C550.038 62.6672 548.992 62.1336 548.164 61.3382L548.001 61.1753C547.529 60.6839 547.168 60.0487 546.801 59.119C546.432 58.1863 546.065 56.9775 545.57 55.347L525.797 -9.8055C525.302 -11.4358 524.936 -12.6441 524.724 -13.6242C524.539 -14.4794 524.474 -15.1443 524.542 -15.7469L524.579 -16.002C524.781 -17.1357 525.315 -18.1822 526.111 -19.0102L526.273 -19.1726C526.764 -19.6454 527.4 -20.0063 528.33 -20.3736C529.263 -20.742 530.471 -21.109 532.101 -21.6038Z" stroke="#414146" stroke-width="0.505845"/>
|
||||
<path d="M532.101 -21.6038L597.254 -41.3771C598.884 -41.872 600.093 -42.2385 601.073 -42.4506C601.928 -42.6356 602.593 -42.6994 603.195 -42.6322L603.45 -42.5954C604.584 -42.393 605.63 -41.8587 606.458 -41.0631L606.621 -40.9011C607.094 -40.4096 607.455 -39.7741 607.823 -38.8442C608.191 -37.9115 608.557 -36.7031 609.052 -35.0728L628.825 30.0797C629.32 31.7102 629.688 32.9189 629.9 33.8991C630.085 34.7539 630.148 35.4186 630.08 36.021L630.044 36.2762C629.841 37.4098 629.308 38.4561 628.512 39.2841L628.349 39.4468C627.858 39.9195 627.223 40.2812 626.293 40.6484C625.361 41.0169 624.151 41.3832 622.521 41.878L557.368 61.6513C555.738 62.1461 554.53 62.5133 553.55 62.7255C552.695 62.9105 552.03 62.9737 551.427 62.9064L551.172 62.8695C550.038 62.6672 548.992 62.1336 548.164 61.3382L548.001 61.1753C547.529 60.6839 547.168 60.0487 546.801 59.119C546.432 58.1863 546.065 56.9775 545.57 55.347L525.797 -9.8055C525.302 -11.4358 524.936 -12.6441 524.724 -13.6242C524.539 -14.4794 524.474 -15.1443 524.542 -15.7469L524.579 -16.002C524.781 -17.1357 525.315 -18.1822 526.111 -19.0102L526.273 -19.1726C526.764 -19.6454 527.4 -20.0063 528.33 -20.3736C529.263 -20.742 530.471 -21.109 532.101 -21.6038Z" stroke="url(#paint0_linear_6988_20924)" stroke-width="0.505845"/>
|
||||
</g>
|
||||
<foreignObject x="194.272" y="15.0401" width="170.845" height="170.845"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(16.19px);clip-path:url(#bgblur_2_6988_20924_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="32.3741" d="M234.484 68.7214L299.636 48.9481C301.267 48.4532 302.476 48.0867 303.456 47.8746C304.311 47.6896 304.975 47.6258 305.578 47.693L305.833 47.7298C306.967 47.9322 308.013 48.4665 308.841 49.2621L309.004 49.4241C309.476 49.9156 309.838 50.5511 310.206 51.481C310.574 52.4137 310.94 53.6221 311.435 55.2524L331.208 120.405C331.703 122.035 332.07 123.244 332.283 124.224C332.468 125.079 332.53 125.744 332.463 126.346L332.426 126.601C332.224 127.735 331.69 128.781 330.895 129.609L330.732 129.772C330.241 130.245 329.606 130.606 328.676 130.974C327.743 131.342 326.534 131.708 324.904 132.203L259.751 151.976C258.121 152.471 256.913 152.839 255.933 153.051C255.078 153.236 254.413 153.299 253.81 153.232L253.555 153.195C252.421 152.992 251.375 152.459 250.547 151.663L250.384 151.501C249.912 151.009 249.551 150.374 249.183 149.444C248.815 148.511 248.448 147.303 247.953 145.672L228.18 80.5197C227.685 78.8894 227.319 77.6811 227.106 76.701C226.921 75.8458 226.857 75.1809 226.925 74.5783L226.961 74.3232C227.164 73.1895 227.698 72.143 228.494 71.315L228.656 71.1526C229.147 70.6798 229.783 70.3189 230.713 69.9516C231.646 69.5832 232.854 69.2162 234.484 68.7214Z" fill="url(#paint1_linear_6988_20924)" fill-opacity="0.16" stroke="url(#paint2_linear_6988_20924)" stroke-width="0.505845"/>
|
||||
<g opacity="0.32">
|
||||
<rect width="44.5144" height="44.5144" transform="translate(351.328 55.1978) rotate(-16.8826)" fill="url(#paint3_linear_6988_20924)" fill-opacity="0.16"/>
|
||||
<path d="M390.946 79.7962C387.834 83.0956 382.723 84.8887 376.842 84.2565C372.084 83.7576 367.639 81.7059 364.316 78.8289C365.663 79.3915 367.135 79.7221 368.67 79.9359C374.809 80.8028 380.136 78.9992 383.216 75.5283C376.59 73.0702 370.385 69.1169 365.652 65.7933C364.718 65.2995 363.91 64.5733 363.128 63.9361C368.39 66.4195 376.373 69.1457 379.111 69.7728C372.609 66.1104 366.268 61.0404 366.501 61.1636C376.685 66.6225 385.304 68.8644 385.304 68.8644C385.585 68.9259 385.805 68.9815 385.985 69.0362C386.022 68.5917 386.035 68.1379 386.021 67.6755C385.901 62.7572 382.899 58.0328 378.462 54.7163C387.053 56.8693 393.845 63.7459 394.129 71.141C394.138 71.34 394.143 71.5378 394.142 71.7337C399.082 75.0925 399.612 80.1643 398.893 79.411C395.8 76.2248 392.546 78.4738 390.946 79.7962Z" fill="white"/>
|
||||
</g>
|
||||
<g filter="url(#filter2_f_6988_20924)">
|
||||
<path d="M213.667 215.095C164.688 214.939 124.983 199.71 124.983 181.08C124.983 162.45 164.688 147.474 213.667 147.63C262.646 147.786 302.351 163.015 302.351 181.645C302.351 200.275 262.646 215.251 213.667 215.095Z" fill="url(#paint4_radial_6988_20924)" fill-opacity="0.24"/>
|
||||
</g>
|
||||
<g filter="url(#filter3_f_6988_20924)">
|
||||
<path d="M106.058 212.058C82.8072 197.152 81.3892 157.687 102.891 123.911C124.393 90.1352 160.673 74.8383 183.924 89.7446C207.175 104.651 208.593 144.116 187.091 177.892C165.589 211.668 129.31 226.964 106.058 212.058Z" fill="url(#paint5_radial_6988_20924)" fill-opacity="0.08"/>
|
||||
</g>
|
||||
<g filter="url(#filter4_f_6988_20924)">
|
||||
<path d="M262.991 246.144C175.765 245.866 105.054 206.646 105.054 158.543C105.054 110.441 175.765 71.6717 262.991 71.9497C350.218 72.2276 420.929 111.448 420.929 159.55C420.929 207.652 350.218 246.422 262.991 246.144Z" fill="url(#paint6_radial_6988_20924)" fill-opacity="0.16"/>
|
||||
</g>
|
||||
<g filter="url(#filter5_f_6988_20924)">
|
||||
<path d="M125.504 148.666C126.352 169.51 238.278 173.853 234 180.5C229.722 187.147 121.758 211.883 112.714 196.039C103.67 180.195 110.006 99.6661 114.284 93.0193C118.562 86.3725 116.46 132.822 125.504 148.666Z" fill="url(#paint7_linear_6988_20924)" fill-opacity="0.24"/>
|
||||
</g>
|
||||
<foreignObject x="109" y="2" width="305" height="194"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_3_6988_20924_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="4">
|
||||
<rect x="113" y="6" width="297" height="186" rx="16" fill="#2D2D31" fill-opacity="0.24"/>
|
||||
<rect x="113.5" y="6.5" width="296" height="185" rx="15.5" stroke="white" stroke-opacity="0.04"/>
|
||||
</g>
|
||||
<g filter="url(#filter7_d_6988_20924)">
|
||||
<mask id="path-10-inside-1_6988_20924" fill="white">
|
||||
<path d="M125 26C125 21.5817 128.582 18 133 18H390C394.418 18 398 21.5817 398 26V172C398 176.418 394.418 180 390 180H133C128.582 180 125 176.418 125 172V26Z"/>
|
||||
</mask>
|
||||
<path d="M125 26C125 21.5817 128.582 18 133 18H390C394.418 18 398 21.5817 398 26V172C398 176.418 394.418 180 390 180H133C128.582 180 125 176.418 125 172V26Z" fill="#1D1D21"/>
|
||||
<path d="M133 18V18.8H390V18V17.2H133V18ZM398 26H397.2V172H398H398.8V26H398ZM390 180V179.2H133V180V180.8H390V180ZM125 172H125.8V26H125H124.2V172H125ZM133 180V179.2C129.024 179.2 125.8 175.976 125.8 172H125H124.2C124.2 176.86 128.14 180.8 133 180.8V180ZM398 172H397.2C397.2 175.976 393.976 179.2 390 179.2V180V180.8C394.86 180.8 398.8 176.86 398.8 172H398ZM390 18V18.8C393.976 18.8 397.2 22.0236 397.2 26H398H398.8C398.8 21.1399 394.86 17.2 390 17.2V18ZM133 18V17.2C128.14 17.2 124.2 21.1399 124.2 26H125H125.8C125.8 22.0235 129.024 18.8 133 18.8V18Z" fill="#2D2D31" mask="url(#path-10-inside-1_6988_20924)"/>
|
||||
<path d="M133 18V18.8H390V18V17.2H133V18ZM398 26H397.2V172H398H398.8V26H398ZM390 180V179.2H133V180V180.8H390V180ZM125 172H125.8V26H125H124.2V172H125ZM133 180V179.2C129.024 179.2 125.8 175.976 125.8 172H125H124.2C124.2 176.86 128.14 180.8 133 180.8V180ZM398 172H397.2C397.2 175.976 393.976 179.2 390 179.2V180V180.8C394.86 180.8 398.8 176.86 398.8 172H398ZM390 18V18.8C393.976 18.8 397.2 22.0236 397.2 26H398H398.8C398.8 21.1399 394.86 17.2 390 17.2V18ZM133 18V17.2C128.14 17.2 124.2 21.1399 124.2 26H125H125.8C125.8 22.0235 129.024 18.8 133 18.8V18Z" fill="url(#paint8_linear_6988_20924)" fill-opacity="0.62" mask="url(#path-10-inside-1_6988_20924)"/>
|
||||
</g>
|
||||
<circle cx="140" cy="33" r="3" fill="#414146"/>
|
||||
<circle cx="152" cy="33" r="3" fill="#414146"/>
|
||||
<circle cx="164" cy="33" r="3" fill="#414146"/>
|
||||
<rect opacity="0.5" x="179" y="30" width="207" height="6" rx="3" fill="#414146"/>
|
||||
<rect opacity="0.5" x="217" y="60" width="91" height="11" rx="4" fill="#414146"/>
|
||||
<rect opacity="0.5" x="179" y="79" width="164" height="11" rx="4" fill="#414146"/>
|
||||
<rect x="241" y="102" width="42" height="14" rx="7" fill="#414146"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="bgblur_1_6988_20924_clip_path" transform="translate(-491.889 75.2851)"><path d="M532.101 -21.6038L597.254 -41.3771C598.884 -41.872 600.093 -42.2385 601.073 -42.4506C601.928 -42.6356 602.593 -42.6994 603.195 -42.6322L603.45 -42.5954C604.584 -42.393 605.63 -41.8587 606.458 -41.0631L606.621 -40.9011C607.094 -40.4096 607.455 -39.7741 607.823 -38.8442C608.191 -37.9115 608.557 -36.7031 609.052 -35.0728L628.825 30.0797C629.32 31.7102 629.688 32.9189 629.9 33.8991C630.085 34.7539 630.148 35.4186 630.08 36.021L630.044 36.2762C629.841 37.4098 629.308 38.4561 628.512 39.2841L628.349 39.4468C627.858 39.9195 627.223 40.2812 626.293 40.6484C625.361 41.0169 624.151 41.3832 622.521 41.878L557.368 61.6513C555.738 62.1461 554.53 62.5133 553.55 62.7255C552.695 62.9105 552.03 62.9737 551.427 62.9064L551.172 62.8695C550.038 62.6672 548.992 62.1336 548.164 61.3382L548.001 61.1753C547.529 60.6839 547.168 60.0487 546.801 59.119C546.432 58.1863 546.065 56.9775 545.57 55.347L525.797 -9.8055C525.302 -11.4358 524.936 -12.6441 524.724 -13.6242C524.539 -14.4794 524.474 -15.1443 524.542 -15.7469L524.579 -16.002C524.781 -17.1357 525.315 -18.1822 526.111 -19.0102L526.273 -19.1726C526.764 -19.6454 527.4 -20.0063 528.33 -20.3736C529.263 -20.742 530.471 -21.109 532.101 -21.6038Z"/>
|
||||
</clipPath><clipPath id="bgblur_2_6988_20924_clip_path" transform="translate(-194.272 -15.0401)"><path d="M234.484 68.7214L299.636 48.9481C301.267 48.4532 302.476 48.0867 303.456 47.8746C304.311 47.6896 304.975 47.6258 305.578 47.693L305.833 47.7298C306.967 47.9322 308.013 48.4665 308.841 49.2621L309.004 49.4241C309.476 49.9156 309.838 50.5511 310.206 51.481C310.574 52.4137 310.94 53.6221 311.435 55.2524L331.208 120.405C331.703 122.035 332.07 123.244 332.283 124.224C332.468 125.079 332.53 125.744 332.463 126.346L332.426 126.601C332.224 127.735 331.69 128.781 330.895 129.609L330.732 129.772C330.241 130.245 329.606 130.606 328.676 130.974C327.743 131.342 326.534 131.708 324.904 132.203L259.751 151.976C258.121 152.471 256.913 152.839 255.933 153.051C255.078 153.236 254.413 153.299 253.81 153.232L253.555 153.195C252.421 152.992 251.375 152.459 250.547 151.663L250.384 151.501C249.912 151.009 249.551 150.374 249.183 149.444C248.815 148.511 248.448 147.303 247.953 145.672L228.18 80.5197C227.685 78.8894 227.319 77.6811 227.106 76.701C226.921 75.8458 226.857 75.1809 226.925 74.5783L226.961 74.3232C227.164 73.1895 227.698 72.143 228.494 71.315L228.656 71.1526C229.147 70.6798 229.783 70.3189 230.713 69.9516C231.646 69.5832 232.854 69.2162 234.484 68.7214Z"/>
|
||||
</clipPath><filter id="filter2_f_6988_20924" x="84.9826" y="107.629" width="257.368" height="147.467" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="20" result="effect1_foregroundBlur_6988_20924"/>
|
||||
</filter>
|
||||
<filter id="filter3_f_6988_20924" x="47.6483" y="44.0369" width="194.686" height="213.729" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="20" result="effect1_foregroundBlur_6988_20924"/>
|
||||
</filter>
|
||||
<filter id="filter4_f_6988_20924" x="97.5536" y="64.4481" width="330.875" height="189.197" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="3.75" result="effect1_foregroundBlur_6988_20924"/>
|
||||
</filter>
|
||||
<filter id="filter5_f_6988_20924" x="76.1082" y="60.373" width="190.011" height="172.875" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="16" result="effect1_foregroundBlur_6988_20924"/>
|
||||
</filter>
|
||||
<clipPath id="bgblur_3_6988_20924_clip_path" transform="translate(-109 -2)"><rect x="113" y="6" width="297" height="186" rx="16"/>
|
||||
</clipPath><filter id="filter7_d_6988_20924" x="121" y="18" width="281" height="170" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="4"/>
|
||||
<feGaussianBlur stdDeviation="2"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_6988_20924"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_6988_20924" result="shape"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_6988_20924" x1="564.604" y1="-31.7326" x2="590.019" y2="52.0071" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#1D1D21"/>
|
||||
<stop offset="1" stop-color="#1D1D21" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_6988_20924" x1="334.271" y1="129.625" x2="225.117" y2="71.2998" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FAFAFB"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_6988_20924" x1="262.385" y1="53.6668" x2="282.689" y2="156.696" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.16"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_6988_20924" x1="44.5144" y1="44.5144" x2="1.32663e-06" y2="-1.32663e-06" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0.02"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint4_radial_6988_20924" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(168.328 181.263) rotate(11.4697) scale(83.3742 30.958)">
|
||||
<stop stop-color="#F02E65"/>
|
||||
<stop offset="1" stop-color="#F02E65" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint5_radial_6988_20924" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(123.416 137.185) rotate(69.8743) scale(57.994 53.9384)">
|
||||
<stop stop-color="#F02E65"/>
|
||||
<stop offset="1" stop-color="#F02E65" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint6_radial_6988_20924" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(262.991 159.047) rotate(-179.817) scale(157.939 87.0966)">
|
||||
<stop stop-color="#F02E65"/>
|
||||
<stop offset="1" stop-color="#F02E65" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint7_linear_6988_20924" x1="66.9998" y1="195.5" x2="131.437" y2="50.8892" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FE9567"/>
|
||||
<stop offset="1" stop-color="#F97066" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear_6988_20924" x1="137" y1="197" x2="236.229" y2="129.971" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FE6054" stop-opacity="0.880574"/>
|
||||
<stop offset="0.159063" stop-color="#FD366E"/>
|
||||
<stop offset="1" stop-color="#414146"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_6988_20924">
|
||||
<rect width="523" height="235" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 17 KiB |
@@ -0,0 +1,157 @@
|
||||
<svg width="527" height="235" viewBox="0 0 527 235" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_6988_1408)">
|
||||
<foreignObject x="493.889" y="-75.2851" width="170.845" height="170.845"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(16.19px);clip-path:url(#bgblur_1_6988_1408_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="32.3741">
|
||||
<path d="M534.101 -21.6038L599.254 -41.3771C600.884 -41.872 602.093 -42.2385 603.073 -42.4506C603.928 -42.6356 604.593 -42.6994 605.195 -42.6322L605.45 -42.5954C606.584 -42.393 607.63 -41.8587 608.458 -41.0631L608.621 -40.9011C609.094 -40.4096 609.455 -39.7741 609.823 -38.8442C610.191 -37.9115 610.557 -36.7031 611.052 -35.0728L630.825 30.0797C631.32 31.7102 631.688 32.9189 631.9 33.8991C632.085 34.7539 632.148 35.4186 632.08 36.021L632.044 36.2762C631.841 37.4098 631.308 38.4561 630.512 39.2841L630.349 39.4468C629.858 39.9195 629.223 40.2812 628.293 40.6484C627.361 41.0169 626.151 41.3832 624.521 41.878L559.368 61.6513C557.738 62.1461 556.53 62.5133 555.55 62.7255C554.695 62.9105 554.03 62.9737 553.427 62.9064L553.172 62.8695C552.038 62.6672 550.992 62.1336 550.164 61.3382L550.001 61.1753C549.529 60.6839 549.168 60.0487 548.801 59.119C548.432 58.1863 548.065 56.9775 547.57 55.347L527.797 -9.8055C527.302 -11.4358 526.936 -12.6441 526.724 -13.6242C526.539 -14.4794 526.474 -15.1443 526.542 -15.7469L526.579 -16.002C526.781 -17.1357 527.315 -18.1822 528.111 -19.0102L528.273 -19.1726C528.764 -19.6454 529.4 -20.0063 530.33 -20.3736C531.263 -20.742 532.471 -21.109 534.101 -21.6038Z" fill="url(#paint0_linear_6988_1408)" fill-opacity="0.4"/>
|
||||
<path d="M534.101 -21.6038L599.254 -41.3771C600.884 -41.872 602.093 -42.2385 603.073 -42.4506C603.928 -42.6356 604.593 -42.6994 605.195 -42.6322L605.45 -42.5954C606.584 -42.393 607.63 -41.8587 608.458 -41.0631L608.621 -40.9011C609.094 -40.4096 609.455 -39.7741 609.823 -38.8442C610.191 -37.9115 610.557 -36.7031 611.052 -35.0728L630.825 30.0797C631.32 31.7102 631.688 32.9189 631.9 33.8991C632.085 34.7539 632.148 35.4186 632.08 36.021L632.044 36.2762C631.841 37.4098 631.308 38.4561 630.512 39.2841L630.349 39.4468C629.858 39.9195 629.223 40.2812 628.293 40.6484C627.361 41.0169 626.151 41.3832 624.521 41.878L559.368 61.6513C557.738 62.1461 556.53 62.5133 555.55 62.7255C554.695 62.9105 554.03 62.9737 553.427 62.9064L553.172 62.8695C552.038 62.6672 550.992 62.1336 550.164 61.3382L550.001 61.1753C549.529 60.6839 549.168 60.0487 548.801 59.119C548.432 58.1863 548.065 56.9775 547.57 55.347L527.797 -9.8055C527.302 -11.4358 526.936 -12.6441 526.724 -13.6242C526.539 -14.4794 526.474 -15.1443 526.542 -15.7469L526.579 -16.002C526.781 -17.1357 527.315 -18.1822 528.111 -19.0102L528.273 -19.1726C528.764 -19.6454 529.4 -20.0063 530.33 -20.3736C531.263 -20.742 532.471 -21.109 534.101 -21.6038Z" stroke="black" stroke-opacity="0.08" stroke-width="0.505845"/>
|
||||
<path d="M534.101 -21.6038L599.254 -41.3771C600.884 -41.872 602.093 -42.2385 603.073 -42.4506C603.928 -42.6356 604.593 -42.6994 605.195 -42.6322L605.45 -42.5954C606.584 -42.393 607.63 -41.8587 608.458 -41.0631L608.621 -40.9011C609.094 -40.4096 609.455 -39.7741 609.823 -38.8442C610.191 -37.9115 610.557 -36.7031 611.052 -35.0728L630.825 30.0797C631.32 31.7102 631.688 32.9189 631.9 33.8991C632.085 34.7539 632.148 35.4186 632.08 36.021L632.044 36.2762C631.841 37.4098 631.308 38.4561 630.512 39.2841L630.349 39.4468C629.858 39.9195 629.223 40.2812 628.293 40.6484C627.361 41.0169 626.151 41.3832 624.521 41.878L559.368 61.6513C557.738 62.1461 556.53 62.5133 555.55 62.7255C554.695 62.9105 554.03 62.9737 553.427 62.9064L553.172 62.8695C552.038 62.6672 550.992 62.1336 550.164 61.3382L550.001 61.1753C549.529 60.6839 549.168 60.0487 548.801 59.119C548.432 58.1863 548.065 56.9775 547.57 55.347L527.797 -9.8055C527.302 -11.4358 526.936 -12.6441 526.724 -13.6242C526.539 -14.4794 526.474 -15.1443 526.542 -15.7469L526.579 -16.002C526.781 -17.1357 527.315 -18.1822 528.111 -19.0102L528.273 -19.1726C528.764 -19.6454 529.4 -20.0063 530.33 -20.3736C531.263 -20.742 532.471 -21.109 534.101 -21.6038Z" stroke="url(#paint1_linear_6988_1408)" stroke-width="0.505845"/>
|
||||
</g>
|
||||
<foreignObject x="265.385" y="-114.304" width="170.845" height="170.845"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(16.19px);clip-path:url(#bgblur_2_6988_1408_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="32.3741" d="M305.597 -60.6229L370.75 -80.3961C372.38 -80.891 373.589 -81.2575 374.569 -81.4697C375.424 -81.6546 376.089 -81.7185 376.691 -81.6513L376.946 -81.6144C378.08 -81.4121 379.126 -80.8777 379.954 -80.0821L380.117 -79.9202C380.59 -79.4286 380.951 -78.7932 381.319 -77.8632C381.687 -76.9305 382.053 -75.7221 382.548 -74.0918L402.321 -8.93936C402.816 -7.30883 403.184 -6.10015 403.396 -5.11999C403.581 -4.26514 403.644 -3.60046 403.576 -2.998L403.54 -2.74289C403.337 -1.60927 402.804 -0.56292 402.008 0.265053L401.845 0.42777C401.354 0.900446 400.719 1.26211 399.789 1.6294C398.857 1.99781 397.648 2.36411 396.017 2.85896L330.865 22.6322C329.234 23.127 328.026 23.4943 327.046 23.7064C326.191 23.8915 325.526 23.9547 324.923 23.8874L324.668 23.8505C323.535 23.6481 322.488 23.1145 321.66 22.3192L321.497 22.1563C321.025 21.6648 320.664 21.0297 320.297 20.0999C319.928 19.1672 319.561 17.9585 319.066 16.3279L299.293 -48.8245C298.798 -50.4549 298.432 -51.6632 298.22 -52.6433C298.035 -53.4984 297.971 -54.1633 298.038 -54.7659L298.075 -55.021C298.277 -56.1548 298.811 -57.2012 299.607 -58.0292L299.769 -58.1917C300.26 -58.6644 300.896 -59.0253 301.826 -59.3926C302.759 -59.761 303.967 -60.1281 305.597 -60.6229Z" fill="url(#paint2_linear_6988_1408)" fill-opacity="0.16" stroke="url(#paint3_linear_6988_1408)" stroke-width="0.505845"/>
|
||||
<foreignObject x="226.385" y="114.269" width="170.845" height="170.845"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(16.19px);clip-path:url(#bgblur_3_6988_1408_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="32.3741">
|
||||
<path d="M266.597 167.95L331.75 148.177C333.38 147.682 334.589 147.316 335.569 147.104C336.424 146.919 337.089 146.855 337.691 146.922L337.946 146.959C339.08 147.161 340.126 147.696 340.955 148.491L341.117 148.653C341.59 149.145 341.952 149.78 342.319 150.71C342.687 151.643 343.053 152.851 343.548 154.481L363.321 219.634C363.816 221.264 364.184 222.473 364.396 223.453C364.581 224.308 364.644 224.973 364.577 225.575L364.54 225.83C364.337 226.964 363.804 228.01 363.008 228.838L362.845 229.001C362.354 229.474 361.719 229.835 360.789 230.203C359.857 230.571 358.648 230.937 357.017 231.432L291.865 251.205C290.234 251.7 289.026 252.068 288.046 252.28C287.191 252.465 286.526 252.528 285.923 252.461L285.668 252.424C284.535 252.221 283.488 251.688 282.66 250.892L282.497 250.73C282.025 250.238 281.664 249.603 281.297 248.673C280.928 247.74 280.561 246.532 280.066 244.901L260.293 179.749C259.798 178.118 259.432 176.91 259.22 175.93C259.035 175.075 258.971 174.41 259.038 173.807L259.075 173.552C259.277 172.418 259.811 171.372 260.607 170.544L260.769 170.382C261.261 169.909 261.896 169.548 262.826 169.181C263.759 168.812 264.967 168.445 266.597 167.95Z" fill="url(#paint4_linear_6988_1408)" fill-opacity="0.16"/>
|
||||
<path d="M266.597 167.95L331.75 148.177C333.38 147.682 334.589 147.316 335.569 147.104C336.424 146.919 337.089 146.855 337.691 146.922L337.946 146.959C339.08 147.161 340.126 147.696 340.955 148.491L341.117 148.653C341.59 149.145 341.952 149.78 342.319 150.71C342.687 151.643 343.053 152.851 343.548 154.481L363.321 219.634C363.816 221.264 364.184 222.473 364.396 223.453C364.581 224.308 364.644 224.973 364.577 225.575L364.54 225.83C364.337 226.964 363.804 228.01 363.008 228.838L362.845 229.001C362.354 229.474 361.719 229.835 360.789 230.203C359.857 230.571 358.648 230.937 357.017 231.432L291.865 251.205C290.234 251.7 289.026 252.068 288.046 252.28C287.191 252.465 286.526 252.528 285.923 252.461L285.668 252.424C284.535 252.221 283.488 251.688 282.66 250.892L282.497 250.73C282.025 250.238 281.664 249.603 281.297 248.673C280.928 247.74 280.561 246.532 280.066 244.901L260.293 179.749C259.798 178.118 259.432 176.91 259.22 175.93C259.035 175.075 258.971 174.41 259.038 173.807L259.075 173.552C259.277 172.418 259.811 171.372 260.607 170.544L260.769 170.382C261.261 169.909 261.896 169.548 262.826 169.181C263.759 168.812 264.967 168.445 266.597 167.95Z" stroke="black" stroke-opacity="0.08" stroke-width="0.505845"/>
|
||||
<path d="M266.597 167.95L331.75 148.177C333.38 147.682 334.589 147.316 335.569 147.104C336.424 146.919 337.089 146.855 337.691 146.922L337.946 146.959C339.08 147.161 340.126 147.696 340.955 148.491L341.117 148.653C341.59 149.145 341.952 149.78 342.319 150.71C342.687 151.643 343.053 152.851 343.548 154.481L363.321 219.634C363.816 221.264 364.184 222.473 364.396 223.453C364.581 224.308 364.644 224.973 364.577 225.575L364.54 225.83C364.337 226.964 363.804 228.01 363.008 228.838L362.845 229.001C362.354 229.474 361.719 229.835 360.789 230.203C359.857 230.571 358.648 230.937 357.017 231.432L291.865 251.205C290.234 251.7 289.026 252.068 288.046 252.28C287.191 252.465 286.526 252.528 285.923 252.461L285.668 252.424C284.535 252.221 283.488 251.688 282.66 250.892L282.497 250.73C282.025 250.238 281.664 249.603 281.297 248.673C280.928 247.74 280.561 246.532 280.066 244.901L260.293 179.749C259.798 178.118 259.432 176.91 259.22 175.93C259.035 175.075 258.971 174.41 259.038 173.807L259.075 173.552C259.277 172.418 259.811 171.372 260.607 170.544L260.769 170.382C261.261 169.909 261.896 169.548 262.826 169.181C263.759 168.812 264.967 168.445 266.597 167.95Z" stroke="url(#paint5_linear_6988_1408)" stroke-width="0.505845"/>
|
||||
</g>
|
||||
<foreignObject x="196.272" y="15.0401" width="170.845" height="170.845"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(16.19px);clip-path:url(#bgblur_4_6988_1408_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="32.3741" d="M236.484 68.7214L301.636 48.9481C303.267 48.4532 304.476 48.0867 305.456 47.8746C306.311 47.6896 306.975 47.6258 307.578 47.693L307.833 47.7298C308.967 47.9322 310.013 48.4665 310.841 49.2621L311.004 49.4241C311.476 49.9156 311.838 50.5511 312.206 51.481C312.574 52.4137 312.94 53.6221 313.435 55.2524L333.208 120.405C333.703 122.035 334.07 123.244 334.283 124.224C334.468 125.079 334.53 125.744 334.463 126.346L334.426 126.601C334.224 127.735 333.69 128.781 332.895 129.609L332.732 129.772C332.241 130.245 331.606 130.606 330.676 130.974C329.743 131.342 328.534 131.708 326.904 132.203L261.751 151.976C260.121 152.471 258.913 152.839 257.933 153.051C257.078 153.236 256.413 153.299 255.81 153.232L255.555 153.195C254.421 152.992 253.375 152.459 252.547 151.663L252.384 151.501C251.912 151.009 251.551 150.374 251.183 149.444C250.815 148.511 250.448 147.303 249.953 145.672L230.18 80.5197C229.685 78.8894 229.319 77.6811 229.106 76.701C228.921 75.8458 228.857 75.1809 228.925 74.5783L228.961 74.3232C229.164 73.1895 229.698 72.143 230.494 71.315L230.656 71.1526C231.147 70.6798 231.783 70.3189 232.713 69.9516C233.646 69.5832 234.854 69.2162 236.484 68.7214Z" fill="url(#paint6_linear_6988_1408)" fill-opacity="0.16" stroke="url(#paint7_linear_6988_1408)" stroke-width="0.505845"/>
|
||||
<foreignObject x="166.155" y="-84.1889" width="170.845" height="170.845"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(16.19px);clip-path:url(#bgblur_5_6988_1408_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="32.3741">
|
||||
<path d="M199.821 -18.6356C198.833 -21.8886 198.34 -23.5152 198.596 -24.9498C198.821 -26.2118 199.44 -27.3701 200.364 -28.2586C201.414 -29.2688 203.041 -29.7625 206.294 -30.7498L271.446 -50.523C274.699 -51.5103 276.326 -52.0039 277.76 -51.7479C279.022 -51.5227 280.18 -50.9038 281.069 -49.9799C282.079 -48.9295 282.573 -47.303 283.56 -44.0499L303.333 21.1024C304.321 24.3555 304.814 25.9821 304.558 27.4167C304.333 28.6787 303.714 29.8369 302.79 30.7255C301.74 31.7357 300.113 32.2293 296.86 33.2166L231.708 52.9899C228.455 53.9772 226.828 54.4708 225.394 54.2148C224.132 53.9896 222.973 53.3707 222.085 52.4468C221.075 51.3964 220.581 49.7699 219.594 46.5168L199.821 -18.6356Z" fill="url(#paint8_linear_6988_1408)" fill-opacity="0.16"/>
|
||||
<path d="M206.367 -30.5076L271.519 -50.2809C273.15 -50.7758 274.359 -51.1423 275.339 -51.3544C276.194 -51.5394 276.858 -51.6032 277.461 -51.536L277.716 -51.4992C278.85 -51.2968 279.896 -50.7625 280.724 -49.9669L280.886 -49.805C281.359 -49.3134 281.721 -48.6779 282.088 -47.748C282.457 -46.8153 282.823 -45.6069 283.318 -43.9766L303.091 21.1759C303.586 22.8064 303.953 24.0151 304.165 24.9952C304.35 25.8501 304.413 26.5148 304.346 27.1172L304.309 27.3723C304.107 28.506 303.573 29.5523 302.778 30.3803L302.615 30.543C302.123 31.0157 301.489 31.3773 300.559 31.7446C299.626 32.113 298.417 32.4793 296.787 32.9742L231.634 52.7475C230.004 53.2423 228.796 53.6095 227.816 53.8216C226.96 54.0067 226.295 54.0699 225.693 54.0026L225.438 53.9657C224.304 53.7634 223.258 53.2298 222.43 52.4344L222.267 52.2715C221.794 51.7801 221.434 51.1449 221.066 50.2152C220.698 49.2825 220.331 48.0737 219.836 46.4432L200.062 -18.7093C199.568 -20.3396 199.201 -21.548 198.989 -22.528C198.804 -23.3832 198.74 -24.0481 198.807 -24.6507L198.844 -24.9058C199.047 -26.0395 199.581 -27.086 200.376 -27.914L200.538 -28.0764C201.03 -28.5492 201.666 -28.9101 202.596 -29.2774C203.528 -29.6458 204.736 -30.0128 206.367 -30.5076Z" stroke="black" stroke-opacity="0.08" stroke-width="0.505845"/>
|
||||
</g>
|
||||
<g opacity="0.32">
|
||||
<rect width="44.5144" height="44.5144" transform="translate(353.328 55.1978) rotate(-16.8826)" fill="url(#paint9_linear_6988_1408)" fill-opacity="0.16"/>
|
||||
<path d="M392.946 79.7962C389.834 83.0956 384.723 84.8887 378.842 84.2565C374.084 83.7576 369.639 81.7059 366.316 78.8289C367.663 79.3915 369.135 79.7221 370.67 79.9359C376.809 80.8028 382.136 78.9992 385.216 75.5283C378.59 73.0702 372.385 69.1169 367.652 65.7933C366.718 65.2995 365.91 64.5733 365.128 63.9361C370.39 66.4195 378.373 69.1457 381.111 69.7728C374.609 66.1104 368.268 61.0404 368.501 61.1636C378.685 66.6225 387.304 68.8644 387.304 68.8644C387.585 68.9259 387.805 68.9815 387.985 69.0362C388.022 68.5917 388.035 68.1379 388.021 67.6755C387.901 62.7572 384.899 58.0328 380.462 54.7163C389.054 56.8693 395.846 63.7459 396.129 71.141C396.138 71.34 396.143 71.5378 396.142 71.7337C401.082 75.0925 401.612 80.1643 400.893 79.411C397.8 76.2248 394.546 78.4738 392.946 79.7962Z" fill="white"/>
|
||||
</g>
|
||||
<g filter="url(#filter5_f_6988_1408)">
|
||||
<path d="M215.667 215.095C166.688 214.939 126.983 199.71 126.983 181.08C126.983 162.45 166.688 147.474 215.667 147.63C264.646 147.786 304.351 163.015 304.351 181.645C304.351 200.275 264.646 215.251 215.667 215.095Z" fill="url(#paint10_radial_6988_1408)" fill-opacity="0.16"/>
|
||||
</g>
|
||||
<g filter="url(#filter6_f_6988_1408)">
|
||||
<path d="M264.991 246.144C177.765 245.866 107.054 206.646 107.054 158.543C107.054 110.441 177.765 71.6717 264.991 71.9497C352.218 72.2276 422.929 111.448 422.929 159.55C422.929 207.652 352.218 246.422 264.991 246.144Z" fill="url(#paint11_radial_6988_1408)" fill-opacity="0.1"/>
|
||||
</g>
|
||||
<g filter="url(#filter7_f_6988_1408)">
|
||||
<path d="M119.504 148.666C120.352 169.51 184.5 182.511 180.222 189.158C175.944 195.805 115.758 211.884 106.714 196.04C97.6703 180.196 104.006 99.6665 108.284 93.0198C112.562 86.373 110.461 132.822 119.504 148.666Z" fill="url(#paint12_radial_6988_1408)" fill-opacity="0.2"/>
|
||||
</g>
|
||||
<g filter="url(#filter8_f_6988_1408)">
|
||||
<path d="M118.058 218.059C94.8066 203.153 93.3885 163.688 114.891 129.912C136.393 96.1364 172.672 80.8395 195.924 95.7458C219.175 110.652 220.593 150.117 199.091 183.893C177.589 217.669 141.309 232.966 118.058 218.059Z" fill="url(#paint13_radial_6988_1408)" fill-opacity="0.08"/>
|
||||
</g>
|
||||
<foreignObject x="111" y="2" width="305" height="194"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_6_6988_1408_clip_path);height:100%;width:100%"></div></foreignObject><g data-figma-bg-blur-radius="4">
|
||||
<rect x="115" y="6" width="297" height="186" rx="16" fill="white" fill-opacity="0.32"/>
|
||||
<rect x="115.5" y="6.5" width="296" height="185" rx="15.5" stroke="#19191C" stroke-opacity="0.03"/>
|
||||
</g>
|
||||
<g filter="url(#filter10_d_6988_1408)">
|
||||
<mask id="path-14-inside-1_6988_1408" fill="white">
|
||||
<path d="M127 26C127 21.5817 130.582 18 135 18H392C396.418 18 400 21.5817 400 26V172C400 176.418 396.418 180 392 180H135C130.582 180 127 176.418 127 172V26Z"/>
|
||||
</mask>
|
||||
<path d="M127 26C127 21.5817 130.582 18 135 18H392C396.418 18 400 21.5817 400 26V172C400 176.418 396.418 180 392 180H135C130.582 180 127 176.418 127 172V26Z" fill="white"/>
|
||||
<path d="M135 18V18.8H392V18V17.2H135V18ZM400 26H399.2V172H400H400.8V26H400ZM392 180V179.2H135V180V180.8H392V180ZM127 172H127.8V26H127H126.2V172H127ZM135 180V179.2C131.024 179.2 127.8 175.976 127.8 172H127H126.2C126.2 176.86 130.14 180.8 135 180.8V180ZM400 172H399.2C399.2 175.976 395.977 179.2 392 179.2V180V180.8C396.86 180.8 400.8 176.86 400.8 172H400ZM392 18V18.8C395.977 18.8 399.2 22.0236 399.2 26H400H400.8C400.8 21.1399 396.86 17.2 392 17.2V18ZM135 18V17.2C130.14 17.2 126.2 21.1399 126.2 26H127H127.8C127.8 22.0235 131.024 18.8 135 18.8V18Z" fill="#EDEDF0" mask="url(#path-14-inside-1_6988_1408)"/>
|
||||
<path d="M135 18V18.8H392V18V17.2H135V18ZM400 26H399.2V172H400H400.8V26H400ZM392 180V179.2H135V180V180.8H392V180ZM127 172H127.8V26H127H126.2V172H127ZM135 180V179.2C131.024 179.2 127.8 175.976 127.8 172H127H126.2C126.2 176.86 130.14 180.8 135 180.8V180ZM400 172H399.2C399.2 175.976 395.977 179.2 392 179.2V180V180.8C396.86 180.8 400.8 176.86 400.8 172H400ZM392 18V18.8C395.977 18.8 399.2 22.0236 399.2 26H400H400.8C400.8 21.1399 396.86 17.2 392 17.2V18ZM135 18V17.2C130.14 17.2 126.2 21.1399 126.2 26H127H127.8C127.8 22.0235 131.024 18.8 135 18.8V18Z" fill="url(#paint14_linear_6988_1408)" fill-opacity="0.4" mask="url(#path-14-inside-1_6988_1408)"/>
|
||||
</g>
|
||||
<circle cx="142" cy="33" r="3" fill="#E4E4E7"/>
|
||||
<circle cx="154" cy="33" r="3" fill="#E4E4E7"/>
|
||||
<circle cx="166" cy="33" r="3" fill="#E4E4E7"/>
|
||||
<rect opacity="0.5" x="181" y="30" width="207" height="6" rx="3" fill="#EDEDF0"/>
|
||||
<rect opacity="0.5" x="219" y="60" width="91" height="11" rx="4" fill="#EDEDF0"/>
|
||||
<rect opacity="0.5" x="181" y="79" width="164" height="11" rx="4" fill="#EDEDF0"/>
|
||||
<rect x="243" y="102" width="42" height="14" rx="7" fill="#E4E4E7"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="bgblur_1_6988_1408_clip_path" transform="translate(-493.889 75.2851)"><path d="M534.101 -21.6038L599.254 -41.3771C600.884 -41.872 602.093 -42.2385 603.073 -42.4506C603.928 -42.6356 604.593 -42.6994 605.195 -42.6322L605.45 -42.5954C606.584 -42.393 607.63 -41.8587 608.458 -41.0631L608.621 -40.9011C609.094 -40.4096 609.455 -39.7741 609.823 -38.8442C610.191 -37.9115 610.557 -36.7031 611.052 -35.0728L630.825 30.0797C631.32 31.7102 631.688 32.9189 631.9 33.8991C632.085 34.7539 632.148 35.4186 632.08 36.021L632.044 36.2762C631.841 37.4098 631.308 38.4561 630.512 39.2841L630.349 39.4468C629.858 39.9195 629.223 40.2812 628.293 40.6484C627.361 41.0169 626.151 41.3832 624.521 41.878L559.368 61.6513C557.738 62.1461 556.53 62.5133 555.55 62.7255C554.695 62.9105 554.03 62.9737 553.427 62.9064L553.172 62.8695C552.038 62.6672 550.992 62.1336 550.164 61.3382L550.001 61.1753C549.529 60.6839 549.168 60.0487 548.801 59.119C548.432 58.1863 548.065 56.9775 547.57 55.347L527.797 -9.8055C527.302 -11.4358 526.936 -12.6441 526.724 -13.6242C526.539 -14.4794 526.474 -15.1443 526.542 -15.7469L526.579 -16.002C526.781 -17.1357 527.315 -18.1822 528.111 -19.0102L528.273 -19.1726C528.764 -19.6454 529.4 -20.0063 530.33 -20.3736C531.263 -20.742 532.471 -21.109 534.101 -21.6038Z"/>
|
||||
</clipPath><clipPath id="bgblur_2_6988_1408_clip_path" transform="translate(-265.385 114.304)"><path d="M305.597 -60.6229L370.75 -80.3961C372.38 -80.891 373.589 -81.2575 374.569 -81.4697C375.424 -81.6546 376.089 -81.7185 376.691 -81.6513L376.946 -81.6144C378.08 -81.4121 379.126 -80.8777 379.954 -80.0821L380.117 -79.9202C380.59 -79.4286 380.951 -78.7932 381.319 -77.8632C381.687 -76.9305 382.053 -75.7221 382.548 -74.0918L402.321 -8.93936C402.816 -7.30883 403.184 -6.10015 403.396 -5.11999C403.581 -4.26514 403.644 -3.60046 403.576 -2.998L403.54 -2.74289C403.337 -1.60927 402.804 -0.56292 402.008 0.265053L401.845 0.42777C401.354 0.900446 400.719 1.26211 399.789 1.6294C398.857 1.99781 397.648 2.36411 396.017 2.85896L330.865 22.6322C329.234 23.127 328.026 23.4943 327.046 23.7064C326.191 23.8915 325.526 23.9547 324.923 23.8874L324.668 23.8505C323.535 23.6481 322.488 23.1145 321.66 22.3192L321.497 22.1563C321.025 21.6648 320.664 21.0297 320.297 20.0999C319.928 19.1672 319.561 17.9585 319.066 16.3279L299.293 -48.8245C298.798 -50.4549 298.432 -51.6632 298.22 -52.6433C298.035 -53.4984 297.971 -54.1633 298.038 -54.7659L298.075 -55.021C298.277 -56.1548 298.811 -57.2012 299.607 -58.0292L299.769 -58.1917C300.26 -58.6644 300.896 -59.0253 301.826 -59.3926C302.759 -59.761 303.967 -60.1281 305.597 -60.6229Z"/>
|
||||
</clipPath><clipPath id="bgblur_3_6988_1408_clip_path" transform="translate(-226.385 -114.269)"><path d="M266.597 167.95L331.75 148.177C333.38 147.682 334.589 147.316 335.569 147.104C336.424 146.919 337.089 146.855 337.691 146.922L337.946 146.959C339.08 147.161 340.126 147.696 340.955 148.491L341.117 148.653C341.59 149.145 341.952 149.78 342.319 150.71C342.687 151.643 343.053 152.851 343.548 154.481L363.321 219.634C363.816 221.264 364.184 222.473 364.396 223.453C364.581 224.308 364.644 224.973 364.577 225.575L364.54 225.83C364.337 226.964 363.804 228.01 363.008 228.838L362.845 229.001C362.354 229.474 361.719 229.835 360.789 230.203C359.857 230.571 358.648 230.937 357.017 231.432L291.865 251.205C290.234 251.7 289.026 252.068 288.046 252.28C287.191 252.465 286.526 252.528 285.923 252.461L285.668 252.424C284.535 252.221 283.488 251.688 282.66 250.892L282.497 250.73C282.025 250.238 281.664 249.603 281.297 248.673C280.928 247.74 280.561 246.532 280.066 244.901L260.293 179.749C259.798 178.118 259.432 176.91 259.22 175.93C259.035 175.075 258.971 174.41 259.038 173.807L259.075 173.552C259.277 172.418 259.811 171.372 260.607 170.544L260.769 170.382C261.261 169.909 261.896 169.548 262.826 169.181C263.759 168.812 264.967 168.445 266.597 167.95Z"/>
|
||||
</clipPath><clipPath id="bgblur_4_6988_1408_clip_path" transform="translate(-196.272 -15.0401)"><path d="M236.484 68.7214L301.636 48.9481C303.267 48.4532 304.476 48.0867 305.456 47.8746C306.311 47.6896 306.975 47.6258 307.578 47.693L307.833 47.7298C308.967 47.9322 310.013 48.4665 310.841 49.2621L311.004 49.4241C311.476 49.9156 311.838 50.5511 312.206 51.481C312.574 52.4137 312.94 53.6221 313.435 55.2524L333.208 120.405C333.703 122.035 334.07 123.244 334.283 124.224C334.468 125.079 334.53 125.744 334.463 126.346L334.426 126.601C334.224 127.735 333.69 128.781 332.895 129.609L332.732 129.772C332.241 130.245 331.606 130.606 330.676 130.974C329.743 131.342 328.534 131.708 326.904 132.203L261.751 151.976C260.121 152.471 258.913 152.839 257.933 153.051C257.078 153.236 256.413 153.299 255.81 153.232L255.555 153.195C254.421 152.992 253.375 152.459 252.547 151.663L252.384 151.501C251.912 151.009 251.551 150.374 251.183 149.444C250.815 148.511 250.448 147.303 249.953 145.672L230.18 80.5197C229.685 78.8894 229.319 77.6811 229.106 76.701C228.921 75.8458 228.857 75.1809 228.925 74.5783L228.961 74.3232C229.164 73.1895 229.698 72.143 230.494 71.315L230.656 71.1526C231.147 70.6798 231.783 70.3189 232.713 69.9516C233.646 69.5832 234.854 69.2162 236.484 68.7214Z"/>
|
||||
</clipPath><clipPath id="bgblur_5_6988_1408_clip_path" transform="translate(-166.155 84.1889)"><path d="M199.821 -18.6356C198.833 -21.8886 198.34 -23.5152 198.596 -24.9498C198.821 -26.2118 199.44 -27.3701 200.364 -28.2586C201.414 -29.2688 203.041 -29.7625 206.294 -30.7498L271.446 -50.523C274.699 -51.5103 276.326 -52.0039 277.76 -51.7479C279.022 -51.5227 280.18 -50.9038 281.069 -49.9799C282.079 -48.9295 282.573 -47.303 283.56 -44.0499L303.333 21.1024C304.321 24.3555 304.814 25.9821 304.558 27.4167C304.333 28.6787 303.714 29.8369 302.79 30.7255C301.74 31.7357 300.113 32.2293 296.86 33.2166L231.708 52.9899C228.455 53.9772 226.828 54.4708 225.394 54.2148C224.132 53.9896 222.973 53.3707 222.085 52.4468C221.075 51.3964 220.581 49.7699 219.594 46.5168L199.821 -18.6356Z"/>
|
||||
</clipPath><filter id="filter5_f_6988_1408" x="119.483" y="140.129" width="192.368" height="82.4673" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="3.75" result="effect1_foregroundBlur_6988_1408"/>
|
||||
</filter>
|
||||
<filter id="filter6_f_6988_1408" x="99.5536" y="64.4481" width="330.875" height="189.197" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="3.75" result="effect1_foregroundBlur_6988_1408"/>
|
||||
</filter>
|
||||
<filter id="filter7_f_6988_1408" x="87.1083" y="77.3735" width="108.318" height="140.43" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="7.5" result="effect1_foregroundBlur_6988_1408"/>
|
||||
</filter>
|
||||
<filter id="filter8_f_6988_1408" x="59.6477" y="50.0381" width="194.686" height="213.729" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="20" result="effect1_foregroundBlur_6988_1408"/>
|
||||
</filter>
|
||||
<clipPath id="bgblur_6_6988_1408_clip_path" transform="translate(-111 -2)"><rect x="115" y="6" width="297" height="186" rx="16"/>
|
||||
</clipPath><filter id="filter10_d_6988_1408" x="123" y="18" width="281" height="170" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dy="4"/>
|
||||
<feGaussianBlur stdDeviation="2"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_6988_1408"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_6988_1408" result="shape"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_6988_1408" x1="545.5" y1="65" x2="570.5" y2="-12.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FAFAFB"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_6988_1408" x1="566.604" y1="-31.7326" x2="592.019" y2="52.0071" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_6988_1408" x1="405.384" y1="0.280849" x2="296.23" y2="-58.0444" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FAFAFB"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_6988_1408" x1="333.498" y1="-75.6775" x2="353.802" y2="27.3519" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.16"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_6988_1408" x1="366.384" y1="228.854" x2="257.231" y2="170.529" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FAFAFB"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_6988_1408" x1="299.1" y1="157.822" x2="324.515" y2="241.561" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_6988_1408" x1="336.271" y1="129.625" x2="227.117" y2="71.2998" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FAFAFB"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear_6988_1408" x1="264.385" y1="53.6668" x2="284.689" y2="156.696" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.16"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear_6988_1408" x1="306.154" y1="30.3961" x2="197" y2="-27.9292" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FAFAFB"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_6988_1408" x1="44.5144" y1="44.5144" x2="1.32663e-06" y2="-1.32663e-06" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0.02"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint10_radial_6988_1408" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(170.328 181.263) rotate(11.4697) scale(83.3742 30.958)">
|
||||
<stop stop-color="#F02E65"/>
|
||||
<stop offset="1" stop-color="#F02E65" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint11_radial_6988_1408" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(264.991 159.047) rotate(-179.817) scale(157.939 87.0966)">
|
||||
<stop stop-color="#F02E65"/>
|
||||
<stop offset="1" stop-color="#F02E65" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint12_radial_6988_1408" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(128.406 186.79) rotate(-127.788) scale(34.964 15.3555)">
|
||||
<stop stop-color="#FE9567"/>
|
||||
<stop offset="1" stop-color="#F97066" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint13_radial_6988_1408" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(135.415 143.186) rotate(69.8743) scale(57.994 53.9384)">
|
||||
<stop stop-color="#F02E65"/>
|
||||
<stop offset="1" stop-color="#F02E65" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint14_linear_6988_1408" x1="147.5" y1="199" x2="243.737" y2="136.165" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FE6054"/>
|
||||
<stop offset="0.342973" stop-color="#FD366E"/>
|
||||
<stop offset="1" stop-color="#EDEDF0"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_6988_1408">
|
||||
<rect width="527" height="235" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user