Add get-started page

This commit is contained in:
Konstantinos Triantafyllou 2022-06-03 12:46:01 +03:00
parent 8849f12ae2
commit 77a30a55c7
55 changed files with 355 additions and 80 deletions

View File

@ -14,6 +14,7 @@ const routes: Routes = [
{path: 'about', redirectTo: 'about/learn-how', pathMatch: 'full'},
{path: 'about/learn-how', loadChildren: () => import('./learn-how/learn-how.module').then(m => m.LearnHowModule)},
{path: 'about/faq', loadChildren: () => import('./learn-how/faqs/faqs.module').then(m => m.FaqsModule)},
{path: 'get-started', loadChildren: () => import('./get-started/get-started.module').then(m => m.GetStartedModule)},
{path: 'contact-us', loadChildren: () => import('./contact/contact.module').then(m => m.ContactModule)},
{path: 'invite', loadChildren: () => import('./utils/subscribe/invite/invite.module').then(m => m.InviteModule)},
{path: 'content', loadChildren: () => import('./content/contentPage.module').then(m => m.ContentPageModule), canActivate: [IsCommunity]},

View File

@ -1,4 +1,4 @@
import {AfterViewInit, Component, OnDestroy, OnInit, ViewChild} from '@angular/core';
import {Component, OnDestroy, OnInit, ViewChild} from '@angular/core';
import {ActivatedRoute, NavigationEnd, Router} from '@angular/router';
import {EnvProperties} from './openaireLibrary/utils/properties/env-properties';
@ -35,13 +35,21 @@ import {NotificationHandler} from "./openaireLibrary/utils/notification-handler"
<div>
<navbar *ngIf="properties && showMenu && !community && header" [portal]="properties.dashboard" [onlyTop]=false
[userMenuItems]=userMenuItems [menuItems]=menuItems [user]="user" [header]="header"
[showMenu]=showMenu [properties]="properties" [showHomeMenuItem]="false" communityId="connect"></navbar>
[showMenu]=showMenu [properties]="properties" [showHomeMenuItem]="false" communityId="connect">
<ul *ngIf="showGetStarted" extra-s class="uk-nav uk-nav-default uk-margin-small-top">
<li routerLinkActive="uk-active">
<a routerLink="/get-started">Get Started</a>
</li>
</ul>
<a *ngIf="showGetStarted" extra-m class="uk-button uk-button-small uk-button-primary uk-text-uppercase uk-margin-left" routerLink="/get-started">Get Started</a>
</navbar>
<navbar *ngIf="properties && showMenu && community && header" [portal]="community.communityId" [onlyTop]=false
[communityId]="community.communityId" [header]="header"
[userMenuItems]=userMenuItems [menuItems]=menuItems [user]="user"
[showMenu]=showMenu [properties]="properties" [enableSearch]="false"
searchRoute="/search/find/research-outcomes"
[showHomeMenuItem]="false"></navbar>
[showHomeMenuItem]="false">
</navbar>
<customization *ngIf="properties && showMenu && communityId && communityId.length > 0 && layout" [properties]="properties"
[communityId]="communityId" [layout]="layout" ></customization>
<schema2jsonld *ngIf="properties && showMenu && !community" [URL]="properties.domain + properties.baseLink"
@ -187,7 +195,8 @@ export class AppComponent implements OnInit, OnDestroy {
this.showMenu = false;
if(typeof document !== "undefined") {
if(communityId) {
document.body.classList.add(communityId + 'App communityApp');
document.body.classList.add(communityId + 'App');
document.body.classList.add('communityApp');
} else {
document.body.classList.add('connectApp');
}
@ -411,7 +420,7 @@ export class AppComponent implements OnInit, OnDestroy {
affiliation: this.fb.control('', Validators.required),
community: this.fb.control('', Validators.required),
message: this.fb.control('', Validators.required),
recaptcha: this.fb.control('', Validators.required),
recaptcha: this.fb.control('', Validators.required)
});
}

View File

@ -0,0 +1,13 @@
import {NgModule} from '@angular/core';
import {RouterModule} from '@angular/router';
import {GetStartedComponent} from './get-started.component';
import {PreviousRouteRecorder} from "../openaireLibrary/utils/piwik/previousRouteRecorder.guard";
@NgModule({
imports: [
RouterModule.forChild([
{ path: '', component: GetStartedComponent, canActivate: [], canDeactivate: [PreviousRouteRecorder]}
])
]
})
export class GetStartedRoutingModule { }

View File

@ -0,0 +1,71 @@
<schema2jsonld *ngIf="url" [URL]="url" [name]="pageTitle" type="other" [description]="description"></schema2jsonld>
<div class="uk-container uk-container-large uk-section uk-section-small uk-padding-remove-bottom">
<div class="uk-padding-small">
<breadcrumbs [breadcrumbs]="breadcrumbs"></breadcrumbs>
</div>
</div>
<div class="uk-container uk-container-large uk-section"
uk-scrollspy="target: [uk-scrollspy-class]; cls: uk-animation-slide-bottom-medium; delay: 200">
<div class="uk-text-center uk-flex uk-flex-middle uk-child-width-1-1 uk-flex-column">
<h1 class="uk-width-2-3@m" uk-scrollspy-class>Lorem ipsum dolor sit amet, consetetur<span
class="uk-text-primary">.</span></h1>
<div class="uk-text-large uk-width-2-3@m" uk-scrollspy-class>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
</div>
</div>
<div class="uk-margin-large-top"
uk-scrollspy="target: [uk-scrollspy-class]; cls: uk-animation-slide-bottom-medium; delay: 200">
<div class="uk-margin-auto uk-width-1-1 uk-width-3-4@l uk-grid uk-grid-large uk-child-width-1-2" uk-grid>
<div class="uk-flex uk-flex-center uk-flex-top" uk-scrollspy-class>
<img class="uk-visible@m" src="assets/connect-assets/get-started/1.svg" alt="Step 1" loading="lazy">
<div class="uk-flex uk-flex-column uk-padding-small uk-margin-small-left">
<icon name="description" type="outlined" ratio="2" visuallyHidden="Provide some information"
customClass="uk-text-secondary"></icon>
<span class="uk-h5 uk-margin-remove uk-text-uppercase">Provide some <br> information</span>
</div>
</div>
<div class="uk-flex uk-flex-center uk-flex-top" uk-scrollspy-class>
<img class="uk-visible@m" src="assets/connect-assets/get-started/2.svg" alt="Step 2" loading="lazy">
<div class="uk-flex uk-flex-column uk-padding-small uk-margin-small-left">
<icon name="email" type="outlined" ratio="2" visuallyHidden="Provide some information"
customClass="uk-text-secondary"></icon>
<span class="uk-h5 uk-margin-remove uk-margin-small-top uk-text-uppercase">We contact <br> you</span>
</div>
</div>
</div>
</div>
</div>
<div class="uk-container uk-container-large uk-section uk-section-large">
<div class="uk-padding-small">
<h2 class="uk-h1 uk-text-center">Contact us to learn more<span class="uk-text-primary">.</span></h2>
<div class="uk-flex uk-flex-center uk-width-1-1">
<div class="uk-width-1-2@m uk-width-1-1 uk-margin-large-top">
<contact-us [sending]="sending" [contactForm]="contactForm" alignButton="center" (sendEmitter)="send($event)">
</contact-us>
</div>
</div>
</div>
</div>
<div class="uk-container uk-container-large uk-section">
<div class="uk-grid uk-grid-large uk-flex-middle" uk-grid>
<div class="uk-width-1-2@m uk-width-1-1">
<div class="uk-padding-small">
<h2>Need more information?<br>View details on the process<span class="uk-text-primary">.</span></h2>
<a class="uk-display-inline-block uk-text-uppercase uk-button uk-button-text"
routerLinkActive="router-link-active" routerLink="/about/learn-how">
<span class="uk-flex uk-flex-middle">
<span>Learn More</span>
</span>
</a>
</div>
</div>
<div class="uk-width-expand uk-flex uk-flex-center">
<img src="assets/connect-assets/get-started/icons.svg" loading="lazy">
</div>
</div>
</div>
<modal-alert #modal [overflowBody]="false" (alertOutput)="goToHome()">
Our team will respond to your submission soon.<br>
Press OK to redirect to OpenAIRE Monitor home page.
</modal-alert>

View File

@ -0,0 +1,156 @@
import {Component, OnInit, ViewChild} from '@angular/core';
import {ActivatedRoute, Router} from '@angular/router';
import {EmailService} from "../openaireLibrary/utils/email/email.service";
import {EnvProperties} from "../openaireLibrary/utils/properties/env-properties";
import {Composer} from "../openaireLibrary/utils/email/composer";
import {Meta, Title} from "@angular/platform-browser";
import {PiwikService} from "../openaireLibrary/utils/piwik/piwik.service";
import {HelperService} from "../openaireLibrary/utils/helper/helper.service";
import {SEOService} from "../openaireLibrary/sharedComponents/SEO/SEO.service";
import {FormBuilder, FormGroup, Validators} from "@angular/forms";
import {Subscriber} from "rxjs";
import {properties} from "../../environments/environment";
import {Breadcrumb} from "../openaireLibrary/utils/breadcrumbs/breadcrumbs.component";
import {NotificationHandler} from "../openaireLibrary/utils/notification-handler";
import {StringUtils} from "../openaireLibrary/utils/string-utils.class";
@Component({
selector: 'get-started',
templateUrl: './get-started.component.html'
})
export class GetStartedComponent implements OnInit {
public url: string = null;
public pageTitle: string = "OpenAIRE - Connect | Get Started";
public description: string = "OpenAIRE - Connect . Any Questions? Contact us to learn more";
public piwiksub: any;
public sending = false;
public properties: EnvProperties = properties;
public pageContents = null;
public divContents = null;
public breadcrumbs: Breadcrumb[] = [{name: 'home', route: '/'}, {name: 'Get started'}];
public contactForm: FormGroup;
@ViewChild('modal') modal;
private subscriptions = [];
constructor(private route: ActivatedRoute,
private _router: Router,
private _emailService: EmailService,
private _meta: Meta,
private _title: Title,
private seoService: SEOService,
private _piwikService: PiwikService,
private fb: FormBuilder,
private helper: HelperService) {
}
ngOnDestroy() {
this.subscriptions.forEach(subscription => {
if (subscription instanceof Subscriber) {
subscription.unsubscribe();
}
});
}
ngOnInit() {
if (this.properties.enablePiwikTrack && (typeof document !== 'undefined')) {
this.subscriptions.push(this._piwikService.trackView(this.properties, this.pageTitle, this.properties.piwikSiteId).subscribe());
}
this.url = this.properties.domain + this.properties.baseLink + this._router.url;
this.seoService.createLinkForCanonicalURL(this.url);
this.updateUrl(this.url);
this.updateTitle(this.pageTitle);
this.updateDescription(this.description);
this.reset();
//this.getDivContents();
// this.getPageContents();
}
private getPageContents() {
this.subscriptions.push(this.helper.getPageHelpContents(this.properties, 'monitor', this._router.url).subscribe(contents => {
this.pageContents = contents;
}));
}
private getDivContents() {
this.subscriptions.push(this.helper.getDivHelpContents(this.properties, 'monitor', this._router.url).subscribe(contents => {
this.divContents = contents;
}));
}
public send(event) {
if (event.valid === true) {
this.sendMail(this.properties.admins);
}
}
public reset() {
this.contactForm = this.fb.group({
name: this.fb.control('', Validators.required),
surname: this.fb.control('', Validators.required),
email: this.fb.control('', [Validators.required, Validators.email]),
affiliation: this.fb.control('', Validators.required),
community: this.fb.control('', Validators.required),
message: this.fb.control('', Validators.required),
recaptcha: this.fb.control('', Validators.required)
});
}
private sendMail(admins: any) {
this.sending = true;
this.subscriptions.push(this._emailService.contact(this.properties,
Composer.composeEmailForNewCommunity(this.contactForm.value, admins),
this.contactForm.value.recaptcha).subscribe(
res => {
if (res) {
this.sending = false;
this.reset();
this.modalOpen();
} else {
this.handleError('Email <b>sent failed!</b> Please try again.');
}
},
error => {
this.handleError('Email <b>sent failed!</b> Please try again.', error);
}
));
}
public modalOpen() {
this.modal.okButton = true;
this.modal.alertTitle = 'Your request has been successfully submitted';
this.modal.alertMessage = false;
this.modal.cancelButton = false;
this.modal.okButtonLeft = false;
this.modal.okButtonText = 'OK';
this.modal.open();
}
handleError(message: string, error = null) {
if(error) {
console.error(error);
}
NotificationHandler.rise(message, 'danger');
this.sending = false;
this.contactForm.get('recaptcha').setValue('');
}
public goToHome() {
this._router.navigate(['/']);
}
private updateDescription(description: string) {
this._meta.updateTag({content: description}, "name='description'");
this._meta.updateTag({content: description}, "property='og:description'");
}
private updateTitle(title: string) {
var _title = ((title.length > 50) ? title.substring(0, 50) : title);
this._title.setTitle(_title);
this._meta.updateTag({content: _title}, "property='og:title'");
}
private updateUrl(url: string) {
this._meta.updateTag({content: url}, "property='og:url'");
}
}

View File

@ -0,0 +1,39 @@
import {NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {RouterModule} from '@angular/router';
import {GetStartedComponent} from './get-started.component';
import {GetStartedRoutingModule} from "./get-started-routing.module";
import {EmailService} from "../openaireLibrary/utils/email/email.service";
import {RecaptchaModule} from "ng-recaptcha";
import {AlertModalModule} from "../openaireLibrary/utils/modal/alertModal.module";
import {PiwikService} from "../openaireLibrary/utils/piwik/piwik.service";
import {HelperModule} from "../openaireLibrary/utils/helper/helper.module";
import {IsRouteEnabled} from "../openaireLibrary/error/isRouteEnabled.guard";
import {Schema2jsonldModule} from "../openaireLibrary/sharedComponents/schema2jsonld/schema2jsonld.module";
import {SEOServiceModule} from "../openaireLibrary/sharedComponents/SEO/SEOService.module";
import {ContactUsModule} from "../openaireLibrary/contact-us/contact-us.module";
import {BreadcrumbsModule} from "../openaireLibrary/utils/breadcrumbs/breadcrumbs.module";
import {LoadingModule} from "../openaireLibrary/utils/loading/loading.module";
import {IconsModule} from '../openaireLibrary/utils/icons/icons.module';
@NgModule({
imports: [
GetStartedRoutingModule, CommonModule, RouterModule,
AlertModalModule, RecaptchaModule, HelperModule,
Schema2jsonldModule, SEOServiceModule, ContactUsModule, BreadcrumbsModule, LoadingModule,
IconsModule
],
declarations: [
GetStartedComponent
],
providers: [
EmailService, PiwikService, IsRouteEnabled
],
exports: [
GetStartedComponent
]
})
export class GetStartedModule { }

@ -1 +1 @@
Subproject commit 6663dee50814c4e6efb196cc02aa0ec59e715e68
Subproject commit 9542bd1e329a5ce64feba5e2a39f56ba4a724a02

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.152 60.152"><defs><style>.a{fill:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-width:3px;}.a,.b,.c{stroke:#ebb13e;}.b{fill:#37c7e9;}.b,.c{stroke-width:2px;}.c{fill:#d95f2d;}</style></defs><g transform="translate(1.5 1.5)"><path class="a" d="M1030.976,1914.9a28.576,28.576,0,1,1-28.576,28.576A28.563,28.563,0,0,1,1030.976,1914.9Z" transform="translate(-1002.4 -1914.9)"/><path class="b" d="M1032.218,975.9a9.126,9.126,0,0,0-9.118,9.118.707.707,0,0,0,1.41.094h0a7.708,7.708,0,1,1,15.416,0,8.607,8.607,0,0,1-2.726,6.11,49.571,49.571,0,0,1-5.452,4.512.67.67,0,0,0-.282.564v5.546a.707.707,0,1,0,1.41.094h0v-5.264a45.228,45.228,0,0,0,5.264-4.418,10.238,10.238,0,0,0,3.1-7.05A8.976,8.976,0,0,0,1032.218,975.9Z" transform="translate(-1003.642 -964.374)"/><circle class="c" cx="1.41" cy="1.41" r="1.41" transform="translate(27.166 42.922)"/></g></svg>

Before

Width:  |  Height:  |  Size: 928 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 754 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 607 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="141.063" height="287.117" viewBox="0 0 141.063 287.117">
<g id="Group_13831" data-name="Group 13831" transform="translate(-311 -600)">
<g id="Group_13810" data-name="Group 13810" transform="translate(311 600)" style="mix-blend-mode: multiply;isolation: isolate">
<path id="Path_104582" data-name="Path 104582" d="M103.163-138h-28.3c-15.812,0-30.793,4.161-46.189,12.9L-37.9-85.57v54.095L45.739-77.664V149.117h57.424V-138Z" transform="translate(37.9 138)" fill="#feca1d"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 553 B

View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="206.887" height="287.117" viewBox="0 0 206.887 287.117">
<g id="Group_13832" data-name="Group 13832" transform="translate(-767.284 -600)">
<path id="Path_104612" data-name="Path 104612" d="M35.232,101.726,87.361,50.819C138.675.726,156.187-24.524,156.187-59.956,156.187-108.012,123.607-141,61.7-141-1.422-141-38.889-108.012-44.591-47.738L-45-43.665H10.8l.407-4.073c3.665-33.8,17.1-51.315,45.206-51.315,26.065,0,40.319,17.512,40.319,42.355,0,26.879-15.069,46.835-52.944,83.9L-50.7,119.645v26.472H154.151V101.726Z" transform="translate(817.984 741)" fill="#feca1d" style="mix-blend-mode: multiply;isolation: isolate"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 683 B

View File

@ -0,0 +1,48 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="283.491" height="223.706" viewBox="0 0 283.491 223.706">
<defs>
<linearGradient id="linear-gradient" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#feca1d"/>
<stop offset="1" stop-color="#fe9f1d"/>
</linearGradient>
<linearGradient id="linear-gradient-16" x1="0" x2="0.941" xlink:href="#linear-gradient"/>
</defs>
<g id="Group_13786" data-name="Group 13786" transform="translate(-896.232 -2056.827)">
<g id="Group_13319" data-name="Group 13319" transform="translate(937.417 2064.729) rotate(16)">
<path id="Path_104366" data-name="Path 104366" d="M21.577,10.748A10.792,10.792,0,1,1,0,10.792,10.682,10.682,0,0,1,10.754,0h.036A10.792,10.792,0,0,1,21.577,10.748Z" transform="translate(0 0)" fill="url(#linear-gradient)"/>
<path id="Path_104368" data-name="Path 104368" d="M21.577,10.748A10.792,10.792,0,1,1,0,10.792,10.682,10.682,0,0,1,10.754,0h.036A10.792,10.792,0,0,1,21.577,10.748Z" transform="translate(30.577 0)" fill="url(#linear-gradient)"/>
<path id="Path_104367" data-name="Path 104367" d="M21.577,10.748A10.792,10.792,0,1,1,0,10.792,10.682,10.682,0,0,1,10.754,0h.036A10.792,10.792,0,0,1,21.577,10.748Z" transform="translate(0 27.595)" fill="url(#linear-gradient)"/>
<path id="Path_104369" data-name="Path 104369" d="M21.577,10.748A10.792,10.792,0,1,1,0,10.792,10.682,10.682,0,0,1,10.754,0h.036A10.792,10.792,0,0,1,21.577,10.748Z" transform="translate(30.577 27.595)" fill="url(#linear-gradient)"/>
</g>
<g id="Layer_2" data-name="Layer 2" transform="matrix(0.883, 0.469, -0.469, 0.883, 1151.461, 2206.376)">
<g id="Layer_1" data-name="Layer 1" transform="translate(0 0)">
<path id="Path_104370" data-name="Path 104370" d="M32.008,42.52V35.6a4.541,4.541,0,0,0-1.328-3.211l-6.86-6.858S25.152,6.819,16.621.214a1.011,1.011,0,0,0-1.245,0c-8.525,6.6-7.2,25.321-7.2,25.321L1.33,32.394A4.542,4.542,0,0,0,0,35.6V42.52a.695.695,0,0,0,1.121.54c3.077-2.4,11.311-8.734,9.486-6.4a3.583,3.583,0,0,0,.18,5.025L8.482,44.133a.3.3,0,0,0,.218.507H23.309a.3.3,0,0,0,.218-.507l-2.311-2.439a3.575,3.575,0,0,0,.18-5.025c-1.823-2.34,6.409,4,9.486,6.4a.695.695,0,0,0,1.127-.547Z" fill="url(#linear-gradient)"/>
</g>
</g>
<g id="Layer_2-2" data-name="Layer 2" transform="translate(1001.004 2171.704) rotate(-25)">
<g id="Layer_1-2" data-name="Layer 1">
<path id="Path_104371" data-name="Path 104371" d="M67.6,0H8.555A8.555,8.555,0,0,0,0,8.555v37.23A8.555,8.555,0,0,0,8.555,54.34H27.843V60.3H22.917v7.99H52.8v-8H47.815V54.33H67.6a8.555,8.555,0,0,0,8.555-8.555V8.555A8.555,8.555,0,0,0,67.6,0Zm.972,45.324a1.815,1.815,0,0,1-1.778,1.841H9.359A1.815,1.815,0,0,1,7.58,45.324V9.011A1.815,1.815,0,0,1,9.359,7.173H66.792A1.815,1.815,0,0,1,68.57,9.011Z" fill="url(#linear-gradient)"/>
<path id="Path_104372" data-name="Path 104372" d="M67.6,0H8.555A8.555,8.555,0,0,0,0,8.555v37.23A8.555,8.555,0,0,0,8.555,54.34H27.843V60.3H22.917v7.99H52.8v-8H47.815V54.33H67.6a8.555,8.555,0,0,0,8.555-8.555V8.555A8.555,8.555,0,0,0,67.6,0Zm.972,45.324a1.815,1.815,0,0,1-1.778,1.841H9.359A1.815,1.815,0,0,1,7.58,45.324V9.011A1.815,1.815,0,0,1,9.359,7.173H66.792A1.815,1.815,0,0,1,68.57,9.011Z" fill="url(#linear-gradient)"/>
<path id="Path_104373" data-name="Path 104373" d="M67.6,0H8.555A8.555,8.555,0,0,0,0,8.555v37.23A8.555,8.555,0,0,0,8.555,54.34H27.843V60.3H22.917v7.99H52.8v-8H47.815V54.33H67.6a8.555,8.555,0,0,0,8.555-8.555V8.555A8.555,8.555,0,0,0,67.6,0Zm.972,45.324a1.815,1.815,0,0,1-1.778,1.841H9.359A1.815,1.815,0,0,1,7.58,45.324V9.011A1.815,1.815,0,0,1,9.359,7.173H66.792A1.815,1.815,0,0,1,68.57,9.011Z" fill="url(#linear-gradient)"/>
<path id="Path_104374" data-name="Path 104374" d="M17.421,25.836V19.858L12.965,15.07S13.724,3.6,8.708,0C3.694,3.6,4.459,15.07,4.459,15.07L0,19.858v5.978s7-5.926,5.776-4.254a2.187,2.187,0,0,0,.1,2.937L4.358,26.243h8.713l-1.522-1.724a2.2,2.2,0,0,0,.1-2.937C10.437,19.91,17.421,25.836,17.421,25.836Z" transform="translate(14.466 14.43)" fill="url(#linear-gradient)"/>
<rect id="Rectangle_2871" data-name="Rectangle 2871" width="4.117" height="10.168" transform="translate(42.76 30.503)" fill="url(#linear-gradient)"/>
<rect id="Rectangle_2872" data-name="Rectangle 2872" width="4.117" height="14.891" transform="translate(55.916 25.779)" fill="url(#linear-gradient)"/>
<rect id="Rectangle_2873" data-name="Rectangle 2873" width="4.117" height="21.066" transform="translate(49.326 19.604)" fill="url(#linear-gradient)"/>
</g>
</g>
<g id="Layer_2-3" data-name="Layer 2" transform="translate(905.371 2214.99) rotate(9)">
<g id="Layer_1-3" data-name="Layer 1" transform="translate(0 0)">
<path id="Path_104375" data-name="Path 104375" d="M21.453,31.789V24.434l-5.485-5.885S16.9,4.425,10.736,0C4.561,4.425,5.5,18.549,5.5,18.549L0,24.44V31.8S8.6,24.5,7.1,26.559a2.7,2.7,0,0,0,.125,3.616L5.359,32.294H16.08l-1.869-2.119a2.705,2.705,0,0,0,.123-3.616C12.838,24.5,21.453,31.789,21.453,31.789Z" transform="translate(14.324 14.425)" fill="url(#linear-gradient)"/>
<path id="Path_104376" data-name="Path 104376" d="M43.046,0H36.671V5.139h6.375A1.7,1.7,0,0,1,44.8,6.784V50.837a1.7,1.7,0,0,1-1.759,1.642H7.065a1.7,1.7,0,0,1-1.759-1.642V6.793A1.7,1.7,0,0,1,7.065,5.148H13.44V0H7.065A6.941,6.941,0,0,0,0,6.793V50.837a6.945,6.945,0,0,0,7.065,6.79H43.046a6.94,6.94,0,0,0,7.065-6.79V6.793A6.935,6.935,0,0,0,43.046,0Z" transform="translate(0 0.796)" fill="url(#linear-gradient)"/>
<path id="Path_104377" data-name="Path 104377" d="M.987,6.742h16.52a1.022,1.022,0,0,0,.978-1.053V1.051A1.022,1.022,0,0,0,17.507,0H.987A1.022,1.022,0,0,0,0,1.051V5.689A1.024,1.024,0,0,0,.987,6.742Z" transform="translate(15.807 0)" fill="url(#linear-gradient)"/>
</g>
</g>
<g id="Layer_2-4" data-name="Layer 2" transform="translate(1117.129 2055.962) rotate(7)">
<g id="Layer_1-4" data-name="Layer 1" transform="translate(0 0)">
<path id="Path_104378" data-name="Path 104378" d="M47.138,0H40.157V5.628h6.981a1.863,1.863,0,0,1,1.926,1.8V55.67a1.861,1.861,0,0,1-1.926,1.8H7.737a1.861,1.861,0,0,1-1.926-1.8V7.438a1.863,1.863,0,0,1,1.926-1.8h6.981V0H7.737A7.6,7.6,0,0,0,0,7.438V55.67a7.6,7.6,0,0,0,7.737,7.436h39.4a7.6,7.6,0,0,0,7.737-7.436V7.438A7.6,7.6,0,0,0,47.138,0Z" transform="translate(0 0.871)" fill="url(#linear-gradient-16)"/>
<path id="Path_104379" data-name="Path 104379" d="M1.105,7.383H19.641A1.131,1.131,0,0,0,20.748,6.23V1.151A1.131,1.131,0,0,0,19.643,0H1.108A1.131,1.131,0,0,0,0,1.151V6.23a1.131,1.131,0,0,0,1.1,1.153Z" transform="translate(17.062 0)" fill="url(#linear-gradient-16)"/>
<rect id="Rectangle_2874" data-name="Rectangle 2874" width="10.301" height="7.248" rx="3.624" transform="translate(11.851 29.496)" fill="url(#linear-gradient-16)"/>
<path id="Path_104380" data-name="Path 104380" d="M8.952,0,3.7,7.087,2.686,5.9,0,8.206l3.907,4.552L11.8,2.1Z" transform="translate(32.772 23.988)" fill="url(#linear-gradient-16)"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.0 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 200 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 184 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 331.4 331.4"><defs><style>.cls-1{fill:#feca1d;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M219.79,165.38a54,54,0,1,1-107.95.22,53.45,53.45,0,0,1,53.79-54h.18A54,54,0,0,1,219.79,165.38Z"/><path class="cls-1" d="M314.6,143.8a20,20,0,0,1-17.79-14.67A136.77,136.77,0,0,0,284,98.56a20.05,20.05,0,0,1,2.46-22.84l5.4-6.2a9.31,9.31,0,0,0-.46-12.72L274.48,40a9.3,9.3,0,0,0-12.67-.41L255.66,45a20,20,0,0,1-23.11,2.19,132.48,132.48,0,0,0-30.3-12.83A20,20,0,0,1,187.6,16.55L187,8.62A9.31,9.31,0,0,0,177.72,0H153.91a9.31,9.31,0,0,0-9.29,8.62L144,16.55a20,20,0,0,1-14.67,17.8A136.38,136.38,0,0,0,98.79,47.19,20.06,20.06,0,0,1,76,45l-6.28-5.47A9.31,9.31,0,0,0,57,40L40.14,56.87a9.3,9.3,0,0,0-.49,12.63L45,75.76a20.07,20.07,0,0,1,2.19,22.79,135.34,135.34,0,0,0-12.85,30.59A20,20,0,0,1,16.55,143.8l-7.93.59A9.31,9.31,0,0,0,0,153.67v23.81a9.32,9.32,0,0,0,8.62,9.29l7.93.59A20,20,0,0,1,34.35,202a132.63,132.63,0,0,0,13.07,30.55,20,20,0,0,1-2.19,23.08l-5.45,6.25a9.31,9.31,0,0,0,.43,12.7L57,291.43a9.3,9.3,0,0,0,12.69.44L76,286.43a20,20,0,0,1,22.77-2.49,135.82,135.82,0,0,0,30.64,12.87A20,20,0,0,1,144,314.61l.61,8.17a9.31,9.31,0,0,0,9.28,8.62H177.7a9.31,9.31,0,0,0,9.29-8.62l.61-8.17a20,20,0,0,1,14.66-17.8A133.1,133.1,0,0,0,232.35,284a20,20,0,0,1,23.06,2.21l6.52,5.59a9.33,9.33,0,0,0,12.62-.46l16.93-16.81a9.31,9.31,0,0,0,.46-12.73l-5.52-6.34A20,20,0,0,1,284,232.37,134,134,0,0,0,296.81,202a20,20,0,0,1,17.79-14.65l8.18-.61a9.31,9.31,0,0,0,8.62-9.28V153.69a9.31,9.31,0,0,0-8.62-9.28ZM165.82,265c-52.51,0-95.62-41.1-99-92.89C62.9,111.3,111.09,62.89,171.91,66.59a99.3,99.3,0,0,1,93.08,99C265,220.4,220.5,265,165.82,265Z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="12.331" height="15" viewBox="0 0 12.331 15">
<defs><style>.a{fill:#e2daf0;}.b{fill:#a98bd4;}</style></defs>
<g transform="translate(0 0)">
<path class="a" d="M6.09,0C9.453,0,11.9.208,11.9,3.571v7.084c0,3.363-2.444,3.588-5.808,3.588S0,14.018,0,10.655V3.571C0,.208,2.727,0,6.09,0Z" transform="translate(0.151 0.467)"/>
<path class="b" d="M6.165,0C3.2,0,0,.734,0,2.349v10.3C0,14.266,3.2,15,6.165,15s6.165-.734,6.165-2.347V2.349C12.331.734,9.134,0,6.165,0Zm0,3.816C2.99,3.816.883,2.933.883,2.351S2.99.887,6.165.887s5.285.883,5.285,1.464S9.341,3.816,6.165,3.816Zm0,3.433C2.7,7.249.883,6.295.883,5.785V3.609A10.7,10.7,0,0,0,6.163,4.7a10.931,10.931,0,0,0,5.28-1.071V5.785C11.448,6.295,9.634,7.249,6.165,7.249Zm0,3.435C2.7,10.684.883,9.73.883,9.22V7.038a10.658,10.658,0,0,0,5.28,1.071,10.661,10.661,0,0,0,5.282-1.071v2.18C11.448,9.8,9.341,10.684,6.165,10.684Zm0,3.435c-3.469,0-5.282-.954-5.282-1.464V10.473a10.731,10.731,0,0,0,5.28,1.092A11.046,11.046,0,0,0,11.45,10.5v2.153C11.45,13.236,9.341,14.119,6.165,14.119Z" transform="translate(0 0)"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,13 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="14.53" height="4.666" viewBox="0 0 14.53 4.666">
<defs><style>.a,.b,.c{fill:#c5e0e9;}.a,.b{stroke:#708aa5;}.b{stroke-miterlimit:10;}.c{opacity:0.2;}</style></defs>
<g transform="translate(-2 -1.948)">
<g transform="translate(2.5 2.44)">
<path class="a" d="M1.833,0A1.833,1.833,0,1,1,0,1.833,1.833,1.833,0,0,1,1.833,0Z" transform="translate(0 0.008)"/>
<circle class="b" cx="1.833" cy="1.833" r="1.833" transform="translate(4.932 0.008)"/>
<circle class="b" cx="1.833" cy="1.833" r="1.833" transform="translate(9.864 0.008)"/>
<ellipse class="c" cx="1.837" cy="1.837" rx="1.837" ry="1.837" transform="translate(0.03)"/>
<ellipse class="c" cx="1.837" cy="1.837" rx="1.837" ry="1.837" transform="translate(4.91)"/>
<ellipse class="c" cx="1.837" cy="1.837" rx="1.837" ry="1.837" transform="translate(9.789)"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 969 B

View File

@ -1,11 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="14.917" height="14.996" viewBox="0 0 14.917 14.996">
<defs><style>.a{fill:#f8d5e3;}.b{fill:#f17aa9;}</style></defs>
<g transform="translate(0)">
<path class="a" d="M2.262,0h7.86c1.948,0,2.251,1.579,2.251,3.528V8.846c0,1.948-.3,3.528-2.251,3.528H2.262C.313,12.373,0,10.794,0,8.846V3.528C0,1.579.313,0,2.262,0Z" transform="translate(0.225 2.327)"/>
<path class="b" d="M11.232,22.28H1.592A1.6,1.6,0,0,1,0,20.688V10.842A1.6,1.6,0,0,1,1.592,9.25h9.64a1.6,1.6,0,0,1,1.592,1.592v9.846a1.6,1.6,0,0,1-1.592,1.592ZM1.592,10.1a.744.744,0,0,0-.742.742v9.846a.742.742,0,0,0,.742.742h9.64a.742.742,0,0,0,.742-.742h0V10.842a.742.742,0,0,0-.742-.742Z" transform="translate(0 -7.284)"/>
<path class="b" d="M21.086,49.491H15.543a.4.4,0,1,1-.057-.8.259.259,0,0,1,.057,0h5.543a.4.4,0,1,1,.057.8Z" transform="translate(-11.903 -38.344)"/>
<path class="b" d="M21.192,38.979H15.65a.4.4,0,1,1,0-.8h5.543a.4.4,0,1,1,0,.8Z" transform="translate(-12.009 -30.066)"/>
<path class="b" d="M21.086,28.461H15.543a.4.4,0,1,1-.057-.8.259.259,0,0,1,.057,0h5.543a.4.4,0,1,1,.057.8Z" transform="translate(-11.903 -21.783)"/>
<path class="b" d="M24.493,12.424A.425.425,0,0,1,24.068,12V1.585A.746.746,0,0,0,23.326.85h-10.2a.425.425,0,0,1,0-.85h10.2a1.6,1.6,0,0,1,1.592,1.592V12.006A.425.425,0,0,1,24.493,12.424Z" transform="translate(-10.001 0)"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,11 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13.53" height="15" viewBox="0 0 13.53 15">
<g id="Group_2288" data-name="Group 2288" transform="translate(-813 -666)">
<g id="Rectangle_1545" data-name="Rectangle 1545" transform="translate(813 666)" fill="#d4ecd6" stroke="#639c66" stroke-width="0.9">
<rect width="13.53" height="15" rx="2" stroke="none"/>
<rect x="0.45" y="0.45" width="12.63" height="14.1" rx="1.55" fill="none"/>
</g>
<line id="_Path_" data-name="&lt;Path&gt;" x1="2.26" y2="5.252" transform="translate(818.778 670.906)" fill="none" stroke="#639c66" stroke-linecap="round" stroke-miterlimit="10" stroke-width="0.7"/>
<path id="_Path_2" data-name="&lt;Path&gt;" d="M73.5,37.12,75.172,38.7,73.5,40.378" transform="translate(748.202 634.783)" fill="none" stroke="#639c66" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.9"/>
<path id="_Path_3" data-name="&lt;Path&gt;" d="M20.172,37.12,18.5,38.7l1.672,1.673" transform="translate(797.894 634.783)" fill="none" stroke="#639c66" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.9"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 62.54 52.87"><defs><style>.cls-1{fill:url(#linear-gradient);}</style><linearGradient id="linear-gradient" x1="69.2" y1="-4.08" x2="-24.93" y2="71.61" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3b88cc"/><stop offset="0.16" stop-color="#3a83c7"/><stop offset="0.37" stop-color="#3875b8"/><stop offset="0.59" stop-color="#345f9f"/><stop offset="0.83" stop-color="#2f3f7c"/><stop offset="1" stop-color="#2b245e"/></linearGradient></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M62.49,25.84V2.17a2.24,2.24,0,0,0-.05-.46A2.2,2.2,0,0,0,61.49.34,2.17,2.17,0,0,0,59.86.05L40.94,4.14,22,.05a2.41,2.41,0,0,0-.73,0L1.71,4.24A2.17,2.17,0,0,0,0,6.36V50.71a2.15,2.15,0,0,0,2.62,2.11l18.93-4.09,18.91,4.09a2.61,2.61,0,0,0,.48,0,2.42,2.42,0,0,0,.47,0l7.79-1.69A2.14,2.14,0,0,0,50,51l10.79-2.34a2.17,2.17,0,0,0,1.71-2.11V26.8A2.22,2.22,0,0,0,62.49,25.84ZM43.1,48V8.1l15-3.25V25.93L47.7,47Zm15-12.34v9.09l-5,1.09ZM23.72,11.08V4.85L38.77,8.1V18.87Zm0,33.69V16l15.05,7.78V48ZM19.38,29.48V44.77L4.33,48V35.41Zm0-16.66v12l-15,5.92V8.1L19.38,4.85v7.08A2.22,2.22,0,0,0,19.38,12.82Z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1 +0,0 @@
<svg width="20px" height="20px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 333.61 307.97"><defs><style>.cls-1{fill:#feca1d;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M127.63,130h-65a31.84,31.84,0,0,1-31.8-31.8V33.15a31.84,31.84,0,0,1,31.8-31.8h65.05a31.84,31.84,0,0,1,31.8,31.8V98.2A31.84,31.84,0,0,1,127.63,130Zm-65-99.8a3,3,0,0,0-2.95,2.95V98.2a3,3,0,0,0,2.95,2.94h65.05a3,3,0,0,0,3-2.94V33.15a3,3,0,0,0-3-2.95Z"/><path class="cls-1" d="M281.44,305.1H212a31.84,31.84,0,0,1-31.8-31.8V203.81A31.83,31.83,0,0,1,212,172h69.49a31.84,31.84,0,0,1,31.8,31.8V273.3A31.84,31.84,0,0,1,281.44,305.1ZM212,200.86a3,3,0,0,0-2.95,2.95V273.3a3,3,0,0,0,2.95,2.95h69.49a3,3,0,0,0,2.95-2.95V203.81a3,3,0,0,0-2.95-2.95Z"/><path class="cls-1" d="M301.82,153.47H212a31.84,31.84,0,0,1-31.8-31.8V31.8A31.84,31.84,0,0,1,212,0h89.87a31.83,31.83,0,0,1,31.79,31.8v89.87A31.83,31.83,0,0,1,301.82,153.47ZM212,28.85A3,3,0,0,0,209,31.8v89.87a3,3,0,0,0,2.95,2.94h89.87a2.94,2.94,0,0,0,2.94-2.94V31.8a3,3,0,0,0-2.94-2.95Z"/><path class="cls-1" d="M127.63,308H31.8A31.84,31.84,0,0,1,0,276.17V180.34a31.84,31.84,0,0,1,31.8-31.8h95.83a31.84,31.84,0,0,1,31.8,31.8v95.83A31.84,31.84,0,0,1,127.63,308ZM31.8,177.39a3,3,0,0,0-2.95,3v95.83a3,3,0,0,0,2.95,2.95h95.83a3,3,0,0,0,3-2.95V180.34a3,3,0,0,0-3-3Z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 56.67 51.37"><defs><style>.cls-1{fill:url(#linear-gradient);}</style><linearGradient id="linear-gradient" x1="54.08" y1="-1.23" x2="-41.54" y2="78.07" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3b88cc"/><stop offset="0.16" stop-color="#3a7fc2"/><stop offset="0.43" stop-color="#3667a7"/><stop offset="0.78" stop-color="#2f407c"/><stop offset="1" stop-color="#2b245e"/></linearGradient></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M52.1,0H4.56A4.56,4.56,0,0,0,0,4.56V35.67a4.56,4.56,0,0,0,4.56,4.57H20.78v5.57H17v5.56H39.7V45.81H35.89V40.24H52.1a4.56,4.56,0,0,0,4.57-4.57V4.56A4.56,4.56,0,0,0,52.1,0ZM50.63,26.17h-.05v8H6V14.07h0v-8H50.63Z"/><circle class="cls-1" cx="28.12" cy="15.54" r="5.33"/><path class="cls-1" d="M17.7,30H39A11.08,11.08,0,0,0,17.7,30Z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 946 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 362.06 324.66"><defs><style>.cls-1{fill:#feca1d;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M321.4,0H40.66A40.65,40.65,0,0,0,0,40.66v177a40.65,40.65,0,0,0,40.66,40.66h91.71v28.33H108.9v38H251v-38H227.34V258.34H321.4a40.65,40.65,0,0,0,40.66-40.66v-177A40.65,40.65,0,0,0,321.4,0Zm1.28,210.7a8.26,8.26,0,0,1-8.26,8.26H47.64a8.26,8.26,0,0,1-8.26-8.26V47.64a8.26,8.26,0,0,1,8.26-8.26H314.42a8.26,8.26,0,0,1,8.26,8.26Z"/><path class="cls-1" d="M321.4,0H40.66A40.65,40.65,0,0,0,0,40.66v177a40.65,40.65,0,0,0,40.66,40.66h91.71v28.33H108.9v38H251v-38H227.34V258.34H321.4a40.65,40.65,0,0,0,40.66-40.66v-177A40.65,40.65,0,0,0,321.4,0Zm1.28,210.7a8.26,8.26,0,0,1-8.26,8.26H47.64a8.26,8.26,0,0,1-8.26-8.26V47.64a8.26,8.26,0,0,1,8.26-8.26H314.42a8.26,8.26,0,0,1,8.26,8.26Z"/><rect class="cls-1" x="116.15" y="93.96" width="29.88" height="93.05"/><rect class="cls-1" x="166.52" y="71.34" width="29.88" height="115.67"/><rect class="cls-1" x="216.03" y="122.98" width="29.88" height="64.02"/><rect class="cls-1" x="116.15" y="93.96" width="29.88" height="93.05"/><rect class="cls-1" x="166.52" y="71.34" width="29.88" height="115.67"/><rect class="cls-1" x="216.03" y="122.98" width="29.88" height="64.02"/><rect class="cls-1" x="116.15" y="93.96" width="29.88" height="93.05"/><rect class="cls-1" x="166.52" y="71.34" width="29.88" height="115.67"/><rect class="cls-1" x="216.03" y="122.98" width="29.88" height="64.02"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 42.47 42.47"><defs><style>.cls-1{fill:url(#linear-gradient);}</style><linearGradient id="linear-gradient" x1="43.68" y1="5.29" x2="-56.05" y2="76.13" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3b88cc"/><stop offset="0.13" stop-color="#3a7fc2"/><stop offset="0.35" stop-color="#3667a7"/><stop offset="0.64" stop-color="#2f407c"/><stop offset="0.81" stop-color="#2b245e"/></linearGradient></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M21.23,0A21.24,21.24,0,1,0,42.47,21.24,21.26,21.26,0,0,0,21.23,0Zm7.55,5.51a17.42,17.42,0,0,1,7.56,7l.21.37H30.88l0-.2a27.87,27.87,0,0,0-2.39-6.84l-.35-.66ZM15.54,12.58a20.19,20.19,0,0,1,2.69-6.4c.86-1.26,1.73-2.38,3-2.38s2.15,1.12,3,2.38a20.2,20.2,0,0,1,2.7,6.4l.08.31H15.46Zm-11.2,13a17.56,17.56,0,0,1,0-8.72l0-.19H11L11,17c-.14,1.41-.21,2.85-.21,4.28s.07,2.86.21,4.27l0,.27H4.39ZM13.69,37a17.46,17.46,0,0,1-7.56-7l-.21-.38h5.67l0,.2A27.72,27.72,0,0,0,14,36.62l.34.67ZM14,5.85a27.87,27.87,0,0,0-2.39,6.84l0,.2H5.92l.21-.37a17.42,17.42,0,0,1,7.56-7l.67-.32Zm12.91,24a20.2,20.2,0,0,1-2.7,6.4c-.85,1.26-1.73,2.38-3,2.38s-2.14-1.12-3-2.38a20.19,20.19,0,0,1-2.69-6.4l-.08-.31H27Zm.76-4.33,0,.22H14.8l0-.22a40.78,40.78,0,0,1,0-8.65l0-.22H27.67l0,.22a38.21,38.21,0,0,1,.24,4.33A38,38,0,0,1,27.69,25.56ZM36.34,30a17.46,17.46,0,0,1-7.56,7l-.68.32.35-.66a27.72,27.72,0,0,0,2.39-6.84l0-.2h5.67Zm1.74-4.18H31.49l0-.27a40.57,40.57,0,0,0,.22-4.27A40.62,40.62,0,0,0,31.51,17l0-.27h6.59l0,.19a17.56,17.56,0,0,1,0,8.72Z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 62.93 42.98"><defs><style>.cls-1{fill:none;}.cls-2{clip-path:url(#clip-path);}.cls-3{fill:url(#linear-gradient);}.cls-4{clip-path:url(#clip-path-2);}</style><clipPath id="clip-path"><path class="cls-1" d="M20.63,13.76h25.3a1.52,1.52,0,0,1,1.53,1.52h0a1.52,1.52,0,0,1-1.53,1.52H20.63a1.52,1.52,0,0,1-1.52-1.52h0A1.52,1.52,0,0,1,20.63,13.76Z"/></clipPath><linearGradient id="linear-gradient" x1="65.99" y1="-5.92" x2="-36.35" y2="78.95" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3b88cc"/><stop offset="0.16" stop-color="#3a7fc2"/><stop offset="0.42" stop-color="#3667a7"/><stop offset="0.76" stop-color="#2f407c"/><stop offset="0.97" stop-color="#2b245e"/></linearGradient><clipPath id="clip-path-2"><path class="cls-1" d="M24.72,23.44H45.93A1.52,1.52,0,0,1,47.46,25h0a1.52,1.52,0,0,1-1.53,1.52H24.72A1.52,1.52,0,0,1,23.2,25h0A1.52,1.52,0,0,1,24.72,23.44Z"/></clipPath></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><g id="Layer_2-3" data-name="Layer 2"><g id="Layer_1-2-3" data-name="Layer 1-2"><g class="cls-2"><polygon class="cls-3" points="45.35 16.8 47.46 14.29 47.46 16.8 45.35 16.8"/><polygon class="cls-3" points="42.73 16.8 45.27 13.76 47.46 13.76 47.46 14.29 45.35 16.8 42.73 16.8"/><polygon class="cls-3" points="40.11 16.8 42.66 13.76 45.27 13.76 42.73 16.8 40.11 16.8"/><polygon class="cls-3" points="37.49 16.8 40.04 13.76 42.66 13.76 40.11 16.8 37.49 16.8"/><polygon class="cls-3" points="34.87 16.8 37.41 13.76 40.04 13.76 37.49 16.8 34.87 16.8"/><polygon class="cls-3" points="32.25 16.8 34.8 13.76 37.41 13.76 34.87 16.8 32.25 16.8"/><polygon class="cls-3" points="29.64 16.8 32.18 13.76 34.8 13.76 32.25 16.8 29.64 16.8"/><polygon class="cls-3" points="27.01 16.8 29.56 13.76 32.18 13.76 29.64 16.8 27.01 16.8"/><polygon class="cls-3" points="24.39 16.8 26.94 13.76 29.56 13.76 27.01 16.8 24.39 16.8"/><polygon class="cls-3" points="21.78 16.8 24.32 13.76 26.94 13.76 24.39 16.8 21.78 16.8"/><polygon class="cls-3" points="19.15 16.8 21.7 13.76 24.32 13.76 21.78 16.8 19.15 16.8"/><polygon class="cls-3" points="21.7 13.76 19.15 16.8 19.11 16.8 19.11 13.76 21.7 13.76"/></g><g class="cls-4"><polygon class="cls-3" points="45.53 26.49 47.46 24.19 47.46 26.49 45.53 26.49"/><polygon class="cls-3" points="43.28 26.49 45.83 23.44 47.46 23.44 47.46 24.19 45.53 26.49 43.28 26.49"/><polygon class="cls-3" points="41.03 26.49 43.57 23.44 45.83 23.44 43.28 26.49 41.03 26.49"/><polygon class="cls-3" points="38.77 26.49 41.32 23.44 43.57 23.44 41.03 26.49 38.77 26.49"/><polygon class="cls-3" points="36.52 26.49 39.06 23.44 41.32 23.44 38.77 26.49 36.52 26.49"/><polygon class="cls-3" points="34.26 26.49 36.81 23.44 39.06 23.44 36.52 26.49 34.26 26.49"/><polygon class="cls-3" points="32.01 26.49 34.56 23.44 36.81 23.44 34.26 26.49 32.01 26.49"/><polygon class="cls-3" points="29.76 26.49 32.3 23.44 34.56 23.44 32.01 26.49 29.76 26.49"/><polygon class="cls-3" points="27.5 26.49 30.05 23.44 32.3 23.44 29.76 26.49 27.5 26.49"/><polygon class="cls-3" points="25.25 26.49 27.79 23.44 30.05 23.44 27.5 26.49 25.25 26.49"/><polygon class="cls-3" points="23.2 26.24 25.54 23.44 27.79 23.44 25.25 26.49 23.2 26.49 23.2 26.24"/><polygon class="cls-3" points="23.2 23.55 23.29 23.44 25.54 23.44 23.2 26.24 23.2 23.55"/><polygon class="cls-3" points="23.29 23.44 23.2 23.55 23.2 23.44 23.29 23.44"/></g></g></g><path class="cls-3" d="M58.36,0H10.82A4.56,4.56,0,0,0,6.26,4.56V18.3a14.91,14.91,0,0,1,4.09-.57,15.71,15.71,0,0,1,2,.12V14.07h0v-8H56.89V26.17h0v8H25.18a14.92,14.92,0,0,1-2,6.09H58.36a4.58,4.58,0,0,0,4.57-4.57V4.56A4.57,4.57,0,0,0,58.36,0Z"/><path class="cls-3" d="M12.3,26.31v.83a2.21,2.21,0,0,0,0-.37A1.75,1.75,0,0,0,12.3,26.31Z"/><path class="cls-3" d="M12.3,22.46a10.4,10.4,0,0,0-2-.19,10.15,10.15,0,0,0-4.09.85,10.35,10.35,0,1,0,14.33,11,9.54,9.54,0,0,0,.12-1.52A10.37,10.37,0,0,0,12.3,22.46ZM10.65,25a1.71,1.71,0,0,1,1.65,1.28,1.75,1.75,0,0,1,0,.46,2.21,2.21,0,0,1,0,.37,1.74,1.74,0,0,1-3.45-.37A1.8,1.8,0,0,1,10.65,25Zm-3,5.85c.11,0,.27-.05.38-.05h3.28c.42,0,.63.21.63.58a5.78,5.78,0,0,1-.11,1c-.2,1.21-.47,2.49-.68,3.7-.06.43-.16.85-.21,1.23a2.13,2.13,0,0,0,0,.58.43.43,0,0,0,.53.36,2.88,2.88,0,0,0,.63-.15,2.9,2.9,0,0,0,.48-.27c.27-.11.48.06.37.32a.67.67,0,0,1-.26.42,3.43,3.43,0,0,1-2.28,1.06,10.79,10.79,0,0,1-1.27-.05,1.8,1.8,0,0,1-1.43-1.86c.11-.63.16-1.27.27-1.85.16-1.11.37-2.17.58-3.28v-.21c0-.48-.16-.64-.58-.69-.22-.05-.38-.05-.59-.1a.51.51,0,0,1-.32-.43A1,1,0,0,1,7.68,30.88Z"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="33.534" height="182.701" viewBox="0 0 33.534 182.701">
<g id="Group_755" data-name="Group 755" transform="translate(-4.701 -13.326)">
<g id="Group_342" data-name="Group 342" transform="translate(686.122 -100.639) rotate(90)">
<path id="Path_235" data-name="Path 235" d="M1783.518,676.418s45.7-15.767,85.456-2.516c20.573,6.859,63.031,6.3,95.334,0" transform="translate(-1669.227 -11.527)" fill="none" stroke="#bcc3ce" stroke-width="2"/>
</g>
<path id="Path_309" data-name="Path 309" d="M6823.193,2688.6c14.274,8.08,17.506,17.843,17.506,17.843s12.12-8.416,14.544-26.394" transform="translate(-6818 -2512)" fill="none" stroke="#bcc3ce" stroke-width="2"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 741 B

View File

@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="33.534" height="519.494" viewBox="0 0 33.534 519.494">
<g id="Group_755" data-name="Group 755" transform="translate(-4.701 -13.532)">
<g id="Group_342" data-name="Group 342" transform="translate(686.122 -100.639) rotate(90)">
<path id="Path_235" data-name="Path 235" d="M1783.519,676.418s130.88-15.767,244.75-2.516c58.923,6.859,180.524,6.3,273.04,0" transform="translate(-1669.228 -11.527)" fill="none" stroke="#bcc3ce" stroke-width="2"/>
</g>
<path id="Path_309" data-name="Path 309" d="M6823.193,2688.6c14.274,8.08,17.506,17.843,17.506,17.843s12.12-8.416,14.544-26.394" transform="translate(-6818 -2175)" fill="none" stroke="#bcc3ce" stroke-width="2"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 82.278 58.7"><defs><style>.a{fill:#fff;}.a,.b{stroke:#ebb13e;stroke-miterlimit:10;stroke-width:3px;}.b{fill:none;}</style></defs><g transform="translate(1 2)"><g transform="translate(-9.464 -954.4)"><path class="a" d="M60,979.6a12.864,12.864,0,0,0,1.9-2.1.91.91,0,0,0,0-1.2c-.9-1.1-1.5-1.9-1.9-2.5.2-.5.4-1,.6-1.4l3.3-.5a.9.9,0,0,0,.8-1l-.1-4.2a1.063,1.063,0,0,0-.9-1l-3.2-.5a11.111,11.111,0,0,0-.7-1.6c.1-.1.2-.3.4-.4a5.548,5.548,0,0,0,.6-.8l.3-.4a6.783,6.783,0,0,0,.6-.9,1.083,1.083,0,0,0,0-1.1,19.927,19.927,0,0,0-3.2-3.3,1.059,1.059,0,0,0-1.3-.1l-2.6,2c-.5-.2-.9-.4-1.4-.6l-.5-3.3a.974.974,0,0,0-1-.8H47.5a.974.974,0,0,0-1,.8c-.2,1.1-.4,2.2-.5,3.4l-1.5.6-2.4-1.9c-.1-.1-.2-.1-.3-.2-.6-.3-1.1,0-2.4,1.3a17.966,17.966,0,0,0-1.9,2,.91.91,0,0,0,0,1.2l.2.2a22.13,22.13,0,0,1,1.7,2.3,4.714,4.714,0,0,0-.6,1.5l-3.4.6a.9.9,0,0,0-.8,1l.1,4.2a1.063,1.063,0,0,0,.9,1l3.3.5a11.111,11.111,0,0,0,.7,1.6c-.2.3-.6.7-.9,1.2l-.3.4a6.783,6.783,0,0,0-.6.9,1.083,1.083,0,0,0,0,1.1,32.6,32.6,0,0,0,3.1,3.3,1.23,1.23,0,0,0,1.3.1l2.6-2a11.209,11.209,0,0,0,1.3.5l.5,3.3a.974.974,0,0,0,1,.8h4.2a1.077,1.077,0,0,0,1-.8v-.1a30.679,30.679,0,0,0,.4-3.1l1.5-.6,3,2.5Z"/><path class="a" d="M50.1,965.6a2.9,2.9,0,1,1-2.9,2.9A3.039,3.039,0,0,1,50.1,965.6Z"/></g><circle class="a" cx="7.435" cy="7.435" r="7.435" transform="translate(61.335 13.246)"/><circle class="a" cx="7.435" cy="7.435" r="7.435" transform="translate(4.169 13.246)"/><path class="b" d="M63.951,58.112h0A16.5,16.5,0,0,0,47.438,41.6H34.112A16.5,16.5,0,0,0,17.6,58.112h0" transform="translate(-0.588 -1.412)"/><path class="b" d="M65.5,41.6h0A16.567,16.567,0,0,1,82.012,58.112h0" transform="translate(-2.234 -1.412)"/><path class="b" d="M17.012,41.6h0A16.567,16.567,0,0,0,.5,58.112h0" transform="translate(0 -1.412)"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72.3 64.727"><defs><style>.a{fill:#fff;}.a,.b,.c{stroke:#ebb13e;stroke-linecap:round;stroke-width:3px;}.b,.c{fill:none;}.b{stroke-miterlimit:10;}</style></defs><g transform="translate(1 1)"><path class="a" d="M29.149,14.574A14.574,14.574,0,0,1,0,14.574C0,6.525,29.149,6.525,29.149,14.574Z" transform="translate(0.5 33.078)"/><path class="a" d="M29.149,14.574A14.574,14.574,0,0,1,0,14.574C0,6.525,29.149,6.525,29.149,14.574Z" transform="translate(40.508 33.078)"/><line class="b" x2="10.717" transform="translate(29.792 47.653)"/><path class="b" d="M51.788,47.653V9.788L42.5.5" transform="translate(18.012)"/><path class="b" d="M.5,48.081V9.788L9.788.5"/><path class="c" d="M5.144,34.847s7.429-5.319,16.916,0" transform="translate(19.069 -4.556) rotate(18)"/><path class="c" d="M23.231,32.482s-7.943,5.2-18.087,0" transform="translate(19.491 9.185) rotate(-31)"/></g></svg>

Before

Width:  |  Height:  |  Size: 925 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 KiB