Update: added top banner from the main site

This commit is contained in:
alexandervnuchkov 2019-08-30 18:29:18 +03:00
parent 8903d5a6d0
commit 70baf53991
23 changed files with 220 additions and 5 deletions

View File

@ -2,6 +2,7 @@
<%@ Register Src="~/Controls/Common/LanguageSelector.ascx" TagName="LangSelector" TagPrefix="uc" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<header>
<cc:LocalizeContent runat='Server' ControlName="~/Controls/Common/TopBanner/TopBanner.ascx" />
<div class="narrowheader">
<div class="logo push">
<a href="<%= VirtualPathUtility.ToAbsolute("~/")%>"></a>

View File

@ -0,0 +1,4 @@
<%@ Control Language="C#" %>
<div class="advent-announce push">
<a class="advent-announce-text" href="https://www.onlyoffice.com/education.aspx"><b>Back to school:</b> up to <strong>70% OFF</strong> <span class="advent-mobile-hide">for teachers and educators</span><b>&nbsp;&gt;&gt;</b></a>
</div>

View File

@ -0,0 +1,4 @@
<%@ Control Language="C#" %>
<div class="advent-announce push">
<a class="advent-announce-text" href="https://www.onlyoffice.com/education.aspx"><b>Pünktlich zum Schulbeginn:</b> bis zu <strong>70 % Rabatt</strong> <span class="advent-mobile-hide">für Lehrer und Ausbilder</span><b>&nbsp;&gt;&gt;</b></a>
</div>

View File

@ -0,0 +1,4 @@
<%@ Control Language="C#" %>
<div class="advent-announce push">
<a class="advent-announce-text" href="https://www.onlyoffice.com/education.aspx"><b>Vuelta al cole:</b> hasta un <strong>70% de descuento</strong> <span class="advent-mobile-hide">para profesores y educadores</span><b>&nbsp;&gt;&gt;</b></a>
</div>

View File

@ -0,0 +1,4 @@
<%@ Control Language="C#" %>
<div class="advent-announce push">
<a class="advent-announce-text" href="https://www.onlyoffice.com/education.aspx"><b>Retour à lécole :</b> jusquà <strong>70 % de réduction</strong> <span class="advent-mobile-hide">pour les enseignants et éducateurs</span><b>&nbsp;&gt;&gt;</b></a>
</div>

View File

@ -0,0 +1,4 @@
<%@ Control Language="C#" %>
<div class="advent-announce push">
<a class="advent-announce-text" href="https://www.onlyoffice.com/education.aspx"><b>Rientro a scuola:</b> fino al <strong>70% di sconto</strong> <span class="advent-mobile-hide">per insegnanti ed educatori</span><b>&nbsp;&gt;&gt;</b></a>
</div>

View File

@ -0,0 +1,4 @@
<%@ Control Language="C#" %>
<div class="advent-announce push">
<a class="advent-announce-text" href="https://www.onlyoffice.com/education.aspx"><b>Снова в школу:</b> скидки до <strong>70%</strong> <span class="advent-mobile-hide">для учителей и преподавателей</span><b>&nbsp;&gt;&gt;</b></a>
</div>

View File

@ -472,4 +472,92 @@ ul.ListSocLink {
margin: 0 auto;
background-color: rgba(255,100,46,0.8);
padding: 10px 10px 10px 20px;
}
}
/* Start of top banner */
header {
padding-top: 56px;
}
article {
padding-top: 128px;
}
.advent-announce {
/*background-color: #183E6B;*/
background-color: #075B58;
background-image: url(/images/top/bg-back-to-school.svg), url(/images/top/green.png);
background-repeat: no-repeat, repeat-x;
background-position-x: 50%;
background-position-y: 65%, 50%;
position: absolute;
left: 0;
top: 0;
padding: 0;
text-align: center;
width: 100%;
}
.advent-new-pane {
display: inline-block;
padding: 3px 7px 6px;
background-color: #FF6F3D;
font-size: 12px;
font-weight: 600;
vertical-align: middle;
margin: 0 20px 0 0;
}
.advent-announce-text {
text-align: center;
margin: 0 auto;
position: relative;
color: #fff !important;
font-size: 14px;
font-weight: 600;
text-decoration: none !important;
display: block;
padding: 8px 0;
letter-spacing: 0.01em;
white-space: nowrap;
b {
color: #FFDB5B;
font-weight: 600;
display: inline-block;
height: 40px;
line-height: 40px;
}
strong {
font-size: 1.2em;
font-weight: 700;
}
}
.advent-desktop-hide {
display: none;
}
@media screen and (max-width: 1089px){
.advent-desktop-hide {
display: inline-block;
}
.advent-mobile-hide {
display: none;
}
header {
padding-top: 40px !important;
}
.advent-announce-text {
font-size: 14px;
letter-spacing: normal;
padding: 6px 0;
b {
display: inline-block;
height: 28px;
line-height: 28px;
background-size: auto 20px;
}
}
#signuppage .signuppageform, #connectorsrequestpage .servereditorspreorderform, #enterpriseeditionfreepage .servereditorspreorderform {
padding-top: 78px !important;
padding-bottom: 0;
}
.signuppage .dataForm.formSteps p.stepCounter, #connectorsrequestpage .servereditorspreorderform .dataForm.formSteps p.stepCounter, #enterpriseeditionfreepage .servereditorspreorderform .dataForm.formSteps p.stepCounter {
top: 139px!important;
}
}
/* End of top banner */

View File

@ -1578,11 +1578,11 @@ a.closeContainerButton {
margin-top: 1px;
}
}
.InnerPage.HelpCenterMain {
/*.InnerPage.HelpCenterMain {
.search_line {
top: -47px;
}
}
}*/
.PdfHowto {
a.link_pdf_howto {
cursor:pointer;

View File

@ -2,13 +2,13 @@
.InnerPage {
width: 100%;
&.HelpCenterMain {
/*&.HelpCenterMain {
div.description {
.menuleft {
margin-top: 4px;
}
}
}
}*/
div.description {
border-left: 1px solid @helpBorderColor;
color: @textColor;

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 61 KiB

View File

@ -0,0 +1,14 @@
<svg width="331" height="75" viewBox="0 0 331 75" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M266.598 30.6542L263.623 33.6294L260.935 30.9415C259.747 29.7504 258.249 29.1179 257.026 29.291C256.255 29.4 255.633 29.8285 255.274 30.4979C254.392 32.0997 253.471 34.5807 253.189 36.8734C253.164 36.8941 253.139 36.9161 253.115 36.9399L248.768 41.287C248.745 41.3107 248.722 41.3355 248.702 41.361C246.409 41.6427 243.928 42.564 242.326 43.4457C241.657 43.8047 241.228 44.4265 241.119 45.1975C240.946 46.4205 241.579 47.9186 242.769 49.1062L245.458 51.7948L242.482 54.7701C242.112 55.1401 242.116 55.7433 242.49 56.1174L247.909 61.5362C248.283 61.9102 248.886 61.9136 249.256 61.5436L251.601 59.199L263.793 71.3914C264.167 71.7654 264.77 71.7689 265.14 71.3989L283.227 53.3119C283.597 52.9419 283.594 52.3386 283.22 51.9646L271.027 39.7722L273.372 37.4276C273.742 37.0576 273.739 36.4544 273.365 36.0803L267.946 30.6615C267.572 30.2875 266.969 30.2842 266.598 30.6542ZM269.48 64.3502L264.455 69.3744L252.94 57.8593L257.965 52.8351L269.48 64.3502ZM256.61 51.4804L248.571 59.5192L244.507 55.455L246.854 53.1083C247.903 53.9115 249.089 54.3107 250.091 54.169C250.622 54.0939 251.082 53.8674 251.434 53.515C251.593 53.3557 251.731 53.1704 251.843 52.9621C252.488 51.7889 253.155 50.144 253.576 48.4469L256.61 51.4804ZM252.078 45.9364C251.902 48.0705 251.015 50.4982 250.168 52.0338C250.166 52.0378 250.164 52.0416 250.162 52.0456C250.106 52.1501 250.024 52.2511 249.803 52.2825C249.289 52.3552 248.34 52.0001 247.522 51.1796L244.108 47.7658C243.288 46.9479 242.933 45.9993 243.006 45.4849C243.025 45.3483 243.071 45.2648 243.128 45.2078C243.163 45.1727 243.203 45.1475 243.243 45.1263C243.247 45.1242 243.25 45.122 243.254 45.1199C244.79 44.2736 247.218 43.3863 249.352 43.2106L252.078 45.9364ZM250.793 41.9719L253.8 38.9646L256.324 41.4882L253.317 44.4955L250.793 41.9719ZM274.839 58.9911L270.819 63.0104L254.165 46.3562L258.185 42.3369L274.839 58.9911ZM255.039 37.5237C255.215 35.3895 256.102 32.9618 256.948 31.4263C256.95 31.4223 256.953 31.4184 256.955 31.4145C257.01 31.3099 257.092 31.2089 257.313 31.1776C257.828 31.1048 258.776 31.46 259.595 32.2805L263.008 35.6942C263.828 36.5121 264.183 37.4607 264.111 37.975C264.079 38.196 263.978 38.2781 263.874 38.3337C263.87 38.3357 263.866 38.3379 263.862 38.34C262.326 39.1864 259.899 40.0736 257.764 40.2494L255.039 37.5237ZM281.203 52.6271L276.179 57.6513L264.663 46.1363L269.688 41.1121L281.203 52.6271ZM271.348 36.7429L263.309 44.7816L260.275 41.748C261.972 41.3267 263.617 40.6601 264.79 40.0142C264.999 39.9025 265.184 39.7651 265.343 39.6057C265.696 39.2534 265.922 38.7932 265.997 38.2625C266.139 37.2605 265.74 36.0745 264.937 35.0254L267.283 32.6787L271.348 36.7429Z" fill="#4CC2F3"/>
<path d="M89.8203 25.3054C90.0303 25.5154 90.4361 25.5297 91.0919 24.8739C91.7477 24.2181 91.7334 23.8124 91.5234 23.6023C91.3133 23.3923 90.9075 23.378 90.2518 24.0338C89.596 24.6895 89.6103 25.0953 89.8203 25.3054Z" fill="#4CC2F3"/>
<path d="M91.9188 32.1581C91.2631 32.8139 91.2773 33.2197 91.4874 33.4297C91.6974 33.6398 92.1031 33.6541 92.759 32.9983C93.4147 32.3425 93.4005 31.9367 93.1904 31.7267C92.9803 31.5167 92.5746 31.5024 91.9188 32.1581Z" fill="#4CC2F3"/>
<path d="M89.8491 12.7284L76.4141 26.1634L94.0917 43.8411L107.527 30.406L89.8491 12.7284ZM94.17 34.0371C92.9595 35.2476 91.5628 35.2067 90.6104 34.2542C89.6579 33.3018 89.617 31.9051 90.8275 30.6946C92.0283 29.4938 93.4347 29.525 94.3871 30.4774C95.3395 31.4299 95.3708 32.8363 94.17 34.0371ZM98.088 27.9807L87.0143 30.4644L85.4958 28.9459L96.5695 26.4621L98.088 27.9807ZM92.9734 22.6723C93.9258 23.6248 93.9571 25.0312 92.7563 26.232C91.5458 27.4425 90.1491 27.4016 89.1966 26.4491C88.2441 25.4966 88.2032 24.0999 89.4137 22.8894C90.6145 21.6886 92.0209 21.7199 92.9734 22.6723Z" fill="#4CC2F3"/>
<path d="M99.0414 14.8497L96.9202 16.971L89.8491 9.89995L92.6771 7.07197L113.183 27.5781L110.355 30.406L103.284 23.335L105.405 21.2137L103.991 19.7994L101.87 21.9208L98.3344 18.3852L100.456 16.2639L99.0414 14.8497Z" fill="#4CC2F3"/>
<path d="M111.119 22.6854C112.781 22.568 113.916 21.8298 114.487 21.2587C116.285 19.4612 116.188 16.4401 114.272 14.5242L114.207 14.4593C112.816 13.0683 110.788 12.5899 109.041 13.2403L105.107 15.1481L107.015 11.2146C107.665 9.46682 107.187 7.4387 105.796 6.04773L105.731 5.98284C103.815 4.0669 100.794 3.97057 98.9965 5.76805C98.4574 6.30709 97.575 7.54271 97.4447 9.01112L111.119 22.6854Z" fill="#4CC2F3"/>
<path d="M213.899 48.5598L221.492 50.8785L213.227 54.916L213.899 48.5598Z" fill="#4CC2F3"/>
<path d="M52 26L47 29V21L52 26Z" fill="#4CC2F3"/>
<path d="M149 24C149 25.1046 148.105 26 147 26C145.895 26 145 25.1046 145 24C145 22.8954 145.895 22 147 22C148.105 22 149 22.8954 149 24Z" fill="#4CC2F3"/>
<path d="M317 52C317 53.1046 316.105 54 315 54C313.895 54 313 53.1046 313 52C313 50.8954 313.895 50 315 50C316.105 50 317 50.8954 317 52Z" fill="#4CC2F3"/>
<path d="M182 39C182 40.1046 181.105 41 180 41C178.895 41 178 40.1046 178 39C178 37.8954 178.895 37 180 37C181.105 37 182 37.8954 182 39Z" fill="#4CC2F3"/>
<path d="M19 39C19 40.1046 18.1046 41 17 41C15.8954 41 15 40.1046 15 39C15 37.8954 15.8954 37 17 37C18.1046 37 19 37.8954 19 39Z" fill="#4CC2F3"/>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
Web/images/top/green.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -0,0 +1,5 @@
<svg width="28" height="30" viewBox="0 0 28 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.6137 4.40989C12.5995 4.39551 12.5851 4.38042 12.5712 4.36532C12.5689 4.36269 12.5666 4.36029 12.5646 4.35813C11.8118 3.50496 11.8118 2.18697 12.5646 1.3338C12.5669 1.33116 12.5694 1.32828 12.5719 1.32565L13.6654 0.148066C13.7534 0.0534285 13.8742 0 14.0001 0C14.1261 0 14.2468 0.0534285 14.3346 0.148066L15.4283 1.32565L15.4354 1.3338C16.1882 2.18697 16.1882 3.50496 15.4354 4.35813C15.4334 4.36053 15.4313 4.36293 15.429 4.36532C15.0621 4.76448 14.5585 4.99305 14.0302 5H13.9992C13.4817 5.00119 12.984 4.7894 12.6137 4.40989Z" fill="white"/>
<path d="M12 7C12 6.44772 12.4477 6 13 6H15C15.5523 6 16 6.44772 16 7V12H12V7Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 16.5C0 17.8962 0.817526 19.1015 2 19.6632L2 27H1C0.447715 27 0 27.4477 0 28V29C0 29.5523 0.447715 30 1 30H27C27.5523 30 28 29.5523 28 29V28C28 27.4477 27.5523 27 27 27H26V19.6632C27.1825 19.1015 28 17.8962 28 16.5C28 14.567 26.433 13 24.5 13H3.5C1.567 13 0 14.567 0 16.5ZM3 23V19.9646C3.1633 19.9879 3.33024 20 3.5 20C5.26324 20 6.72194 18.6961 6.96456 17H7.03544C7.27806 18.6961 8.73676 20 10.5 20C12.2632 20 13.7219 18.6961 13.9646 17H14.0354C14.2781 18.6961 15.7368 20 17.5 20C19.2632 20 20.7219 18.6961 20.9646 17H21.0354C21.2781 18.6961 22.7368 20 24.5 20C24.6698 20 24.8367 19.9879 25 19.9646V23H3ZM3 27H25V25H3L3 27Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,11 @@
<svg width="77" height="77" viewBox="0 0 77 77" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:soft-light" opacity="1">
<path d="M38.2724 5.47431L32.806 10.9407L30.0723 8.20697L27.3391 10.9402L30.0728 13.6739L13.6737 30.073L10.94 27.3393L8.20685 30.0724L10.9406 32.8062L5.47419 38.2725C5.08227 38.607 4.7735 39.0281 4.57227 39.5025C4.36137 39.9771 4.24091 40.487 4.21706 41.0058C4.24101 41.5247 4.36157 42.0346 4.57256 42.5093C4.77388 42.9837 5.08273 43.4048 5.47471 43.7394L35.5455 73.8102C35.8801 74.2021 36.3012 74.511 36.7756 74.7123C37.2503 74.9233 37.7602 75.0439 38.279 75.0678C38.7979 75.044 39.3078 74.9235 39.7824 74.7126C40.2568 74.5114 40.6778 74.2026 41.0124 73.8107L73.8106 41.0125C74.2025 40.678 74.5113 40.2569 74.7125 39.7825C74.9457 39.3157 75.0671 38.801 75.0671 38.2792C75.067 37.7573 74.9455 37.2426 74.7122 36.7757C74.5109 36.3013 74.202 35.8802 73.81 35.5456L43.7393 5.47483C43.4047 5.08285 42.9836 4.774 42.5092 4.57268C42.0345 4.36169 41.5246 4.24113 41.0057 4.21719C40.4868 4.24103 39.977 4.36149 39.5024 4.57239C39.028 4.77362 38.6069 5.08239 38.2724 5.47431ZM71.0769 38.2788L38.2787 71.077L13.6753 46.4736L46.4735 13.6754L71.0769 38.2788Z" fill="#23558a"/>
<path d="M30.0755 41.0083L24.6091 46.4746L30.0765 51.942L35.5429 46.4757L30.0755 41.0083Z" fill="#23558a"/>
<path d="M38.275 32.8087L32.8087 38.2751L38.2761 43.7425L43.7425 38.2761L38.275 32.8087Z" fill="#23558a"/>
<path d="M46.4746 24.6092L41.0082 30.0755L46.4756 35.5429L51.942 30.0766L46.4746 24.6092Z" fill="#23558a"/>
<path d="M38.2766 49.2094L32.8102 54.6758L38.2777 60.1432L43.744 54.6768L38.2766 49.2094Z" fill="#23558a"/>
<path d="M46.4762 41.0098L41.0098 46.4762L46.4772 51.9436L51.9436 46.4772L46.4762 41.0098Z" fill="#23558a"/>
<path d="M54.6757 32.8103L49.2093 38.2767L54.6768 43.7441L60.1431 38.2777L54.6757 32.8103Z" fill="#23558a"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,11 @@
<svg width="51" height="39" viewBox="0 0 51 39" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:soft-light" opacity="1">
<path d="M25.1428 -8.40377L21.5517 -4.81268L19.7558 -6.60857L17.9602 -4.81303L19.7561 -3.01714L8.98286 7.75613L7.18697 5.96024L5.39143 7.75579L7.18732 9.55167L3.59623 13.1428C3.33876 13.3625 3.13592 13.6391 3.00372 13.9508C2.86517 14.2626 2.78603 14.5975 2.77037 14.9384C2.7861 15.2793 2.8653 15.6142 3.00391 15.9261C3.13617 16.2377 3.33906 16.5144 3.59657 16.7342L23.3513 36.489C23.5711 36.7465 23.8478 36.9494 24.1595 37.0816C24.4713 37.2202 24.8063 37.2994 25.1471 37.3152C25.488 37.2995 25.8229 37.2204 26.1347 37.0818C26.4464 36.9496 26.723 36.7468 26.9428 36.4893L48.4893 14.9428C48.7468 14.723 48.9496 14.4464 49.0818 14.1347C49.235 13.8281 49.3148 13.49 49.3148 13.1471C49.3147 12.8043 49.2349 12.4661 49.0816 12.1595C48.9494 11.8478 48.7465 11.5711 48.489 11.3513L28.7342 -8.40343C28.5144 -8.66094 28.2377 -8.86383 27.9261 -8.99609C27.6142 -9.1347 27.2793 -9.2139 26.9384 -9.22963C26.5975 -9.21396 26.2626 -9.13483 25.9508 -8.99628C25.6391 -8.86408 25.3625 -8.66124 25.1428 -8.40377ZM46.6934 13.1469L25.1469 34.6934L8.98389 18.5304L30.5304 -3.01611L46.6934 13.1469Z" fill="#29639d"/>
<path d="M19.7579 14.94L16.1668 18.5311L19.7586 22.1229L23.3496 18.5318L19.7579 14.94Z" fill="#29639d"/>
<path d="M25.1445 9.55336L21.5534 13.1444L25.1452 16.7362L28.7363 13.1451L25.1445 9.55336Z" fill="#29639d"/>
<path d="M30.5311 4.16673L26.94 7.75782L30.5318 11.3496L34.1229 7.7585L30.5311 4.16673Z" fill="#29639d"/>
<path d="M25.1455 20.3277L21.5544 23.9187L25.1462 27.5105L28.7373 23.9194L25.1455 20.3277Z" fill="#29639d"/>
<path d="M30.5322 14.941L26.9411 18.5321L30.5328 22.1239L34.1239 18.5328L30.5322 14.941Z" fill="#29639d"/>
<path d="M35.9188 9.55439L32.3277 13.1455L35.9195 16.7373L39.5106 13.1462L35.9188 9.55439Z" fill="#29639d"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,5 @@
<svg width="65" height="46" viewBox="0 0 65 46" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:soft-light" opacity="0.6">
<path d="M30.8602 -16.6263L2.37386 11.86C1.74427 12.4896 1.39262 13.3456 1.39626 14.2396C1.39991 15.1336 1.75855 15.9924 2.39328 16.6272L21.5396 35.7734C22.1743 36.4082 23.0331 36.7668 23.9272 36.7705C24.8212 36.7741 25.6771 36.4225 26.3067 35.7929L31.0544 31.0452L38.2343 38.225L40.5499 21.5497L54.793 7.30657C55.4226 6.67702 55.7743 5.82096 55.7706 4.92705C55.7669 4.03311 55.4083 3.17418 54.7736 2.53943L35.6273 -16.6068C34.9926 -17.2416 34.1336 -17.6001 33.2397 -17.6039C32.3458 -17.6076 31.4897 -17.2558 30.8602 -16.6263ZM47.6326 4.89386L23.894 28.6324L9.53429 14.2727L33.2729 -9.46584L47.6326 4.89386Z" fill="white"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 784 B

View File

@ -0,0 +1,5 @@
<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:soft-light" opacity="0.6">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.3276 9.66363L2.41595 26.5753C1.7752 27.216 1.40902 28.0788 1.39797 28.974C1.38692 29.8691 1.7319 30.7231 2.35702 31.3482L25.9272 54.9185C26.5523 55.5435 27.4065 55.8886 28.3015 55.8775C29.1965 55.8664 30.0595 55.5003 30.7002 54.8595L54.8597 30.7001C55.5004 30.0593 55.8666 29.1963 55.8776 28.3014C55.8887 27.4064 55.5437 26.5522 54.9186 25.9271L38.4195 9.42792L19.3276 9.66363ZM9.54594 28.8734L21.6257 16.7936L23.9827 19.1506L11.903 31.2304L9.54594 28.8734ZM14.26 33.5874L26.3397 21.5077L28.6968 23.8647L16.617 35.9444L14.26 33.5874ZM45.3727 26.0449L26.0451 45.3725L23.6881 43.0155L43.0157 23.6879L45.3727 26.0449ZM40.6586 21.3309L21.3311 40.6585L18.974 38.3014L38.3016 18.9739L40.6586 21.3309Z" fill="white"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 924 B

View File

@ -0,0 +1,5 @@
<svg width="93" height="51" viewBox="0 0 93 51" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:soft-light" opacity="1">
<path d="M3.90371 8.74839C2.86838 9.78372 2.27948 11.1807 2.26656 12.6319C2.25363 14.0832 2.81775 15.4698 3.8348 16.4869L4.98524 17.6373L48.5324 6.53256L59.6372 -37.0146L58.4868 -38.1651C57.4697 -39.1821 56.083 -39.7462 54.6318 -39.7333C53.1805 -39.7204 51.7836 -39.1315 50.7483 -38.0962L3.90371 8.74839ZM64.5074 -32.1444L53.4026 11.4028L9.85544 22.5075L34.5132 47.1653C35.5303 48.1824 36.917 48.7465 38.3682 48.7336C39.8195 48.7206 41.2164 48.1317 42.2517 47.0964L89.0963 0.251847C90.1316 -0.783479 90.7205 -2.18042 90.7334 -3.63167C90.7464 -5.08293 90.1823 -6.46961 89.1652 -7.48667L64.5074 -32.1444Z" fill="#29639d"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 779 B

View File

@ -0,0 +1,12 @@
<svg width="83" height="64" viewBox="0 0 83 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:overlay" opacity="0.6">
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="-19" width="83" height="83">
<path d="M79.1931 25.6026L38.0214 -15.569C37.1115 -16.479 35.8744 -16.9872 34.5822 -16.982C33.2901 -16.9767 32.0488 -16.4583 31.1314 -15.541L3.45904 12.1314C2.54163 13.0488 2.0233 14.2901 2.01802 15.5822C2.01278 16.8744 2.52102 18.1115 3.43096 19.0214L44.6026 60.1931C45.5125 61.103 46.7498 61.6114 48.0418 61.606C49.3338 61.6006 50.5752 61.0824 51.4926 60.165L79.165 32.4926C80.0824 31.5752 80.6006 30.3338 80.606 29.0418C80.6114 27.7498 80.1029 26.5125 79.1931 25.6026Z" fill="white" fill-opacity="0.5"/>
</mask>
<g mask="url(#mask0)">
<path d="M78.4859 26.3097L37.3143 -14.8619C36.5938 -15.5825 35.613 -15.9862 34.5863 -15.982C33.5592 -15.9778 32.5702 -15.5656 31.8385 -14.8338L4.16615 12.8385C3.43443 13.5702 3.02221 14.5592 3.01801 15.5863M78.4859 26.3097L3.01801 15.5863M78.4859 26.3097C79.2065 27.0302 79.6103 28.0111 79.606 29.0376C79.6017 30.0648 79.1895 31.0539 78.4579 31.7855L50.7855 59.4579C50.0539 60.1895 49.0648 60.6017 48.0376 60.606C47.0111 60.6103 46.0302 60.2065 45.3097 59.486L4.13807 18.3143C3.41753 17.5938 3.01385 16.613 3.01801 15.5863M78.4859 26.3097L2.01802 15.5822L3.01801 15.5863" stroke="white" stroke-width="2"/>
<path d="M54.5192 57.1382L51.9642 28.0115L4.95265 20.8575L47.8763 63.7811L54.5192 57.1382Z" fill="white"/>
<circle cx="34.5903" cy="4.50606" r="7.94922" transform="rotate(45 34.5903 4.50606)" fill="white"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,5 @@
<svg width="43" height="43" viewBox="0 0 43 43" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:soft-light" opacity="1">
<path d="M19.4834 1.77121C19.0136 1.30146 18.3765 1.03755 17.7122 1.03755C17.0478 1.03755 16.4107 1.30146 15.9409 1.77121L15.4096 2.30258L20.3158 22.1933L40.2066 27.0996L40.7379 26.5682C41.2077 26.0985 41.4716 25.4613 41.4716 24.797C41.4716 24.1327 41.2077 23.4955 40.738 23.0258L19.4834 1.77121ZM37.9571 29.349L18.0664 24.4428L13.1601 4.55202L1.77123 15.9409C1.30147 16.4107 1.03757 17.0478 1.03757 17.7121C1.03757 18.3765 1.30147 19.0136 1.77123 19.4834L23.0258 40.7379C23.4956 41.2077 24.1327 41.4716 24.797 41.4716C25.4614 41.4716 26.0985 41.2077 26.5682 40.7379L37.9571 29.349Z" fill="#23558a"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 759 B

View File

@ -0,0 +1,5 @@
<svg width="95" height="99" viewBox="0 0 95 99" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:soft-light" opacity="1">
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.2545 17.8703C29.2985 28.4281 25.5295 37.5668 24.7502 46.2769C23.9582 55.1301 26.1755 64.4194 31.7183 75.3377C44.4504 74.2167 54.2959 70.8306 61.9219 65.3497C69.1896 60.1263 74.9376 52.644 79.1884 42.2819C73.7523 38.7064 69.7817 35.2149 66.8319 31.4665C64.5638 28.5844 63.0343 25.718 61.8894 22.8806C57.9943 23.0978 53.9487 22.7122 50.0699 21.9405C45.7589 21.0829 41.3803 19.6947 37.2545 17.8703ZM66.5534 14.9926C57.9348 17.3423 45.0033 14.5167 35.2842 8.90538C13.4647 35.1281 12.6683 56.0368 27.6047 82.7413C59.2863 81.3079 78.4189 67.6983 87.8862 39.2751C72.9094 30.6283 69.4452 24.2351 67.0084 15.8431C66.9215 15.5439 66.8359 15.2421 66.7511 14.9375C66.6855 14.9562 66.6196 14.9745 66.5534 14.9926Z" fill="#23558a"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 930 B

View File

@ -0,0 +1,5 @@
<svg width="49" height="40" viewBox="0 0 49 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:soft-light" opacity="1">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.2001 -2.27471C15.0997 3.16652 13.1573 7.87637 12.7557 12.3654C12.3475 16.9281 13.4903 21.7155 16.3469 27.3426C22.9087 26.7649 27.9828 25.0197 31.9131 22.195C35.6587 19.503 38.621 15.6468 40.8118 10.3065C38.0102 8.4637 35.9638 6.66428 34.4436 4.73243C33.2746 3.24706 32.4864 1.7698 31.8963 0.307476C29.8889 0.41943 27.8038 0.220711 25.8048 -0.177001C23.583 -0.619035 21.3264 -1.33446 19.2001 -2.27471ZM34.3 -3.75782C29.8582 -2.54685 23.1936 -4.00308 18.1847 -6.89501C6.93943 6.61957 6.52898 17.3954 14.2268 31.1582C30.5547 30.4195 40.4152 23.4054 45.2944 8.75681C37.5757 4.30043 35.7904 1.00556 34.5345 -3.31947C34.4897 -3.47369 34.4456 -3.62923 34.4019 -3.78618C34.3681 -3.77657 34.3341 -3.76711 34.3 -3.75782Z" fill="#29639d"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 940 B