simplex private section added

This commit is contained in:
M Sarmad Qadeer
2022-10-27 14:02:16 +05:00
parent 51a8e83dec
commit 13359cfb93
31 changed files with 1114 additions and 125 deletions
+3
View File
@@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title }}</title>
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon.ico" />
<link rel="stylesheet" href="/css/swiper-bundle.min.css">
<link href="/css/tailwind.css" rel="stylesheet" />
<link rel="stylesheet" href="/css/style.css">
</head>
@@ -17,6 +18,8 @@
{{ content | safe }}
{% include "footer.html" %}
<script src="/js/swiper-bundle.min.js"></script>
<script src="/js/script.js"></script>
</body>
</html>
+73 -121
View File
@@ -125,9 +125,9 @@ html {
text-fill-color: transparent;
}
.dark .border-gradient{
background:
linear-gradient(#11182F,#11182F) padding-box,
.dark .border-gradient {
background:
linear-gradient(#11182F, #11182F) padding-box,
linear-gradient(to bottom, transparent, #01F1FF 58%) border-box;
border: 1px solid transparent;
}
@@ -179,18 +179,22 @@ html {
.sub-menu li:hover {
color: #0053D0;
}
.sub-menu {
transition: all .3s ease !important;
}
.nav-link span svg,
header nav {
transition: all 0.5s ease;
}
.nav-link:hover span svg {
transform: rotate(180deg);
}
@media (min-width:1024px) {
.nav-link:hover .sub-menu,
.nav-link:focus-within .sub-menu {
visibility: visible;
@@ -202,11 +206,10 @@ header nav {
@media (max-width: 1024px) {
.sub-menu {
max-height: 0;
}
.sub-menu {
transform: translateY(-10px);
transition: all .7s ease !important;
}
.active .sub-menu {
max-height: 200px;
transform: translateY(0px);
@@ -215,12 +218,13 @@ header nav {
margin-top: 0;
}
header nav{
header nav {
visibility: hidden;
opacity: 0;
transform: translateX(100%);
}
header nav.open{
header nav.open {
visibility: visible;
opacity: 1;
transform: translateX(0);
@@ -231,130 +235,78 @@ header nav {
overflow: hidden;
}
/* Swipe Sections */
/* #menu a{
display: block;
} */
/* nav{
transition: 0.6s;
z-index: 1000;
height: 0;
overflow-y: hidden;
.hash-number {
background: linear-gradient(251.16deg, #53C1FF 1.1%, #0053D0 100.82%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
nav.active{
height: calc(100vh - 78px);
visibility: visible;
overflow-y: auto;
} */
/*********************************/
/* Menu */
/*===============================*/
#navigation {
/* width: inherit !important;
align-self: stretch; */
.swiper-pagination-bullet-active {
background-color: #0197FF !important;
}
.navigation-menu>li {
/* position: relative; */
/* width: 100vw; */
/* width: inherit; */
.swiper-button-next,
.swiper-button-prev {
height: 35px;
width: 35px;
}
/* .navigation-menu > li > a {
display: block;
display: inline-flex;
align-items: center;
justify-content: space-between;
color: #0D0E12;
} */
.navigation-menu .has-submenu .menu-arrow {
/* border: solid #3c4858;
border-radius: 0.5px;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
transform: rotate(45deg);
position: absolute;
transition: all 0.5s; */
/* right: -1px;
top: 30px; */
.swiper-button-disabled {
display: none;
}
.navigation-menu .has-submenu:hover .menu-arrow {
/* transform: rotate(225deg); */
.swiper-scrollbar-horizontal {
margin-top: 40px !important;
width: 300px !important;
left: 50% !important;
transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
@media (max-width: 991px) {
/* .navigation-menu {
float: none;
}
.navigation-menu > li {
float: none;
} */
.navigation-menu>li .submenu {
/* display: none;
list-style: none; */
/* padding-left: 20px; */
/* margin: 0; */
}
.navigation-menu>li .submenu li a {
/* display: block;
position: relative;
padding: 7px 15px;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 0.04em;
font-weight: 700;
color: #3c4858 !important;
transition: all 0.3s; */
/* color: #505158; */
}
.navigation-menu>li .submenu.open {
/* display: block; */
}
.navigation-menu>li>a {
/* color: #3c4858; */
/* padding: 10px 20px; */
}
.navigation-menu>li>a:after {
/* position: absolute; */
/* right: 15px; */
}
/* .navigation-menu > li > a:hover,
.navigation-menu > li .submenu li a:hover,
.navigation-menu > li.has-submenu.open > a {
color: #2f55d4;
} */
.swiper-scrollbar-drag {
background-color: #0197FF;
}
.dark .swiper-scrollbar-drag{
background-color: #70F0F9;
}
/* @media (max-width: 768px) {
.navigation-menu .has-submenu .menu-arrow {
right: 8px;
top: 16px;
}
} */
.card{
cursor: pointer;
}
.card, .card > div:nth-child(2) {
transition: all .5s ease;
}
.card > div:nth-child(2) > *:nth-child(2),
.card > div:nth-child(2) > *:nth-child(3) {
opacity: 0;
max-height: 0;
transform: translateY(20px);
transition: all .5s ease-out;
}
.card > div:nth-child(2) > *:nth-child(3) {
transform: translateY(40px);
transition: all .5s ease-out;
}
.card:hover > div:nth-child(2),
.card.card-active > div:nth-child(2) {
height: 460px;
}
.card:hover > div:nth-child(2) > *:nth-child(2),
.card:hover > div:nth-child(2) > *:nth-child(3),
.card.card-active > div:nth-child(2) > *:nth-child(2),
.card.card-active > div:nth-child(2) > *:nth-child(3) {
opacity: 1;
max-height: 460px;
transform: translateY(0px);
}
.card:not(.no-hover):hover > div:nth-child(2) > *:nth-child(3){
opacity: 0;
}
File diff suppressed because one or more lines are too long
+18
View File
@@ -0,0 +1,18 @@
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_757_8895)">
<circle cx="20.1152" cy="20.6177" r="20" fill="#11182F"/>
<circle cx="20.1152" cy="20.6177" r="19.5" stroke="#70F0F9"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.1425 26.4923C22.4718 26.8216 23.0057 26.8216 23.335 26.4923C23.6644 26.163 23.6644 25.629 23.335 25.2997L18.6527 20.6174L23.335 15.935C23.6644 15.6057 23.6644 15.0718 23.335 14.7424C23.0057 14.4131 22.4718 14.4131 22.1425 14.7424L16.8954 19.9896C16.7227 20.1622 16.6406 20.3912 16.649 20.6174C16.6406 20.8435 16.7227 21.0725 16.8954 21.2451L22.1425 26.4923Z" fill="#70F0F9"/>
<defs>
<filter id="filter0_d_757_8895" x="0.115234" y="0.617676" width="43" height="43" 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 dx="3" dy="3"/>
<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.1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_757_8895"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_757_8895" result="shape"/>
</filter>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

+18
View File
@@ -0,0 +1,18 @@
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_658_12361)">
<circle cx="20.5762" cy="20.6367" r="20" fill="white"/>
<circle cx="20.5762" cy="20.6367" r="19.5" stroke="#606C71"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.6029 26.5113C22.9323 26.8406 23.4662 26.8406 23.7955 26.5113C24.1248 26.182 24.1248 25.6481 23.7955 25.3188L19.1131 20.6364L23.7955 15.954C24.1248 15.6247 24.1248 15.0908 23.7955 14.7615C23.4662 14.4322 22.9323 14.4322 22.6029 14.7615L17.3558 20.0086C17.1831 20.1813 17.101 20.4102 17.1094 20.6364C17.101 20.8626 17.1831 21.0915 17.3558 21.2642L22.6029 26.5113Z" fill="#606C71"/>
<defs>
<filter id="filter0_d_658_12361" x="0.576172" y="0.636719" width="43" height="43" 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 dx="3" dy="3"/>
<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.1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_658_12361"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_658_12361" result="shape"/>
</filter>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

+18
View File
@@ -0,0 +1,18 @@
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_658_12306)">
<circle cx="20.8008" cy="20.6367" r="20" fill="#11182F"/>
<circle cx="20.8008" cy="20.6367" r="19.5" stroke="#70F0F9"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7735 14.7616C18.4442 14.4323 17.9103 14.4323 17.581 14.7616C17.2517 15.091 17.2517 15.6249 17.581 15.9542L22.2633 20.6365L17.581 25.3189C17.2517 25.6482 17.2517 26.1821 17.581 26.5115C17.9103 26.8408 18.4442 26.8408 18.7735 26.5115L24.0207 21.2643C24.1933 21.0917 24.2755 20.8627 24.2671 20.6365C24.2755 20.4104 24.1933 20.1814 24.0207 20.0088L18.7735 14.7616Z" fill="#70F0F9"/>
<defs>
<filter id="filter0_d_658_12306" x="0.800781" y="0.636719" width="43" height="43" 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 dx="3" dy="3"/>
<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.1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_658_12306"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_658_12306" result="shape"/>
</filter>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

+18
View File
@@ -0,0 +1,18 @@
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_d_658_12346)">
<circle cx="20.8008" cy="20.6367" r="20" fill="white"/>
<circle cx="20.8008" cy="20.6367" r="19.5" stroke="#606C71"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.774 14.7616C18.4447 14.4323 17.9108 14.4323 17.5815 14.7616C17.2521 15.091 17.2521 15.6249 17.5815 15.9542L22.2638 20.6365L17.5815 25.3189C17.2521 25.6482 17.2521 26.1821 17.5815 26.5115C17.9108 26.8408 18.4447 26.8408 18.774 26.5115L24.0211 21.2643C24.1938 21.0917 24.2759 20.8627 24.2675 20.6365C24.2759 20.4104 24.1938 20.1814 24.0211 20.0088L18.774 14.7616Z" fill="#606C71"/>
<defs>
<filter id="filter0_d_658_12346" x="0.800781" y="0.636719" width="43" height="43" 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 dx="3" dy="3"/>
<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.1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_658_12346"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_658_12346" result="shape"/>
</filter>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

+43
View File
@@ -0,0 +1,43 @@
<svg width="223" height="226" viewBox="0 0 223 226" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_53_250)">
<path d="M56.0742 103.233C81.7555 103.233 102.574 82.4146 102.574 56.7334C102.574 31.0522 81.7555 10.2334 56.0742 10.2334C30.393 10.2334 9.57422 31.0522 9.57422 56.7334C9.57422 82.4146 30.393 103.233 56.0742 103.233Z" fill="url(#paint0_linear_53_250)" fill-opacity="0.3"/>
<path d="M56.0742 93.2334C76.2326 93.2334 92.5742 76.8918 92.5742 56.7334C92.5742 36.575 76.2326 20.2334 56.0742 20.2334C35.9158 20.2334 19.5742 36.575 19.5742 56.7334C19.5742 76.8918 35.9158 93.2334 56.0742 93.2334Z" fill="url(#paint1_linear_53_250)"/>
<path d="M56.0742 112.233C86.726 112.233 111.574 87.3852 111.574 56.7334C111.574 26.0816 86.726 1.2334 56.0742 1.2334C25.4224 1.2334 0.574219 26.0816 0.574219 56.7334C0.574219 87.3852 25.4224 112.233 56.0742 112.233Z" stroke="#70F0F9" stroke-width="0.962657" stroke-linecap="round" stroke-dasharray="3 3"/>
<path d="M55.33 54.5243C58.8692 54.5243 61.7382 51.6553 61.7382 48.1162C61.7382 44.577 58.8692 41.708 55.33 41.708C51.7909 41.708 48.9219 44.577 48.9219 48.1162C48.9219 51.6553 51.7909 54.5243 55.33 54.5243Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M67.9923 67.0884H42.4062C44.1701 61.7099 49.231 57.8257 55.1992 57.8257C61.1674 57.8257 66.2285 61.7099 67.9923 67.0884Z" fill="white"/>
<path d="M166.713 216.121C192.394 216.121 213.213 195.302 213.213 169.621C213.213 143.94 192.394 123.121 166.713 123.121C141.032 123.121 120.213 143.94 120.213 169.621C120.213 195.302 141.032 216.121 166.713 216.121Z" fill="url(#paint2_linear_53_250)" fill-opacity="0.3"/>
<path d="M166.713 206.121C186.871 206.121 203.213 189.779 203.213 169.621C203.213 149.463 186.871 133.121 166.713 133.121C146.554 133.121 130.213 149.463 130.213 169.621C130.213 189.779 146.554 206.121 166.713 206.121Z" fill="url(#paint3_linear_53_250)"/>
<path d="M166.713 225.121C197.365 225.121 222.213 200.273 222.213 169.621C222.213 138.969 197.365 114.121 166.713 114.121C136.061 114.121 111.213 138.969 111.213 169.621C111.213 200.273 136.061 225.121 166.713 225.121Z" stroke="#70F0F9" stroke-width="0.962657" stroke-linecap="round" stroke-dasharray="3 3"/>
<path d="M166.261 167.413C169.784 167.413 172.639 164.558 172.639 161.035C172.639 157.512 169.784 154.657 166.261 154.657C162.738 154.657 159.883 157.512 159.883 161.035C159.883 164.558 162.738 167.413 166.261 167.413Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M178.864 179.919H153.396C155.152 174.565 160.19 170.699 166.13 170.699C172.071 170.699 177.108 174.565 178.864 179.919Z" fill="white"/>
<path d="M204.693 158.239C214.634 158.239 222.693 150.18 222.693 140.239C222.693 130.298 214.634 122.239 204.693 122.239C194.752 122.239 186.693 130.298 186.693 140.239C186.693 150.18 194.752 158.239 204.693 158.239Z" fill="#70F0F9"/>
<path d="M209.628 146.041V138.319C209.085 138.319 208.543 138.32 208.001 138.32C204.917 138.32 201.834 138.32 198.75 138.32H198.598V146.041H209.628Z" fill="#3F484B"/>
<path d="M207.94 137.222C207.394 137.222 206.86 137.222 206.307 137.222C206.307 137.181 206.307 137.141 206.307 137.101C206.307 136.574 206.314 136.046 206.306 135.519C206.291 134.57 205.849 133.884 204.995 133.482C203.761 132.902 202.224 133.685 201.958 135.019C201.927 135.174 201.912 135.335 201.911 135.493C201.906 136.028 201.91 136.563 201.91 137.098C201.911 137.136 201.91 137.173 201.91 137.218C201.364 137.218 200.824 137.218 200.285 137.218C200.281 137.209 200.275 137.202 200.275 137.196C200.275 136.532 200.24 135.865 200.284 135.204C200.359 134.097 200.859 133.192 201.721 132.494C202.311 132.017 202.991 131.74 203.744 131.676C205.48 131.528 206.929 132.478 207.586 133.888C207.816 134.383 207.931 134.905 207.941 135.448C207.951 136.017 207.943 136.587 207.944 137.156C207.944 137.174 207.941 137.193 207.94 137.222Z" fill="#3F484B"/>
<path d="M103.18 95.7344L128.079 120.634" stroke="#70F0F9" stroke-width="0.962657" stroke-linecap="round" stroke-dasharray="3 3"/>
<path d="M93.1797 105.734L118.079 130.634" stroke="#70F0F9" stroke-width="0.962657" stroke-linecap="round" stroke-dasharray="3 3"/>
<path d="M92.6953 46.2393C102.636 46.2393 110.695 38.1804 110.695 28.2393C110.695 18.2981 102.636 10.2393 92.6953 10.2393C82.7542 10.2393 74.6953 18.2981 74.6953 28.2393C74.6953 38.1804 82.7542 46.2393 92.6953 46.2393Z" fill="#70F0F9"/>
<path d="M97.6277 34.0408V26.3188C97.0854 26.3193 96.5431 26.3203 96.0008 26.3203C92.9172 26.3204 89.8337 26.3204 86.7501 26.3204H86.5977V34.0408H97.6277Z" fill="#3F484B"/>
<path d="M95.9396 25.2225C95.3939 25.2225 94.8598 25.2225 94.3074 25.2225C94.3074 25.1812 94.3074 25.1413 94.3074 25.1015C94.3074 24.5739 94.3141 24.0463 94.3059 23.5189C94.2912 22.5704 93.8486 21.8844 92.9945 21.4825C91.7611 20.902 90.2243 21.6846 89.9578 23.0194C89.9269 23.1743 89.9124 23.3347 89.9109 23.4928C89.9057 24.0278 89.9099 24.563 89.9105 25.0981C89.9105 25.1355 89.9105 25.1729 89.9105 25.2181C89.3636 25.2181 88.8239 25.2181 88.2852 25.2181C88.2808 25.2087 88.2751 25.2022 88.2751 25.1956C88.2751 24.5315 88.2396 23.865 88.2841 23.2039C88.3586 22.0972 88.8587 21.1924 89.7209 20.4942C90.3109 20.0165 90.9914 19.7401 91.7439 19.6758C93.4796 19.5277 94.9292 20.4778 95.5856 21.8876C95.8163 22.3831 95.9308 22.9051 95.9407 23.4481C95.951 24.0172 95.9435 24.5866 95.9435 25.1559C95.9435 25.1743 95.9414 25.1928 95.9396 25.2225Z" fill="#3F484B"/>
</g>
<defs>
<linearGradient id="paint0_linear_53_250" x1="101.207" y1="10.2334" x2="-10.2103" y2="48.2591" gradientUnits="userSpaceOnUse">
<stop stop-color="#53C1FF"/>
<stop offset="1" stop-color="#0053D0"/>
</linearGradient>
<linearGradient id="paint1_linear_53_250" x1="91.5007" y1="20.2334" x2="4.04445" y2="50.0815" gradientUnits="userSpaceOnUse">
<stop stop-color="#1BC4BF"/>
<stop offset="1" stop-color="#009F9B"/>
</linearGradient>
<linearGradient id="paint2_linear_53_250" x1="211.845" y1="123.121" x2="100.428" y2="161.146" gradientUnits="userSpaceOnUse">
<stop stop-color="#53C1FF"/>
<stop offset="1" stop-color="#0053D0"/>
</linearGradient>
<linearGradient id="paint3_linear_53_250" x1="202.139" y1="133.121" x2="114.683" y2="162.969" gradientUnits="userSpaceOnUse">
<stop stop-color="#9B90FB"/>
<stop offset="1" stop-color="#6654CF"/>
</linearGradient>
<clipPath id="clip0_53_250">
<rect width="223" height="226" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 6.2 KiB

+46
View File
@@ -0,0 +1,46 @@
<svg width="223" height="226" viewBox="0 0 223 226" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="56.2227" cy="56.6274" r="46.5" fill="url(#paint0_linear_619_7953)" fill-opacity="0.3"/>
<circle cx="56.2227" cy="56.6274" r="36.5" fill="url(#paint1_linear_619_7953)"/>
<circle cx="56.2227" cy="56.6274" r="55.5" stroke="#0197FF" stroke-width="0.962657" stroke-linecap="round" stroke-dasharray="3 3"/>
<circle cx="55.4804" cy="48.0102" r="6.40816" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M68.1411 66.9824H42.5552C44.3189 61.604 49.3799 57.7197 55.3481 57.7197C61.3164 57.7197 66.3774 61.604 68.1411 66.9824Z" fill="white"/>
<circle cx="166.861" cy="169.515" r="46.5" fill="url(#paint2_linear_619_7953)" fill-opacity="0.3"/>
<circle cx="166.861" cy="169.515" r="36.5" fill="url(#paint3_linear_619_7953)"/>
<circle cx="166.861" cy="169.515" r="55.5" stroke="#0197FF" stroke-width="0.962657" stroke-linecap="round" stroke-dasharray="3 3"/>
<circle cx="166.41" cy="160.929" r="6.37838" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M179.011 179.813H153.544C155.3 174.459 160.337 170.593 166.278 170.593C172.218 170.593 177.256 174.459 179.011 179.813Z" fill="white"/>
<circle cx="204.842" cy="140.133" r="18" fill="url(#paint4_linear_619_7953)"/>
<path d="M209.776 145.935V138.213C209.233 138.213 208.691 138.214 208.149 138.214C205.065 138.214 201.982 138.214 198.898 138.214H198.746V145.935H209.776Z" fill="#606C71"/>
<path d="M208.087 137.116C207.541 137.116 207.007 137.116 206.454 137.116C206.454 137.075 206.454 137.035 206.454 136.996C206.454 136.468 206.461 135.94 206.453 135.413C206.438 134.464 205.996 133.778 205.142 133.377C203.908 132.796 202.371 133.579 202.105 134.913C202.074 135.068 202.059 135.229 202.058 135.387C202.053 135.922 202.057 136.457 202.057 136.992C202.057 137.03 202.057 137.067 202.057 137.112C201.511 137.112 200.971 137.112 200.432 137.112C200.428 137.103 200.422 137.096 200.422 137.09C200.422 136.426 200.387 135.759 200.431 135.098C200.506 133.991 201.006 133.086 201.868 132.388C202.458 131.911 203.138 131.634 203.891 131.57C205.627 131.422 207.076 132.372 207.733 133.782C207.963 134.277 208.078 134.799 208.088 135.342C208.098 135.911 208.09 136.481 208.091 137.05C208.091 137.068 208.088 137.087 208.087 137.116Z" fill="#606C71"/>
<path d="M103.329 95.6284L128.228 120.528" stroke="#0197FF" stroke-width="0.962657" stroke-linecap="round" stroke-dasharray="3 3"/>
<path d="M93.3286 105.628L118.228 130.528" stroke="#0197FF" stroke-width="0.962657" stroke-linecap="round" stroke-dasharray="3 3"/>
<circle cx="92.8428" cy="28.1333" r="18" fill="url(#paint5_linear_619_7953)"/>
<path d="M97.7761 33.9348V26.2129C97.2338 26.2134 96.6915 26.2143 96.1492 26.2144C93.0657 26.2145 89.9821 26.2144 86.8986 26.2144H86.7461V33.9348H97.7761Z" fill="#606C71"/>
<path d="M96.0871 25.1165C95.5414 25.1165 95.0072 25.1165 94.4549 25.1165C94.4549 25.0752 94.4549 25.0354 94.4549 24.9955C94.4548 24.468 94.4615 23.9403 94.4534 23.4129C94.4387 22.4644 93.9961 21.7785 93.142 21.3765C91.9086 20.7961 90.3718 21.5786 90.1052 22.9134C90.0743 23.0683 90.0599 23.2288 90.0583 23.3868C90.0532 23.9219 90.0573 24.4571 90.0579 24.9922C90.058 25.0296 90.0579 25.067 90.0579 25.1121C89.511 25.1121 88.9714 25.1121 88.4327 25.1121C88.4283 25.1027 88.4226 25.0962 88.4226 25.0897C88.4226 24.4256 88.3871 23.759 88.4316 23.0979C88.506 21.9912 89.0061 21.0865 89.8684 20.3883C90.4583 19.9106 91.1388 19.6341 91.8913 19.5699C93.6271 19.4217 95.0767 20.3718 95.7331 21.7816C95.9638 22.2771 96.0782 22.7992 96.0881 23.3422C96.0985 23.9113 96.0909 24.4807 96.091 25.05C96.091 25.0684 96.0889 25.0868 96.0871 25.1165Z" fill="#606C71"/>
<defs>
<linearGradient id="paint0_linear_619_7953" x1="101.355" y1="10.1274" x2="-10.0619" y2="48.1531" gradientUnits="userSpaceOnUse">
<stop stop-color="#53C1FF"/>
<stop offset="1" stop-color="#0053D0"/>
</linearGradient>
<linearGradient id="paint1_linear_619_7953" x1="91.6491" y1="20.1274" x2="4.19287" y2="49.9755" gradientUnits="userSpaceOnUse">
<stop stop-color="#1BC4BF"/>
<stop offset="1" stop-color="#009F9B"/>
</linearGradient>
<linearGradient id="paint2_linear_619_7953" x1="211.994" y1="123.015" x2="100.577" y2="161.04" gradientUnits="userSpaceOnUse">
<stop stop-color="#53C1FF"/>
<stop offset="1" stop-color="#0053D0"/>
</linearGradient>
<linearGradient id="paint3_linear_619_7953" x1="202.288" y1="133.015" x2="114.832" y2="162.863" gradientUnits="userSpaceOnUse">
<stop stop-color="#9B90FB"/>
<stop offset="1" stop-color="#6654CF"/>
</linearGradient>
<linearGradient id="paint4_linear_619_7953" x1="222.313" y1="122.133" x2="179.184" y2="136.853" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint5_linear_619_7953" x1="110.313" y1="10.1333" x2="67.1842" y2="24.8529" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 22 KiB

+53
View File
@@ -0,0 +1,53 @@
<svg width="220" height="220" viewBox="0 0 220 220" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="26.625" y="28.1816" width="167" height="129.901" rx="64.9506" stroke="#70F0F9"/>
<path d="M78.582 90.8774C78.582 72.1491 93.7643 56.9668 112.493 56.9668C131.221 56.9668 146.403 72.1491 146.403 90.8774C146.403 109.606 131.221 124.788 112.493 124.788H78.582V90.8774Z" fill="url(#paint0_linear_757_9254)"/>
<circle cx="140.693" cy="112.105" r="12.2129" fill="#70F0F9" stroke="#3F484B"/>
<path d="M136.887 111.25L143.028 111.25H143.028C143.244 111.25 143.461 111.25 143.677 111.25V115.703H136.887V111.25Z" stroke="#3F484B"/>
<path d="M142.985 109.975C142.6 109.975 142.223 109.975 141.832 109.975C141.832 109.946 141.832 109.918 141.832 109.89C141.832 109.517 141.837 109.144 141.831 108.772C141.821 108.102 141.508 107.617 140.905 107.334C140.034 106.924 138.949 107.476 138.76 108.419C138.739 108.528 138.728 108.642 138.727 108.753C138.724 109.131 138.727 109.509 138.727 109.887C138.727 109.914 138.727 109.94 138.727 109.972C138.341 109.972 137.96 109.972 137.579 109.972C137.576 109.965 137.572 109.961 137.572 109.956C137.572 109.487 137.547 109.016 137.578 108.549C137.631 107.768 137.984 107.129 138.593 106.636C139.01 106.298 139.49 106.103 140.022 106.058C141.248 105.953 142.272 106.624 142.735 107.62C142.898 107.97 142.979 108.338 142.986 108.722C142.993 109.124 142.988 109.526 142.988 109.928C142.988 109.941 142.986 109.954 142.985 109.975Z" fill="#3F484B"/>
<rect x="1.0625" y="0.574219" width="218.123" height="185.053" rx="92.5266" stroke="#70F0F9" stroke-linecap="round" stroke-dasharray="3 3"/>
<circle cx="110.125" cy="192.905" r="26.75" fill="url(#paint1_linear_757_9254)"/>
<path d="M94.8263 194.428L94.8264 194.428L109.845 185.256C109.845 185.256 109.845 185.256 109.845 185.256C110.054 185.129 110.315 185.129 110.523 185.256L125.628 194.511L125.628 194.511C125.822 194.63 125.94 194.841 125.94 195.069V201.152C125.94 201.383 125.819 201.596 125.622 201.714L125.622 201.714L110.49 210.746C110.281 210.871 110.019 210.868 109.813 210.738L94.82 201.343C94.6297 201.224 94.5137 201.015 94.5137 200.789V194.986C94.5137 194.757 94.6325 194.546 94.8263 194.428Z" fill="url(#paint2_linear_757_9254)" stroke="#3F484B"/>
<path d="M109.542 184.892L94.5228 194.064C94.1799 194.273 93.9707 194.647 93.9707 195.049V200.852C93.9707 201.25 94.1751 201.619 94.5115 201.83L109.504 211.225C109.87 211.454 110.333 211.459 110.703 211.238L125.835 202.206C126.184 201.998 126.397 201.622 126.397 201.215V195.132C126.397 194.73 126.189 194.358 125.847 194.148L110.741 184.893C110.373 184.667 109.91 184.667 109.542 184.892Z" fill="url(#paint3_linear_757_9254)" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M126.103 194.443L110.142 204.192L94.0977 194.486" fill="url(#paint4_linear_757_9254)"/>
<path d="M126.103 194.443L110.142 204.192L94.0977 194.486" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M110.121 211.366V204.224" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M94.8263 183.795L94.8264 183.795L109.845 174.623C109.845 174.623 109.845 174.623 109.845 174.623C110.054 174.496 110.315 174.496 110.523 174.624L125.628 183.879L125.628 183.879C125.822 183.997 125.94 184.208 125.94 184.436V190.519C125.94 190.75 125.819 190.964 125.622 191.081L125.622 191.081L110.49 200.113C110.281 200.238 110.019 200.235 109.813 200.106L94.82 190.71C94.6297 190.591 94.5137 190.382 94.5137 190.156V184.353C94.5137 184.125 94.6325 183.913 94.8263 183.795Z" fill="url(#paint5_linear_757_9254)" stroke="#3F484B"/>
<path d="M109.542 174.25L94.5228 183.421C94.1799 183.631 93.9707 184.004 93.9707 184.406V190.209C93.9707 190.607 94.1751 190.977 94.5115 191.187L109.504 200.583C109.87 200.812 110.333 200.817 110.703 200.596L125.835 191.564C126.184 191.356 126.397 190.979 126.397 190.573V184.49C126.397 184.088 126.189 183.715 125.847 183.506L110.741 174.25C110.373 174.025 109.91 174.025 109.542 174.25Z" fill="url(#paint6_linear_757_9254)" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M126.103 183.8L110.142 193.549L94.0977 183.842" fill="url(#paint7_linear_757_9254)"/>
<path d="M126.103 183.8L110.142 193.549L94.0977 183.842" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M110.121 200.724V193.581" stroke="#3F484B" stroke-miterlimit="10"/>
<defs>
<linearGradient id="paint0_linear_757_9254" x1="145.406" y1="56.9668" x2="64.1539" y2="84.6974" gradientUnits="userSpaceOnUse">
<stop stop-color="#53C1FF"/>
<stop offset="1" stop-color="#0053D0"/>
</linearGradient>
<linearGradient id="paint1_linear_757_9254" x1="136.088" y1="166.155" x2="71.9936" y2="188.03" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint2_linear_757_9254" x1="125.963" y1="184.661" x2="88.9588" y2="200.012" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint3_linear_757_9254" x1="125.92" y1="184.724" x2="88.9158" y2="200.075" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint4_linear_757_9254" x1="125.632" y1="194.443" x2="106.652" y2="215.71" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint5_linear_757_9254" x1="125.963" y1="174.028" x2="88.9588" y2="189.379" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint6_linear_757_9254" x1="125.92" y1="174.081" x2="88.9158" y2="189.432" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint7_linear_757_9254" x1="125.632" y1="183.8" x2="106.652" y2="205.067" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.9 KiB

+57
View File
@@ -0,0 +1,57 @@
<svg width="220" height="220" viewBox="0 0 220 220" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M79 91.1133C79 72.6611 93.9585 57.7026 112.411 57.7026C130.863 57.7026 145.821 72.6611 145.821 91.1133C145.821 109.565 130.863 124.524 112.411 124.524H79V91.1133Z" fill="url(#paint0_linear_709_4077)" stroke="#606C71"/>
<rect x="26.8984" y="28.1538" width="167" height="129.901" rx="64.9506" stroke="#0197FF"/>
<rect x="1.33691" y="0.546387" width="218.123" height="185.053" rx="92.5266" stroke="#0197FF" stroke-linecap="round" stroke-dasharray="3 3"/>
<circle cx="140.611" cy="112.341" r="12.2129" fill="url(#paint1_linear_709_4077)" stroke="#3F484B"/>
<path d="M136.805 111.486L142.946 111.486H142.946C143.163 111.486 143.379 111.486 143.595 111.485V115.939H136.805V111.486Z" fill="#606C71" stroke="#3F484B"/>
<path d="M142.251 109.711H142.252H142.254H142.256H142.259H142.261H142.263H142.265H142.268H142.27H142.272H142.274H142.276H142.279H142.281H142.283H142.285H142.288H142.29H142.292H142.294H142.297H142.299H142.301H142.303H142.306H142.308H142.31H142.312H142.315H142.317H142.319H142.321H142.324H142.326H142.328H142.33H142.333H142.335H142.337H142.339H142.341H142.344H142.346H142.348H142.35H142.353H142.355H142.357H142.359H142.362H142.364H142.366H142.368H142.371H142.373H142.375H142.377H142.38H142.382H142.384H142.386H142.389H142.391H142.393H142.395H142.397H142.4H142.402H142.404H142.406H142.407C142.408 109.461 142.408 109.215 142.403 108.967C142.398 108.65 142.331 108.35 142.199 108.067C141.82 107.251 140.988 106.706 139.982 106.792L139.939 106.294L139.982 106.792C139.551 106.828 139.165 106.985 138.825 107.26C138.317 107.672 138.037 108.185 137.995 108.819C137.975 109.115 137.979 109.401 137.984 109.708H137.986H137.988H137.99H137.992H137.994H137.997H137.999H138.001H138.003H138.006H138.008H138.01H138.012H138.015H138.017H138.019H138.021H138.024H138.026H138.028H138.03H138.033H138.035H138.037H138.039H138.041H138.044H138.046H138.048H138.05H138.053H138.055H138.057H138.059H138.062H138.064H138.066H138.068H138.071H138.073H138.075H138.077H138.08H138.082H138.084H138.086H138.089H138.091H138.093H138.095H138.097H138.1H138.102H138.104H138.106H138.109H138.111H138.113H138.115H138.118H138.12H138.122H138.124H138.127H138.129H138.131H138.133H138.136H138.138H138.14H138.142H138.143C138.143 109.468 138.142 109.226 138.145 108.984L138.145 108.984C138.146 108.846 138.159 108.701 138.188 108.557C138.439 107.298 139.868 106.568 141.036 107.117L142.251 109.711ZM142.251 109.711C142.252 109.476 142.252 109.236 142.249 109C142.242 108.587 142.142 108.204 141.928 107.873C141.715 107.542 141.408 107.292 141.036 107.117L142.251 109.711Z" fill="#606C71" stroke="#3F484B"/>
<circle cx="110.398" cy="192.877" r="26.75" fill="url(#paint2_linear_709_4077)"/>
<path d="M95.0988 194.4L95.0988 194.4L110.118 185.228C110.118 185.228 110.118 185.228 110.118 185.228C110.326 185.101 110.588 185.101 110.795 185.229L125.901 194.484L125.901 194.484C126.094 194.602 126.213 194.813 126.213 195.041V201.124C126.213 201.355 126.091 201.569 125.894 201.686L125.894 201.686L110.763 210.718C110.553 210.843 110.292 210.84 110.085 210.711L95.0924 201.315C94.9022 201.196 94.7861 200.987 94.7861 200.761V194.958C94.7861 194.73 94.9049 194.518 95.0988 194.4Z" fill="url(#paint3_linear_709_4077)" stroke="#3F484B"/>
<path d="M109.815 184.864L94.7962 194.036C94.4534 194.245 94.2441 194.619 94.2441 195.021V200.824C94.2441 201.222 94.4485 201.591 94.7849 201.802L109.777 211.197C110.143 211.427 110.606 211.432 110.977 211.21L126.109 202.179C126.457 201.97 126.671 201.594 126.671 201.187V195.104C126.671 194.703 126.462 194.33 126.12 194.12L111.015 184.865C110.647 184.64 110.184 184.639 109.815 184.864Z" fill="url(#paint4_linear_709_4077)" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M126.376 194.416L110.415 204.164L94.3706 194.458" fill="url(#paint5_linear_709_4077)"/>
<path d="M126.376 194.416L110.415 204.164L94.3706 194.458" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M110.394 211.339V204.196" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M95.0988 183.767L95.0988 183.767L110.118 174.595C110.118 174.595 110.118 174.595 110.118 174.595C110.326 174.468 110.588 174.468 110.795 174.596L125.901 183.851L125.901 183.851C126.094 183.969 126.213 184.18 126.213 184.409V190.492C126.213 190.722 126.091 190.936 125.894 191.053L125.894 191.053L110.763 200.085C110.553 200.21 110.292 200.207 110.085 200.078L95.0924 190.683C94.9022 190.563 94.7861 190.354 94.7861 190.128V184.325C94.7861 184.097 94.9049 183.885 95.0988 183.767Z" fill="url(#paint6_linear_709_4077)" stroke="#3F484B"/>
<path d="M109.815 174.222L94.7962 183.393C94.4534 183.603 94.2441 183.976 94.2441 184.379V190.181C94.2441 190.579 94.4485 190.949 94.7849 191.16L109.777 200.555C110.143 200.784 110.606 200.789 110.977 200.568L126.109 191.536C126.457 191.328 126.671 190.951 126.671 190.545V184.462C126.671 184.06 126.462 183.687 126.12 183.478L111.015 174.223C110.647 173.997 110.184 173.997 109.815 174.222Z" fill="url(#paint7_linear_709_4077)" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M126.376 183.772L110.415 193.521L94.3706 183.815" fill="url(#paint8_linear_709_4077)"/>
<path d="M126.376 183.772L110.415 193.521L94.3706 183.815" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M110.394 200.696V193.553" stroke="#3F484B" stroke-miterlimit="10"/>
<defs>
<linearGradient id="paint0_linear_709_4077" x1="145.324" y1="57.2026" x2="64.0719" y2="84.9333" gradientUnits="userSpaceOnUse">
<stop stop-color="#53C1FF"/>
<stop offset="1" stop-color="#0053D0"/>
</linearGradient>
<linearGradient id="paint1_linear_709_4077" x1="152.95" y1="99.6284" x2="122.489" y2="110.024" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint2_linear_709_4077" x1="136.362" y1="166.127" x2="72.267" y2="188.002" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint3_linear_709_4077" x1="126.236" y1="184.633" x2="89.2312" y2="199.984" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint4_linear_709_4077" x1="126.194" y1="184.696" x2="89.1892" y2="200.047" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint5_linear_709_4077" x1="125.905" y1="194.416" x2="106.925" y2="215.683" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint6_linear_709_4077" x1="126.236" y1="174" x2="89.2312" y2="189.351" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint7_linear_709_4077" x1="126.194" y1="174.053" x2="89.1893" y2="189.404" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint8_linear_709_4077" x1="125.905" y1="183.772" x2="106.925" y2="205.04" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 7.1 KiB

+51
View File
@@ -0,0 +1,51 @@
<svg width="191" height="139" viewBox="0 0 191 139" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.2637 81.5384L4.33313 86.282C1.94001 86.9525 0.543555 89.4361 1.21406 91.8292L13.1527 134.44C13.8232 136.833 16.3068 138.229 18.6999 137.559L35.6305 132.815C38.0236 132.144 39.4201 129.661 38.7496 127.268L26.8109 84.6575C26.1404 82.2643 23.6569 80.8679 21.2637 81.5384Z" stroke="#70F0F9"/>
<path d="M21.6543 86.4321L6.54182 90.6663C5.2123 91.0388 4.4365 92.4186 4.809 93.7481L15.7142 132.67C16.0867 133.999 17.4664 134.775 18.7959 134.403L33.9085 130.168C35.238 129.796 36.0138 128.416 35.6413 127.087L24.7361 88.1649C24.3636 86.8354 22.9839 86.0596 21.6543 86.4321Z" stroke="#70F0F9"/>
<path d="M21.2637 1.21416L4.33313 5.95781C1.94001 6.62832 0.543555 9.11188 1.21406 11.505L13.1527 54.1153C13.8232 56.5084 16.3068 57.9049 18.6999 57.2344L35.6305 52.4907C38.0236 51.8202 39.4201 49.3367 38.7496 46.9435L26.8109 4.33323C26.1404 1.94011 23.6569 0.543653 21.2637 1.21416Z" stroke="#70F0F9"/>
<path d="M21.6543 6.10787L6.54182 10.3421C5.2123 10.7146 4.4365 12.0944 4.809 13.4239L15.7142 52.3456C16.0867 53.6752 17.4664 54.451 18.7959 54.0785L33.9085 49.8442C35.238 49.4717 36.0138 48.0919 35.6413 46.7624L24.7361 7.84069C24.3636 6.51117 22.9839 5.73536 21.6543 6.10787Z" stroke="#70F0F9"/>
<path d="M45.1782 25.1439C44.9832 25.3389 44.9832 25.6559 45.1782 25.8509L48.3602 29.0329C48.5552 29.2279 48.8722 29.2279 49.0672 29.0329C49.2622 28.8379 49.2622 28.5209 49.0672 28.3259L46.2392 25.4979L49.0672 22.669C49.2622 22.4737 49.2622 22.1572 49.0672 21.9619C48.8722 21.7666 48.5552 21.7666 48.3602 21.9619L45.1782 25.1439ZM122.858 37.0209C123.134 37.0039 123.343 36.7669 123.326 36.4909L123.044 31.9999C123.027 31.7239 122.79 31.5149 122.514 31.5319C122.239 31.5499 122.029 31.7869 122.046 32.0629L122.297 36.0549L118.305 36.3049C118.029 36.3219 117.82 36.5599 117.837 36.8349C117.854 37.1109 118.092 37.3199 118.367 37.3029L122.858 37.0209ZM110.327 25.4979L110.658 25.1229L110.516 24.9979H110.327V25.4979ZM45.5322 25.9979H110.327V24.9979H45.5322V25.9979ZM109.996 25.8729L122.496 36.8969L123.158 36.1469L110.658 25.1229L109.996 25.8729Z" fill="#70F0F9"/>
<path d="M45.1782 111.717C44.9832 111.522 44.9832 111.205 45.1782 111.01L48.3602 107.828C48.5552 107.633 48.8722 107.633 49.0672 107.828C49.2622 108.023 49.2622 108.34 49.0672 108.535L46.2392 111.364L49.0672 114.192C49.2622 114.387 49.2622 114.704 49.0672 114.899C48.8722 115.095 48.5552 115.095 48.3602 114.899L45.1782 111.717ZM122.858 99.8401C123.134 99.8571 123.343 100.095 123.326 100.37L123.044 104.861C123.027 105.137 122.79 105.346 122.514 105.329C122.239 105.312 122.029 105.074 122.046 104.799L122.297 100.807L118.305 100.556C118.029 100.539 117.82 100.302 117.837 100.026C117.854 99.7501 118.092 99.5411 118.367 99.5581L122.858 99.8401ZM110.327 111.364L110.658 111.739L110.516 111.864H110.327V111.364ZM45.5322 110.864H110.327V111.864H45.5322V110.864ZM109.996 110.989L122.496 99.9641L123.158 100.714L110.658 111.739L109.996 110.989Z" fill="#70F0F9"/>
<path d="M83.1804 37.8399C90.2016 37.8399 95.8933 32.1481 95.8933 25.127C95.8933 18.1058 90.2016 12.4141 83.1804 12.4141C76.1593 12.4141 70.4675 18.1058 70.4675 25.127C70.4675 32.1481 76.1593 37.8399 83.1804 37.8399Z" fill="#70F0F9"/>
<path d="M86.6643 29.224V23.77C86.2813 23.771 85.8983 23.771 85.5153 23.772H78.9813H78.8733V29.224H86.6643Z" fill="#3F484B"/>
<path d="M85.4723 22.9965C85.0873 22.9965 84.7093 22.9965 84.3193 22.9965C84.3193 22.9673 84.3193 22.9392 84.3193 22.911C84.3193 22.5385 84.3243 22.1658 84.3183 21.7933C84.3083 21.1234 83.9953 20.6389 83.3923 20.3551C82.5213 19.9451 81.4353 20.4978 81.2473 21.4405C81.2253 21.5499 81.2153 21.6632 81.2143 21.7749C81.2103 22.1528 81.2133 22.5307 81.2143 22.9087C81.2143 22.9351 81.2143 22.9615 81.2143 22.9934C80.8273 22.9934 80.4463 22.9934 80.0663 22.9934C80.0633 22.9868 80.0593 22.9821 80.0593 22.9775C80.0593 22.5085 80.0343 22.0378 80.0653 21.5708C80.1183 20.7892 80.4713 20.1502 81.0803 19.6571C81.4963 19.3197 81.9773 19.1244 82.5093 19.0791C83.7343 18.9744 84.7583 19.6455 85.2223 20.6412C85.3853 20.9911 85.4663 21.3598 85.4733 21.7433C85.4803 22.1453 85.4753 22.5474 85.4753 22.9495C85.4753 22.9625 85.4733 22.9755 85.4723 22.9965Z" fill="#3F484B"/>
<path d="M82.7625 122.632C89.7836 122.632 95.4754 116.94 95.4754 109.919C95.4754 102.898 89.7836 97.2061 82.7625 97.2061C75.7413 97.2061 70.0496 102.898 70.0496 109.919C70.0496 116.94 75.7413 122.632 82.7625 122.632Z" fill="#70F0F9"/>
<path d="M86.2463 114.017V108.563C85.8633 108.563 85.4803 108.564 85.0973 108.564H78.5633H78.4553V114.017H86.2463Z" fill="#3F484B"/>
<path d="M85.0544 107.789C84.6694 107.789 84.2914 107.789 83.9014 107.789C83.9014 107.76 83.9014 107.732 83.9014 107.704C83.9014 107.331 83.9064 106.958 83.9004 106.586C83.8904 105.916 83.5774 105.431 82.9744 105.148C82.1034 104.738 81.0174 105.29 80.8294 106.233C80.8074 106.342 80.7974 106.456 80.7964 106.567C80.7924 106.945 80.7954 107.323 80.7964 107.701C80.7964 107.728 80.7964 107.754 80.7964 107.786C80.4094 107.786 80.0284 107.786 79.6484 107.786C79.6454 107.779 79.6414 107.775 79.6414 107.77C79.6414 107.301 79.6164 106.83 79.6474 106.363C79.7004 105.582 80.0534 104.943 80.6624 104.45C81.0794 104.112 81.5594 103.917 82.0914 103.872C83.3174 103.767 84.3404 104.438 84.8044 105.434C84.9674 105.784 85.0484 106.152 85.0554 106.536C85.0624 106.938 85.0574 107.34 85.0574 107.742C85.0574 107.755 85.0554 107.768 85.0544 107.789Z" fill="#3F484B"/>
<path d="M126.949 74.62L126.689 74.194L126.949 74.62L156.935 56.308C157.51 55.957 158.233 55.958 158.807 56.31L188.965 74.788L189.226 74.361L188.965 74.788C189.499 75.115 189.826 75.698 189.826 76.326V88.471C189.826 89.107 189.492 89.695 188.947 90.02L189.204 90.449L188.947 90.02L158.737 108.052C158.158 108.398 157.435 108.39 156.864 108.032L126.932 89.274C126.406 88.945 126.086 88.367 126.086 87.745V76.16C126.086 75.53 126.414 74.947 126.949 74.62Z" fill="url(#paint0_linear_53_295)"/>
<path d="M126.949 74.62L126.689 74.194L126.949 74.62ZM126.949 74.62L156.935 56.308C157.51 55.957 158.233 55.958 158.807 56.31L188.965 74.788L189.226 74.361L188.965 74.788C189.499 75.115 189.826 75.698 189.826 76.326V88.471C189.826 89.107 189.492 89.695 188.947 90.02L189.204 90.449L188.947 90.02L158.737 108.052C158.158 108.398 157.435 108.39 156.864 108.032L126.932 89.274C126.406 88.945 126.086 88.367 126.086 87.745V76.16C126.086 75.53 126.414 74.947 126.949 74.62Z" stroke="#3F484B"/>
<path d="M156.59 56.0079L126.605 74.3189C125.92 74.7369 125.502 75.4829 125.502 76.2859V87.8709C125.502 88.6649 125.91 89.4029 126.582 89.8239L156.515 108.582C157.245 109.039 158.169 109.049 158.909 108.608L189.12 90.5749C189.815 90.1599 190.242 89.4079 190.242 88.5969V76.4519C190.242 75.6499 189.825 74.9059 189.142 74.4869L158.985 56.0099C158.25 55.5589 157.326 55.5589 156.59 56.0079Z" fill="url(#paint1_linear_53_295)" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M189.653 75.0771L157.788 94.5401L125.754 75.1611" fill="url(#paint2_linear_53_295)"/>
<path d="M189.653 75.0771L157.788 94.5401L125.754 75.1611" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M157.745 108.863V94.603" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M158.807 35.0808L159.069 34.6548L158.807 35.0808ZM158.807 35.0808C158.233 34.7288 157.51 34.7288 156.935 35.0798L126.949 53.3908L126.689 52.9658L126.949 53.3908C126.414 53.7178 126.086 54.3018 126.086 54.9308V66.5168C126.086 67.1388 126.406 67.7158 126.932 68.0458L156.864 86.8028C157.435 87.1608 158.158 87.1688 158.737 86.8238L188.947 68.7918L189.204 69.2208L188.947 68.7918C189.492 68.4668 189.826 67.8778 189.826 67.2418V55.0978C189.826 54.4688 189.499 53.8858 188.965 53.5588L189.226 53.1328L188.965 53.5588L158.807 35.0808Z" fill="url(#paint3_linear_53_295)" stroke="#3F484B"/>
<path d="M156.59 34.76L126.605 53.071C125.92 53.489 125.502 54.234 125.502 55.038V66.623C125.502 67.417 125.91 68.155 126.582 68.576L156.515 87.333C157.245 87.791 158.169 87.801 158.909 87.359L189.12 69.327C189.815 68.912 190.242 68.16 190.242 67.349V55.204C190.242 54.402 189.825 53.658 189.142 53.239L158.985 34.761C158.25 34.311 157.326 34.311 156.59 34.76Z" fill="url(#paint4_linear_53_295)" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M189.653 53.8281L157.788 73.2911L125.754 53.9121" fill="url(#paint5_linear_53_295)"/>
<path d="M189.653 53.8281L157.788 73.2911L125.754 53.9121" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M157.745 87.615V73.355" stroke="#3F484B" stroke-miterlimit="10"/>
<defs>
<linearGradient id="paint0_linear_53_295" x1="189.374" y1="55.545" x2="115.494" y2="86.194" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint1_linear_53_295" x1="189.29" y1="55.6709" x2="115.41" y2="86.3199" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint2_linear_53_295" x1="188.713" y1="75.0771" x2="150.819" y2="117.536" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint3_linear_53_295" x1="189.374" y1="34.3168" x2="115.494" y2="64.9658" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint4_linear_53_295" x1="189.29" y1="34.423" x2="115.41" y2="65.072" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint5_linear_53_295" x1="188.713" y1="53.8281" x2="150.819" y2="96.2871" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 9.5 KiB

+75
View File
@@ -0,0 +1,75 @@
<svg width="191" height="139" viewBox="0 0 191 139" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.2637 81.5382L4.33313 86.2818C1.94001 86.9523 0.543555 89.4359 1.21406 91.829L13.1527 134.439C13.8232 136.832 16.3068 138.229 18.6999 137.558L35.6305 132.815C38.0236 132.144 39.4201 129.661 38.7496 127.268L26.8109 84.6572C26.1404 82.2641 23.6569 80.8677 21.2637 81.5382Z" fill="url(#paint0_linear_6_31)" stroke="#606C71"/>
<path d="M21.6546 86.4321L6.54206 90.6664C5.21255 91.0389 4.43674 92.4187 4.80925 93.7482L15.7144 132.67C16.0869 133.999 17.4667 134.775 18.7962 134.403L33.9087 130.168C35.2382 129.796 36.014 128.416 35.6415 127.087L24.7364 88.165C24.3639 86.8354 22.9841 86.0596 21.6546 86.4321Z" fill="url(#paint1_linear_6_31)" stroke="white"/>
<path d="M21.2637 1.21406L4.33313 5.95771C1.94001 6.62822 0.543555 9.11179 1.21406 11.5049L13.1527 54.1152C13.8232 56.5083 16.3068 57.9048 18.6999 57.2343L35.6305 52.4906C38.0236 51.8201 39.4201 49.3366 38.7496 46.9434L26.8109 4.33313C26.1404 1.94001 23.6569 0.543556 21.2637 1.21406Z" fill="url(#paint2_linear_6_31)" stroke="#606C71"/>
<path d="M21.6546 6.10774L6.54206 10.342C5.21255 10.7145 4.43674 12.0943 4.80925 13.4238L15.7144 52.3455C16.0869 53.675 17.4667 54.4508 18.7962 54.0783L33.9087 49.8441C35.2382 49.4716 36.014 48.0918 35.6415 46.7623L24.7364 7.84056C24.3639 6.51105 22.9841 5.73524 21.6546 6.10774Z" fill="url(#paint3_linear_6_31)" stroke="white"/>
<path d="M45.1785 25.1439C44.9835 25.3389 44.9835 25.6559 45.1785 25.8509L48.3605 29.0329C48.5555 29.2279 48.8725 29.2279 49.0675 29.0329C49.2625 28.8379 49.2625 28.5209 49.0675 28.3259L46.2395 25.4979L49.0675 22.6692C49.2625 22.4739 49.2625 22.1573 49.0675 21.9621C48.8725 21.7668 48.5555 21.7668 48.3605 21.9621L45.1785 25.1439ZM122.858 37.0219C123.134 37.0039 123.343 36.7669 123.326 36.4909L123.044 31.9999C123.027 31.7249 122.79 31.5149 122.514 31.5319C122.238 31.5499 122.029 31.7869 122.046 32.0629L122.297 36.0549L118.305 36.3049C118.029 36.3219 117.82 36.5599 117.837 36.8359C117.854 37.1109 118.092 37.3209 118.367 37.3029L122.858 37.0219ZM110.327 25.4979L110.658 25.1229L110.516 24.9979H110.327V25.4979ZM45.5325 25.9979H110.327V24.9979H45.5325V25.9979ZM109.996 25.8729L122.496 36.8979L123.158 36.1479L110.658 25.1229L109.996 25.8729Z" fill="#606C71"/>
<path d="M45.1785 111.717C44.9835 111.522 44.9835 111.206 45.1785 111.01L48.3605 107.828C48.5555 107.633 48.8725 107.633 49.0675 107.828C49.2625 108.024 49.2625 108.34 49.0675 108.535L46.2395 111.364L49.0675 114.192C49.2625 114.388 49.2625 114.704 49.0675 114.899C48.8725 115.095 48.5555 115.095 48.3605 114.899L45.1785 111.717ZM122.858 99.8399C123.134 99.8569 123.343 100.095 123.326 100.37L123.044 104.861C123.027 105.137 122.79 105.346 122.514 105.329C122.238 105.312 122.029 105.075 122.046 104.799L122.297 100.807L118.305 100.556C118.029 100.539 117.82 100.302 117.837 100.026C117.854 99.7509 118.092 99.5409 118.367 99.5579L122.858 99.8399ZM110.327 111.364L110.658 111.739L110.516 111.864H110.327V111.364ZM45.5325 110.864H110.327V111.864H45.5325V110.864ZM109.996 110.989L122.496 99.9639L123.158 100.714L110.658 111.739L109.996 110.989Z" fill="#606C71"/>
<path d="M83.1805 37.8398C90.2017 37.8398 95.8934 32.148 95.8934 25.1269C95.8934 18.1057 90.2017 12.414 83.1805 12.414C76.1594 12.414 70.4677 18.1057 70.4677 25.1269C70.4677 32.148 76.1594 37.8398 83.1805 37.8398Z" fill="url(#paint4_linear_6_31)"/>
<path d="M86.6645 29.2239V23.7709C86.2815 23.7709 85.8985 23.7719 85.5155 23.7719H78.9815H78.8735V29.2239H86.6645Z" fill="#606C71"/>
<path d="M85.4715 22.9966C85.0855 22.9966 84.7085 22.9966 84.3185 22.9966C84.3185 22.9674 84.3185 22.9392 84.3185 22.9111C84.3185 22.5385 84.3235 22.1659 84.3175 21.7934C84.3075 21.1235 83.9945 20.639 83.3915 20.3551C82.5205 19.9452 81.4345 20.4979 81.2465 21.4406C81.2245 21.55 81.2145 21.6633 81.2135 21.7749C81.2095 22.1528 81.2125 22.5308 81.2135 22.9088C81.2135 22.9352 81.2135 22.9616 81.2135 22.9935C80.8265 22.9935 80.4455 22.9935 80.0655 22.9935C80.0625 22.9868 80.0585 22.9822 80.0585 22.9776C80.0585 22.5086 80.0335 22.0378 80.0645 21.5709C80.1175 20.7893 80.4705 20.1503 81.0795 19.6571C81.4955 19.3197 81.9765 19.1245 82.5085 19.0791C83.7335 18.9745 84.7575 19.6455 85.2215 20.6412C85.3845 20.9912 85.4655 21.3599 85.4725 21.7434C85.4795 22.1453 85.4745 22.5475 85.4745 22.9496C85.4745 22.9626 85.4725 22.9756 85.4715 22.9966Z" fill="#606C71"/>
<path d="M82.7626 122.633C89.7837 122.633 95.4755 116.941 95.4755 109.92C95.4755 102.899 89.7837 97.207 82.7626 97.207C75.7414 97.207 70.0497 102.899 70.0497 109.92C70.0497 116.941 75.7414 122.633 82.7626 122.633Z" fill="url(#paint5_linear_6_31)"/>
<path d="M86.2466 114.017V108.563C85.8636 108.563 85.4806 108.564 85.0976 108.564H78.5636H78.4556V114.017H86.2466Z" fill="#606C71"/>
<path d="M85.0535 107.789C84.6685 107.789 84.2905 107.789 83.9005 107.789C83.9005 107.76 83.9005 107.732 83.9005 107.704C83.9005 107.331 83.9055 106.958 83.8995 106.586C83.8895 105.916 83.5765 105.432 82.9735 105.148C82.1025 104.738 81.0165 105.29 80.8285 106.233C80.8065 106.343 80.7965 106.456 80.7955 106.568C80.7915 106.945 80.7945 107.323 80.7955 107.701C80.7955 107.728 80.7955 107.754 80.7955 107.786C80.4085 107.786 80.0275 107.786 79.6475 107.786C79.6445 107.779 79.6405 107.775 79.6405 107.77C79.6405 107.301 79.6155 106.83 79.6465 106.363C79.6995 105.582 80.0525 104.943 80.6615 104.45C81.0775 104.112 81.5585 103.917 82.0905 103.872C83.3155 103.767 84.3395 104.438 84.8035 105.434C84.9665 105.784 85.0475 106.152 85.0545 106.536C85.0615 106.938 85.0565 107.34 85.0565 107.742C85.0565 107.755 85.0545 107.768 85.0535 107.789Z" fill="#606C71"/>
<path d="M126.951 74.6199L126.691 74.1939L126.951 74.6199L156.936 56.3089C157.511 55.9569 158.234 55.9579 158.809 56.3099L188.967 74.7879L189.229 74.3609L188.967 74.7879C189.501 75.1149 189.827 75.6979 189.827 76.3259V88.4709C189.827 89.1069 189.493 89.6949 188.949 90.0199L189.206 90.4499L188.949 90.0199L158.738 108.052C158.159 108.398 157.437 108.39 156.865 108.032L126.934 89.2739C126.408 88.9449 126.089 88.3679 126.089 87.7449V76.1599C126.089 75.5309 126.415 74.9469 126.951 74.6199Z" fill="url(#paint6_linear_6_31)"/>
<path d="M126.951 74.6199L126.691 74.1939L126.951 74.6199ZM126.951 74.6199L156.936 56.3089C157.511 55.9569 158.234 55.9579 158.809 56.3099L188.967 74.7879L189.229 74.3609L188.967 74.7879C189.501 75.1149 189.827 75.6979 189.827 76.3259V88.4709C189.827 89.1069 189.493 89.6949 188.949 90.0199L189.206 90.4499L188.949 90.0199L158.738 108.052C158.159 108.398 157.437 108.39 156.865 108.032L126.934 89.2739C126.408 88.9449 126.089 88.3679 126.089 87.7449V76.1599C126.089 75.5309 126.415 74.9469 126.951 74.6199Z" stroke="#3F484B"/>
<path d="M156.592 56.0079L126.607 74.3189C125.922 74.7369 125.505 75.4829 125.505 76.2859V87.8719C125.505 88.6649 125.913 89.4029 126.584 89.8239L156.517 108.582C157.247 109.039 158.171 109.049 158.911 108.608L189.122 90.5759C189.818 90.1599 190.244 89.4089 190.244 88.5969V76.4519C190.244 75.6499 189.828 74.9059 189.145 74.4869L158.987 56.0099C158.252 55.5589 157.328 55.5589 156.592 56.0079Z" fill="url(#paint7_linear_6_31)" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M189.655 75.0769L157.79 94.5399L125.756 75.1609" fill="url(#paint8_linear_6_31)"/>
<path d="M189.655 75.0769L157.79 94.5399L125.756 75.1609" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M157.748 108.864V94.6029" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M158.809 35.0809L159.07 34.6549L158.809 35.0809ZM158.809 35.0809C158.234 34.7289 157.511 34.7289 156.936 35.0799L126.951 53.3919L126.691 52.9659L126.951 53.3919C126.415 53.7189 126.089 54.3019 126.089 54.9309V66.5169C126.089 67.1389 126.408 67.7169 126.934 68.0459L156.865 86.8039C157.437 87.1609 158.159 87.1689 158.738 86.8239L188.949 68.7919L189.206 69.2209L188.949 68.7919C189.493 68.4669 189.827 67.8779 189.827 67.2419V55.0979C189.827 54.4689 189.501 53.8869 188.967 53.5589L189.229 53.1329L188.967 53.5589L158.809 35.0809Z" fill="url(#paint9_linear_6_31)" stroke="#3F484B"/>
<path d="M156.592 34.7599L126.607 53.0709C125.922 53.4889 125.505 54.2349 125.505 55.0379V66.6229C125.505 67.4169 125.913 68.1549 126.584 68.5759L156.517 87.3339C157.247 87.7909 158.171 87.8009 158.911 87.3599L189.122 69.3279C189.818 68.9119 190.244 68.1609 190.244 67.3489V55.2039C190.244 54.4019 189.828 53.6579 189.145 53.2389L158.987 34.7619C158.252 34.3109 157.328 34.3109 156.592 34.7599Z" fill="url(#paint10_linear_6_31)" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M189.655 53.8279L157.79 73.2909L125.756 53.9119" fill="url(#paint11_linear_6_31)"/>
<path d="M189.655 53.8279L157.79 73.2909L125.756 53.9119" stroke="#3F484B" stroke-miterlimit="10"/>
<path d="M157.748 87.6159V73.3549" stroke="#3F484B" stroke-miterlimit="10"/>
<defs>
<linearGradient id="paint0_linear_6_31" x1="25.4823" y1="79.9969" x2="-7.32857" y2="95.6432" gradientUnits="userSpaceOnUse">
<stop stop-color="#53C1FF"/>
<stop offset="1" stop-color="#0053D0"/>
</linearGradient>
<linearGradient id="paint1_linear_6_31" x1="24.0304" y1="85.4061" x2="-2.00055" y2="97.3873" gradientUnits="userSpaceOnUse">
<stop stop-color="#53C1FF"/>
<stop offset="1" stop-color="#0053D0"/>
</linearGradient>
<linearGradient id="paint2_linear_6_31" x1="25.4822" y1="-0.327812" x2="-7.32852" y2="15.3193" gradientUnits="userSpaceOnUse">
<stop stop-color="#53C1FF"/>
<stop offset="1" stop-color="#0053D0"/>
</linearGradient>
<linearGradient id="paint3_linear_6_31" x1="24.0305" y1="5.08221" x2="-2.00052" y2="17.063" gradientUnits="userSpaceOnUse">
<stop stop-color="#53C1FF"/>
<stop offset="1" stop-color="#0053D0"/>
</linearGradient>
<linearGradient id="paint4_linear_6_31" x1="95.5195" y1="12.4141" x2="65.0586" y2="22.8102" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint5_linear_6_31" x1="95.1016" y1="97.2069" x2="64.6406" y2="107.603" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint6_linear_6_31" x1="189.375" y1="55.5459" x2="115.497" y2="86.1939" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint7_linear_6_31" x1="189.292" y1="55.6719" x2="115.413" y2="86.3199" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint8_linear_6_31" x1="188.715" y1="75.0769" x2="150.821" y2="117.536" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint9_linear_6_31" x1="189.375" y1="34.3169" x2="115.497" y2="64.9659" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint10_linear_6_31" x1="189.292" y1="34.4229" x2="115.413" y2="65.0719" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint11_linear_6_31" x1="188.715" y1="53.8279" x2="150.821" y2="96.2869" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 72 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 72 KiB

+26
View File
@@ -0,0 +1,26 @@
<svg width="227" height="227" viewBox="0 0 227 227" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M113.5 226C175.632 226 226 175.632 226 113.5C226 51.368 175.632 1 113.5 1C51.368 1 1 51.368 1 113.5C1 175.632 51.368 226 113.5 226Z" stroke="#0599FF" stroke-linecap="round" stroke-dasharray="3 3"/>
<path d="M113.5 210C166.795 210 210 166.795 210 113.5C210 60.2045 166.795 17 113.5 17C60.2045 17 17 60.2045 17 113.5C17 166.795 60.2045 210 113.5 210Z" stroke="#0197FF" stroke-linecap="round" stroke-dasharray="8 8"/>
<path d="M113.5 192C156.854 192 192 156.854 192 113.5C192 70.1456 156.854 35 113.5 35C70.1456 35 35 70.1456 35 113.5C35 156.854 70.1456 192 113.5 192Z" stroke="#70F0F9" stroke-dasharray="4 4"/>
<path d="M113.5 174C146.913 174 174 146.913 174 113.5C174 80.0868 146.913 53 113.5 53C80.0868 53 53 80.0868 53 113.5C53 146.913 80.0868 174 113.5 174Z" stroke="#70F0F9"/>
<mask id="mask0_53_364" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="76" y="83" width="76" height="59">
<path fill-rule="evenodd" clip-rule="evenodd" d="M139.346 83.5251C145.973 83.5251 151.346 88.8982 151.346 95.5252V122.671C151.346 129.298 145.973 134.671 139.346 134.671H95.8441L84.6351 141.143V134.144C79.7301 132.637 76.1641 128.07 76.1641 122.671V95.5252C76.1641 88.8982 81.5371 83.5251 88.1641 83.5251H139.346Z" fill="white"/>
</mask>
<g mask="url(#mask0_53_364)">
<path d="M95.8441 134.671L95.3441 133.805L95.5761 133.671H95.8441V134.671ZM84.6351 141.143L85.1351 142.009L83.6351 142.875V141.143H84.6351ZM84.6351 134.144L84.9291 133.188L85.6351 133.405V134.144H84.6351ZM150.346 95.5252C150.346 89.4502 145.421 84.5251 139.346 84.5251V82.5251C146.526 82.5251 152.346 88.3452 152.346 95.5252H150.346ZM150.346 122.671V95.5252H152.346V122.671H150.346ZM139.346 133.671C145.421 133.671 150.346 128.746 150.346 122.671H152.346C152.346 129.851 146.526 135.671 139.346 135.671V133.671ZM95.8441 133.671H139.346V135.671H95.8441V133.671ZM84.1351 140.276L95.3441 133.805L96.3441 135.537L85.1351 142.009L84.1351 140.276ZM85.6351 134.144V141.143H83.6351V134.144H85.6351ZM77.1641 122.671C77.1641 127.619 80.4321 131.806 84.9291 133.188L84.3421 135.1C79.0281 133.467 75.1641 128.522 75.1641 122.671H77.1641ZM77.1641 95.5252V122.671H75.1641V95.5252H77.1641ZM88.1641 84.5251C82.0891 84.5251 77.1641 89.4502 77.1641 95.5252H75.1641C75.1641 88.3452 80.9841 82.5251 88.1641 82.5251V84.5251ZM139.346 84.5251H88.1641V82.5251H139.346V84.5251Z" fill="#70F0F9"/>
<path d="M111.169 112.991C111.169 112.17 111.412 111.386 111.897 110.639C112.401 109.892 112.942 109.295 113.521 108.847C114.1 108.38 114.632 107.839 115.117 107.223C115.621 106.607 115.873 105.991 115.873 105.375C115.873 104.722 115.649 104.218 115.201 103.863C114.753 103.508 114.128 103.331 113.325 103.331C111.757 103.331 110.646 104.162 109.993 105.823L106.689 103.919C107.249 102.538 108.136 101.474 109.349 100.727C110.581 99.9621 111.953 99.5791 113.465 99.5791C115.164 99.5791 116.629 100.074 117.861 101.063C119.112 102.034 119.737 103.378 119.737 105.095C119.737 105.879 119.569 106.607 119.233 107.279C118.916 107.951 118.524 108.53 118.057 109.015C117.609 109.482 117.152 109.93 116.685 110.359C116.237 110.77 115.845 111.199 115.509 111.647C115.192 112.095 115.033 112.543 115.033 112.991H111.169ZM114.781 119.235C114.314 119.702 113.754 119.935 113.101 119.935C112.448 119.935 111.888 119.702 111.421 119.235C110.954 118.768 110.721 118.208 110.721 117.555C110.721 116.902 110.954 116.342 111.421 115.875C111.888 115.408 112.448 115.175 113.101 115.175C113.754 115.175 114.314 115.408 114.781 115.875C115.248 116.342 115.481 116.902 115.481 117.555C115.481 118.208 115.248 118.768 114.781 119.235Z" fill="#70F0F9"/>
</g>
<g clip-path="url(#clip0_53_364)">
<path d="M195.501 45.259C203.34 45.259 209.695 38.904 209.695 31.0647C209.695 23.2254 203.34 16.8704 195.501 16.8704C187.662 16.8704 181.307 23.2254 181.307 31.0647C181.307 38.904 187.662 45.259 195.501 45.259Z" fill="url(#paint0_linear_53_364)"/>
<path d="M192.368 38.0278C192.332 37.9893 192.298 37.9496 192.261 37.9126C190.339 35.9998 188.417 34.0871 186.494 32.175C186.46 32.1414 186.419 32.1152 186.395 32.0964C186.997 31.4997 187.584 30.918 188.18 30.3279C189.562 31.7009 190.971 33.0999 192.388 34.5078C195.878 31.0356 199.364 27.5667 202.847 24.1013C203.434 24.6874 204.014 25.2668 204.606 25.8592C204.579 25.8879 204.541 25.9286 204.502 25.9676C200.502 29.9491 196.502 33.9305 192.501 37.9121C192.465 37.9488 192.432 37.9891 192.397 38.0278C192.387 38.0278 192.378 38.0278 192.368 38.0278Z" fill="white"/>
</g>
<defs>
<linearGradient id="paint0_linear_53_364" x1="209.278" y1="16.8703" x2="175.268" y2="28.4778" gradientUnits="userSpaceOnUse">
<stop stop-color="#53C1FF"/>
<stop offset="1" stop-color="#0053D0"/>
</linearGradient>
<clipPath id="clip0_53_364">
<rect width="29" height="29" fill="white" transform="translate(181.215 16.759)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

+28
View File
@@ -0,0 +1,28 @@
<svg width="227" height="227" viewBox="0 0 227 227" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="113.813" cy="113.713" r="112.5" stroke="#0599FF" stroke-linecap="round" stroke-dasharray="3 3"/>
<circle cx="113.812" cy="113.713" r="96.5" stroke="#0197FF" stroke-linecap="round" stroke-dasharray="8 8"/>
<circle opacity="0.3" cx="113.812" cy="113.713" r="79" fill="url(#paint0_linear_709_4303)"/>
<circle cx="113.812" cy="113.713" r="61" fill="url(#paint1_linear_709_4303)"/>
<path d="M80.656 110.568C80.656 92.1162 95.6145 77.1577 114.067 77.1577C132.519 77.1577 147.477 92.1162 147.477 110.568C147.477 129.021 132.519 143.979 114.067 143.979H80.656V110.568Z" fill="url(#paint2_linear_709_4303)" stroke="#606C71"/>
<circle cx="192.812" cy="27.2778" r="14.1943" fill="url(#paint3_linear_709_4303)"/>
<path d="M189.68 34.241C189.644 34.2025 189.61 34.1627 189.573 34.1258C187.651 32.2129 185.729 30.3003 183.806 28.3882C183.772 28.3545 183.731 28.3284 183.707 28.3096C184.309 27.7128 184.896 27.1311 185.492 26.541C186.874 27.914 188.283 29.3131 189.7 30.721C193.19 27.2488 196.676 23.7799 200.159 20.3145C200.745 20.9005 201.325 21.4799 201.918 22.0723C201.891 22.1011 201.853 22.1418 201.814 22.1807C197.814 26.1622 193.813 30.1436 189.813 34.1253C189.776 34.1619 189.743 34.2023 189.709 34.241C189.699 34.241 189.689 34.241 189.68 34.241Z" fill="white"/>
<path d="M111.481 114.204C111.481 113.383 111.724 112.599 112.209 111.852C112.713 111.106 113.255 110.508 113.833 110.06C114.412 109.594 114.944 109.052 115.429 108.436C115.933 107.82 116.185 107.204 116.185 106.588C116.185 105.935 115.961 105.431 115.513 105.076C115.065 104.722 114.44 104.544 113.637 104.544C112.069 104.544 110.959 105.375 110.305 107.036L107.001 105.132C107.561 103.751 108.448 102.687 109.661 101.94C110.893 101.175 112.265 100.792 113.777 100.792C115.476 100.792 116.941 101.287 118.173 102.276C119.424 103.247 120.049 104.591 120.049 106.308C120.049 107.092 119.881 107.82 119.545 108.492C119.228 109.164 118.836 109.743 118.369 110.228C117.921 110.695 117.464 111.143 116.997 111.572C116.549 111.983 116.157 112.412 115.821 112.86C115.504 113.308 115.345 113.756 115.345 114.204H111.481ZM115.093 120.448C114.627 120.915 114.067 121.148 113.413 121.148C112.76 121.148 112.2 120.915 111.733 120.448C111.267 119.982 111.033 119.422 111.033 118.768C111.033 118.115 111.267 117.555 111.733 117.088C112.2 116.622 112.76 116.388 113.413 116.388C114.067 116.388 114.627 116.622 115.093 117.088C115.56 117.555 115.793 118.115 115.793 118.768C115.793 119.422 115.56 119.982 115.093 120.448Z" fill="#3F484B"/>
<defs>
<linearGradient id="paint0_linear_709_4303" x1="190.489" y1="34.7129" x2="1.19957" y2="99.3157" gradientUnits="userSpaceOnUse">
<stop stop-color="#D9FAFF"/>
<stop offset="1" stop-color="#86E2FF"/>
</linearGradient>
<linearGradient id="paint1_linear_709_4303" x1="173.018" y1="52.7129" x2="26.8581" y2="102.596" gradientUnits="userSpaceOnUse">
<stop stop-color="#D9FAFF"/>
<stop offset="1" stop-color="#86E2FF"/>
</linearGradient>
<linearGradient id="paint2_linear_709_4303" x1="146.98" y1="76.6577" x2="65.7279" y2="104.388" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
<linearGradient id="paint3_linear_709_4303" x1="206.589" y1="13.0835" x2="172.579" y2="24.691" gradientUnits="userSpaceOnUse">
<stop stop-color="#53C1FF"/>
<stop offset="1" stop-color="#0053D0"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

+33
View File
@@ -0,0 +1,33 @@
<svg width="189" height="153" viewBox="0 0 189 153" fill="none" xmlns="http://www.w3.org/2000/svg">
<line x1="59.9238" y1="26.1206" x2="82.4177" y2="26.1206" stroke="#0197FF" stroke-linecap="round"/>
<line x1="107.92" y1="26.1206" x2="130.547" y2="26.1206" stroke="#0197FF" stroke-linecap="round"/>
<line x1="77.7285" y1="31.8276" x2="100.356" y2="31.8276" stroke="#0197FF" stroke-linecap="round"/>
<line x1="90.2246" y1="26.1206" x2="99.7583" y2="26.1206" stroke="#0197FF" stroke-linecap="round"/>
<line x1="60.0371" y1="31.8281" x2="69.5708" y2="31.8281" stroke="#0197FF" stroke-linecap="round"/>
<line x1="108.871" y1="31.8276" x2="130.179" y2="31.8276" stroke="#0197FF" stroke-linecap="round"/>
<ellipse cx="26.8507" cy="26.8053" rx="26.1945" ry="26.5392" fill="url(#paint0_linear_757_8479)"/>
<ellipse cx="26.3196" cy="20.5398" rx="4.59886" ry="4.65938" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.043 34.3345H35.4048C34.1391 30.4238 30.507 27.5996 26.2239 27.5996C21.9408 27.5996 18.3087 30.4238 17.043 34.3345Z" fill="white"/>
<ellipse cx="161.851" cy="26.8053" rx="26.1945" ry="26.5392" fill="url(#paint1_linear_757_8479)"/>
<ellipse cx="161.32" cy="20.5398" rx="4.59886" ry="4.65938" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M152.043 34.3345H170.405C169.139 30.4238 165.507 27.5996 161.224 27.5996C156.941 27.5996 153.309 30.4238 152.043 34.3345Z" fill="white"/>
<circle cx="95.2344" cy="122.112" r="30.25" fill="url(#paint2_linear_757_8479)" stroke="#606C71"/>
<path d="M109.858 118.107L94.7171 117.968C93.1595 115.241 90.3266 113.528 87.228 113.439C82.4328 113.349 78.474 117.232 78.3856 122.111C78.3853 122.129 78.385 122.146 78.3848 122.164C78.3687 127.16 82.3162 131.233 87.2254 131.286C90.4899 131.323 93.4958 129.483 94.9931 126.531L96.6332 126.547C96.7814 126.548 96.9237 126.488 97.0278 126.381L99.8672 123.471L102.833 126.489C103.047 126.706 103.393 126.706 103.607 126.489L106.572 123.471L109.538 126.489C109.752 126.706 110.098 126.706 110.312 126.489L113.922 122.815C114.136 122.598 114.136 122.245 113.922 122.028L110.234 118.275C110.135 118.172 110 118.111 109.858 118.107ZM112.762 122.421L109.925 125.308L106.954 122.285C106.74 122.072 106.397 122.075 106.186 122.29L103.22 125.308L100.244 122.28C100.141 122.175 100.002 122.117 99.8569 122.117C99.7138 122.127 99.5791 122.19 99.4778 122.293L96.4012 125.423L94.6423 125.408C94.4266 125.404 94.2292 125.531 94.1394 125.731C92.8944 128.464 90.1913 130.202 87.2305 130.173C82.9272 130.124 79.4674 126.554 79.4784 122.175C79.5346 117.91 82.978 114.499 87.1692 114.557C87.1802 114.557 87.1912 114.557 87.2021 114.557C90.023 114.639 92.5842 116.254 93.9125 118.787C94.0066 118.964 94.187 119.075 94.3844 119.078L109.618 119.223L112.762 122.421Z" fill="#3F484B"/>
<path d="M82.9624 119.868C82.0576 119.871 81.3248 120.616 81.3223 121.537V123.395C81.3228 124.317 82.0568 125.063 82.9624 125.064H84.7883C85.6939 125.063 86.428 124.317 86.4285 123.395V121.537C86.4259 120.617 85.6931 119.871 84.7883 119.868L82.9624 119.868ZM85.3325 121.54L85.3428 123.387C85.335 123.691 85.0947 123.936 84.7961 123.943H82.9701C82.6682 123.943 82.4236 123.694 82.4234 123.387V121.529C82.4236 121.222 82.6682 120.973 82.9701 120.973L84.7805 120.978C85.0826 120.976 85.3297 121.223 85.3324 121.53C85.3325 121.533 85.3325 121.537 85.3325 121.54Z" fill="#3F484B"/>
<path d="M64.3999 122.715C64.5952 122.52 64.5952 122.204 64.3999 122.008L61.218 118.826C61.0227 118.631 60.7061 118.631 60.5108 118.826C60.3156 119.022 60.3156 119.338 60.5108 119.533L63.3393 122.362L60.5108 125.19C60.3156 125.386 60.3156 125.702 60.5108 125.897C60.7061 126.093 61.0227 126.093 61.218 125.897L64.3999 122.715ZM26.5469 53.3401C26.0451 64.8808 27.2968 82.2034 32.703 96.6619C38.1073 111.115 47.7358 122.862 64.0464 122.862V121.862C48.357 121.862 38.9854 110.608 33.6397 96.3117C28.296 82.0203 27.0477 64.8428 27.5459 53.3835L26.5469 53.3401Z" fill="#0197FF"/>
<path d="M163.081 52.9907C162.886 52.7954 162.569 52.7954 162.374 52.9907L159.192 56.1727C158.997 56.3679 158.997 56.6845 159.192 56.8798C159.387 57.075 159.704 57.075 159.899 56.8798L162.728 54.0513L165.556 56.8798C165.751 57.075 166.068 57.075 166.263 56.8798C166.458 56.6845 166.458 56.3679 166.263 56.1727L163.081 52.9907ZM125.592 124.859C138.342 123.656 163.228 107.495 163.228 53.3442H162.228C162.228 107.206 137.536 122.727 125.498 123.864L125.592 124.859Z" fill="#0197FF"/>
<defs>
<linearGradient id="paint0_linear_757_8479" x1="52.2747" y1="0.266102" x2="-10.6583" y2="21.4656" gradientUnits="userSpaceOnUse">
<stop stop-color="#1BC4BF"/>
<stop offset="1" stop-color="#009F9B"/>
</linearGradient>
<linearGradient id="paint1_linear_757_8479" x1="187.275" y1="0.266102" x2="124.342" y2="21.4656" gradientUnits="userSpaceOnUse">
<stop stop-color="#9B90FB"/>
<stop offset="1" stop-color="#6654CF"/>
</linearGradient>
<linearGradient id="paint2_linear_757_8479" x1="125.08" y1="91.3618" x2="51.4011" y2="116.508" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

+33
View File
@@ -0,0 +1,33 @@
<svg width="188" height="153" viewBox="0 0 188 153" fill="none" xmlns="http://www.w3.org/2000/svg">
<line x1="59.4492" y1="26.0928" x2="81.9431" y2="26.0928" stroke="#0197FF" stroke-linecap="round"/>
<line x1="107.444" y1="26.0928" x2="130.072" y2="26.0928" stroke="#0197FF" stroke-linecap="round"/>
<line x1="77.2546" y1="31.7998" x2="99.8821" y2="31.7998" stroke="#0197FF" stroke-linecap="round"/>
<line x1="89.7505" y1="26.0928" x2="99.2841" y2="26.0928" stroke="#0197FF" stroke-linecap="round"/>
<line x1="59.5618" y1="31.8003" x2="69.0954" y2="31.8003" stroke="#0197FF" stroke-linecap="round"/>
<line x1="108.397" y1="31.7998" x2="129.705" y2="31.7998" stroke="#0197FF" stroke-linecap="round"/>
<ellipse cx="26.3768" cy="26.7775" rx="26.1945" ry="26.5392" fill="url(#paint0_linear_709_4333)"/>
<ellipse cx="25.8437" cy="20.5119" rx="4.59886" ry="4.65938" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.5681 34.3067H34.93C33.6643 30.396 30.0322 27.5718 25.7491 27.5718C21.4659 27.5718 17.8339 30.396 16.5681 34.3067Z" fill="white"/>
<ellipse cx="161.377" cy="26.7775" rx="26.1945" ry="26.5392" fill="url(#paint1_linear_709_4333)"/>
<ellipse cx="160.844" cy="20.5119" rx="4.59886" ry="4.65938" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M151.568 34.3067H169.93C168.664 30.396 165.032 27.5718 160.749 27.5718C156.466 27.5718 152.834 30.396 151.568 34.3067Z" fill="white"/>
<circle cx="94.7598" cy="122.084" r="30.25" fill="url(#paint2_linear_709_4333)" stroke="#606C71"/>
<path d="M109.384 118.08L94.2432 117.94C92.6857 115.213 89.8527 113.5 86.7541 113.411C81.9589 113.321 78.0001 117.204 77.9118 122.083C77.9115 122.101 77.9111 122.119 77.9109 122.136C77.8948 127.132 81.8424 131.205 86.7515 131.258C90.0161 131.295 93.0219 129.455 94.5192 126.503L96.1594 126.519C96.3075 126.52 96.4498 126.461 96.5539 126.353L99.3934 123.443L102.359 126.461C102.573 126.678 102.919 126.678 103.133 126.461L106.099 123.443L109.064 126.461C109.278 126.678 109.624 126.678 109.838 126.461L113.448 122.787C113.662 122.57 113.662 122.217 113.448 122L109.761 118.248C109.661 118.144 109.526 118.084 109.384 118.08ZM112.288 122.394L109.451 125.28L106.48 122.257C106.266 122.045 105.923 122.047 105.712 122.262L102.746 125.28L99.7698 122.252C99.6672 122.148 99.528 122.089 99.383 122.089C99.2399 122.099 99.1053 122.162 99.0039 122.265L95.9273 125.396L94.1684 125.38C93.9527 125.376 93.7553 125.503 93.6655 125.703C92.4205 128.436 89.7175 130.174 86.7566 130.145C82.4534 130.096 78.9936 126.526 79.0045 122.147C79.0607 117.882 82.5041 114.471 86.6953 114.529C86.7063 114.529 86.7174 114.529 86.7283 114.529C89.5492 114.611 92.1104 116.226 93.4386 118.759C93.5327 118.936 93.7132 119.047 93.9106 119.051L109.144 119.195L112.288 122.394Z" fill="#3F484B"/>
<path d="M82.4885 119.84C81.5838 119.843 80.851 120.589 80.8484 121.509V123.367C80.8489 124.289 81.5829 125.036 82.4885 125.036H84.3145C85.2201 125.036 85.9541 124.289 85.9546 123.367V121.509C85.952 120.589 85.2192 119.843 84.3145 119.84L82.4885 119.84ZM84.8586 121.512L84.8689 123.359C84.8611 123.663 84.6208 123.908 84.3222 123.916H82.4963C82.1944 123.915 81.9497 123.667 81.9495 123.359V121.502C81.9497 121.194 82.1944 120.945 82.4963 120.945L84.3066 120.95C84.6088 120.948 84.8558 121.195 84.8585 121.502C84.8586 121.505 84.8586 121.509 84.8586 121.512Z" fill="#3F484B"/>
<path d="M63.9253 122.688C64.1206 122.492 64.1206 122.176 63.9253 121.98L60.7433 118.798C60.5481 118.603 60.2315 118.603 60.0362 118.798C59.841 118.994 59.841 119.31 60.0362 119.506L62.8647 122.334L60.0362 125.162C59.841 125.358 59.841 125.674 60.0362 125.87C60.2315 126.065 60.5481 126.065 60.7433 125.87L63.9253 122.688ZM26.0722 53.3123C25.5705 64.853 26.8222 82.1755 32.2284 96.6341C37.6327 111.087 47.2612 122.834 63.5718 122.834V121.834C47.8824 121.834 38.5108 110.581 33.1651 96.2839C27.8213 81.9924 26.5731 64.815 27.0713 53.3557L26.0722 53.3123Z" fill="#0197FF"/>
<path d="M162.607 52.9629C162.412 52.7676 162.096 52.7676 161.9 52.9629L158.718 56.1448C158.523 56.3401 158.523 56.6567 158.718 56.8519C158.914 57.0472 159.23 57.0472 159.425 56.8519L162.254 54.0235L165.082 56.8519C165.278 57.0472 165.594 57.0472 165.789 56.8519C165.985 56.6567 165.985 56.3401 165.789 56.1448L162.607 52.9629ZM125.118 124.831C137.869 123.628 162.754 107.467 162.754 53.3164H161.754C161.754 107.178 137.062 122.699 125.024 123.836L125.118 124.831Z" fill="#0197FF"/>
<defs>
<linearGradient id="paint0_linear_709_4333" x1="51.8009" y1="0.23827" x2="-11.1321" y2="21.4378" gradientUnits="userSpaceOnUse">
<stop stop-color="#1BC4BF"/>
<stop offset="1" stop-color="#009F9B"/>
</linearGradient>
<linearGradient id="paint1_linear_709_4333" x1="186.801" y1="0.23827" x2="123.868" y2="21.4378" gradientUnits="userSpaceOnUse">
<stop stop-color="#9B90FB"/>
<stop offset="1" stop-color="#6654CF"/>
</linearGradient>
<linearGradient id="paint2_linear_709_4333" x1="124.605" y1="91.334" x2="50.9265" y2="116.48" gradientUnits="userSpaceOnUse">
<stop stop-color="#FDFF97"/>
<stop offset="1" stop-color="#F1DA09"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB

+26
View File
@@ -0,0 +1,26 @@
<svg width="148" height="230" viewBox="0 0 148 230" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="7.71875" y="94.7798" width="139.518" height="38.9185" rx="10" fill="url(#paint0_linear_757_8812)"/>
<path d="M72.2872 116.465C72.2872 116.138 72.2115 115.862 72.0602 115.638C71.9137 115.413 71.7232 115.225 71.4889 115.074C71.2545 114.917 70.9957 114.788 70.7125 114.686C70.4342 114.583 70.1656 114.49 69.9068 114.407C69.5309 114.285 69.1476 114.139 68.7569 113.968C68.3712 113.797 68.0172 113.587 67.6949 113.338C67.3775 113.089 67.1163 112.796 66.9112 112.459C66.711 112.117 66.6109 111.717 66.6109 111.258C66.6109 110.799 66.711 110.389 66.9112 110.027C67.1163 109.666 67.3824 109.361 67.7096 109.112C68.0367 108.863 68.4078 108.675 68.8229 108.548C69.2379 108.416 69.6554 108.35 70.0753 108.35C70.5392 108.35 70.9859 108.428 71.4156 108.584C71.8453 108.736 72.2262 108.951 72.5582 109.229C72.8902 109.507 73.1563 109.844 73.3565 110.24C73.5567 110.635 73.6617 111.077 73.6715 111.565H72.2799C72.2408 111.258 72.1651 110.979 72.0528 110.73C71.9405 110.477 71.7916 110.259 71.6061 110.079C71.4205 109.898 71.1983 109.759 70.9396 109.661C70.6856 109.559 70.3976 109.507 70.0753 109.507C69.8165 109.507 69.5626 109.544 69.3136 109.617C69.0694 109.69 68.8497 109.8 68.6544 109.947C68.464 110.093 68.3102 110.274 68.193 110.489C68.0807 110.704 68.0245 110.953 68.0245 111.236C68.0294 111.543 68.1075 111.805 68.2589 112.02C68.4103 112.229 68.6007 112.408 68.8302 112.554C69.0646 112.701 69.316 112.823 69.5846 112.92C69.858 113.018 70.1144 113.104 70.3536 113.177C70.6173 113.26 70.8834 113.355 71.152 113.462C71.4205 113.565 71.6793 113.685 71.9283 113.821C72.1773 113.958 72.4093 114.112 72.6241 114.283C72.839 114.454 73.027 114.649 73.1881 114.869C73.3492 115.083 73.4737 115.323 73.5616 115.586C73.6544 115.845 73.7008 116.133 73.7008 116.451C73.7008 116.929 73.5934 117.347 73.3785 117.703C73.1686 118.06 72.8951 118.357 72.5582 118.597C72.2213 118.831 71.8404 119.009 71.4156 119.131C70.9908 119.249 70.566 119.307 70.1412 119.307C69.6676 119.307 69.2037 119.234 68.7496 119.087C68.2955 118.941 67.8878 118.731 67.5265 118.458C67.17 118.179 66.8795 117.842 66.6549 117.447C66.4303 117.046 66.3106 116.592 66.296 116.084H67.6803C67.7242 116.417 67.8146 116.712 67.9513 116.971C68.088 117.225 68.2638 117.442 68.4786 117.623C68.6935 117.798 68.94 117.933 69.2184 118.025C69.5016 118.113 69.8092 118.157 70.1412 118.157C70.4049 118.157 70.6637 118.125 70.9176 118.062C71.1764 117.994 71.4059 117.891 71.6061 117.754C71.8062 117.613 71.9698 117.437 72.0968 117.227C72.2237 117.012 72.2872 116.758 72.2872 116.465ZM77.0518 108.497L78.7876 113.829L80.6626 108.497H82.3472V119.161H81.0288V114.905L81.1387 110.452L79.1685 116.194H78.3921L76.583 110.606L76.6929 114.905V119.161H75.3745V108.497H77.0518ZM85.9032 114.883V119.161H84.5482V108.497H88.0053C88.4838 108.506 88.9354 108.582 89.3603 108.724C89.7899 108.865 90.1659 109.07 90.4882 109.339C90.8104 109.607 91.0644 109.939 91.2499 110.335C91.4403 110.73 91.5355 111.185 91.5355 111.697C91.5355 112.21 91.4403 112.664 91.2499 113.06C91.0644 113.45 90.8104 113.78 90.4882 114.048C90.1659 114.317 89.7899 114.522 89.3603 114.664C88.9354 114.805 88.4838 114.878 88.0053 114.883H85.9032ZM85.9032 113.77H88.0053C88.3178 113.765 88.6059 113.716 88.8695 113.624C89.1332 113.526 89.3627 113.389 89.558 113.213C89.7533 113.038 89.9047 112.825 90.0121 112.576C90.1244 112.322 90.1806 112.034 90.1806 111.712C90.1806 111.39 90.1244 111.099 90.0121 110.84C89.9047 110.582 89.7533 110.362 89.558 110.181C89.3676 110 89.1381 109.861 88.8695 109.764C88.6059 109.666 88.3178 109.615 88.0053 109.61H85.9032V113.77Z" fill="white"/>
<ellipse cx="26.6847" cy="26.8834" rx="26.1945" ry="26.5392" fill="url(#paint1_linear_757_8812)"/>
<ellipse cx="26.1516" cy="20.6179" rx="4.59886" ry="4.65938" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.875 34.4126H35.2369C33.9711 30.502 30.339 27.6777 26.0559 27.6777C21.7728 27.6777 18.1408 30.502 16.875 34.4126Z" fill="white"/>
<ellipse cx="117.507" cy="202.659" rx="26.1945" ry="26.5392" fill="url(#paint2_linear_757_8812)"/>
<ellipse cx="116.976" cy="196.394" rx="4.59886" ry="4.65938" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.699 210.188H126.061C124.795 206.278 121.163 203.454 116.88 203.454C112.597 203.454 108.965 206.278 107.699 210.188Z" fill="white"/>
<path d="M26.5899 52.4702C26.3946 52.2749 26.078 52.2749 25.8828 52.4702L22.7008 55.6522C22.5055 55.8474 22.5055 56.164 22.7008 56.3593C22.8961 56.5545 23.2126 56.5545 23.4079 56.3593L26.2363 53.5308L29.0648 56.3593C29.26 56.5545 29.5766 56.5545 29.7719 56.3593C29.9671 56.164 29.9671 55.8474 29.7719 55.6522L26.5899 52.4702ZM25.8828 93.6773C26.078 93.8725 26.3946 93.8725 26.5899 93.6773L29.7719 90.4953C29.9671 90.3 29.9671 89.9835 29.7719 89.7882C29.5766 89.5929 29.26 89.5929 29.0648 89.7882L26.2363 92.6166L23.4079 89.7882C23.2126 89.5929 22.8961 89.5929 22.7008 89.7882C22.5055 89.9835 22.5055 90.3 22.7008 90.4953L25.8828 93.6773ZM25.7363 52.8237V93.3237H26.7363V52.8237H25.7363Z" fill="#70F0F9"/>
<path d="M117.59 134.345C117.395 134.15 117.078 134.15 116.883 134.345L113.701 137.527C113.506 137.722 113.506 138.039 113.701 138.234C113.896 138.43 114.213 138.43 114.408 138.234L117.236 135.406L120.065 138.234C120.26 138.43 120.577 138.43 120.772 138.234C120.967 138.039 120.967 137.722 120.772 137.527L117.59 134.345ZM116.883 175.552C117.078 175.748 117.395 175.748 117.59 175.552L120.772 172.37C120.967 172.175 120.967 171.858 120.772 171.663C120.577 171.468 120.26 171.468 120.065 171.663L117.236 174.492L114.408 171.663C114.213 171.468 113.896 171.468 113.701 171.663C113.506 171.858 113.506 172.175 113.701 172.37L116.883 175.552ZM116.736 134.699V175.199H117.736V134.699H116.736Z" fill="#70F0F9"/>
<defs>
<linearGradient id="paint0_linear_757_8812" x1="145.185" y1="94.7798" x2="70.4462" y2="186.221" gradientUnits="userSpaceOnUse">
<stop stop-color="#1BC4BF"/>
<stop offset="1" stop-color="#009F9B"/>
</linearGradient>
<linearGradient id="paint1_linear_757_8812" x1="52.1087" y1="0.344227" x2="-10.8243" y2="21.5438" gradientUnits="userSpaceOnUse">
<stop stop-color="#9B90FB"/>
<stop offset="1" stop-color="#6654CF"/>
</linearGradient>
<linearGradient id="paint2_linear_757_8812" x1="142.931" y1="176.12" x2="79.998" y2="197.32" gradientUnits="userSpaceOnUse">
<stop stop-color="#9B90FB"/>
<stop offset="1" stop-color="#6654CF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 6.3 KiB

+26
View File
@@ -0,0 +1,26 @@
<svg width="148" height="229" viewBox="0 0 148 229" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M136.747 93.9355H17.2285C11.4295 93.9355 6.72852 98.6366 6.72852 104.436V123.354C6.72852 129.153 11.4295 133.854 17.2285 133.854H136.747C142.546 133.854 147.247 129.153 147.247 123.354V104.436C147.247 98.6366 142.546 93.9355 136.747 93.9355Z" fill="url(#paint0_linear_303_82)" stroke="#606C71"/>
<path d="M71.7967 116.121C71.7967 115.794 71.7207 115.518 71.5687 115.294C71.4227 115.069 71.2327 114.881 70.9977 114.73C70.7637 114.574 70.5047 114.444 70.2217 114.342C69.9427 114.239 69.6747 114.146 69.4157 114.063C69.0397 113.941 68.6567 113.795 68.2657 113.624C67.8797 113.453 67.5257 113.243 67.2037 112.994C66.8867 112.745 66.6257 112.452 66.4207 112.115C66.2197 111.773 66.1197 111.373 66.1197 110.914C66.1197 110.455 66.2197 110.045 66.4207 109.683C66.6257 109.322 66.8917 109.017 67.2187 108.768C67.5457 108.519 67.9167 108.331 68.3317 108.204C68.7467 108.072 69.1647 108.006 69.5847 108.006C70.0477 108.006 70.4947 108.084 70.9247 108.241C71.3547 108.392 71.7347 108.607 72.0677 108.885C72.3997 109.163 72.6657 109.5 72.8657 109.896C73.0657 110.291 73.1707 110.733 73.1807 111.221H71.7887C71.7497 110.914 71.6737 110.636 71.5617 110.387C71.4497 110.133 71.3007 109.915 71.1147 109.735C70.9297 109.554 70.7077 109.415 70.4487 109.317C70.1947 109.215 69.9067 109.163 69.5847 109.163C69.3257 109.163 69.0717 109.2 68.8227 109.273C68.5787 109.346 68.3587 109.456 68.1637 109.603C67.9727 109.749 67.8187 109.93 67.7017 110.145C67.5897 110.36 67.5337 110.609 67.5337 110.892C67.5387 111.2 67.6167 111.461 67.7677 111.676C67.9197 111.886 68.1097 112.064 68.3387 112.21C68.5737 112.357 68.8247 112.479 69.0937 112.576C69.3667 112.674 69.6237 112.76 69.8627 112.833C70.1267 112.916 70.3927 113.011 70.6607 113.118C70.9297 113.221 71.1887 113.341 71.4377 113.477C71.6867 113.614 71.9187 113.768 72.1327 113.939C72.3477 114.11 72.5357 114.305 72.6967 114.525C72.8587 114.74 72.9827 114.979 73.0707 115.242C73.1637 115.501 73.2097 115.789 73.2097 116.107C73.2097 116.585 73.1027 117.003 72.8877 117.359C72.6777 117.716 72.4037 118.013 72.0677 118.253C71.7307 118.487 71.3497 118.665 70.9247 118.787C70.4997 118.905 70.0747 118.963 69.6507 118.963C69.1767 118.963 68.7127 118.89 68.2587 118.743C67.8047 118.597 67.3967 118.387 67.0357 118.114C66.6787 117.835 66.3887 117.498 66.1637 117.103C65.9397 116.702 65.8197 116.248 65.8047 115.741H67.1897C67.2337 116.073 67.3237 116.368 67.4607 116.627C67.5967 116.881 67.7727 117.098 67.9877 117.279C68.2027 117.454 68.4487 117.589 68.7277 117.681C69.0107 117.769 69.3177 117.813 69.6507 117.813C69.9137 117.813 70.1727 117.782 70.4267 117.718C70.6857 117.65 70.9147 117.547 71.1147 117.41C71.3157 117.269 71.4787 117.093 71.6057 116.883C71.7327 116.668 71.7967 116.414 71.7967 116.121ZM76.5607 108.153L78.2967 113.485L80.1717 108.153H81.8557V118.817H80.5377V114.561L80.6477 110.108L78.6777 115.85H77.9007L76.0917 110.262L76.2017 114.561V118.817H74.8837V108.153H76.5607ZM85.4127 114.539V118.817H84.0577V108.153H87.5147C87.9927 108.162 88.4447 108.238 88.8697 108.38C89.2987 108.521 89.6747 108.726 89.9967 108.995C90.3197 109.263 90.5737 109.595 90.7587 109.991C90.9497 110.387 91.0447 110.841 91.0447 111.353C91.0447 111.866 90.9497 112.32 90.7587 112.716C90.5737 113.106 90.3197 113.436 89.9967 113.704C89.6747 113.973 89.2987 114.178 88.8697 114.32C88.4447 114.461 87.9927 114.534 87.5147 114.539H85.4127ZM85.4127 113.426H87.5147C87.8267 113.421 88.1147 113.372 88.3787 113.28C88.6427 113.182 88.8717 113.045 89.0667 112.869C89.2627 112.694 89.4137 112.481 89.5207 112.232C89.6337 111.978 89.6897 111.69 89.6897 111.368C89.6897 111.046 89.6337 110.755 89.5207 110.496C89.4137 110.238 89.2627 110.018 89.0667 109.837C88.8767 109.657 88.6467 109.517 88.3787 109.42C88.1147 109.322 87.8267 109.271 87.5147 109.266H85.4127V113.426Z" fill="white"/>
<path d="M26.1945 53.0784C40.6613 53.0784 52.389 41.1964 52.389 26.5392C52.389 11.882 40.6613 0 26.1945 0C11.7277 0 0 11.882 0 26.5392C0 41.1964 11.7277 53.0784 26.1945 53.0784Z" fill="url(#paint1_linear_303_82)"/>
<path d="M25.6616 24.933C28.2015 24.933 30.2605 22.8469 30.2605 20.2736C30.2605 17.7003 28.2015 15.6143 25.6616 15.6143C23.1217 15.6143 21.0627 17.7003 21.0627 20.2736C21.0627 22.8469 23.1217 24.933 25.6616 24.933Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3855 34.0689H34.7475C33.4815 30.1582 29.8495 27.334 25.5665 27.334C21.2833 27.334 17.6513 30.1582 16.3855 34.0689Z" fill="white"/>
<path d="M117.017 228.854C131.483 228.854 143.211 216.972 143.211 202.315C143.211 187.657 131.483 175.775 117.017 175.775C102.55 175.775 90.822 187.657 90.822 202.315C90.822 216.972 102.55 228.854 117.017 228.854Z" fill="url(#paint2_linear_303_82)"/>
<path d="M116.484 200.709C119.024 200.709 121.082 198.623 121.082 196.05C121.082 193.477 119.024 191.391 116.484 191.391C113.944 191.391 111.885 193.477 111.885 196.05C111.885 198.623 113.944 200.709 116.484 200.709Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.208 209.844H125.57C124.305 205.933 120.673 203.109 116.389 203.109C112.106 203.109 108.473 205.933 107.208 209.844Z" fill="white"/>
<path d="M25.3926 93.3327C25.5876 93.5287 25.9046 93.5287 26.0996 93.3327L29.2816 90.1507C29.4766 89.9557 29.4766 89.6397 29.2816 89.4437C29.0866 89.2487 28.7696 89.2487 28.5746 89.4437L25.7466 92.2727L22.9176 89.4437C22.7226 89.2487 22.4056 89.2487 22.2107 89.4437C22.0154 89.6397 22.0154 89.9557 22.2107 90.1507L25.3926 93.3327ZM25.2466 52.4795V92.9797H26.2466V52.4795H25.2466Z" fill="#606C71"/>
<path d="M116.393 175.207C116.588 175.403 116.905 175.403 117.1 175.207L120.282 172.025C120.477 171.83 120.477 171.514 120.282 171.318C120.087 171.123 119.77 171.123 119.575 171.318L116.747 174.147L113.918 171.318C113.723 171.123 113.406 171.123 113.211 171.318C113.016 171.514 113.016 171.83 113.211 172.025L116.393 175.207ZM116.247 134.354V174.854H117.247V134.354H116.247Z" fill="#606C71"/>
<defs>
<linearGradient id="paint0_linear_303_82" x1="144.695" y1="94.4356" x2="69.9565" y2="185.877" gradientUnits="userSpaceOnUse">
<stop stop-color="#1BC4BF"/>
<stop offset="1" stop-color="#009F9B"/>
</linearGradient>
<linearGradient id="paint1_linear_303_82" x1="51.6185" y1="-1.67221e-06" x2="-11.3147" y2="21.1995" gradientUnits="userSpaceOnUse">
<stop stop-color="#9B90FB"/>
<stop offset="1" stop-color="#6654CF"/>
</linearGradient>
<linearGradient id="paint2_linear_303_82" x1="142.441" y1="175.776" x2="79.5075" y2="196.976" gradientUnits="userSpaceOnUse">
<stop stop-color="#9B90FB"/>
<stop offset="1" stop-color="#6654CF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 6.5 KiB

+170
View File
@@ -110,6 +110,176 @@ title: "SimpleX Chat"
</section>
<!-- what makes simplex private -->
<section class="bg-primary-bg-light dark:bg-primary-bg-dark py-[85px] overflow-hidden">
<div class="container scale-100">
<p class="text-grey-black dark:text-white text-[45px] text-center font-bold mb-[60px]">What makes SimpleX <span class="gradient-text">private</span></p>
<div class="swiper private-swiper overflow-hidden px-4 py-2">
<div class="swiper-wrapper mb-14">
<div class="card swiper-slide relative h-[460px] rounded-[20px] bg-card-bg-light dark:bg-card-bg-dark border-[#859096] border-solid border-[1px] dark:border-none shadow-[2px_2px_0px_#859096] dark:shadow-none overflow-hidden">
<div class="flex items-center justify-center py-12 px-6 h-[322px]">
<img class="w-full max-w-[223px] h-full max-h-[226px] dark:hidden" src="/img/new/private-1.svg" alt="" />
<img class="w-full max-w-[223px] h-full max-h-[226px] hidden dark:block" src="/img/new/private-1-dark.svg" alt="" />
</div>
<div class="flex flex-col items-center justify-between h-[138px] absolute bottom-0 py-6 px-8 bg-card-desc-bg-light dark:bg-card-desc-bg-dark rounded-b-[20px]">
<p class="text-grey-black dark:text-white text-[18px] my-4 font-bold leading-[26px] tracking-[0.01em] text-center">2-layers of end-to-end encryption</p>
<div class="flex-1 py-6 flex flex-col gap-4">
<p class="text-grey-black dark:text-white text-[14px] text-center"> 1) double-ratchet protocol (OTR messaging with forward secrecy and break-in recovery),</p>
<p class="text-grey-black dark:text-white text-[14px] text-center">2) e2e encryption in each queue to prevent traffic correlation between queues in case TLS is compromised.</p>
</div>
<p class="text-grey-black dark:text-white text-[12px] text-center">Tap to close</p>
</div>
</div>
<div class="card swiper-slide relative h-[460px] rounded-[20px] bg-card-bg-light dark:bg-card-bg-dark border-[#859096] border-solid border-[1px] dark:border-none shadow-[2px_2px_0px_#859096] dark:shadow-none overflow-hidden">
<div class="flex items-center justify-center py-12 px-6 h-[322px]">
<img class="w-full max-w-[223px] h-full max-h-[226px] dark:hidden" src="/img/new/private-2.svg" alt="" />
<img class="w-full max-w-[223px] h-full max-h-[226px] hidden dark:block" src="/img/new/private-2-dark.svg" alt="" />
</div>
<div class="flex flex-col items-center justify-between h-[138px] absolute bottom-0 py-6 px-8 bg-card-desc-bg-light dark:bg-card-desc-bg-dark rounded-b-[20px]">
<p class="text-grey-black dark:text-white text-[18px] my-4 font-bold leading-[26px] tracking-[0.01em] text-center">Additional layer of server encryption</p>
<div class="flex-1 py-6 flex flex-col gap-4">
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quaerat, labore.</p>
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ab, consequatur!</p>
</div>
<p class="text-grey-black dark:text-white text-[12px] text-center">Tap to close</p>
</div>
</div>
<div class="card swiper-slide relative h-[460px] rounded-[20px] bg-card-bg-light dark:bg-card-bg-dark border-[#859096] border-solid border-[1px] dark:border-none shadow-[2px_2px_0px_#859096] dark:shadow-none overflow-hidden">
<div class="flex items-center justify-center py-12 px-6 h-[322px]">
<img class="w-full max-w-[223px] h-full max-h-[226px] dark:hidden" src="/img/new/private-3.svg" alt="" />
<img class="w-full max-w-[223px] h-full max-h-[226px] hidden dark:block" src="/img/new/private-3-dark.svg" alt="" />
</div>
<div class="flex flex-col items-center justify-between h-[138px] absolute bottom-0 py-6 px-8 bg-card-desc-bg-light dark:bg-card-desc-bg-dark rounded-b-[20px]">
<p class="text-grey-black dark:text-white text-[18px] my-4 font-bold leading-[26px] tracking-[0.01em] text-center">Secure TLS 1.2/1.3</p>
<div class="flex-1 py-6 flex flex-col gap-4">
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quaerat, labore.</p>
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ab, consequatur!</p>
</div>
<p class="text-grey-black dark:text-white text-[12px] text-center">Tap to close</p>
</div>
</div>
<div class="card swiper-slide relative h-[460px] rounded-[20px] bg-card-bg-light dark:bg-card-bg-dark border-[#859096] border-solid border-[1px] dark:border-none shadow-[2px_2px_0px_#859096] dark:shadow-none overflow-hidden">
<div class="flex items-center justify-center py-12 px-6 h-[322px]">
<img class="w-full max-w-[223px] h-full max-h-[226px] dark:hidden" src="/img/new/private-4.svg" alt="" />
<img class="w-full max-w-[223px] h-full max-h-[226px] hidden dark:block" src="/img/new/private-4-dark.svg" alt="" />
</div>
<div class="flex flex-col items-center justify-between h-[138px] absolute bottom-0 py-6 px-8 bg-card-desc-bg-light dark:bg-card-desc-bg-dark rounded-b-[20px]">
<p class="text-grey-black dark:text-white text-[18px] my-4 font-bold leading-[26px] tracking-[0.01em] text-center">Optional access via Tor</p>
<div class="flex-1 py-6 flex flex-col gap-4">
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quaerat, labore.</p>
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ab, consequatur!</p>
</div>
<p class="text-grey-black dark:text-white text-[12px] text-center">Tap to close</p>
</div>
</div>
<div class="card swiper-slide relative h-[460px] rounded-[20px] bg-card-bg-light dark:bg-card-bg-dark border-[#859096] border-solid border-[1px] dark:border-none shadow-[2px_2px_0px_#859096] dark:shadow-none overflow-hidden">
<div class="flex items-center justify-center py-12 px-6 h-[322px]">
<img class="w-full max-w-[223px] h-full max-h-[226px] dark:hidden" src="/img/new/private-5.svg" alt="" />
<img class="w-full max-w-[223px] h-full max-h-[226px] hidden dark:block" src="/img/new/private-5-dark.svg" alt="" />
</div>
<div class="flex flex-col items-center justify-between h-[138px] absolute bottom-0 py-6 px-8 bg-card-desc-bg-light dark:bg-card-desc-bg-dark rounded-b-[20px]">
<p class="text-grey-black dark:text-white text-[18px] my-4 font-bold leading-[26px] tracking-[0.01em] text-center">Multiple layers of content padding</p>
<div class="flex-1 py-6 flex flex-col gap-4">
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quaerat, labore.</p>
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ab, consequatur!</p>
</div>
<p class="text-grey-black dark:text-white text-[12px] text-center">Tap to close</p>
</div>
</div>
<div class="card swiper-slide relative h-[460px] rounded-[20px] bg-card-bg-light dark:bg-card-bg-dark border-[#859096] border-solid border-[1px] dark:border-none shadow-[2px_2px_0px_#859096] dark:shadow-none overflow-hidden">
<div class="flex items-center justify-center py-12 px-6 h-[322px]">
<img class="w-full max-w-[223px] h-full max-h-[226px] dark:hidden" src="/img/new/private-6.svg" alt="" />
<img class="w-full max-w-[223px] h-full max-h-[226px] hidden dark:block" src="/img/new/private-6-dark.svg" alt="" />
</div>
<div class="flex flex-col items-center justify-between h-[138px] absolute bottom-0 py-6 px-8 bg-card-desc-bg-light dark:bg-card-desc-bg-dark rounded-b-[20px]">
<p class="text-grey-black dark:text-white text-[18px] my-4 font-bold leading-[26px] tracking-[0.01em] text-center">Out-of-band key exchange</p>
<div class="flex-1 py-6 flex flex-col gap-4">
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quaerat, labore.</p>
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ab, consequatur!</p>
</div>
<p class="text-grey-black dark:text-white text-[12px] text-center">Tap to close</p>
</div>
</div>
<div class="card swiper-slide relative h-[460px] rounded-[20px] bg-card-bg-light dark:bg-card-bg-dark border-[#859096] border-solid border-[1px] dark:border-none shadow-[2px_2px_0px_#859096] dark:shadow-none overflow-hidden">
<div class="flex items-center justify-center py-12 px-6 h-[322px]">
<img class="w-full max-w-[223px] h-full max-h-[226px] dark:hidden" src="/img/new/private-7.svg" alt="" />
<img class="w-full max-w-[223px] h-full max-h-[226px] hidden dark:block" src="/img/new/private-7-dark.svg" alt="" />
</div>
<div class="flex flex-col items-center justify-between h-[138px] absolute bottom-0 py-6 px-8 bg-card-desc-bg-light dark:bg-card-desc-bg-dark rounded-b-[20px]">
<p class="text-grey-black dark:text-white text-[18px] my-4 font-bold leading-[26px] tracking-[0.01em] text-center">Message integrity is guaranteed</p>
<div class="flex-1 py-6 flex flex-col gap-4">
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quaerat, labore.</p>
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ab, consequatur!</p>
</div>
<p class="text-grey-black dark:text-white text-[12px] text-center">Tap to close</p>
</div>
</div>
<div class="card swiper-slide relative h-[460px] rounded-[20px] bg-card-bg-light dark:bg-card-bg-dark border-[#859096] border-solid border-[1px] dark:border-none shadow-[2px_2px_0px_#859096] dark:shadow-none overflow-hidden">
<div class="flex items-center justify-center py-12 px-6 h-[322px]">
<img class="w-full max-w-[223px] h-full max-h-[226px] dark:hidden" src="/img/new/private-8.svg" alt="" />
<img class="w-full max-w-[223px] h-full max-h-[226px] hidden dark:block" src="/img/new/private-8-dark.svg" alt="" />
</div>
<div class="flex flex-col items-center justify-between h-[138px] absolute bottom-0 py-6 px-8 bg-card-desc-bg-light dark:bg-card-desc-bg-dark rounded-b-[20px]">
<p class="text-grey-black dark:text-white text-[18px] my-4 font-bold leading-[26px] tracking-[0.01em] text-center">Message mixing to prevent correlation</p>
<div class="flex-1 py-6 flex flex-col gap-4">
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quaerat, labore.</p>
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ab, consequatur!</p>
</div>
<p class="text-grey-black dark:text-white text-[12px] text-center">Tap to close</p>
</div>
</div>
<div class="card swiper-slide relative h-[460px] rounded-[20px] bg-card-bg-light dark:bg-card-bg-dark border-[#859096] border-solid border-[1px] dark:border-none shadow-[2px_2px_0px_#859096] dark:shadow-none overflow-hidden">
<div class="flex items-center justify-center py-12 px-6 h-[322px]">
<img class="w-full max-w-[223px] h-full max-h-[226px] dark:hidden" src="/img/new/private-9.svg" alt="" />
<img class="w-full max-w-[223px] h-full max-h-[226px] hidden dark:block" src="/img/new/private-9-dark.svg" alt="" />
</div>
<div class="flex flex-col items-center justify-between h-[138px] absolute bottom-0 py-6 px-8 bg-card-desc-bg-light dark:bg-card-desc-bg-dark rounded-b-[20px]">
<p class="text-grey-black dark:text-white text-[18px] my-4 font-bold leading-[26px] tracking-[0.01em] text-center">Unidirectional network</p>
<div class="flex-1 py-6 flex flex-col gap-4">
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quaerat, labore.</p>
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ab, consequatur!</p>
</div>
<p class="text-grey-black dark:text-white text-[12px] text-center">Tap to close</p>
</div>
</div>
<div class="card swiper-slide relative h-[460px] rounded-[20px] bg-card-bg-light dark:bg-card-bg-dark border-[#859096] border-solid border-[1px] dark:border-none shadow-[2px_2px_0px_#859096] dark:shadow-none overflow-hidden">
<div class="flex items-center justify-center py-12 px-6 h-[322px]">
<img class="w-full max-w-[223px] h-full max-h-[226px] dark:hidden" src="/img/new/private-10.svg" alt="" />
<img class="w-full max-w-[223px] h-full max-h-[226px] hidden dark:block" src="/img/new/private-10-dark.svg" alt="" />
</div>
<div class="flex flex-col items-center justify-between h-[138px] absolute bottom-0 py-6 px-8 bg-card-desc-bg-light dark:bg-card-desc-bg-dark rounded-b-[20px]">
<p class="text-grey-black dark:text-white text-[18px] my-4 font-bold leading-[26px] tracking-[0.01em] text-center">Temporary ephemeral pairwise identifiers</p>
<div class="flex-1 py-6 flex flex-col gap-4">
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quaerat, labore.</p>
<p class="text-grey-black dark:text-white text-[14px] text-center">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ab, consequatur!</p>
</div>
<p class="text-grey-black dark:text-white text-[12px] text-center">Tap to close</p>
</div>
</div>
</div>
<img class="fixed left-4 top-[55%] swiper-button-prev hidden md:inline-block dark:hidden" src="/img/new/arrow-left.svg" alt="">
<img class="fixed right-4 top-[55%] swiper-button-next hidden md:inline-block dark:hidden" src="/img/new/arrow-right.svg" alt="">
<img class="fixed left-4 top-[55%] swiper-button-prev hidden dark:md:inline-block" src="/img/new/arrow-left-dark.svg" alt="">
<img class="fixed right-4 top-[55%] swiper-button-next hidden dark:md:inline-block" src="/img/new/arrow-right-dark.svg" alt="">
<div class="swiper-scrollbar dark:bg-grey-black dark:bg-opacity-[0.2]"></div>
</div>
</div>
</section>
<!------------------------------NETWORK---------------------------------------------------------------------->
<section class="bg-secondary-bg-light dark:bg-secondary-bg-dark py-[85px]">
<div class="container">
+44 -3
View File
@@ -19,11 +19,52 @@
// const active = nav.classList.contains('active');
// if (active) {
// } else {
// }
// }
// btnMobile.addEventListener('click', toggleMenu);
// btnMobile.addEventListener('touchstart', toggleMenu);
// btnMobile.addEventListener('touchstart', toggleMenu);
const privateSwiper = new Swiper('.private-swiper', {
slidesPerView: 1,
spaceBetween: 20,
autoplay: {
delay: 3000,
},
direction: 'horizontal',
scrollbar: {
el: ".swiper-scrollbar",
dragSize: 100,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
breakpoints: {
1280: {
slidesPerView: 4,
spaceBetween: 20,
},
1024: {
slidesPerView: 3,
spaceBetween: 20,
},
768: {
slidesPerView: 2,
spaceBetween: 20,
}
},
});
window.addEventListener('click', (e) => {
if (e.target.closest('.card')) {
e.target.closest('.card').classList.toggle('card-active');
e.target.closest('.card').classList.toggle('no-hover');
}
})
File diff suppressed because one or more lines are too long
+10 -1
View File
@@ -19,7 +19,16 @@ module.exports = {
'black': '#0D0E12',
'grey-black': '#3F484B',
'secondary-bg-light': '#F3F6F7',
'secondary-bg-dark': '#11182F'
'primary-bg-light': '#FFFFFF',
'secondary-bg-dark': '#11182F',
'primary-bg-dark': '#0C0B13',
// What makes SimpleX private
'card-bg-light': '#ffffff',
'card-desc-bg-light': '#D9E7ED',
'card-bg-dark': '#17203D',
'card-desc-bg-dark': '#1B325C',
}
},
},