[main | DONE | CHANGED] Updated home page, favicon, added font-family Ubuntu and customized css for faircore4eosc.

This commit is contained in:
Konstantina Galouni 2023-10-30 11:26:10 +02:00
parent 863468ed0c
commit 18b5db153d
27 changed files with 995 additions and 513 deletions

View File

@ -305,5 +305,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}

View File

@ -7,94 +7,96 @@ const routes: Routes = [
{path: '', loadChildren: () => import('./home/home.module').then(m => m.HomeModule)},
{
path: 'search/result',
loadChildren: () => import('./landingPages/result/libResult.module').then(m => m.LibResultModule), data: { showHeader: true}
loadChildren: () => import('./landingPages/result/libResult.module').then(m => m.LibResultModule),
data: { showHeader: true, hasMenuSearchBar: true}
},
{
path: 'search/publication',
loadChildren: () => import('./landingPages/publication/libPublication.module').then(m => m.LibPublicationModule), data: { showHeader: true}
loadChildren: () => import('./landingPages/publication/libPublication.module').then(m => m.LibPublicationModule),
data: { showHeader: true, hasMenuSearchBar: true}
},
{
path: 'search/dataset',
loadChildren: () => import('./landingPages/dataset/libDataset.module').then(m => m.LibDatasetModule), data: { showHeader: true}
loadChildren: () => import('./landingPages/dataset/libDataset.module').then(m => m.LibDatasetModule), data: { showHeader: true, hasMenuSearchBar: true}
},
{
path: 'search/software',
loadChildren: () => import('./landingPages/software/libSoftware.module').then(m => m.LibSoftwareModule), data: { showHeader: true}
loadChildren: () => import('./landingPages/software/libSoftware.module').then(m => m.LibSoftwareModule), data: { showHeader: true, hasMenuSearchBar: true}
},
{
path: 'search/other',
loadChildren: () => import('./landingPages/orp/libOrp.module').then(m => m.LibOrpModule), data: { showHeader: true}
loadChildren: () => import('./landingPages/orp/libOrp.module').then(m => m.LibOrpModule), data: { showHeader: true, hasMenuSearchBar: true}
},
{
path: 'search/project',
loadChildren: () => import('./landingPages/project/libProject.module').then(m => m.LibProjectModule), data: { showHeader: true}
loadChildren: () => import('./landingPages/project/libProject.module').then(m => m.LibProjectModule), data: { showHeader: true, hasMenuSearchBar: true}
},
{
path: 'search/dataprovider',
loadChildren: () => import('./landingPages/dataProvider/libDataProvider.module').then(m => m.LibDataProviderModule), data: { showHeader: true}
loadChildren: () => import('./landingPages/dataProvider/libDataProvider.module').then(m => m.LibDataProviderModule), data: { showHeader: true, hasMenuSearchBar: true}
},
{
path: 'search/service',
loadChildren: () => import('./landingPages/service/libService.module').then(m => m.LibServiceModule), data: { showHeader: true}
loadChildren: () => import('./landingPages/service/libService.module').then(m => m.LibServiceModule), data: { showHeader: true, hasMenuSearchBar: true}
},
{
path: 'search/organization',
loadChildren: () => import('./landingPages/organization/libOrganization.module').then(m => m.LibOrganizationModule), data: { showHeader: true}
loadChildren: () => import('./landingPages/organization/libOrganization.module').then(m => m.LibOrganizationModule), data: { showHeader: true, hasMenuSearchBar: true}
},
{
path: 'search/find',
redirectTo: ''
// loadChildren: () => import('./searchPages/find/libSearch.module').then(m => m.LibMainSearchModule)
// redirectTo: ''
loadChildren: () => import('./searchPages/find/libSearch.module').then(m => m.LibMainSearchModule)
},
{
path: 'search/find/research-outcomes',
redirectTo: ''
// loadChildren: () => import('./searchPages/simple/searchResearchResults.module').then(m => m.OpenaireSearchResearchResultsModule)
// redirectTo: ''
loadChildren: () => import('./searchPages/simple/searchResearchResults.module').then(m => m.OpenaireSearchResearchResultsModule)
},
{
path: 'search/find/projects',
redirectTo: ''
// loadChildren: () => import('./searchPages/simple/searchProjects.module').then(m => m.LibSearchProjectsModule)
// redirectTo: ''
loadChildren: () => import('./searchPages/simple/searchProjects.module').then(m => m.LibSearchProjectsModule)
},
{
path: 'search/find/dataproviders',
redirectTo: ''
// loadChildren: () => import('./searchPages/simple/searchDataProviders.module').then(m => m.LibSearchDataProvidersModule)
// redirectTo: ''
loadChildren: () => import('./searchPages/simple/searchDataProviders.module').then(m => m.LibSearchDataProvidersModule)
},
{
path: 'search/find/services',
redirectTo: ''
// loadChildren: () => import('./searchPages/simple/searchServices.module').then(m => m.LibSearchServicesModule)
// redirectTo: ''
loadChildren: () => import('./searchPages/simple/searchServices.module').then(m => m.LibSearchServicesModule)
},
{
path: 'search/find/organizations',
redirectTo: ''
// loadChildren: () => import('./searchPages/simple/searchOrganizations.module').then(m => m.LibSearchOrganizationsModule)
// redirectTo: ''
loadChildren: () => import('./searchPages/simple/searchOrganizations.module').then(m => m.LibSearchOrganizationsModule)
},
{
path: 'search/advanced/research-outcomes',
redirectTo: ''
// loadChildren: () => import('./searchPages/advanced/searchResearchResults.module').then(m => m.OpenaireAdvancedSearchResearchResultsModule)
// redirectTo: ''
loadChildren: () => import('./searchPages/advanced/searchResearchResults.module').then(m => m.OpenaireAdvancedSearchResearchResultsModule)
},
{
path: 'search/advanced/organizations',
redirectTo: ''
// loadChildren: () => import('./searchPages/advanced/advancedSearchOrganizations.module').then(m => m.LibAdvancedSearchOrganizationsModule)
// redirectTo: ''
loadChildren: () => import('./searchPages/advanced/advancedSearchOrganizations.module').then(m => m.LibAdvancedSearchOrganizationsModule)
},
{
path: 'search/advanced/dataproviders',
redirectTo: ''
// loadChildren: () => import('./searchPages/advanced/advancedSearchDataProviders.module').then(m => m.LibAdvancedSearchDataProvidersModule)
// redirectTo: ''
loadChildren: () => import('./searchPages/advanced/advancedSearchDataProviders.module').then(m => m.LibAdvancedSearchDataProvidersModule)
},
{
path: 'search/advanced/services',
redirectTo: ''
// loadChildren: () => import('./searchPages/advanced/advancedSearchServices.module').then(m => m.LibAdvancedSearchServicesModule)
// redirectTo: ''
loadChildren: () => import('./searchPages/advanced/advancedSearchServices.module').then(m => m.LibAdvancedSearchServicesModule)
},
{
path: 'search/advanced/projects',
redirectTo: ''
// loadChildren: () => import('./searchPages/advanced/advancedSearchProjects.module').then(m => m.LibAdvancedSearchProjectsModule)
// redirectTo: ''
loadChildren: () => import('./searchPages/advanced/advancedSearchProjects.module').then(m => m.LibAdvancedSearchProjectsModule)
},
{
path: 'reload',

View File

@ -20,10 +20,10 @@ import {OpenaireEntities} from "./openaireLibrary/utils/properties/searchFields"
template: `
<div id="modal-container"></div>
<div *ngIf="agg">
<!-- <navbar *ngIf="properties && loginCheck && header && showHeader" portal="eosc" [properties]=properties [onlyTop]=false-->
<!-- [user]="user" [userMenuItems]="userMenuItems"-->
<!-- [communityId]="properties.adminToolsCommunity" [menuItems]=menuItems-->
<!-- [userMenu]="agg.enableLogin" [header]="header"></navbar>-->
<navbar *ngIf="properties && loginCheck && header && showHeader" portal="eosc" [properties]=properties [onlyTop]=false
[user]="user" [userMenuItems]="userMenuItems"
[communityId]="properties.adminToolsCommunity" [menuItems]=menuItems
[userMenu]="agg.enableLogin" [header]="header"></navbar>
<div class="custom-main-content">
<main>
<router-outlet></router-outlet>
@ -79,7 +79,7 @@ export class AppComponent {
position: 'center',
menuPosition: 'center',
badge: false,
darkBg: true
darkBg: false
};
this.buildMenu();
}

View File

@ -1,23 +1,45 @@
<!--<div class="image-front-topbar">-->
<!-- <div class="uk-section uk-section-small home-background">-->
<!-- <div id="searchForm" class="uk-container uk-container-large uk-section uk-section-xsmall uk-padding-remove-bottom">-->
<!-- <div class="uk-grid uk-flex uk-flex-center uk-margin-small-top">-->
<!-- <div class="uk-width-1-1 uk-width-auto@m uk-first-column"><div id="searchImage"></div></div>-->
<!-- <div class="uk-width-expand uk-padding-remove-vertical search_box_bg" uk-scrollspy="target: [uk-scrollspy-class]; cls: uk-animation-slide-bottom-medium; delay: 200">-->
<!-- <div class="uk-flex uk-flex-center uk-flex-wrap">-->
<!-- <div class="uk-width-xlarge@l uk-width-large">-->
<!-- <div class="uk-flex uk-flex-center uk-child-width-1-1">-->
<!-- <div [class.uk-invisible]="disableSelect" uk-scrollspy-class>-->
<!-- <advanced-search-input (searchEmitter)="goTo(true)">-->
<!-- <entities-selection #entities [simpleView]="true" currentEntity="all" [selectedEntity]="selectedEntity"-->
<!-- (selectionChange)="entityChanged($event)" (disableSelectEmitter)="disableSelectChange($event)"-->
<!-- [onChangeNavigate]="false" class="uk-width-2-5"></entities-selection>-->
<!-- <div class="uk-width-expand" input placeholder="Scholary works" [hint]="'Search in OpenAIRE'"-->
<!-- [(value)]="keyword" tooltip="true"></div>-->
<!-- </advanced-search-input>-->
<!-- <div *ngIf="selectedEntity === 'result' && !entities.input.focused" class="uk-dropdown uk-display-block uk-margin-top uk-width-auto">-->
<!-- <div class="uk-padding-small">-->
<!-- <quick-selections [resultTypes]="resultTypes" [quickFilter]="resultsQuickFilter"></quick-selections>-->
<div class="home">
<img src="/assets/home/flare.svg" class="flare">
<div class="uk-section uk-padding-remove-bottom uk-overflow-hidden">
<div class="uk-container uk-container-large"
uk-scrollspy="target: [uk-scrollspy-class]; cls: uk-animation-slide-bottom-medium; delay: 200">
<div class="uk-flex uk-flex-center" uk-grid>
<div class="uk-width-3-5@m uk-margin-large-bottom">
<div class="uk-margin-medium-top" style="max-width: 600px;" uk-scrollspy-class>
<div class="uk-flex uk-flex-right uk-text-small">
<a [routerLink]="properties.searchLinkToAdvancedResults" class="uk-margin-small-bottom">
Advanced search
</a>
</div>
<div search-input [(value)]="keyword"
[placeholder]="'Search in FAIRCORE4EOSC'" (searchEmitter)="goTo()"
[searchInputClass]="'inner background'"></div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="image-front-topbar">-->
<!-- <div class="uk-section uk-section-small home-background">-->
<!-- <div id="searchForm" class="uk-container uk-container-large uk-section uk-section-xsmall uk-padding-remove-bottom">-->
<!-- <div class="uk-grid uk-flex uk-flex-center uk-margin-small-top">-->
<!-- <div class="uk-width-1-1 uk-width-auto@m uk-first-column"><div id="searchImage"></div></div>-->
<!-- <div class="uk-width-expand uk-padding-remove-vertical search_box_bg" uk-scrollspy="target: [uk-scrollspy-class]; cls: uk-animation-slide-bottom-medium; delay: 200">-->
<!-- <div class="uk-flex uk-flex-center uk-flex-wrap">-->
<!-- <div class="uk-width-xlarge@l uk-width-large">-->
<!-- <div class="uk-flex uk-flex-center uk-child-width-1-1">-->
<!-- <div [class.uk-invisible]="disableSelect" uk-scrollspy-class>-->
<!-- <advanced-search-input (searchEmitter)="goTo(true)">-->
<!-- <entities-selection #entities [simpleView]="true" currentEntity="all" [selectedEntity]="selectedEntity"-->
<!-- (selectionChange)="entityChanged($event)" (disableSelectEmitter)="disableSelectChange($event)"-->
<!-- [onChangeNavigate]="false" class="uk-width-2-5"></entities-selection>-->
<!-- <div class="uk-width-expand" input placeholder="Scholary works" [hint]="'Search in OpenAIRE'"-->
<!-- [(value)]="keyword" tooltip="true"></div>-->
<!-- </advanced-search-input>-->
<!-- <div *ngIf="selectedEntity === 'result' && !entities.input.focused" class="uk-dropdown uk-display-block uk-margin-top uk-width-auto">-->
<!-- <div class="uk-padding-small">-->
<!-- <quick-selections [resultTypes]="resultTypes" [quickFilter]="resultsQuickFilter"></quick-selections>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
@ -28,104 +50,27 @@
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<!--<div class="uk-section uk-container uk-container-large">-->
<!-- <div class="contentbox uk-grid uk-child-width-1-1@s uk-flex-row-reverse">-->
<!-- <div class="uk-width-medium@m uk-width-large@l uk-width-xlarge@xl uk-width-1-1 uk-flex uk-flex-middle uk-padding-remove-horizontal">-->
<!-- <img src="https://marketplace.eosc-portal.eu/packs/media/images/gfx_whole_illustation_desktop-fc94d4f7e15455d1785ef4793e1573fb.png">-->
<!-- </div>-->
<!-- <div class="uk-width-expand">-->
<!-- <div class="">-->
<!-- <div class=" ">-->
<!-- <h1 class=" uk-h2 uk-text-normal">Welcome to EOSC Explore</h1>-->
<!-- <h2 class="uk-h5 uk-text-normal uk-text-italics"><br>-->
<!-- <i>The in-context research discovery portal over the EOSC Exchange and the global map of science.</i>-->
<!-- </h2>-->
<!-- </div>-->
<!-- <div class="uk-margin-large-top uk-text-large uk-text-light">The EOSC Explore supports discovery of research products and services onboarded in the EOSC Exchange in the wider context of scientific research outcomes, research funding, and research organization. The EOSC Research Graph, powered by the OpenAIRE Research Graph, provides links from products and services to funders, projects, organizations, and authors, collects and infers SDGs subjects, communities, many more. The portal exploits the EOSC Interoperability Framework to identify relationships between research products in the graph and EOSC Services in the EOSC Marketplace, to facilitate and enable composability of resources. </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- &lt;!&ndash; <aside><img src="https://marketplace.eosc-portal.eu/packs/media/images/gfx_whole_illustation_desktop-fc94d4f7e15455d1785ef4793e1573fb.png"></aside>&ndash;&gt;-->
<!-- </div>-->
<!--<div class="uk-section graph-background" *ngIf="aggregator.graphSectionText && aggregator.graphSectionTitle">-->
<!-- <div class="uk-container">-->
<!-- <div class="uk-flex uk-flex-top uk-child-width-1-1 uk-child-width-1-2@m" uk-grid>-->
<!-- <div class="uk-flex-last@m">-->
<!-- <div [class.lines-10]="!readMore" class="uk-margin-bottom multi-line-ellipsis">-->
<!-- <div class="uk-h3">{{aggregator.graphSectionTitle}}</div>-->
<!-- <p [innerHtml]="aggregator.graphSectionText">-->
<!-- </p>-->
<!-- </div>-->
<!-- <div *ngIf="aggregator.graphSectionText">-->
<!-- <div *ngIf="!readMore" class="uk-text-center clickable" (click)="readMore = true">-->
<!-- <span>Read more<span class="space" uk-icon="chevron-down"></span></span>-->
<!-- </div>-->
<!-- <div *ngIf="readMore" class="uk-text-center clickable" (click)="readMore = false">-->
<!-- <span>Read less<span class="space" uk-icon="chevron-up"></span></span>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="uk-flex uk-flex-bottom">-->
<!-- <div class="uk-width-1-3 uk-width-1-2@m">-->
<!-- <img src="assets/graph.svg">-->
<!-- </div>-->
<!-- <div class="uk-padding uk-width-1-2">-->
<!-- <img src="assets/common-assets/logo-large-graph.png">-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<!--<div class="uk-section" *ngIf="isRouteAvailable('participate/deposit/learn-how') || isRouteAvailable('participate/claim')">-->
<!-- <div class="uk-padding uk-padding-remove-horizontal">-->
<!-- <div class="uk-container uk-container-small">-->
<!-- <div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">-->
<!-- <div class="uk-width-1-1@m uk-first-column">-->
<!-- <div-->
<!-- class="uk-margin uk-text-center uk-child-width-1-1 uk-grid-match uk-child-width-1-1@s uk-child-width-1-2@m uk-child-width-1-2@l uk-grid"-->
<!-- id="page#8" uk-grid="" uk-height-match="target: .target">-->
<!-- <div class="uk-first-column" *ngIf="isRouteAvailable('participate/deposit/learn-how')">-->
<!-- <div class="el-item uk-card uk-card-default uk-card-medium uk-card-body">-->
<!-- <div class="uk-text-center target"><img alt="Share" class="uk-width-1-3@m uk-width-small"-->
<!-- src="assets/share.svg"></div>-->
<!-- <div class="el-content uk-margin uk-text-large"><span class="uk-text-bold">Deposit</span> your research-->
<!-- </div>-->
<!-- <div class="uk-margin-small-top uk-text-left card-text uk-flex uk-flex-center">-->
<!-- <div class="uk-margin-left uk-margin-right">Deposit in a repository of your choice.<br>-->
<!-- Select an OpenAIRE compatible<br>-->
<!-- repository (2.0 +) so that your research is linked to your funding information. Use Zenodo, a-->
<!-- catch-all repository hosted by CERN to deposit all your research results (publications, data,-->
<!-- software, etc.)-->
<!-- </div>-->
<!-- </div>-->
<!-- <a class="uk-button portal-button uk-padding uk-padding-remove-vertical uk-margin-small-left ng-star-inserted uk-margin uk-margin-bottom uk-width-1-2"-->
<!-- href="/participate/deposit/learn-how" type="submit">Deposit </a></div>-->
<!-- </div>-->
<!-- <div *ngIf=" isRouteAvailable('participate/claim')">-->
<!-- <div class="el-item uk-card uk-card-default uk-card-medium uk-card-body">-->
<!-- <div class="uk-text-center target"><img alt="Share" class="uk-width-1-3@m uk-width-small"-->
<!-- src="assets/link.svg"></div>-->
<!-- <div class="el-content uk-margin uk-text-large"><span class="uk-text-bold">Link</span> your work</div>-->
<!-- <div class="uk-margin-small-top uk-text-left card-text uk-flex uk-flex-center">-->
<!-- <div class="uk-margin-left uk-margin-right">Connect all your research.<br>-->
<!-- If you can't find your research results in OpenAIRE, don't worry! Use our Link Out service , that-->
<!-- reaches out to many<br>-->
<!-- external sources via APIs, to connect<br>-->
<!-- your research results and claim them to your project.-->
<!-- </div>-->
<!-- </div>-->
<!-- <a class="uk-button portal-button uk-padding uk-padding-remove-vertical uk-margin-small-left ng-star-inserted uk-margin uk-margin-bottom uk-width-1-2"-->
<!-- href="/participate/claim" type="submit">Link </a></div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<!--</div>-->
<div class="uk-section uk-container uk-container-large">
<div class="contentbox uk-grid uk-child-width-1-1 uk-child-width-1-2@l">
<div>
<div class=" ">
<h1 class=" uk-h3 ">Developing EOSC-Core components to enable a FAIR EOSC ecosystem </h1>
</div>
<div class="uk-margin-top uk-text-large">
The FAIRCORE4EOSC project focuses on the development and realisation of core components for the European Open Science Cloud (EOSC). Supporting a FAIR EOSC and addressing gaps identified in the Strategic Research and Innovation Agenda (SRIA). Leveraging existing technologies and services, the project will develop nine new EOSC-Core components aimed to improve the discoverability and interoperability of an increased amount of research outputs.
</div>
</div>
<div class="uk-visible@l uk-margin-medium-top">
<div class="artworks uk-align-right uk-position-relative">
<div class="img-box decor1">
<img class="uk-padding-large uk-padding-remove-bottom uk-margin-auto-top" src="/assets/home/char1.svg">
</div>
<div class="img-box decor2">
<img class="uk-padding-large uk-padding-remove-bottom uk-margin-auto" src="/assets/home/char2.svg">
</div>
</div>
</div>
</div>
</div>
<img src="/assets/home/cloud.svg" class="cloudSvg">
</div>

View File

@ -1,268 +1,262 @@
import {Component, Inject} from "@angular/core";
import {DOCUMENT} from "@angular/common";
import {Meta, Title} from "@angular/platform-browser";
import {properties} from "../../environments/environment";
@Component({
selector: 'home',
templateUrl: 'home.component.html',
})
export class HomeComponent {
constructor(@Inject(DOCUMENT) readonly document: Document, private _meta: Meta, private _title: Title) {
let title = "EOSC Explore";
this._title.setTitle(title);
this._meta.updateTag({content:title},"property='og:title'");
}
/** The Window object from Document defaultView */
get window(): Window {
return this.document.defaultView;
}
ngOnInit() {
// this.window.location.href = '...';
if (typeof document !== 'undefined') {
this.window.open('https://'+(properties.environment == "beta" ? "beta." : "")+'search.marketplace.eosc-portal.eu/search/all?q=*', "_self");
}
}
}
// import {ChangeDetectorRef, Component, Inject, ViewChild} from '@angular/core';
// import {Subscription, zip} from 'rxjs';
// import {ActivatedRoute, Router} from '@angular/router';
// import {DOCUMENT, Location} from '@angular/common';
// import {Meta, Title} from '@angular/platform-browser';
// import {ConfigurationService} from '../openaireLibrary/utils/configuration/configuration.service';
// import {SearchDataprovidersService} from '../openaireLibrary/services/searchDataproviders.service';
// import {SearchProjectsService} from '../openaireLibrary/services/searchProjects.service';
// import {SearchOrganizationsService} from '../openaireLibrary/services/searchOrganizations.service';
// import {RefineFieldResultsService} from '../openaireLibrary/services/refineFieldResults.service';
// import {OpenaireEntities, SearchFields} from '../openaireLibrary/utils/properties/searchFields';
//
// import {RouterHelper} from '../openaireLibrary/utils/routerHelper.class';
// import {EnvProperties} from '../openaireLibrary/utils/properties/env-properties';
// import {ErrorCodes} from '../openaireLibrary/utils/properties/errorCodes';
// import {PiwikService} from '../openaireLibrary/utils/piwik/piwik.service';
// import {SEOService} from '../openaireLibrary/sharedComponents/SEO/SEO.service';
// import {SearchResearchResultsService} from "../openaireLibrary/services/searchResearchResults.service";
// import {HelperService} from "../openaireLibrary/utils/helper/helper.service";
// import {Filter} from "../openaireLibrary/searchPages/searchUtils/searchHelperClasses.class";
// import {AggregatorInfo, PortalAggregators} from "../utils/aggregators";
// import {SearchCustomFilter} from "../openaireLibrary/searchPages/searchUtils/searchUtils.class";
// import {Component, Inject} from "@angular/core";
// import {DOCUMENT} from "@angular/common";
// import {Meta, Title} from "@angular/platform-browser";
// import {properties} from "../../environments/environment";
// import {portalProperties} from "../../environments/environment-aggregator";
//
// @Component({
// selector: 'home',
// templateUrl: 'home.component.html',
// })
// export class HomeComponent {
// public keyword:string = "";
//
// public searchFields:SearchFields = new SearchFields();
// public errorCodes:ErrorCodes = new ErrorCodes();
// public routerHelper:RouterHelper = new RouterHelper();
// showPublications: boolean = portalProperties.entities.publication.isEnabled;
// showDatasets: boolean = portalProperties.entities.dataset.isEnabled;
// showSoftware: boolean = portalProperties.entities.software.isEnabled;
// showOrp: boolean = portalProperties.entities.other.isEnabled;
// showOrganizations: boolean = portalProperties.entities.organization.isEnabled;
// showProjects: boolean = portalProperties.entities.project.isEnabled;
// showDataProviders: boolean = portalProperties.entities.datasource.isEnabled;
// properties: EnvProperties = properties;
// public readMore: boolean = false;
//
// private noOfFunders = 3;
// public funders = [];
//
// subs: Subscription[] = [];
//
// resultsQuickFilter: { filter: Filter, selected: boolean, filterId: string, value: string } = {
// filter: null,
// selected: true,
// filterId: "resultbestaccessright",
// value: "Open Access"
// };
// selectedEntity = "all";
// disableSelect: boolean = true;
// selectedEntitySimpleUrl;
// selectedEntityAdvancedUrl;
// resultTypes:Filter = {values:[],filterId:"type", countSelectedValues: 0, filterType: 'checkbox', originalFilterId: "", valueIsExact: true, title: "Result Types",filterOperator:"or"};
// public pageContents = null;
// customFilter:SearchCustomFilter= null;
// aggregator:AggregatorInfo;
//
// constructor (
// private route: ActivatedRoute,
// private _router: Router,
// private _searchResearchResultsService: SearchResearchResultsService,
// private _searchDataprovidersService: SearchDataprovidersService,
// private _searchProjectsService: SearchProjectsService,
// private _searchOrganizationsService: SearchOrganizationsService,
// private _refineFieldResultsService:RefineFieldResultsService,
// private location: Location, private _piwikService:PiwikService,
// private config: ConfigurationService, private _meta: Meta, private _title: Title, private seoService: SEOService,
// private helper: HelperService, private cdr: ChangeDetectorRef
// ) {
// this.aggregator = PortalAggregators.eoscInfo;
// this.customFilter = PortalAggregators.getSearchCustomFilterByAggregator();
// let description = "OpenAIRE Explore: Over 100M of research deduplicated, 170K research software, 11M research data. One of the largest open scholarly records collection worldwide.";
// let title = "OpenAIRE - Explore| " +this.aggregator.title;
// constructor(@Inject(DOCUMENT) readonly document: Document, private _meta: Meta, private _title: Title) {
// let title = "EOSC Explore";
//
// this._title.setTitle(title);
// this._meta.updateTag({content:description},"name='description'");
// this._meta.updateTag({content:description},"property='og:description'");
// this._meta.updateTag({content:title},"property='og:title'");
//
//
// }
//
// private getPageContents() {
// this.subs.push(this.helper.getPageHelpContents(this.properties, 'openaire', this._router.url).subscribe(contents => {
// this.pageContents = contents;
// }));
// /** The Window object from Document defaultView */
// get window(): Window {
// return this.document.defaultView;
// }
//
// public ceil(num: number) {
// return Math.ceil(num);
// }
//
// public ngOnInit() {
// this.seoService.createLinkForCanonicalURL(this.properties.domain + this.properties.baseLink+this._router.url, false);
// this.getPageContents();
// if(this.properties!=null){
// var url = this.properties.domain + this.properties.baseLink+this._router.url;
// this._meta.updateTag({content:url},"property='og:url'");
// if(this.properties.enablePiwikTrack && (typeof document !== 'undefined')){
// this.subs.push(this._piwikService.trackView(this.properties, "OpenAIRE").subscribe());
// }
//
// //this.config.getCommunityInformation(this.properties, this.properties.adminToolsCommunity ).subscribe(data => {
// this.subs.push(this.config.communityInformationState.subscribe(data => {
// if(data) {
// var showEntity = {};
// for (var i = 0; i < data['entities'].length; i++) {
//
// showEntity["" + data['entities'][i]["pid"] + ""] = data['entities'][i]["isEnabled"];
// }
// this.showPublications = !!showEntity["publication"];
// this.showDatasets = !!showEntity["dataset"];
// this.showSoftware = !!showEntity["software"];
// this.showOrp = !!showEntity["orp"];
// this.showProjects = !!showEntity["project"];
// this.showDataProviders = !!showEntity["datasource"];
// this.showOrganizations = !!showEntity["organization"];
// if(this.showPublications){
// this.resultTypes.values.push({name: OpenaireEntities.PUBLICATIONS , id:"publications",selected:false, number:0});
// }
// if(this.showDatasets){
// this.resultTypes.values.push({name: OpenaireEntities.DATASETS , id:"datasets",selected:false, number:0});
// }
// if(this.showSoftware){
// this.resultTypes.values.push({name: OpenaireEntities.SOFTWARE , id:"software",selected:false, number:0});
// }
// if(this.showOrp){
// this.resultTypes.values.push({name: OpenaireEntities.OTHER , id:"other",selected:false, number:0});
// }
// }
// },
// error => {
// this.handleError("Error getting community information", error);
// }
// ));
// ngOnInit() {
// // this.window.location.href = '...';
// if (typeof document !== 'undefined') {
// this.window.open('https://'+(properties.environment == "beta" ? "beta." : "")+'search.marketplace.eosc-portal.eu/search/all?q=*', "_self");
// }
//
// }
// public ngOnDestroy() {
// for (let sub of this.subs) {
// sub.unsubscribe();
// }
// }
//
// private handleError(message: string, error) {
// console.error("Home Page: "+message, error);
// }
// entityChanged($event){
// this.selectedEntity = $event.entity;
// this.selectedEntitySimpleUrl = $event.simpleUrl;
// this.selectedEntityAdvancedUrl = $event.advancedUrl;
// }
// goTo(simple:boolean){
// let url = (simple)?this.selectedEntitySimpleUrl:this.selectedEntityAdvancedUrl;
// let parameterNames = [];
// let parameterValues = [];
// if (this.selectedEntity == "result") {
// if (this.resultTypes) {
// let values = [];
// for(let value of this.resultTypes.values){
// if (value.selected) {
// values.push(value.id);
// }
// }
// if (values.length > 0 && values.length !=4) {
// parameterNames.push("type");
// parameterValues.push(values.join(","));
// }
// if (this.resultsQuickFilter) {
// parameterNames.push("qf");
// parameterValues.push("" + this.resultsQuickFilter.selected);
// }
// }
// }else if(this.selectedEntity == "all"){
// if (this.resultsQuickFilter) {
// parameterNames.push("qf");
// parameterValues.push("true");
// }
// }
// if(this.keyword.length > 0) {
// parameterNames.push("fv0");
// parameterValues.push(this.keyword);
// parameterNames.push("f0");
// parameterValues.push("q");
// }
// if(this.customFilter){
// parameterNames.push(this.customFilter.queryFieldName);
// parameterValues.push(this.customFilter.valueId);
// parameterNames.push("cf");
// parameterValues.push("true");
// }
// this._router.navigate([url], {queryParams: this.routerHelper.createQueryParams(parameterNames, parameterValues)});
// }
// getQueryParamsForAdvancedSearch(entity){
// let params = {};
// if (entity == "result") {
// if (this.resultsQuickFilter) {
// params["qf"] = "" + this.resultsQuickFilter.selected;
// }
// }
// if(this.keyword.length > 0) {
// params["fv0"] = "" + this.keyword;
// params["f0"] = "q";
// }
// if(this.customFilter){
// params = this.customFilter.getParameters(params);
// }
// return params;
// }
//
//
// isRouteAvailable(routeToCheck: string) {
// for (let i = 0; i < this._router.config.length; i++) {
// let routePath: string = this._router.config[i].path;
// if (routePath == routeToCheck) {
// return true;
// }
// }
// return false;
// }
//
// disableSelectChange(event: boolean) {
// this.disableSelect = event;
// this.cdr.detectChanges();
// }
// }
import {ChangeDetectorRef, Component, Inject, ViewChild} from '@angular/core';
import {Subscription, zip} from 'rxjs';
import {ActivatedRoute, Router} from '@angular/router';
import {DOCUMENT, Location} from '@angular/common';
import {Meta, Title} from '@angular/platform-browser';
import {ConfigurationService} from '../openaireLibrary/utils/configuration/configuration.service';
import {SearchDataprovidersService} from '../openaireLibrary/services/searchDataproviders.service';
import {SearchProjectsService} from '../openaireLibrary/services/searchProjects.service';
import {SearchOrganizationsService} from '../openaireLibrary/services/searchOrganizations.service';
import {RefineFieldResultsService} from '../openaireLibrary/services/refineFieldResults.service';
import {OpenaireEntities, SearchFields} from '../openaireLibrary/utils/properties/searchFields';
import {RouterHelper} from '../openaireLibrary/utils/routerHelper.class';
import {EnvProperties} from '../openaireLibrary/utils/properties/env-properties';
import {ErrorCodes} from '../openaireLibrary/utils/properties/errorCodes';
import {PiwikService} from '../openaireLibrary/utils/piwik/piwik.service';
import {SEOService} from '../openaireLibrary/sharedComponents/SEO/SEO.service';
import {SearchResearchResultsService} from "../openaireLibrary/services/searchResearchResults.service";
import {HelperService} from "../openaireLibrary/utils/helper/helper.service";
import {Filter} from "../openaireLibrary/searchPages/searchUtils/searchHelperClasses.class";
import {AggregatorInfo, PortalAggregators} from "../utils/aggregators";
import {SearchCustomFilter} from "../openaireLibrary/searchPages/searchUtils/searchUtils.class";
import {properties} from "../../environments/environment";
import {portalProperties} from "../../environments/environment-aggregator";
@Component({
selector: 'home',
templateUrl: 'home.component.html',
})
export class HomeComponent {
public keyword:string = "";
public searchFields:SearchFields = new SearchFields();
public errorCodes:ErrorCodes = new ErrorCodes();
public routerHelper:RouterHelper = new RouterHelper();
showPublications: boolean = portalProperties.entities.publication.isEnabled;
showDatasets: boolean = portalProperties.entities.dataset.isEnabled;
showSoftware: boolean = portalProperties.entities.software.isEnabled;
showOrp: boolean = portalProperties.entities.other.isEnabled;
showOrganizations: boolean = portalProperties.entities.organization.isEnabled;
showProjects: boolean = portalProperties.entities.project.isEnabled;
showDataProviders: boolean = portalProperties.entities.datasource.isEnabled;
properties: EnvProperties = properties;
public readMore: boolean = false;
private noOfFunders = 3;
public funders = [];
subs: Subscription[] = [];
resultsQuickFilter: { filter: Filter, selected: boolean, filterId: string, value: string } = {
filter: null,
selected: true,
filterId: "resultbestaccessright",
value: "Open Access"
};
selectedEntity = "all";
disableSelect: boolean = true;
selectedEntitySimpleUrl;
selectedEntityAdvancedUrl;
resultTypes:Filter = {values:[],filterId:"type", countSelectedValues: 0, filterType: 'checkbox', originalFilterId: "", valueIsExact: true, title: "Result Types",filterOperator:"or"};
public pageContents = null;
customFilter:SearchCustomFilter= null;
aggregator:AggregatorInfo;
constructor (
private route: ActivatedRoute,
private _router: Router,
private _searchResearchResultsService: SearchResearchResultsService,
private _searchDataprovidersService: SearchDataprovidersService,
private _searchProjectsService: SearchProjectsService,
private _searchOrganizationsService: SearchOrganizationsService,
private _refineFieldResultsService:RefineFieldResultsService,
private location: Location, private _piwikService:PiwikService,
private config: ConfigurationService, private _meta: Meta, private _title: Title, private seoService: SEOService,
private helper: HelperService, private cdr: ChangeDetectorRef
) {
this.aggregator = PortalAggregators.eoscInfo;
this.customFilter = PortalAggregators.getSearchCustomFilterByAggregator();
let description = "OpenAIRE Explore: Over 100M of research deduplicated, 170K research software, 11M research data. One of the largest open scholarly records collection worldwide.";
let title = "OpenAIRE - Explore| " +this.aggregator.title;
this._title.setTitle(title);
this._meta.updateTag({content:description},"name='description'");
this._meta.updateTag({content:description},"property='og:description'");
this._meta.updateTag({content:title},"property='og:title'");
}
private getPageContents() {
this.subs.push(this.helper.getPageHelpContents(this.properties, 'openaire', this._router.url).subscribe(contents => {
this.pageContents = contents;
}));
}
public ceil(num: number) {
return Math.ceil(num);
}
public ngOnInit() {
this.seoService.createLinkForCanonicalURL(this.properties.domain + this.properties.baseLink+this._router.url, false);
this.getPageContents();
if(this.properties!=null){
var url = this.properties.domain + this.properties.baseLink+this._router.url;
this._meta.updateTag({content:url},"property='og:url'");
if(this.properties.enablePiwikTrack && (typeof document !== 'undefined')){
this.subs.push(this._piwikService.trackView(this.properties, "OpenAIRE").subscribe());
}
//this.config.getCommunityInformation(this.properties, this.properties.adminToolsCommunity ).subscribe(data => {
this.subs.push(this.config.portalAsObservable.subscribe(data => {
if(data) {
var showEntity = {};
for (var i = 0; i < data['entities'].length; i++) {
showEntity["" + data['entities'][i]["pid"] + ""] = data['entities'][i]["isEnabled"];
}
this.showPublications = !!showEntity["publication"];
this.showDatasets = !!showEntity["dataset"];
this.showSoftware = !!showEntity["software"];
this.showOrp = !!showEntity["orp"];
this.showProjects = !!showEntity["project"];
this.showDataProviders = !!showEntity["datasource"];
this.showOrganizations = !!showEntity["organization"];
if(this.showPublications){
this.resultTypes.values.push({name: OpenaireEntities.PUBLICATIONS , id:"publications",selected:false, number:0});
}
if(this.showDatasets){
this.resultTypes.values.push({name: OpenaireEntities.DATASETS , id:"datasets",selected:false, number:0});
}
if(this.showSoftware){
this.resultTypes.values.push({name: OpenaireEntities.SOFTWARE , id:"software",selected:false, number:0});
}
if(this.showOrp){
this.resultTypes.values.push({name: OpenaireEntities.OTHER , id:"other",selected:false, number:0});
}
}
},
error => {
this.handleError("Error getting community information", error);
}
));
}
}
public ngOnDestroy() {
for (let sub of this.subs) {
sub.unsubscribe();
}
}
private handleError(message: string, error) {
console.error("Home Page: "+message, error);
}
entityChanged($event){
this.selectedEntity = $event.entity;
this.selectedEntitySimpleUrl = $event.simpleUrl;
this.selectedEntityAdvancedUrl = $event.advancedUrl;
}
goTo() {
let parameterNames = [];
let parameterValues = [];
// if (this.selectedEntity == "result") {
// if (this.resultTypes) {
// let values = [];
// for (let value of this.resultTypes.values) {
// if (value.selected) {
// values.push(value.id);
// }
// }
// if (values.length > 0 && values.length != 4) {
// parameterNames.push("type");
// parameterValues.push(values.join(","));
// }
// if (this.resultsQuickFilter && this.resultsQuickFilter.selected) {
// parameterNames.push(this.resultsQuickFilter.filterId);
// parameterValues.push('"' + encodeURIComponent(this.resultsQuickFilter.value) + '"');
// }
// }
// } else if (this.selectedEntity == "all") {
if (this.resultsQuickFilter && this.resultsQuickFilter.selected) {
parameterNames.push(this.resultsQuickFilter.filterId);
parameterValues.push('"' + encodeURIComponent(this.resultsQuickFilter.value) + '"');
}
// }
if (this.keyword.length > 0) {
parameterNames.push("fv0");
parameterValues.push(this.keyword);
parameterNames.push("f0");
parameterValues.push("q");
}
this._router.navigate([this.properties.searchLinkToAll], {queryParams: this.routerHelper.createQueryParams(parameterNames, parameterValues)});
}
getQueryParamsForAdvancedSearch(entity){
let params = {};
if (entity == "result") {
if (this.resultsQuickFilter) {
params["qf"] = "" + this.resultsQuickFilter.selected;
}
}
if(this.keyword.length > 0) {
params["fv0"] = "" + this.keyword;
params["f0"] = "q";
}
if(this.customFilter){
params = this.customFilter.getParameters(params);
}
return params;
}
isRouteAvailable(routeToCheck: string) {
for (let i = 0; i < this._router.config.length; i++) {
let routePath: string = this._router.config[i].path;
if (routePath == routeToCheck) {
return true;
}
}
return false;
}
disableSelectChange(event: boolean) {
this.disableSelect = event;
this.cdr.detectChanges();
}
}

View File

@ -28,6 +28,7 @@ import {book, cog, database, earth} from "../openaireLibrary/utils/icons/icons";
import {NumbersModule} from "../openaireLibrary/sharedComponents/numbers/numbers.module";
import {AdvancedSearchInputModule} from "../openaireLibrary/sharedComponents/advanced-search-input/advanced-search-input.module";
import {InputModule} from "../openaireLibrary/sharedComponents/input/input.module";
import {SearchInputModule} from "../openaireLibrary/sharedComponents/search-input/search-input.module";
@NgModule({
imports: [
@ -40,7 +41,7 @@ import {InputModule} from "../openaireLibrary/sharedComponents/input/input.modul
HomeRoutingModule,
HelperModule,
ErrorMessagesModule,
SEOServiceModule, EntitiesSelectionModule, QuickSelectionsModule, IconsModule, NumbersModule, AdvancedSearchInputModule, InputModule
SEOServiceModule, EntitiesSelectionModule, QuickSelectionsModule, IconsModule, NumbersModule, AdvancedSearchInputModule, InputModule, SearchInputModule
],
declarations: [
HomeComponent

View File

@ -34,8 +34,8 @@ export class AggregatorInfo {
export class PortalAggregators {
static eoscInfo: AggregatorInfo =
new AggregatorInfo("eosc", "Eosc Explore", "https://marketplace.eosc-portal.eu/packs/media/images/eosc-logo-mono-65a4962b88cf1caa9e35838e33022ca8.png",
null, null, null, null,null,null ,false,false,
new AggregatorInfo("faircore4eosc", "Faircore4eosc Explore", "assets/logo.svg",
null, null, null, null,null,null ,false,true,
`

View File

@ -34,39 +34,54 @@
// background-color: rgba(61,77, 182);
//}
@font-url: e("/assets/media/fonts/inter/static/");
@font-url: e("/assets/media/fonts/Ubuntu/");
/* Inter */
@font-face { font-family: "inter"; font-style: normal; font-weight: 100; src: url("@{font-url}Inter-Thin-thin.ttf") format('truetype'); font-display: swap}
@font-face { font-family: "inter"; font-style: normal; font-weight: 300; src: url("@{font-url}Inter-Light.ttf") format('truetype'); font-display: swap}
@font-face { font-family: "inter"; font-style: normal; font-weight: 400; src: url("@{font-url}Inter-Regular.ttf") format('truetype'); font-display: swap}
@font-face { font-family: "inter"; font-style: normal; font-weight: 600; src: url("@{font-url}Inter-SemiBold.ttf") format('truetype'); font-display: swap}
@font-face { font-family: "inter"; font-style: normal; font-weight: 700; src: url("@{font-url}Inter-Bold.ttf") format('truetype'); font-display: swap}
@font-face { font-family: "inter"; font-style: normal; font-weight: 900; src: url("@{font-url}Inter-Black.ttf") format('truetype'); font-display: swap}
//@font-face { font-family: "Ubuntu"; font-style: normal; font-weight: 100; src: url("@{font-url}Ubuntu-Thin-thin.ttf") format('truetype'); font-display: swap}
@font-face { font-family: "Ubuntu"; font-style: normal; font-weight: 300; src: url("@{font-url}Ubuntu-Light.ttf") format('truetype'); font-display: swap}
@font-face { font-family: "Ubuntu"; font-style: normal; font-weight: 400; src: url("@{font-url}Ubuntu-Regular.ttf") format('truetype'); font-display: swap}
//@font-face { font-family: "Ubuntu"; font-style: normal; font-weight: 600; src: url("@{font-url}Ubuntu-SemiBold.ttf") format('truetype'); font-display: swap}
@font-face { font-family: "Ubuntu"; font-style: normal; font-weight: 700; src: url("@{font-url}Ubuntu-Bold.ttf") format('truetype'); font-display: swap}
//@font-face { font-family: "Ubuntu"; font-style: normal; font-weight: 900; src: url("@{font-url}Ubuntu-Black.ttf") format('truetype'); font-display: swap}
@global-font-family: 'Inter', sans-serif;
@global-font-family: 'Ubuntu', sans-serif;
@eosc-color: #010F87;
@eosc-light-color: #3D4DB6;
@eosc-dark-color: #000745;
//@eosc-secondary-color: #2255A4;
@eosc-secondary-color: #000745;
@eosc-default-background: #F2F2F2;
@global-large-font-size: 18px;
//#2c4797 // links
//#0a58ca // links on hover
//#2c4797 // dark (btn)
//#37bbdb // light (btn on hover)
//#ffcd02 // yellow
//#00242E // text
@eosc-base-color: #00242E;
@eosc-color: #2c4797;
@eosc-light-color: #0a58ca;
@eosc-dark-color: #1C313A;
@eosc-secondary-color: #37bbdb;
@eosc-default-background: #FFF;
@base-body-color: @eosc-base-color;
@base-heading-color: @eosc-base-color;
@primary-color: @eosc-color;
@primary-light-color: @eosc-light-color;
@primary-dark-color: @eosc-dark-color;
@secondary-color: @eosc-secondary-color;
@global-link-color: @eosc-color;
@global-link-hover-color: @eosc-light-color;
@global-primary-background: @eosc-color;
@global-secondary-background: @eosc-secondary-color;
@general-search-form-background: @eosc-color;
@base-body-background: @eosc-default-background;
@background-default-background: @eosc-default-background;
@tile-primary-background: @eosc-secondary-color;
//@global-header-height: 120px;
//.hook-search-misc() {
// .search-input {
@ -81,6 +96,78 @@
// }
//}
//.home {
// background: url('/assets/home/flare.svg') no-repeat center center;
//}
//.contentsection {
// background: url('/assets/home/cloud.svg') no-repeat center center;
// background-size: cover;
//}
.uk-navbar-nav > li {
text-transform: uppercase;
font-size: 16px;
}
.uk-navbar-nav > li.uk-active > a {
color: #000;
}
.home .flare {
position: absolute;
z-index: -2;
top: -500px;
left: -50px;
opacity: .6;
filter: blur(200px);
}
.home .flare > img {
max-width: 100%;
height: auto;
}
.home .artworks .decor1 {
//position: relative;
}
.home .artworks .decor1 img {
z-index: 1;
}
.home .artworks .img-box img {
//padding: 64px;
//padding-bottom: 0;
//margin: auto 0 0 0;
}
.home .artworks .img-box {
border: 1px solid @eosc-light-color;
border-radius: 42px;
width: 500px;
aspect-ratio: 1/1;
display: flex;
background: @eosc-default-background;
}
.home .artworks .decor2 {
position: relative;
left: -265px;
margin-top: -150px;
}
.home .artworks .decor2 img {
//margin: auto;
}
.home .cloudSvg {
position: absolute;
top: 80%;
width: 100%;
z-index: -1;
}
//.image-front-topbar, .search-form, #main-menu .uk-navbar-container, #main-menu-small .uk-navbar-container {
.eosc-explore-back-search-bar {
//background: @global-primary-background;
@ -90,13 +177,6 @@
height: 60px;
}
#searchImage{
background: url('https://marketplace.eosc-portal.eu/packs/media/images/eosc-logo-mono-65a4962b88cf1caa9e35838e33022ca8.png') no-repeat center left;
width: 203px;
height: 69px;
background-size: 203px 79px;
}
.search-results-container {
background-color: white;
border-radius: 25px;
@ -104,70 +184,4 @@
.uk-button-primary {
background-image: none;
}
//
//.contentbox {
// display: block;
// position: relative;
//}
//
//.contentbox > div {
// width: 58%;
// display: flex;
// flex-direction: column;
// justify-content: center;
//}
//
//.contentbox > div > div {
// width: 90%;
//}
//
//aside {
// background: transparent;
// position: absolute;
// top: -25px;
// right: -100px;
// width: 68%;
//
// display: block;
//}
//
//.contentbox img {
// max-width: 100%;
// min-width: 45%;
// height: auto;
//}
//
//@media (max-width: 576px) {
// .contentbox {
// display: flex;
// flex-direction: column-reverse;
// }
//}
//
//@media (max-width: 991px) {
// .contentbox {
// flex-direction: column;
// align-items: normal;
// }
//}
//
//@media (max-width: 1120px) {
// .contentbox > div {
// width: 100%;
// }
//}
//
//@media (max-width: 576px) {
// .contentbox > div > div {
// width: 100%;
// }
//}
//
//@media (max-width: 576px) {
// .contentbox aside {
// position: relative;
// width: 100%;
// right: auto;
// }
//}
}

BIN
src/assets/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

61
src/assets/home/char1.svg Normal file
View File

@ -0,0 +1,61 @@
<svg width="387" height="359" viewBox="0 0 387 359" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_22_1518)">
<path d="M145.864 90.4161V205.395C145.864 214.011 152.897 220.983 161.582 220.983H340.891C347.989 220.983 353.991 216.331 355.948 209.915C356.252 208.921 356.463 207.9 356.556 206.826C356.595 206.349 356.622 205.872 356.622 205.381V90.4161H145.864Z" fill="#1C313A"/>
<path d="M145.864 162.685V165.774C148.375 166.052 150.9 166.119 153.359 166.012C161.806 165.681 170.28 163.613 178.185 160.79C186.58 157.781 194.564 153.698 201.809 148.595C208.802 143.677 214.909 137.738 221.347 132.171C227.719 126.657 234.633 121.487 242.802 118.77C251.686 115.827 261.732 115.257 270.973 116.755C275.401 117.471 279.751 118.756 283.637 120.944C287.444 123.091 290.657 126.047 293.671 129.122C299.593 135.18 305.185 142.007 313.288 145.4C317.294 147.084 321.537 147.667 325.834 146.938C330.289 146.182 334.413 144.114 338.3 141.967C343.812 138.918 350.118 134.915 356.609 134.57V131.522C347.87 131.959 340.692 137.513 333.157 141.198C329.244 143.107 325.014 144.525 320.572 144.167C316.368 143.836 312.482 141.901 309.111 139.554C301.986 134.584 297.081 127.267 290.366 121.845C283.346 116.185 274.767 113.719 265.764 113.149C256.379 112.553 246.702 113.653 238.043 117.338C230.257 120.652 223.66 126.021 217.421 131.522C211.062 137.129 204.915 142.948 197.777 147.654C190.374 152.532 182.27 156.389 173.757 159.067C166.023 161.506 157.788 163.282 149.605 163.003C148.362 162.964 147.106 162.858 145.864 162.699V162.685Z" fill="#FFCD02"/>
<path d="M145.864 88.6399V90.4294H356.609V88.6399C356.609 80.0238 349.563 73.0513 340.877 73.0513H161.582C152.897 73.0513 145.864 80.0238 145.864 88.6399Z" fill="#2C4797"/>
<path d="M316.963 78.5391C314.729 78.5391 312.918 80.3551 312.918 82.5953C312.918 84.8355 314.729 86.6515 316.963 86.6515C319.197 86.6515 321.008 84.8355 321.008 82.5953C321.008 80.3551 319.197 78.5391 316.963 78.5391Z" fill="white"/>
<path d="M329.046 78.5391C326.812 78.5391 325 80.3551 325 82.5953C325 84.8355 326.812 86.6515 329.046 86.6515C331.28 86.6515 333.091 84.8355 333.091 82.5953C333.091 80.3551 331.28 78.5391 329.046 78.5391Z" fill="white"/>
<path d="M341.142 78.5391C338.907 78.5391 337.096 80.3551 337.096 82.5953C337.096 84.8355 338.907 86.6515 341.142 86.6515C343.376 86.6515 345.187 84.8355 345.187 82.5953C345.187 80.3551 343.376 78.5391 341.142 78.5391Z" fill="white"/>
<path d="M103.191 106.376V110.286C109.246 115.39 115.697 119.976 122.809 123.634C126.378 125.464 130.066 127.015 133.821 128.221C135.196 128.658 136.57 129.056 137.958 129.401C140.576 130.05 143.207 130.527 145.864 130.806C152.685 131.522 159.612 130.938 166.42 128.711C174.299 126.127 181.649 122.15 189.713 120.109C197.459 118.147 205.576 117.723 213.494 118.756C229.834 120.877 243.318 129.732 255.281 140.602C259.247 144.207 263.16 147.892 267.033 151.63C267.76 152.333 268.501 153.035 269.215 153.738C277.278 161.545 285.21 169.525 293.234 177.346C304.035 187.871 314.875 199.496 328.742 205.965C337.493 210.047 346.786 211.293 355.921 209.928C356.225 208.934 356.437 207.913 356.529 206.84C356.291 206.893 356.066 206.932 355.842 206.972C340.772 209.517 326.957 203.102 315.443 193.796C309.494 188.998 304.048 183.616 298.575 178.287C292.111 172.004 285.66 165.708 279.208 159.424C276.631 156.919 274.066 154.348 271.488 151.789C270.774 151.073 270.061 150.358 269.333 149.642C260.966 141.344 252.399 133.139 242.63 126.683C229.728 118.133 214.354 113.998 198.9 115.456C191.101 116.198 183.83 118.478 176.612 121.461C168.998 124.615 161.436 127.77 153.108 128.128C150.662 128.234 148.243 128.128 145.864 127.863C142.493 127.492 139.175 126.776 135.923 125.769C134.482 125.331 133.067 124.841 131.666 124.297C124.21 121.434 117.204 117.232 110.872 112.553C108.228 110.604 105.69 108.536 103.218 106.389L103.191 106.376Z" fill="#FFCD02"/>
<path d="M59.263 75.9278C61.4045 72.9585 63.5461 69.9893 65.8859 67.1659C70.3938 61.7311 75.827 56.4819 82.6482 54.1622C88.5177 52.1738 95.4579 52.1208 100.799 55.5938C106.985 59.6235 108.532 67.5635 110.568 74.1383C112.934 81.7735 115.631 89.3159 118.645 96.7125C122.492 106.124 126.828 115.323 131.666 124.271C132.367 125.583 133.094 126.909 133.834 128.208C135.923 131.919 138.091 135.578 140.338 139.183C142.123 142.046 143.96 144.883 145.864 147.68C151.998 156.681 158.845 165.23 166.988 172.468C176.929 181.309 188.986 188.136 202.443 189.17C217.368 190.323 231.618 183.801 243.542 175.318C252.677 168.823 260.767 161.042 269.228 153.711C269.981 153.062 270.748 152.399 271.502 151.763C274.463 149.271 277.477 146.832 280.623 144.552C291.939 136.32 304.788 130.382 318.312 126.869C330.778 123.634 343.786 122.468 356.622 123.409V120.334C340.745 119.207 324.631 121.222 309.587 126.272C295.825 130.899 283.373 138.096 272.149 147.282C271.211 148.051 270.285 148.833 269.36 149.615C268.593 150.278 267.813 150.941 267.047 151.604C256.511 160.75 246.49 170.586 234.368 177.624C227.719 181.495 220.514 184.491 212.886 185.71C205.854 186.837 198.636 186.174 191.867 183.974C178.476 179.639 167.451 169.87 158.475 159.318C153.914 153.976 149.75 148.263 145.877 142.351C143.101 138.123 140.47 133.775 137.972 129.387C137.284 128.181 136.597 126.975 135.936 125.742C134.997 124.032 134.072 122.322 133.16 120.599C125.545 106.23 119.2 91.1717 114.256 75.6759C112.114 68.9686 110.726 61.413 105.914 56.0047C101.684 51.246 95.1142 49.3769 88.9275 49.8144C74.1084 50.8748 64.6697 63.2422 56.6455 74.3901C55.4954 75.9808 58.1393 77.5052 59.2762 75.9278H59.263Z" fill="#2C4797"/>
<path d="M287.576 201.736L221.439 195.572C221.439 195.572 211.379 99.0852 208.101 83.046C206.488 75.212 202.311 66.7417 196.679 59.65L246.741 29.5731C250.363 32.887 253.523 36.5588 256.048 40.6548C272.81 67.7226 273.22 88.4278 278.706 132.171C284.192 175.901 287.576 201.736 287.576 201.736Z" fill="#37BBDB"/>
<path d="M246.728 29.5599L196.666 59.6367C190.757 52.2003 183.248 46.2751 175.462 44.247C160.233 40.2703 153.359 40.6415 153.359 40.6415L138.514 2.06288e-07C138.514 2.06288e-07 213.032 -1.25928 246.728 29.5599Z" fill="#FFA895"/>
<path d="M245.001 139.9C249.657 120.121 237.44 100.302 217.715 95.6339C197.989 90.9655 178.225 103.215 173.569 122.995C168.914 142.774 181.13 162.592 200.855 167.261C220.581 171.929 240.345 159.679 245.001 139.9Z" fill="#233D4D"/>
<path d="M188.536 164.303C188.364 164.303 198.86 192.988 198.86 192.988L233.76 192.404C233.76 192.404 214.446 156.084 214.592 155.912C214.724 155.739 188.536 164.303 188.536 164.303Z" fill="#FFA895"/>
<path d="M191.576 166.039C205.602 166.039 216.971 154.638 216.971 140.575C216.971 126.512 205.602 115.111 191.576 115.111C177.551 115.111 166.182 126.512 166.182 140.575C166.182 154.638 177.551 166.039 191.576 166.039Z" fill="#FFA895"/>
<path d="M200.037 156.919C214.062 156.919 225.432 145.519 225.432 131.455C225.432 117.392 214.062 105.991 200.037 105.991C186.012 105.991 174.642 117.392 174.642 131.455C174.642 145.519 186.012 156.919 200.037 156.919Z" fill="#FFA895"/>
<path d="M181.794 122.388H180.829C180.829 122.388 180.789 122.441 180.776 122.468C179.864 123.475 178.952 124.496 178.04 125.504C177.207 126.418 176.414 127.386 175.541 128.261C174.814 128.976 173.902 129.493 172.844 129.401C171.8 129.308 170.862 128.725 170.214 127.89C169.526 126.988 169.275 125.901 169.13 124.801C169.011 123.86 168.852 122.786 169.169 121.872C169.989 119.486 172.778 119.923 174.788 119.923C177.114 119.923 179.454 119.923 181.781 119.936C183.354 119.936 183.341 122.388 181.781 122.375L181.794 122.388Z" fill="#FFA895"/>
<path d="M229.424 141.808C228.168 144.326 226.767 146.792 225.141 149.085C223.7 151.113 221.968 153.751 219.377 154.321C216.918 154.865 214.182 153.884 211.921 152.969C209.806 152.107 207.797 151.007 205.933 149.668C198.332 144.128 193.493 135.233 193.189 125.795C192.872 115.814 197.314 105.885 204.637 99.178C205.417 98.4622 206.475 99.0189 206.7 99.801C207.427 99.7347 208.14 99.6685 208.868 99.6154C213.719 99.231 218.835 99.178 223.488 100.769C228.142 102.359 231.949 105.633 233.998 110.14C238.77 120.639 234.236 132.211 229.424 141.808Z" fill="#233D4D"/>
<path d="M16.1277 55.8059V153.102C16.1277 157.118 19.3665 160.379 23.3852 160.379H95.9336C99.9391 160.379 103.191 157.118 103.191 153.102V108.165C102.742 107.927 102.319 107.609 101.909 107.29C100.111 105.885 98.3924 104.374 96.7268 102.823C93.4087 99.7215 90.3021 96.4076 87.2617 93.0539C81.1278 86.2539 75.2055 79.2019 68.2256 73.2369C67.9216 72.9851 67.6175 72.7199 67.3135 72.4813C66.5203 71.8186 65.7007 71.169 64.8679 70.546C58.7208 65.8933 51.8863 62.2083 44.8007 59.2125C40.5308 57.4098 36.1552 55.8456 31.7399 54.4273C29.519 53.7115 27.2849 53.0354 25.0376 52.3992C22.9093 51.7762 20.7016 51.3122 18.5997 50.5832C18.5336 50.5567 18.4675 50.5434 18.4147 50.5036C18.0313 50.8748 17.6744 51.2857 17.3703 51.7364C16.5904 52.9029 16.1277 54.2947 16.1277 55.7926V55.8059Z" fill="#FCCA46"/>
<path d="M18.4148 50.5169C18.4148 50.5169 18.547 50.5699 18.5999 50.5964C20.7018 51.3255 22.9094 51.8027 25.0377 52.4124C27.2851 53.062 29.5191 53.7247 31.74 54.4405C36.1553 55.8456 40.531 57.4098 44.8009 59.2258C53.1952 62.7783 61.2591 67.3117 68.2258 73.2502C75.2056 79.2152 81.128 86.2671 87.2618 93.0672C90.3023 96.4341 93.4088 99.748 96.7269 102.837C98.3926 104.387 100.111 105.899 101.909 107.304C102.319 107.622 102.742 107.927 103.191 108.179V55.8059C103.191 51.7894 99.9393 48.5286 95.9338 48.5286H23.3853C22.3542 48.5286 21.3627 48.7407 20.477 49.1383C19.7103 49.4697 19.0097 49.9336 18.4148 50.5036V50.5169Z" fill="#1C313A"/>
<path d="M17.3704 51.7497C30.0346 53.6585 42.2891 57.7279 53.1687 64.7666C65.9651 73.0513 76.4482 84.3318 87.0898 95.1351C92.2719 100.384 97.5729 105.554 103.204 110.286V106.376C94.2019 98.555 86.1645 89.634 77.6776 81.283C67.0491 70.8244 55.535 61.0816 41.681 55.2359C34.8729 52.3594 27.7476 50.4108 20.4902 49.1648C19.2211 49.7216 18.1503 50.6362 17.3836 51.7629L17.3704 51.7497Z" fill="white"/>
<path d="M180.618 126.604C180.552 126.352 180.393 126.127 180.181 125.967C180.102 125.888 180.01 125.835 179.917 125.808C179.824 125.755 179.719 125.729 179.613 125.729C179.507 125.702 179.401 125.702 179.296 125.729C179.137 125.729 178.978 125.782 178.846 125.875C178.582 125.994 178.37 126.166 178.146 126.339C178 126.458 177.855 126.59 177.736 126.75C177.59 126.922 177.458 127.107 177.352 127.293C177.207 127.452 177.075 127.611 176.969 127.823C176.771 128.208 176.665 128.619 176.665 129.056C176.665 129.48 176.903 129.891 177.273 130.116C177.458 130.223 177.67 130.289 177.881 130.289C178.106 130.289 178.304 130.236 178.489 130.116C178.793 129.984 179.058 129.785 179.322 129.573C179.587 129.361 179.785 129.109 179.983 128.844C180.181 128.579 180.314 128.274 180.446 127.969C180.538 127.744 180.604 127.518 180.631 127.28L180.671 126.962L180.631 126.644L180.618 126.604Z" fill="#233D4D"/>
<path d="M185.826 119.618C185.152 119.419 184.451 119.578 183.936 120.069C183.539 120.44 183.394 120.917 183.42 121.408C183.143 121.712 182.984 122.137 183.143 122.534C183.923 124.443 184.161 126.206 183.923 128.247C183.83 129.083 184.769 129.573 185.469 129.427C186.778 129.136 187.082 127.651 187.307 126.537C187.558 125.331 187.717 124.059 187.69 122.826C187.664 121.553 187.201 120.042 185.839 119.631L185.826 119.618Z" fill="#233D4D"/>
<path d="M170.809 136.956C170.677 136.811 170.558 136.638 170.412 136.492L170.346 136.413C170.28 136.333 170.227 136.241 170.161 136.148C169.923 135.79 169.712 135.405 169.527 135.021C169.5 134.981 169.487 134.928 169.46 134.888L169.434 134.809C169.434 134.809 169.394 134.716 169.381 134.663C169.302 134.464 169.249 134.265 169.183 134.067C169.13 133.868 169.077 133.656 169.024 133.457C168.998 133.351 168.985 133.245 168.971 133.152C168.971 133.099 168.958 133.046 168.945 132.993C168.892 132.662 168.826 132.41 168.601 132.184C168.39 131.972 168.046 131.813 167.742 131.826C167.147 131.853 166.446 132.37 166.526 133.046C166.658 134.159 166.936 135.167 167.398 136.187C167.821 137.102 168.403 137.95 169.077 138.693C169.513 139.17 170.373 139.17 170.796 138.693C171.258 138.189 171.258 137.473 170.796 136.97L170.809 136.956Z" fill="#F76D6D"/>
<path d="M16.1277 74.7215V78.1282C20.6091 80.4214 25.3813 82.0253 30.4444 82.7146C37.3714 83.6558 44.4702 83.099 51.1593 81.0709C57.0287 79.2947 62.5809 76.3917 67.3135 72.4813C67.948 71.9511 68.5693 71.4076 69.1774 70.8509C71.861 68.3721 74.1215 65.4824 76.5803 62.7915C78.9334 60.2332 81.5508 57.7147 84.8425 56.4289C85.6092 56.124 86.138 55.4214 85.9001 54.5598C85.7018 53.8175 84.8028 53.1945 84.0361 53.4861C76.2234 56.5614 72.1254 64.2894 66.0312 69.5916C65.6478 69.923 65.2645 70.2544 64.8679 70.5593C54.9004 78.5789 41.1521 81.8 28.6465 79.3477C25.3945 78.7114 22.1822 77.7173 19.1682 76.2989C18.137 75.8085 17.1191 75.2915 16.1277 74.7215Z" fill="#2C4797"/>
<path d="M94.8629 48.7937C97.3085 50.5964 100.402 51.3785 103.389 50.8615C104.989 50.5832 106.575 49.8409 107.739 48.6876C109.047 47.3753 109.603 45.5991 109.92 43.8096C110.515 40.4559 111.414 37.3011 113.079 34.3054C113.991 32.6749 115.062 31.1505 116.278 29.7455C117.138 29.9045 118.129 29.4273 118.089 28.3006C118.089 28.1548 118.076 28.009 118.063 27.8764C118.499 27.4522 118.949 27.0413 119.425 26.6437C120.059 26.1134 119.967 25.0265 119.425 24.483C118.803 23.86 117.904 23.9528 117.27 24.483C117.177 24.5625 117.098 24.6421 117.005 24.7216C116.027 23.184 114.494 22.0042 112.722 21.2486C109.616 19.9363 106.205 19.8966 102.966 20.7449C96.9251 22.3356 91.3862 26.7762 89.4826 32.8738C87.6715 38.6532 90.0246 45.2147 94.8629 48.7804V48.7937Z" fill="#F76D6D"/>
<path d="M95.3124 63.0036C102.139 63.0036 107.673 57.4547 107.673 50.6097C107.673 43.7647 102.139 38.2157 95.3124 38.2157C88.486 38.2157 82.9521 43.7647 82.9521 50.6097C82.9521 57.4547 88.486 63.0036 95.3124 63.0036Z" fill="#2C4797"/>
<path d="M160.246 40.2836C152.011 42.8684 147.45 50.1325 139.558 52.6776C129.934 55.7926 119.901 57.6219 109.788 58.0726C107.924 58.1521 106.02 58.1919 104.249 57.6086C102.477 57.0254 100.838 55.7131 100.349 53.9236C99.4369 50.5964 102.662 47.5344 105.888 46.3016C109.114 45.0689 112.802 44.6579 115.353 42.3382C117.323 40.5487 118.288 37.7253 117.838 35.1007C115.684 22.5609 88.4779 23.7937 90.2097 36.8372C90.5666 39.5015 91.8753 41.9008 92.4173 44.5254C92.9197 46.9777 92.88 49.6818 91.3862 51.7497C90.1436 53.4729 88.1474 54.3345 86.1513 54.4273C81.5642 54.6526 78.1535 50.6627 76.2367 46.6198C73.9365 41.7947 72.9979 36.1479 74.4917 30.8854C75.8798 25.9941 78.9996 21.8584 82.7142 18.7301C86.7065 15.3632 91.3069 12.9507 95.9337 10.7635C100.772 8.48355 105.743 6.52173 110.819 4.94432C122.849 1.193 134.825 -0.318133 147.344 0.609756C148.322 0.676033 149.327 0.755567 150.173 1.21951C151.654 2.01484 151.733 3.83085 152.116 5.27571C152.553 6.89289 152.976 8.51006 153.412 10.1272C154.258 13.3086 155.104 16.4899 155.963 19.6845C157.669 26.0472 159.374 32.4231 161.066 38.7857C161.238 39.4485 160.841 40.098 160.22 40.2836H160.246Z" fill="#FFA895"/>
<path d="M281.736 118.589C287.516 104.595 280.889 88.552 266.933 82.7556C252.978 76.9592 236.978 83.6045 231.198 97.5983C225.417 111.592 232.044 127.635 246 133.432C259.956 139.228 275.955 132.583 281.736 118.589Z" fill="#233D4D"/>
<path d="M246.2 134.504C246.358 133.921 247.085 133.404 247.693 133.656C252.016 135.352 256.709 135.299 261.23 134.57C263.53 134.199 265.804 133.669 268.065 133.112C270.061 132.608 272.07 132.078 273.96 131.283C277.662 129.719 280.464 127.041 281.707 123.171C282.976 119.247 282.831 114.939 282.209 110.909C281.416 105.74 279.737 100.742 277.239 96.1557C276.485 94.7772 278.587 93.5444 279.341 94.923C281.72 99.2973 283.426 104.016 284.324 108.921C285.144 113.361 285.488 118.054 284.43 122.481C283.386 126.842 280.782 130.448 276.842 132.595C272.837 134.769 268.091 135.763 263.649 136.625C258.163 137.685 252.347 138.11 247.046 136.028C246.437 135.79 246.001 135.207 246.2 134.531V134.504Z" fill="#233D4D"/>
<path d="M17.0797 25.0397C17.9654 25.0397 18.5338 25.7423 18.5999 26.5641C18.9304 30.5673 19.2741 34.5837 19.6046 38.5869C19.6707 39.4088 18.8511 40.1113 18.0843 40.1113C17.1986 40.1113 16.6302 39.4088 16.5641 38.5869C16.2336 34.5837 15.8899 30.5673 15.5594 26.5641C15.4933 25.7423 16.3129 25.0397 17.0797 25.0397Z" fill="#FCCA46"/>
<path d="M0.198326 33.0726C0.581691 32.4231 1.62603 32.0254 2.287 32.5291C5.63153 35.0477 8.97605 37.5795 12.3206 40.098C12.9816 40.5885 13.312 41.4103 12.8626 42.1924C12.4792 42.8419 11.4349 43.2396 10.7739 42.7359C7.42938 40.2173 4.08485 37.6855 0.740325 35.167C0.0793512 34.6765 -0.251136 33.8547 0.198326 33.0726Z" fill="#FCCA46"/>
<path d="M1.16332 48.5816C3.3181 47.9718 5.47287 47.3753 7.62764 46.7656C8.39437 46.5535 9.31974 47.0307 9.50481 47.826C9.68988 48.6346 9.26686 49.4697 8.44725 49.7083C6.29248 50.3181 4.1377 50.9146 1.98293 51.5243C1.2162 51.7364 0.290838 51.2592 0.105766 50.4639C-0.079307 49.6553 0.343716 48.8202 1.16332 48.5816Z" fill="#FCCA46"/>
<path d="M36.2743 174.006C38.905 177.996 43.6376 179.891 48.0132 181.27C52.8251 182.781 57.8353 183.669 62.8587 183.961C71.4249 184.464 80.0176 183.165 88.055 180.209C88.0947 180.222 88.1343 180.249 88.174 180.275C89.0993 180.647 90.1569 180.66 91.0955 180.355C93.1313 179.692 94.6515 177.876 94.8895 175.742C95.1406 173.502 93.9641 171.235 92.2852 169.804C88.359 166.476 82.4632 167.152 77.7306 167.709C72.6807 168.292 67.5252 169.34 62.4224 168.703C59.9504 168.398 57.637 167.577 55.5087 166.331C53.3539 165.071 51.371 163.547 49.1633 162.38C45.4354 160.405 40.2798 159.531 36.8956 162.685C33.8023 165.562 34.0667 170.692 36.2611 174.019L36.2743 174.006Z" fill="#F76D6D"/>
<path d="M65.5686 237.752L97.7845 246.142L101.34 247.07L113.463 250.225C114.467 245.904 115.446 241.41 116.411 236.757C116.662 235.538 116.913 234.345 117.151 233.152C117.495 231.495 117.812 229.878 118.129 228.287C122.796 204.652 125.043 188.163 125.043 188.163L83.8379 192.974C83.8379 192.974 74.1613 216.012 65.5818 237.738L65.5686 237.752Z" fill="#FFA895"/>
<path d="M113.463 250.238C103.323 293.968 91.3466 319.856 75.4965 317.046C58.0864 313.958 45.0388 301.007 53.2613 271.394C55.0459 264.965 60.0825 251.63 65.5686 237.765L113.463 250.238Z" fill="#37BBDB"/>
<path d="M85.2524 322.547C104.622 322.547 120.324 306.802 120.324 287.38C120.324 267.958 104.622 252.213 85.2524 252.213C65.8831 252.213 50.1812 267.958 50.1812 287.38C50.1812 306.802 65.8831 322.547 85.2524 322.547Z" fill="#37BBDB"/>
<path d="M163.221 198.025L61.8142 275.503C61.8142 275.503 100.613 318.822 101.658 318.61C102.702 318.398 216.257 240.31 216.257 240.31L163.221 198.025Z" fill="#37BBDB"/>
<path d="M168.905 250.119C168.31 252.518 167.993 255.023 167.993 257.608C167.993 262.513 169.13 267.139 171.153 271.262C171.615 272.189 172.104 273.104 172.66 273.979C178.119 282.741 187.809 288.573 198.874 288.573C201.306 288.573 203.672 288.282 205.946 287.751C207.083 288.852 208.233 290.124 209.291 291.582C213.772 297.693 216.257 306.508 216.257 306.508L292.084 304.506C292.084 304.506 281.932 206.296 278.243 198.661C274.555 191.026 229.794 188.706 207.638 189.17C196.032 189.409 186.963 190.429 180.961 191.344C178.08 191.49 175.303 192.02 172.686 192.895C172.633 192.895 172.593 192.921 172.593 192.921C160.365 197.044 151.561 208.629 151.561 222.282C151.561 234.517 158.647 245.095 168.918 250.119H168.905Z" fill="#37BBDB"/>
<path d="M210.864 158.178C210.864 158.178 220.659 185.061 213.309 207.807C207.44 225.954 215.279 252.598 237.752 256.601C260.225 260.591 270.523 258.947 278.23 278.035C285.937 297.11 329.971 309.676 354.837 299.642C383.127 288.215 398.752 255.474 376.292 226.206C349.272 190.986 226.317 98.8599 226.317 98.8599L210.851 158.178H210.864Z" fill="#233D4D"/>
<path d="M205.536 204.825C207.096 200.305 208.881 195.851 210.163 191.251C211.353 186.996 212.04 182.622 212.199 178.221C212.529 169.432 210.877 160.525 207.255 152.505C206.805 151.498 206.316 150.517 205.814 149.536C205.087 148.144 207.189 146.898 207.916 148.29C211.961 156.071 214.248 164.687 214.618 173.449C214.803 177.783 214.512 182.131 213.759 186.386C212.966 190.893 211.551 195.214 210.004 199.509C206.99 207.913 203.315 216.967 205.074 226.073C206.607 233.987 212.476 239.66 218.809 244.101C222.616 246.779 226.608 249.363 230.812 251.378C235.174 253.486 240.118 254.851 244.851 253.207C246.331 252.69 246.992 255.05 245.512 255.554C236.787 258.563 227.943 252.969 220.871 248.409C214.354 244.194 207.612 239.17 204.36 231.853C200.486 223.131 202.549 213.467 205.523 204.811L205.536 204.825Z" fill="#233D4D"/>
<path d="M254.118 242.391C261.983 245.851 270.378 249.748 275.414 257.065C278.23 261.148 279.301 265.986 280.2 270.784C281.059 275.411 282.024 279.944 284.258 284.133C288.33 291.741 295.217 297.574 303.043 301.06C312.416 305.235 323.11 305.885 333.17 304.493C342.371 303.234 352.233 300.49 359.318 294.167C360.164 293.412 360.971 292.59 361.737 291.741C362.782 290.562 364.513 292.285 363.469 293.465C356.992 300.729 347.447 304.281 338.141 306.124C327.724 308.191 316.699 308.298 306.52 304.984C297.94 302.187 290.194 296.898 284.827 289.581C282.169 285.949 280.226 281.826 279.116 277.465C277.86 272.534 277.476 267.378 275.626 262.606C272.321 254.096 263.821 249.469 255.968 245.89C254.964 245.426 253.946 244.976 252.928 244.525C252.32 244.26 252.174 243.385 252.478 242.855C252.835 242.232 253.536 242.139 254.144 242.404L254.118 242.391Z" fill="#233D4D"/>
<path d="M218.544 156.296C218.544 161.426 214.407 165.575 209.291 165.575C204.175 165.575 200.037 161.426 200.037 156.296C200.037 151.166 204.175 147.017 209.291 147.017C214.407 147.017 218.544 151.166 218.544 156.296Z" fill="#FFA895"/>
<path d="M209.634 154.493C208.273 154.493 206.924 154.493 205.563 154.493C204.928 154.493 204.307 154.493 203.672 154.493C202.919 154.493 201.98 154.334 201.385 154.918C199.997 156.27 202.126 157.781 203.012 158.629C203.99 159.557 204.968 160.498 205.959 161.426C206.422 161.863 207.229 161.917 207.678 161.426C208.114 160.949 208.167 160.167 207.678 159.703C206.911 158.974 206.131 158.231 205.365 157.502C205.166 157.317 204.981 157.131 204.783 156.946H205.999C207.215 156.946 208.418 156.946 209.634 156.946C210.269 156.946 210.877 156.389 210.851 155.726C210.824 155.063 210.322 154.507 209.634 154.507V154.493Z" fill="#F76D6D"/>
<path d="M216.257 306.508C216.257 306.508 207.612 312.725 200.936 325.371C194.26 338.016 188.549 359 188.549 359H373.172C373.172 359 351.44 336.545 335.841 325.795C309.389 307.568 292.084 304.506 292.084 304.506L216.257 306.508Z" fill="#233D4D"/>
<path d="M70.8827 271.964C71.4908 272.574 72.4162 272.508 73.0375 271.964C76.4481 268.955 79.872 265.946 83.2958 262.95C89.3107 257.661 95.3255 252.372 101.34 247.083C106.602 242.444 111.876 237.805 117.151 233.178C117.495 231.521 117.812 229.904 118.129 228.314C118.037 228.367 117.931 228.433 117.838 228.512C114.414 231.521 111.004 234.53 107.58 237.539C104.315 240.416 101.05 243.279 97.7711 246.156C88.8083 254.043 79.8323 261.93 70.8695 269.817C70.2482 270.36 70.3143 271.421 70.8695 271.977L70.8827 271.964Z" fill="white"/>
<path d="M171.153 271.262C171.615 272.189 172.104 273.104 172.66 273.979C179.018 268.531 185.483 263.202 192.039 257.993C192.687 257.476 192.568 256.362 192.039 255.832C191.418 255.209 190.532 255.315 189.885 255.832C187.32 257.873 184.769 259.941 182.231 262.009C178.516 265.058 174.814 268.133 171.166 271.262H171.153Z" fill="white"/>
<path d="M124.646 192.55C122.386 197.852 116.292 199.668 110.964 199.178C104.632 198.608 98.9478 195.466 93.5278 192.351C89.1125 189.806 84.0759 186.651 82.9258 181.283C82.8862 181.111 82.8862 180.951 82.9258 180.806C82.8201 180.766 82.7143 180.713 82.6218 180.673C77.3869 178.459 71.8347 176.962 66.8774 174.138C64.4054 172.733 61.9862 170.983 60.2677 168.69C58.5756 166.423 57.7295 163.388 59.1704 160.777C60.3734 158.603 62.8058 157.502 65.1853 157.224C67.9878 156.906 70.6714 158.006 73.0905 159.345C75.7212 160.816 78.1933 162.473 80.9958 163.613C83.7719 164.74 86.6802 165.549 89.6017 166.172C95.524 167.444 101.565 168.014 107.527 169.114C112.762 170.082 119.24 171.235 122.743 175.702C124.62 178.088 125.241 181.044 125.572 184C125.889 186.863 125.849 189.886 124.699 192.577L124.646 192.55Z" fill="#FFA895"/>
<path d="M124.29 193.014C123.285 198.051 121.593 202.929 119.306 207.516C118.764 208.589 118.209 209.676 117.204 210.379C116.239 211.055 115.036 211.121 113.886 211.227C111.097 211.492 108.294 211.691 105.491 211.837C102.742 211.983 99.9922 212.062 97.2293 212.089C94.8102 212.115 91.968 212.42 89.7603 211.187C88.6895 210.591 87.8832 209.65 87.1164 208.722C86.2704 207.675 85.4111 206.627 84.5518 205.58C82.8465 203.486 81.1544 201.378 79.4227 199.297C77.2679 196.686 74.862 193.982 71.7554 192.59C62.1581 193.253 52.336 191.768 43.4922 187.937C39.1297 186.042 35.0449 183.51 31.4492 180.382C29.6117 178.778 27.8668 177.015 26.3994 175.053C24.9056 173.064 23.7026 170.559 24.1785 168.001C24.6148 165.694 26.6241 164.09 28.8582 163.706C31.3435 163.282 33.6965 164.077 35.772 165.442C37.94 166.861 39.8436 168.637 42.0645 170.002C44.1531 171.288 46.3872 172.322 48.7139 173.117C57.8617 176.259 67.7499 176.1 77.3076 175.676C77.3737 175.623 77.4398 175.583 77.5191 175.543C78.537 175.079 79.5813 174.88 80.705 175.04C82.1988 175.252 83.6133 176.034 84.6444 177.134C88.3987 175.411 92.51 174.39 96.6212 173.953C101.75 173.409 106.972 173.661 112.075 174.39C115.948 174.933 120.231 176.1 122.769 179.308C125.863 183.218 125.188 188.441 124.29 193.001V193.014Z" fill="#FFA895"/>
<path d="M85.1863 121.103H29.8099C27.8534 121.103 27.8534 118.054 29.8099 118.054H85.1863C87.1427 118.054 87.1427 121.103 85.1863 121.103Z" fill="white"/>
<path d="M85.1333 130.13H64.4051C62.3825 130.13 62.3825 127.081 64.4051 127.081H85.1333C87.1558 127.081 87.1558 130.13 85.1333 130.13Z" fill="white"/>
<path d="M29.8495 127.068H57.4914C59.514 127.068 59.514 130.116 57.4914 130.116H29.8495C27.8269 130.116 27.8269 127.068 29.8495 127.068Z" fill="white"/>
<path d="M47.5636 135.405H85.1598C87.1427 135.405 87.1427 138.454 85.1598 138.454H47.5636C45.5807 138.454 45.5807 135.405 47.5636 135.405Z" fill="white"/>
<path d="M30.061 135.405H38.9313C39.7377 135.405 40.5044 136.108 40.478 136.93C40.4383 137.752 39.8038 138.454 38.9313 138.454H30.061C29.2546 138.454 28.4879 137.752 28.5143 136.93C28.554 136.108 29.1885 135.405 30.061 135.405Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_22_1518">
<rect width="387" height="359" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

72
src/assets/home/char2.svg Normal file
View File

@ -0,0 +1,72 @@
<svg width="367" height="319" viewBox="0 0 367 319" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_22_1356)">
<path d="M44.2379 318.064C63.0084 313.626 74.6335 294.782 70.2033 275.976C65.773 257.17 46.9651 245.522 28.1946 249.961C9.42404 254.4 -2.20106 273.243 2.22919 292.05C6.65944 310.856 25.4674 322.503 44.2379 318.064Z" fill="#37BBDB"/>
<path d="M137.059 87.9593C138.739 81.6941 136.888 49.1516 122.726 38.4392C108.564 27.7268 31.0217 51.2523 19.0544 86.1903C13.4632 102.517 12.0776 124.912 28.2751 133.905C44.4849 142.897 104.321 143.081 105.327 141.865C106.332 140.649 137.059 87.9593 137.059 87.9593Z" fill="#37BBDB"/>
<path d="M329.234 205.734V275.659C329.234 280.856 325.029 285.082 319.83 285.082H121.794C116.607 285.082 112.389 280.868 112.389 275.659V205.832C112.389 200.623 116.595 196.41 121.794 196.41H319.83C324.992 196.41 329.173 200.574 329.234 205.734Z" fill="#1C313A"/>
<path d="M329.235 205.734V209.198H311.173C297.171 209.198 291.261 222.024 284.995 235.611C278.876 248.854 272.562 262.539 257.946 262.539C242.398 262.539 233.141 249.468 224.975 237.932C218.072 228.178 211.561 218.977 202.499 218.977C193.438 218.977 189.76 227.11 185.051 236.544C179.227 248.203 172.63 261.421 155.329 261.421C136.397 261.421 123.744 265.205 114.511 267.957C113.787 268.178 113.088 268.387 112.402 268.583V264.984C112.769 264.873 113.15 264.763 113.53 264.652C122.971 261.826 135.895 257.957 155.329 257.957C170.497 257.957 176.321 246.286 181.961 234.996C186.964 224.984 191.697 215.525 202.499 215.525C213.302 215.525 220.364 225.439 227.795 235.93C235.851 247.318 244.189 259.087 257.946 259.087C270.355 259.087 275.946 246.986 281.856 234.161C288.306 220.193 294.976 205.746 311.173 205.746H329.235V205.734Z" fill="white"/>
<path d="M329.234 228.694V232.318C326.292 231.286 322.907 230.648 319.021 230.648C308.39 230.648 303.902 236.581 299.157 242.871C294.522 249.013 289.728 255.365 279.256 255.365C271.164 255.365 264.162 249.357 257.406 243.547C250.528 237.638 243.428 231.532 235.201 231.532C227.979 231.532 221.394 240.721 214.405 250.438C205.859 262.342 197.018 274.639 184.536 274.639C172.054 274.639 166.475 264.848 161.313 256.212C156.543 248.252 152.043 240.733 143.35 240.733C131.811 240.733 121.058 244.898 112.414 248.252C112.389 248.252 112.389 244.554 112.389 244.554C121.083 241.188 131.713 237.281 143.35 237.281C153.993 237.281 159.216 246.004 164.268 254.443C169.43 263.055 174.285 271.187 184.536 271.187C194.787 271.187 203.566 259.615 211.609 248.424C219.126 237.957 226.225 228.08 235.213 228.08C244.716 228.08 252.318 234.616 259.662 240.93C266.235 246.581 272.439 251.913 279.269 251.913C288.023 251.913 291.91 246.765 296.423 240.795C301.229 234.419 306.685 227.196 319.033 227.196C322.858 227.196 326.255 227.761 329.247 228.694H329.234Z" fill="#37BBDB"/>
<path d="M0.171648 238.313C0.26974 248.694 0.404617 259.075 0.649848 269.455C0.772463 274.664 0.564017 280.119 1.31197 285.303C2.36646 292.538 2.94275 294.602 2.94275 294.602L65.1946 276.065L88.7244 229.603L229.941 151.41C229.941 151.41 209.194 116.018 195.167 92.2836C197.68 87.4557 222.571 77.7875 220.278 72.4313C214.687 59.3603 206.901 44.2622 191.979 40.5153C163.532 33.3779 141.486 49.213 118.925 63.9057C117.343 64.9376 115.761 65.9572 114.192 66.9891C94.6345 79.7285 75.0774 92.4924 55.5815 105.318C52.4671 107.369 46.3731 110.772 39.4086 115.256C33.6456 118.966 27.2942 123.413 21.568 128.426C20.6361 129.236 19.7043 130.072 18.8092 130.932C13.0095 136.411 8.12938 142.492 5.60351 148.978C1.06674 160.526 0.196171 185.218 0.0980787 192.847C-0.0981058 207.994 0.0245095 223.154 0.171648 238.301V238.313Z" fill="#37BBDB"/>
<path d="M130.291 55.6257C129.886 55.0851 130.205 54.2498 130.732 53.9304C131.358 53.5618 132.02 53.8321 132.425 54.3726C139.88 64.3479 142.344 77.6892 139.548 89.7652C138.751 93.1926 137.513 96.5218 135.87 99.6299C135.122 101.043 133.001 99.7896 133.737 98.3768C139.254 87.9225 139.573 75.1217 135.171 64.2128C133.933 61.1538 132.265 58.2546 130.291 55.6011V55.6257Z" fill="#1C313A"/>
<path d="M69.0203 173.867C69.0693 172.282 71.5462 172.27 71.4849 173.867C71.1661 182.933 71.1293 191.999 71.3745 201.066C71.6197 210.132 72.147 219.186 72.9563 228.227C73.4099 233.326 73.9617 238.424 74.5993 243.51C74.6851 244.173 73.974 244.751 73.3609 244.751C72.6252 244.751 72.2083 244.185 72.1225 243.51C70.9944 234.505 70.1484 225.476 69.5843 216.422C69.0203 207.368 68.7383 198.302 68.7383 189.235C68.7383 184.113 68.8241 178.99 69.008 173.867H69.0203Z" fill="#1C313A"/>
<path d="M39.3962 115.232C57.0774 122.111 89.3865 130.563 110.096 111.399C128.035 94.7897 121.88 77.7998 114.192 66.9646C94.6345 79.7039 75.0773 92.4679 55.5815 105.293C52.467 107.345 46.3731 110.748 39.4085 115.232H39.3962Z" fill="#37BBDB"/>
<path d="M114.143 105.981C114.143 105.981 124.369 94.3843 124.528 85.4409C124.688 76.4853 125.607 60.8344 99.1223 56.4979C72.6374 52.1614 48.9604 72.7016 45.8582 81.4484C42.756 90.1952 43.1239 93.7578 43.1239 93.7578C43.1239 93.7578 73.2014 94.4089 92.7463 99.1508C112.291 103.905 114.155 105.981 114.155 105.981H114.143Z" fill="#233D4D"/>
<path d="M43.2558 58.0788C59.2049 56.1111 70.5422 41.5621 68.5782 25.5826C66.6142 9.60318 52.0928 -1.75559 36.1436 0.212097C20.1945 2.17979 8.85724 16.7288 10.8212 32.7083C12.7852 48.6877 27.3066 60.0465 43.2558 58.0788Z" fill="#233D4D"/>
<path d="M148.463 76.1659C145.851 79.8022 141.927 81.301 138.138 82.5049C137.979 83.1437 137.783 83.7702 137.538 84.3599C136.042 87.947 133.062 90.4163 130.083 92.259C128.513 93.2295 126.895 94.0772 125.239 94.8266C123.302 95.7111 121.218 96.4236 119.145 96.1902C115.418 95.7479 113.015 91.6448 111.31 88.2787C109.643 84.9741 108.466 81.3501 107.742 77.5909C106.258 69.8884 106.43 61.8172 107.374 53.9058C108.22 46.7438 109.912 38.0092 115.921 33.9307C119.243 31.6826 123.057 31.3632 126.76 31.4C128.783 31.4246 130.929 31.4 132.658 32.6408C133.038 32.9233 133.381 33.2673 133.675 33.6481C133.381 32.1739 133.099 30.6875 132.829 29.2133C132.694 28.5131 132.903 27.7637 133.553 27.4689C134.092 27.2232 134.914 27.518 135.049 28.2059C135.968 33.0707 136.9 37.9478 138.224 42.6652C139.377 46.7806 140.824 50.7977 142.835 54.4341C143.828 56.2154 144.956 57.8492 146.145 59.4585C147.249 60.9327 148.377 62.4069 149.235 64.0899C150.106 65.7975 150.743 67.7262 150.694 69.7532C150.633 72.0996 149.811 74.2986 148.487 76.1413L148.463 76.1659Z" fill="#233D4D"/>
<path d="M39.0284 54.0286C45.5393 89.3721 64.2504 91.1657 85.9901 91.1657C107.73 91.1657 137.574 61.0556 137.574 39.2746C137.574 17.4936 126.147 -0.933646 88.1849 4.66823C66.6782 7.85 33.3023 22.9235 39.0284 54.0286Z" fill="#233D4D"/>
<path d="M62.7791 97.0378C70.9207 97.996 79.0501 99.1631 87.1427 100.514C91.5569 101.251 95.971 102.013 100.348 102.959C102.654 103.463 104.934 104.04 107.166 104.777L105.339 102.677L112.401 81.3624L95.6522 80.0233L77.9098 71.9645L70.3935 96.9764L62.7791 97.0501V97.0378Z" fill="#FFA895"/>
<path d="M76.6223 61.3627C77.0515 65.0604 78.1427 68.537 79.7735 71.7065C84.813 81.4852 95.0024 88.1682 106.737 88.1682C123.486 88.1682 137.059 74.5689 137.059 57.7878C137.059 49.1393 133.455 41.3384 127.679 35.8103C122.235 30.6138 114.854 27.4074 106.737 27.4074C104.039 27.4074 101.44 27.7637 98.9506 28.4271C97.6386 33.5253 95.6645 38.4392 93.0773 43.0214C88.9819 50.2449 83.3171 56.5102 76.6223 61.375V61.3627Z" fill="#FFA895"/>
<path d="M72.3308 62.7877C74.354 66.0186 76.8798 68.8319 79.7736 71.1045C84.7027 74.962 90.7231 77.2224 97.2095 77.2224C113.959 77.2224 131.039 64.2988 131.039 45.6873C131.039 40.6873 127.741 37.137 125.423 32.7391C117.625 17.9481 105.179 16.0563 94.1318 14.5084C93.9356 18.8941 96.8784 31.0437 90.9806 42.4195C86.8362 50.4046 83.3171 54.2498 76.6223 59.6305C75.2368 60.7484 73.8022 61.8049 72.3308 62.7877V62.7877Z" fill="#FFA895"/>
<path d="M109.667 35.7243C110.133 36.8053 111.065 37.481 112.585 36.9282C114.462 36.2402 116.423 32.0634 117.932 30.6015C119.023 29.545 122.689 27.9602 120.985 26.3755C119.452 24.9382 115.467 26.2649 113.922 27.1126C111.2 28.6236 108.282 32.4688 109.68 35.7243H109.667Z" fill="#233D4D"/>
<path d="M122.848 50.8346C116.485 50.8346 111.31 45.6504 111.31 39.2746C111.31 32.8987 116.485 27.7146 122.848 27.7146C129.212 27.7146 134.387 32.8987 134.387 39.2746C134.387 45.6504 129.212 50.8346 122.848 50.8346ZM122.848 30.3681C117.944 30.3681 113.959 34.3606 113.959 39.2869C113.959 44.2131 117.944 48.1934 122.848 48.1934C127.753 48.1934 131.75 44.2008 131.75 39.2869C131.75 34.3729 127.765 30.3681 122.848 30.3681V30.3681Z" fill="white"/>
<path d="M110.133 36.5473C110.182 35.884 110.66 35.3066 111.371 35.3066C111.997 35.3066 112.659 35.8717 112.61 36.5473C112.328 40.1345 113.591 43.7463 116.068 46.3752C116.656 47.0017 117.306 47.5914 118.029 48.0828C118.839 48.6356 119.758 49.0287 120.506 49.6921C122.235 51.2154 121.99 53.5864 121.524 55.6134C121.181 57.1613 118.802 56.5102 119.145 54.9623C119.329 54.1515 119.538 53.2793 119.366 52.4439C119.182 51.5717 118.422 51.2154 117.723 50.81C116.104 49.8764 114.657 48.6479 113.493 47.1737C111.138 44.1885 109.851 40.3925 110.145 36.5719L110.133 36.5473Z" fill="#F76D6D"/>
<path d="M70.3934 57.3947C70.4057 57.9475 70.5651 58.4512 71.0433 58.7583C71.3253 58.9303 71.6318 59.0531 71.9261 59.2128C72.5024 59.52 73.0664 59.8639 73.6182 60.2202C74.7218 60.9327 75.7762 61.7067 76.8062 62.5298C78.952 64.2496 80.9751 66.1292 83.0964 67.8859C84.1386 68.7459 91.9983 71.7188 88.7857 64.3356C85.2422 56.2031 84.6781 52.923 83.0105 49.2007C82.7408 48.5865 81.8457 48.4513 81.3185 48.7585C80.779 49.0779 80.6318 49.6675 80.7912 50.2081C79.1972 50.3923 77.689 50.81 76.2299 51.4488C74.9425 52.0139 73.7776 52.7756 72.6986 53.6724C71.5828 54.606 70.3689 55.8222 70.3934 57.3824V57.3947Z" fill="#233D4D"/>
<path d="M90.5147 111.62C83.8322 115.649 78.9766 113.155 76.0952 108.463C77.9834 111.522 67.7696 119.716 59.1742 117.787C50.5789 115.858 48.7765 108.586 48.801 102.333C47.3787 103.536 45.7847 104.519 43.9577 104.974C24.2657 109.851 32.5422 82.0626 37.6062 74.8268C40.7942 70.2569 44.0926 65.6992 45.331 60.1588C45.7847 58.1318 45.9686 56.0434 45.895 53.9549C47.3664 50.2572 49.4999 46.8297 52.1361 43.8445C55.4467 43.6725 58.8432 44.4833 61.8841 45.6135C65.6361 47.0263 69.0938 49.1884 71.5339 52.4193C73.9984 55.6871 75.0039 59.7534 75.7028 63.7091C76.4017 67.7017 76.9535 71.6697 78.2777 75.5148C79.5652 79.274 78.8172 78.6597 82.5938 82.9963C84.6415 85.3549 90.1837 91.092 91.9493 93.6841C95.2722 98.598 97.5406 107.394 90.5393 111.62H90.5147Z" fill="#233D4D"/>
<path d="M65.1946 69.7041C65.1946 75.5025 69.8785 80.1953 75.6659 80.1953C81.4534 80.1953 86.1373 75.5025 86.1373 69.7041C86.1373 63.9057 81.4534 59.2129 75.6659 59.2129C69.8785 59.2129 65.1946 63.9057 65.1946 69.7041Z" fill="#FFA895"/>
<path d="M82.753 50.3923C83.5746 50.6995 84.3716 50.4415 85.1073 50.0238C85.8184 49.6184 86.5296 49.2007 87.253 48.8322C88.6386 48.1196 90.0732 47.5668 91.5446 47.0632C94.0459 46.2032 96.9642 45.1344 97.9573 42.4195C98.3007 41.4736 98.0554 40.5153 97.2339 39.9134C96.6699 39.508 96.0078 39.3851 95.3334 39.3114C93.6903 39.1394 92.0473 39.5817 90.5636 40.2451C89.1658 40.8716 87.9274 41.7561 86.7748 42.7266C85.328 43.4637 84.016 44.4956 82.986 45.7487C82.4588 46.3875 81.8457 47.1123 81.5637 47.8985C81.1836 48.9427 81.6985 50.0115 82.753 50.3801V50.3923Z" fill="#233D4D"/>
<path d="M96.3021 56.7067C95.4316 55.0237 95.4438 52.9967 96.2653 51.3014C96.4738 50.8592 97.0501 50.6503 97.4915 50.7117C97.9697 50.7732 98.3866 51.1171 98.5215 51.5963C98.5583 51.7314 98.595 51.8788 98.6196 52.0262C98.6809 52.1245 98.7299 52.2351 98.7422 52.3456L98.779 52.5913C99.2572 53.9427 99.2694 55.5028 98.7912 56.8542C98.6318 57.3333 98.2762 57.665 97.7613 57.7387C97.2708 57.8001 96.8294 57.579 96.5474 57.1736C96.4861 57.1121 96.437 57.0384 96.4002 56.9647C96.3634 56.8787 96.3267 56.805 96.3021 56.719V56.7067Z" fill="#233D4D"/>
<path d="M117.649 40.0608C117.845 39.6185 118.446 39.4097 118.875 39.4711C119.39 39.5448 119.722 39.8888 119.905 40.3556C120.126 40.933 120.261 41.5227 120.322 42.1246C120.751 43.2057 120.653 44.4833 120.065 45.4907C120.016 45.5767 119.954 45.6381 119.881 45.7118C119.734 46.0312 119.452 46.3015 119.096 46.3875C118.593 46.498 117.944 46.3261 117.698 45.8224C117.269 44.9133 117.024 43.9551 117.012 42.9477C117.012 41.9404 117.245 40.9822 117.649 40.0608V40.0608Z" fill="#233D4D"/>
<path d="M112.549 61.8418C112.904 61.2398 113.64 61.0924 114.241 61.3995C114.805 61.6944 115.234 61.8664 115.921 62.0506C116.607 62.2349 116.975 62.2963 117.625 62.3332C118.974 62.4069 119.991 62.2349 121.279 61.7435C121.88 61.5101 122.665 62.0015 122.799 62.6034C122.959 63.316 122.579 63.8688 121.941 64.1268C119.047 65.2447 115.724 64.9744 112.99 63.5371C112.402 63.23 112.218 62.4069 112.549 61.8418V61.8418Z" fill="#F76D6D"/>
<path d="M184.181 118.192C187.209 121.583 190.839 124.384 194.64 126.853C198.428 129.31 202.401 131.509 206.386 133.659C210.506 135.882 214.847 137.946 219.555 138.413C224.141 138.868 228.923 137.762 232.332 134.531C233.913 133.032 235.176 131.214 236.304 129.347C237.518 127.344 238.634 125.305 239.762 123.254C244.36 114.826 248.443 106.116 251.987 97.1975C253.753 92.7504 255.383 88.2419 256.879 83.6965C257.615 81.4484 258.338 79.2002 258.988 76.9276C259.675 74.5566 260.178 72.1488 260.079 69.6672C259.908 64.7287 258.007 60.0973 255.69 55.7977C253.495 51.7437 251.03 47.8125 248.382 44.0411C245.783 40.3679 242.901 36.8545 239.578 33.8078C237.923 32.2845 236.182 30.7366 234.244 29.5819C234.183 29.545 234.122 29.5081 234.06 29.4713C234.588 28.7711 234.367 27.518 233.239 27.4934C231.044 27.432 228.898 27.7883 226.826 28.5008C217.924 31.5474 205.332 41.0682 201.592 49.1761C197.374 58.316 193.475 67.6157 189.625 76.903C185.725 86.3254 184.119 95.2565 180.49 104.79C179.582 107.185 183.384 117.295 184.205 118.205L184.181 118.192Z" fill="#37BBDB"/>
<path d="M216.318 79.5442C219.788 84.0159 224.729 87.3205 230.137 88.9544C235.753 90.6497 241.736 90.3549 247.082 87.9225C250.197 86.4974 253.041 84.5196 255.727 82.4066C258.118 80.527 260.361 78.4631 262.372 76.1905C265.879 72.247 268.736 67.7262 270.526 62.7631C270.808 62.6403 271.054 62.3823 271.152 61.9892C271.581 60.3553 271.777 58.6723 271.752 56.9893C271.618 49.9255 267.853 43.6602 263.084 38.6972C260.778 36.2894 258.24 34.0658 255.543 32.1125C252.796 30.1101 249.743 28.4394 246.457 27.5548C239.983 25.7981 232.883 26.9775 227.084 30.2452C221.615 33.3287 217.25 38.2058 214.356 43.7462C208.569 54.8149 208.458 69.4092 216.318 79.5442Z" fill="#1C313A"/>
<path d="M332.999 98.168V177.442C332.999 182.061 329.259 185.808 324.649 185.808H171.122C166.512 185.808 162.772 182.061 162.772 177.442V98.168H332.999V98.168Z" fill="#233D4D"/>
<path d="M332.999 92.1239V98.1557H162.772V92.1239C162.772 87.5048 166.512 83.7579 171.122 83.7579H324.649C329.259 83.7579 332.999 87.5048 332.999 92.1239Z" fill="#2C4797"/>
<path d="M97.0869 199.518C97.5038 202.429 99.0365 205.095 101.06 207.184C105.891 212.183 112.953 213.289 119.611 212.921C123.302 212.712 126.993 212.171 130.647 211.594C134.362 211.016 138.053 210.304 141.694 209.407C143.509 208.953 145.324 208.449 147.114 207.896C147.249 207.847 147.384 207.81 147.519 207.773C147.752 208.252 148.254 208.584 148.904 208.424C150.045 208.142 151.185 207.859 152.325 207.564C161.509 205.132 170.644 201.889 178.737 196.815C182.758 194.297 186.523 191.312 189.772 187.859C191.464 186.054 193.009 184.113 193.916 181.779C194.787 179.543 194.836 176.975 193.843 174.788C192.899 172.7 190.888 171.287 188.681 170.833C186.302 170.341 183.972 170.796 181.79 171.766C179.533 172.774 177.535 174.285 175.573 175.759C173.648 177.196 171.747 178.683 169.847 180.145C166.107 183.019 162.269 185.845 158.051 187.995C155.991 189.039 153.846 189.899 151.614 190.476C149.848 190.943 148.034 191.189 146.256 191.557C146.525 189.248 148.291 187.135 149.885 185.599C152.386 183.191 155.28 181.226 157.818 178.842C160.295 176.508 162.429 173.72 163.434 170.427C164.317 167.516 164.329 163.499 161.95 161.251C160.663 160.034 158.897 159.752 157.193 159.912C155.574 160.071 154.005 160.452 152.485 161.054C149.444 162.27 146.746 164.101 144.11 165.992C141.351 167.97 138.592 169.899 135.588 171.508C132.523 173.155 129.298 174.481 125.975 175.501C122.481 176.57 118.863 177.073 115.357 178.081C111.862 179.088 108.833 180.82 106.062 183.179C103.549 185.304 101.121 187.687 99.3185 190.464C97.5651 193.154 96.6332 196.299 97.0869 199.518V199.518Z" fill="#FFA895"/>
<path d="M146.967 217.245C148.058 217.183 149.162 217.122 150.253 217.036C158.995 216.471 167.934 215.635 176.186 212.466C180.428 210.844 184.303 208.609 187.871 205.795C189.674 204.383 191.378 202.847 193.021 201.262C194.615 199.727 196.221 198.166 197.521 196.348C199.777 193.191 200.734 188.314 197.668 185.292C196.172 183.818 193.977 183.29 191.93 183.523C189.661 183.793 187.651 184.874 185.787 186.14C181.789 188.855 177.964 191.778 173.881 194.37C170.117 196.766 166.119 198.744 162.159 200.808C158.296 202.81 154.495 204.96 151.123 207.749C149.493 209.088 147.568 210.734 147.445 213.019C147.42 213.596 147.555 214.186 147.813 214.702C147.519 214.714 147.224 214.739 146.93 214.751C145.348 214.849 145.348 217.319 146.93 217.22L146.967 217.245Z" fill="#FFA895"/>
<path d="M166.009 209.407C166.929 211.139 168.829 211.446 170.619 211.495C171.944 211.532 173.268 211.459 174.58 211.299C174.862 211.766 175.414 211.938 175.965 211.864C176.909 211.729 177.841 211.532 178.749 211.25C182.611 210.058 186.191 207.884 189.674 205.857C193.144 203.83 196.651 201.741 199.863 199.321C202.916 197.024 205.675 194.149 206.668 190.341C207.563 186.938 206.729 183.142 203.897 180.894C202.585 179.85 200.991 179.186 199.287 179.248C197.558 179.309 195.939 180.034 194.529 181.017C193.107 182.024 191.856 183.24 190.532 184.371C189.097 185.599 187.528 186.668 185.934 187.651C179.693 191.496 172.63 194.395 168.118 200.439C166.328 202.835 164.427 206.434 166.009 209.395V209.407Z" fill="#FFA895"/>
<path d="M167.738 205.881C170.693 206.741 173.697 205.599 176.161 203.953C178.27 203.228 180.306 202.257 182.182 201.053C183.469 200.23 184.683 199.284 185.811 198.265C186.204 197.909 186.596 197.528 187.013 197.159C187.221 197.11 187.43 197.012 187.614 196.864C187.969 196.582 188.3 196.311 188.644 196.029C188.742 195.98 188.828 195.931 188.926 195.906C189.294 195.759 189.6 195.488 189.735 195.157C192.285 193.068 194.762 190.894 197.153 188.621C199.753 186.152 202.426 183.277 202.512 179.469C202.573 176.361 200.66 173.425 197.472 172.933C194.431 172.467 191.452 173.83 189.024 175.538C183.899 179.15 179.999 184.113 175.303 188.216C174.163 189.211 172.973 190.144 171.711 190.968C170.509 191.754 169.234 192.405 167.995 193.117C165.727 194.432 163.287 196.201 162.87 198.99C162.392 202.196 164.807 205.021 167.775 205.881H167.738Z" fill="#FFA895"/>
<path d="M86.8363 220.488C88.2096 223.191 89.7423 225.881 91.8635 228.08C94.1196 230.439 97.0011 231.901 100.116 232.773C101.685 233.215 103.291 233.522 104.898 233.805C106.712 234.124 108.539 234.407 110.378 234.468C114.045 234.603 117.539 233.608 120.887 232.208C124.222 230.82 127.483 229.272 130.806 227.822C144.196 221.987 157.88 216.815 171.747 212.257C173.256 211.766 172.606 209.383 171.085 209.874C169.43 210.414 167.775 210.967 166.132 211.52C162 212.921 157.88 214.395 153.784 215.918C155.378 213.842 155.906 210.918 154.164 208.719C153.159 207.466 151.626 207.134 150.081 207.22C148.549 207.306 147.04 207.368 145.52 207.22C142.737 206.926 139.88 205.931 137.758 204.051C136.532 202.958 135.564 201.619 134.558 200.341C133.528 199.051 132.412 197.872 131.137 196.827C128.501 194.653 125.509 192.909 122.419 191.484C119.342 190.046 116.117 188.953 112.745 188.486C106.553 187.638 99.8703 189.051 95.309 193.535C92.8567 195.943 91.0665 198.99 89.1905 201.84C88.1851 203.351 87.1551 204.849 86.1987 206.373C85.3159 207.773 84.4943 209.309 84.2001 210.955C83.587 214.395 85.3526 217.503 86.8608 220.463L86.8363 220.488Z" fill="#FFA895"/>
<path d="M12.1145 258.706C12.1145 258.706 37.9741 319.209 39.4945 318.951C55.8269 316.248 60.9522 311.58 72.7723 298.472C72.4535 298.312 72.1347 298.128 71.8404 297.956C70.9086 297.416 69.989 296.838 69.0816 296.261C67.2669 295.094 65.5012 293.853 63.7724 292.563C60.2533 289.934 56.8936 287.096 53.6198 284.16C47.5871 278.755 41.5544 273.19 36.4536 266.863C33.9768 263.78 31.6962 260.512 29.906 256.974C29.0109 255.229 28.2262 253.411 27.5886 251.544C27.2698 250.623 26.9877 249.689 26.7425 248.755C26.5954 248.203 26.4605 247.65 26.4115 247.085C18.0859 253.89 12.1145 258.682 12.1145 258.682V258.706Z" fill="#37BBDB"/>
<path d="M26.4236 247.109C26.4604 247.662 26.6075 248.227 26.7546 248.78C26.9999 249.714 27.2819 250.647 27.6007 251.569C28.2383 253.424 29.023 255.242 29.9181 256.999C31.7206 260.537 33.989 263.804 36.4658 266.888C41.5543 273.214 47.5993 278.78 53.6319 284.185C56.9058 287.121 60.2654 289.959 63.7845 292.588C65.5134 293.878 67.279 295.118 69.0937 296.285C70.0011 296.863 70.9207 297.44 71.8526 297.981C72.1591 298.153 72.4656 298.337 72.7844 298.497C76.6468 294.222 80.8893 289.025 85.377 282.797C87.6577 279.627 90.0977 276.298 92.5991 272.895C110.06 249.136 131.014 221.876 131.014 221.876L124.528 188.781C124.528 188.781 126.196 179.199 117.551 179.26C108.907 179.334 91.2135 189.506 76.6346 206.188C72.5883 210.82 52.087 230.93 43.1115 238.547C34.2587 246.077 34.1116 240.844 26.4358 247.122L26.4236 247.109Z" fill="#FFA895"/>
<path d="M73.4957 65.6378C73.8513 65.0359 74.587 64.8884 75.1878 65.1956L82.7286 69.0653C83.4275 69.4215 83.5256 70.478 82.9739 71.0063C80.9139 72.9964 78.5474 74.6671 75.9725 75.9079C75.3717 76.2028 74.636 76.0676 74.2804 75.4657C73.9616 74.9251 74.121 74.0652 74.7218 73.7704C76.6224 72.849 78.3635 71.7434 79.9453 70.4043C77.9466 69.3724 75.948 68.3527 73.9371 67.3208C73.3485 67.0137 73.1769 66.1783 73.4957 65.6255V65.6378Z" fill="#F76D6D"/>
<path d="M44.1048 95.1951C49.316 95.6128 54.5026 96.1041 59.7015 96.6938C60.7315 96.8044 61.7492 96.9272 62.7791 97.0501C70.9208 98.0083 79.0502 99.1754 87.1428 100.527C91.557 101.264 95.9711 102.025 100.348 102.971C102.654 103.475 104.934 104.052 107.166 104.79C108.956 105.379 110.709 106.067 112.414 106.89C113.211 107.271 113.922 106.743 114.155 106.006C115.541 101.645 116.681 97.2343 117.576 92.7504C117.895 91.1779 115.467 90.748 115.148 92.2958C114.351 96.2761 113.358 100.195 112.169 104.077C110.832 103.487 109.459 102.971 108.073 102.505C105.265 101.571 102.384 100.871 99.4902 100.269C90.5147 98.426 81.4289 97.0255 72.3554 95.7847C69.5107 95.3916 66.666 95.0354 63.8091 94.6914C57.4086 93.9297 50.9835 93.2909 44.5585 92.775C43.8964 92.7258 43.2465 93.0575 43.1116 93.7577C43.0013 94.3597 43.4427 95.1459 44.1048 95.1951V95.1951Z" fill="#233D4D"/>
<path d="M208.642 184.248C207.808 181.889 205.81 180.046 203.468 179.223C198.355 177.417 192.567 182.602 188.362 184.874C177.326 190.845 165.384 196.066 152.632 196.139C151.038 196.139 151.038 198.621 152.632 198.609C156.285 198.584 159.939 198.166 163.52 197.429C170.68 195.943 177.498 193.191 184.021 189.948C187.295 188.326 190.507 186.57 193.695 184.764C197.055 182.86 200.427 179.678 204.289 182.393C206.104 183.67 206.852 185.783 206.607 187.946C206.116 192.454 202.278 196.09 198.759 198.523C194.652 201.361 190.041 203.547 185.554 205.673C179.484 208.559 173.255 211.115 166.904 213.351C159.854 215.832 152.914 218.756 145.875 221.164C138.899 223.547 131.48 225.046 125.252 229.198C120.089 232.638 116.681 237.76 113.247 242.81C109.397 248.461 105.363 253.989 101.231 259.455C96.5963 265.598 91.8388 271.642 87.0814 277.698C86.6645 278.227 86.5664 278.939 87.0814 279.443C87.5105 279.873 88.4056 279.971 88.8225 279.443C97.2707 268.694 105.731 257.944 113.542 246.716C117.024 241.716 120.175 236.139 125.068 232.355C129.298 229.075 134.46 227.331 139.499 225.758C145.238 223.977 151.123 221.692 156.825 219.444C162.661 217.147 168.682 215.439 174.531 213.117C179.852 211.016 185.088 208.682 190.201 206.127C194.811 203.83 199.569 201.459 203.394 197.945C206.987 194.641 210.432 189.321 208.63 184.235L208.642 184.248Z" fill="white"/>
<path d="M152.742 191.827C156.641 191.299 160.553 190.759 164.329 189.641C166.205 189.088 168.032 188.388 169.761 187.479C171.576 186.52 173.268 185.329 174.911 184.113C178.393 181.533 181.888 178.978 185.493 176.557C188.607 174.457 192.334 172.086 196.27 172.54C199.851 172.946 203.689 175.833 203.296 179.813C203.235 180.476 202.781 181.054 202.058 181.054C201.445 181.054 200.758 180.489 200.819 179.813C201.089 177.086 198.294 175.071 195.755 174.985C192.052 174.838 188.754 177.331 185.836 179.309C182.415 181.631 179.104 184.088 175.769 186.533C172.593 188.867 169.246 190.71 165.482 191.877C161.337 193.167 157.009 193.732 152.717 194.309C152.055 194.395 151.479 193.683 151.479 193.068C151.479 192.331 152.043 191.926 152.717 191.827H152.742Z" fill="white"/>
<path d="M145.593 189.727C145.839 189.506 146.133 189.371 146.464 189.371H147.984C147.984 189.371 148.095 189.321 148.156 189.297C155.01 187.245 161.521 184.174 167.48 180.194C170.435 178.216 173.096 175.943 175.867 173.732C178.503 171.619 181.397 169.727 184.83 169.334C188.129 168.965 191.709 170.145 193.499 173.069C194.333 174.432 192.2 175.673 191.366 174.322C190.029 172.135 187.221 171.508 184.83 171.803C181.839 172.184 179.239 174.137 176.971 175.992C174.31 178.167 171.674 180.341 168.817 182.258C165.972 184.174 162.98 185.882 159.89 187.368C156.322 189.088 152.619 190.538 148.818 191.668C148.61 191.766 148.426 191.827 148.217 191.827H146.476C146.157 191.827 145.826 191.692 145.606 191.471C145.483 191.361 145.397 191.226 145.348 191.078C145.275 190.931 145.238 190.771 145.238 190.599C145.25 190.28 145.36 189.948 145.593 189.727V189.727Z" fill="white"/>
<path d="M53.0312 226.606C58.1319 222.798 62.9753 218.645 67.5488 214.198C72.1224 209.739 76.4507 205.034 80.9261 200.476C89.264 192 98.4479 183.892 109.704 179.604C112.5 178.535 115.369 177.823 118.287 177.245C121.34 176.643 124.369 176.005 127.287 174.887C132.719 172.811 137.636 169.592 142.528 166.496C145.066 164.899 147.604 163.241 150.277 161.877C152.828 160.563 155.66 159.555 158.566 159.924C161.153 160.256 163.741 161.595 164.905 164.039C166.193 166.717 165.666 169.739 164.464 172.344C162.453 176.717 158.456 179.985 154.839 182.97C151.381 185.833 147.641 188.695 145.361 192.638C144.833 193.535 144.404 194.481 144.073 195.464C143.57 196.963 141.192 196.324 141.694 194.813C144.711 185.747 154.14 181.717 159.927 174.788C161.46 172.946 162.845 170.759 163.152 168.339C163.459 165.98 162.441 163.843 160.221 162.872C157.892 161.853 155.268 162.344 153.012 163.302C150.339 164.42 147.862 166.079 145.41 167.614C140.542 170.661 135.747 173.892 130.487 176.226C127.802 177.417 125.031 178.351 122.162 178.99C119.133 179.653 116.08 180.132 113.113 181.054C102.126 184.457 93.016 191.987 84.9602 199.948C80.5215 204.333 76.3035 208.928 71.9262 213.351C67.5365 217.785 62.9262 221.999 58.0216 225.881C56.7954 226.852 55.5448 227.81 54.2818 228.756C53.7423 229.149 52.9085 228.842 52.5897 228.313C52.2219 227.687 52.4916 227.024 53.0312 226.618V226.606Z" fill="white"/>
<path d="M22.3773 247.576C23.1252 258.067 34.0502 269.627 40.7818 277.109C48.8622 286.077 58.4507 295.757 69.437 301.224C76.5365 304.762 77.3825 301.85 81.9806 295.941C85.7571 291.089 96.3266 281.777 94.9778 275.807C94.0214 271.531 87.6699 267.735 84.8253 264.615C77.5296 256.679 69.719 249.087 63.7845 240.181C61.2708 236.409 55.2872 224.137 49.8063 224.137C48.3962 224.321 47.2191 225.242 46.1156 226.127C41.0148 230.242 22.365 240.697 22.365 247.576H22.3773Z" fill="#1C313A"/>
<path d="M18.8091 130.907C28.4957 130.747 38.1823 131.14 47.8321 132.086C58.6836 133.155 69.4615 134.924 80.08 137.369C81.6249 137.725 82.287 135.342 80.7421 134.986C74.7217 133.597 68.6522 132.43 62.546 131.472C51.6332 129.777 40.6223 128.77 29.587 128.475C26.914 128.401 24.2409 128.376 21.5679 128.401C20.6361 129.212 19.7042 130.047 18.8091 130.907V130.907Z" fill="#1C313A"/>
<path d="M59.4193 49.041C53.6564 52.4562 47.7954 55.9451 41.2355 57.579C35.2886 59.0531 28.9984 58.7952 23.5911 55.6994C18.8827 52.9967 15.1797 48.5988 13.2792 43.5128C11.0721 37.6284 11.0476 31.0806 12.8745 25.0856C14.7996 18.7589 18.6742 13.1816 23.5421 8.77137C24.7192 7.70259 22.9658 5.95814 21.8009 7.02692C17.117 11.2898 13.3527 16.5722 11.1457 22.5304C8.84049 28.7465 8.41134 35.7488 10.2506 42.1492C11.9304 47.9968 15.523 53.1441 20.4889 56.6453C22.8554 58.3161 25.5652 59.5814 28.3854 60.2693C31.8676 61.117 35.4725 61.117 39.0039 60.5642C46.9003 59.3357 53.9139 55.1957 60.6823 51.1909C62.0433 50.3801 60.8049 48.2425 59.4316 49.0533L59.4193 49.041Z" fill="#233D4D"/>
<path d="M101.452 66.1292C94.5978 66.1292 89.0188 60.5396 89.0188 53.6724C89.0188 46.8052 94.5978 41.2156 101.452 41.2156C108.306 41.2156 113.885 46.8052 113.885 53.6724C113.885 60.5396 108.306 66.1292 101.452 66.1292ZM101.452 43.8568C96.0447 43.8568 91.655 48.2548 91.655 53.6724C91.655 59.09 96.0447 63.488 101.452 63.488C106.859 63.488 111.249 59.09 111.249 53.6724C111.249 48.2548 106.859 43.8568 101.452 43.8568Z" fill="white"/>
<path d="M116.681 45.1959C116.583 44.901 116.399 44.6062 116.117 44.4588C115.798 44.2991 115.516 44.2868 115.16 44.3359C113.333 44.6062 111.58 45.5644 110.317 46.9034C109.876 47.3703 109.814 48.1934 110.317 48.6479C110.795 49.0901 111.592 49.1516 112.058 48.6479C112.193 48.5005 112.328 48.3653 112.475 48.2302C112.549 48.1565 112.634 48.0951 112.708 48.0214C112.745 47.9968 112.782 47.9599 112.818 47.9354C113.137 47.6774 113.456 47.5054 113.763 47.3457C113.848 47.2966 113.922 47.2597 114.008 47.2229C114.045 47.1983 114.094 47.186 114.13 47.1614C114.327 47.0754 114.474 47.0263 114.621 46.9894C115.013 46.8666 115.406 46.7683 115.81 46.7192C116.092 46.6823 116.411 46.3875 116.546 46.1541C116.705 45.8838 116.767 45.503 116.669 45.1959H116.681Z" fill="white"/>
<path d="M362.61 56.7067L340.086 65.3552C337.768 66.252 337.278 69.3232 339.203 70.8957L341.067 72.4067C342.465 73.5369 342.673 75.5885 341.521 76.9767L309.481 115.907C308.414 117.209 306.526 117.467 305.141 116.509L261.183 85.8218C259.92 84.9373 258.216 85.0724 257.112 86.1289L168.792 170.354C167.529 171.558 167.444 173.548 168.608 174.85L174.764 181.766C175.99 183.142 178.099 183.216 179.423 181.938L258.191 105.527C259.27 104.482 260.913 104.323 262.176 105.121L308.991 135.047C310.413 135.956 312.289 135.612 313.307 134.273L350.852 84.6301C351.955 83.1682 354.04 82.9225 355.462 84.065L357.963 86.1043C359.901 87.6768 362.794 86.5588 363.187 84.1019L366.963 60.2325C367.356 57.7755 364.94 55.8099 362.61 56.7067V56.7067Z" fill="#FCCA46"/>
<path d="M260.754 59.7902C263.513 63.0457 267.853 62.9474 271.556 64.7779C275.357 66.6574 278.557 69.3601 281.696 72.1733C284.872 74.9988 288.085 77.9349 291.861 79.9373C293.933 81.0307 296.263 83.2788 298.617 82.8734C300.591 82.5294 302.247 81.1904 303.215 79.4828C303.877 78.3157 304.221 77.075 304.319 75.8342C305.128 76.1168 305.999 76.2765 306.943 76.2765C308.917 76.2642 310.719 75.3797 311.86 73.7458C312.976 72.1488 313.172 70.0358 312.816 68.1562C312.412 66.0678 311.259 64.1759 310.082 62.4438C309.003 60.8467 307.826 59.3234 306.575 57.8615C304.061 54.95 301.217 52.3456 298.127 50.0607C295.123 47.8371 291.861 45.9452 288.44 44.4219C289.053 44.2131 289.679 44.0042 290.292 43.82C294.522 42.5546 298.887 42.4441 303.264 42.7389C305.471 42.8863 307.679 43.132 309.873 43.3777C312.068 43.6111 314.324 43.9551 316.507 43.4514C318.297 43.0337 320.05 41.879 320.811 40.1591C321.608 38.3532 321.24 36.2402 320.112 34.6555C318.935 32.997 317.194 32.002 315.33 31.2772C313.38 30.5155 311.32 29.975 309.26 29.5696C304.944 28.7342 300.53 28.5254 296.14 28.7956C287.116 29.3484 278.373 31.8054 269.717 34.2747C269.067 34.4589 268.822 34.9995 268.883 35.5277C268.049 36.5719 267.657 38.0092 267.706 39.3237C267.78 40.9944 268.552 42.5546 269.668 43.7708C269.852 43.9797 270.048 44.1639 270.256 44.3359C270.158 44.6308 270.072 44.9133 270.023 45.2204C269.827 45.3187 269.668 45.4661 269.545 45.675C269.521 45.7118 269.508 45.761 269.496 45.7978C265.634 44.9379 260.95 45.417 258.829 49.213C256.891 52.6773 258.338 56.977 260.741 59.8025L260.754 59.7902Z" fill="#FFA895"/>
<path d="M243.06 57.4193C243.146 59.52 245.28 61.6698 248.137 61.4241C252.428 61.0433 256.879 64.7287 260.079 67.7385C265.278 72.6279 257.088 80.6621 259.65 86.5834C260.435 88.4139 261.919 90.06 263.733 90.7725C267.583 92.2836 271.262 88.5981 273.359 85.6375C277.528 79.7285 278.435 71.1414 274.953 64.5322C272.807 60.4413 269.423 57.3087 265.953 54.4463C262.568 51.6577 258.939 48.9919 254.623 48.1565C254.169 48.0705 253.74 48.3162 253.483 48.697C250.38 48.5742 247.168 49.9132 245.071 52.2228C243.784 53.6478 242.975 55.4291 243.048 57.4193H243.06Z" fill="#FFA895"/>
<path d="M220.695 60.0482C221.738 62.0998 223.258 63.9794 225.22 65.2201C225.502 67.9474 226.25 70.6254 227.133 73.2053C227.819 75.1954 228.592 75.7359 229.855 77.4435C231.142 79.1757 232.822 80.5147 234.624 81.6572C238.193 83.9299 242.337 87.1117 246.53 87.7382C250.282 88.291 254.88 87.9348 257.308 84.5933C258.4 83.0945 258.792 80.9693 257.615 79.4091C257.002 78.5983 256.143 78.1438 255.261 77.6646C254.427 77.2101 253.618 76.731 252.821 76.2028C249.866 74.2372 247.058 71.5345 245.807 68.1316C245.194 66.4609 244.912 64.5813 245.084 62.7632C246.077 62.2963 247.082 61.8295 248.1 61.4118C253.053 59.3726 258.449 58.6477 263.304 56.3259C268.086 54.0409 271.544 50.0238 274.793 45.9575C276.436 43.8937 278.153 41.793 279.023 39.25C279.33 38.3655 279.575 37.0756 279.489 35.9085C280.667 35.7857 281.034 33.8693 279.673 33.4884C278.312 33.1076 276.951 32.7636 275.578 32.4688C269.803 31.228 263.893 30.6875 258.007 30.1961C252.293 29.717 246.518 29.2747 240.792 29.8644C235.274 30.4418 229.548 31.8668 225.171 35.4417C221.774 38.2181 219.592 42.3704 218.819 46.6578C218.01 51.1786 218.574 55.9328 220.671 60.0359L220.695 60.0482Z" fill="#FFA895"/>
<path d="M223.748 63.1931C223.81 64.4953 223.981 65.7975 224.239 67.0751C226.385 77.3698 235.139 85.7235 245.12 88.4507C247.928 89.2247 250.994 89.6792 253.863 89.0158C255.812 88.5613 257.553 87.4679 258.718 85.8955C259.479 88.5613 261.575 90.9814 264.408 91.4236C267.412 91.8905 270.293 90.2811 272.329 88.1559C274.29 86.1166 275.676 83.5245 276.534 80.8464C278.324 75.2568 277.711 69.1513 275.32 63.8442C272.917 58.5372 268.81 54.1515 264.064 50.8592C263.513 50.4783 262.691 50.7609 262.372 51.3014C262.017 51.9034 262.274 52.6159 262.814 52.9967C263.905 53.7584 264.947 54.5692 265.94 55.4537C269.938 59.0163 273.15 63.574 274.474 68.8196C275.774 73.9669 275.137 79.7039 272.267 84.2247C270.919 86.35 268.957 88.3893 266.419 88.9421C264.052 89.4581 261.992 87.8365 261.232 85.6621C260.165 82.6277 261.318 79.5074 262.213 76.5959C262.691 75.0234 263.12 73.3527 262.985 71.7065C262.875 70.2569 262.409 68.8687 261.612 67.6525C259.957 65.0973 257.333 63.5371 254.562 62.4315C253.237 61.9032 251.852 61.3995 250.454 61.0678C249.24 60.7853 247.867 60.6256 246.677 61.0678C245.28 61.5961 244.409 62.8123 244.25 64.2865C244.103 65.6869 244.63 67.0506 245.145 68.3159C246.212 70.8834 247.425 73.5369 249.583 75.3797C251.472 77.0013 253.9 77.5786 255.935 78.9545C257.774 80.1953 258.044 82.2592 256.916 84.1142C255.518 86.3991 252.735 86.9397 250.246 86.8168C247.683 86.694 245.108 85.9815 242.742 85.0232C233.901 81.4606 226.679 72.8981 226.188 63.1563C226.115 61.5715 223.638 61.5715 223.724 63.1563L223.748 63.1931ZM257.21 76.8416C255.15 75.4534 252.588 74.9374 250.797 73.1315C249.829 72.161 249.118 70.9817 248.504 69.7655C247.891 68.5616 247.291 67.284 246.923 65.9695C246.665 65.0727 246.481 63.8074 247.487 63.402C248.492 62.9966 249.792 63.402 250.797 63.7214C253.593 64.6059 256.548 65.6009 258.62 67.7876C259.528 68.7459 260.202 69.9006 260.459 71.2028C260.766 72.7507 260.325 74.36 259.871 75.8219C259.589 76.7433 259.295 77.6769 259.049 78.6229C258.571 77.9349 257.946 77.3329 257.21 76.8293V76.8416Z" fill="#F76D6D"/>
<path d="M274.475 66.4609C274.793 65.9203 275.615 65.6378 276.167 66.0186C280.63 69.1021 284.909 72.4559 288.968 76.0676C290.782 77.6769 292.536 79.4336 294.718 80.5393C296.472 81.4361 298.801 81.8169 300.604 80.8218C302.308 79.8759 302.958 77.8858 303.019 76.043C303.093 73.9055 302.455 71.7556 301.511 69.8515C299.341 65.4535 295.577 62.1735 291.641 59.3848C286.503 55.724 281.194 52.3088 275.958 48.7953C274.646 47.9108 275.885 45.7732 277.209 46.6578C282.199 50.0115 287.239 53.2916 292.168 56.7313C296.509 59.7657 300.751 63.23 303.314 67.9719C305.496 72.0136 306.857 78.0209 303.363 81.7678C301.609 83.6473 298.973 84.1265 296.521 83.7211C293.946 83.3034 291.739 81.7555 289.777 80.097C287.374 78.0577 285.081 75.9079 282.628 73.9178C280.127 71.8908 277.552 69.9743 274.916 68.1562C274.364 67.7754 274.119 67.0751 274.475 66.4609V66.4609Z" fill="#F76D6D"/>
<path d="M280.765 40.1222C288.256 42.6529 295.221 46.5963 301.278 51.6945C304.27 54.2129 307.041 57.0139 309.506 60.0482C312.093 63.2423 314.521 67.026 314.042 71.338C313.785 73.6229 312.755 75.6622 310.879 77.0258C309.236 78.2052 307.004 78.6597 305.079 77.9718C304.454 77.7506 304.037 77.1364 304.221 76.4484C304.393 75.8465 305.104 75.3551 305.741 75.5885C307.09 76.0676 308.5 75.7482 309.64 74.8883C310.867 73.9669 311.516 72.4436 311.627 70.9448C311.897 67.2348 309.64 64.0531 307.397 61.3381C302.823 55.8222 297.305 51.1417 291.126 47.53C287.631 45.4907 283.953 43.8077 280.127 42.5178C278.631 42.0141 279.269 39.6186 280.789 40.1345L280.765 40.1222Z" fill="#F76D6D"/>
<path d="M173.586 87.3451C171.343 87.3451 169.516 89.1755 169.516 91.4237C169.516 93.6718 171.343 95.5022 173.586 95.5022C175.83 95.5022 177.657 93.6718 177.657 91.4237C177.657 89.1755 175.83 87.3451 173.586 87.3451Z" fill="white"/>
<path d="M184.536 87.3451C182.292 87.3451 180.465 89.1755 180.465 91.4237C180.465 93.6718 182.292 95.5022 184.536 95.5022C186.78 95.5022 188.607 93.6718 188.607 91.4237C188.607 89.1755 186.78 87.3451 184.536 87.3451Z" fill="white"/>
<path d="M195.584 95.6619C197.832 95.6619 199.654 93.8359 199.654 91.5834C199.654 89.3308 197.832 87.5048 195.584 87.5048C193.335 87.5048 191.513 89.3308 191.513 91.5834C191.513 93.8359 193.335 95.6619 195.584 95.6619Z" fill="white"/>
<path d="M268.589 161.386H297.759C299.341 161.386 299.353 158.916 297.759 158.916H268.589C267.007 158.916 266.995 161.386 268.589 161.386Z" fill="white"/>
<path d="M303.743 161.386H317.586C319.168 161.386 319.18 158.916 317.586 158.916H303.743C302.161 158.916 302.149 161.386 303.743 161.386Z" fill="white"/>
<path d="M268.613 167.577H317.574C319.18 167.577 319.192 165.108 317.574 165.108H268.613C267.007 165.108 266.995 167.577 268.613 167.577Z" fill="white"/>
<path d="M276.485 171.287H268.626C267.976 171.287 267.363 171.852 267.387 172.528C267.412 173.204 267.927 173.769 268.626 173.769H276.485C277.135 173.769 277.748 173.204 277.724 172.528C277.699 171.852 277.184 171.287 276.485 171.287Z" fill="white"/>
<path d="M317.819 171.287H282.935C281.329 171.287 281.329 173.757 282.935 173.757H317.819C319.425 173.757 319.425 171.287 317.819 171.287Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_22_1356">
<rect width="367" height="319" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 38 KiB

56
src/assets/home/cloud.svg Normal file
View File

@ -0,0 +1,56 @@
<svg width="1439" height="543" viewBox="0 0 1439 543" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1439 91.44L1226.22 50.688L986.066 157.878L753.74 207.738L551.492 128.556L321.974 148.266L-1 114.408V339.588H1439V91.44Z" fill="#99E2FF"/>
<path d="M127.07 128.43C146.873 128.43 162.926 112.377 162.926 92.574C162.926 72.7713 146.873 56.718 127.07 56.718C107.267 56.718 91.2139 72.7713 91.2139 92.574C91.2139 112.377 107.267 128.43 127.07 128.43Z" fill="#99E2FF"/>
<path d="M117.998 118.998C117.998 53.28 64.718 0 -1 0V238.014C64.718 238.014 117.998 184.734 117.998 119.016V118.998Z" fill="#99E2FF"/>
<path d="M1320 118.998C1320 184.716 1373.28 237.996 1439 237.996V0C1373.28 0 1320 53.28 1320 118.998Z" fill="#99E2FF"/>
<path d="M285.568 199.143C326.433 189.31 351.589 148.211 341.756 107.347C331.922 66.482 290.823 41.3263 249.959 51.1596C209.094 60.993 183.938 102.092 193.772 142.956C203.605 183.821 244.704 208.977 285.568 199.143Z" fill="#99E2FF"/>
<path d="M246.571 178.578C262.316 139.608 243.488 95.2518 204.518 79.5066C165.547 63.7615 121.191 82.5895 105.446 121.56C89.7012 160.531 108.529 204.886 147.5 220.631C186.47 236.377 230.826 217.549 246.571 178.578Z" fill="#99E2FF"/>
<path d="M430.866 250.324C471.731 240.491 496.886 199.392 487.053 158.528C477.22 117.663 436.121 92.5072 395.256 102.341C354.392 112.174 329.236 153.273 339.069 194.137C348.903 235.002 390.001 260.158 430.866 250.324Z" fill="#99E2FF"/>
<path d="M180.285 176.942C196.118 138.007 177.391 93.6089 138.456 77.7754C99.5216 61.9419 55.1232 80.6691 39.2897 119.604C23.4562 158.539 42.1834 202.937 81.1181 218.77C120.053 234.604 164.451 215.877 180.285 176.942Z" fill="#99E2FF"/>
<path d="M518.786 205.002C552.297 205.002 579.464 177.836 579.464 144.324C579.464 110.812 552.297 83.646 518.786 83.646C485.274 83.646 458.108 110.812 458.108 144.324C458.108 177.836 485.274 205.002 518.786 205.002Z" fill="#99E2FF"/>
<path d="M599.606 165.186C617.182 165.186 631.43 150.938 631.43 133.362C631.43 115.786 617.182 101.538 599.606 101.538C582.03 101.538 567.782 115.786 567.782 133.362C567.782 150.938 582.03 165.186 599.606 165.186Z" fill="#99E2FF"/>
<path d="M774.062 223.38C802.782 223.38 826.064 200.098 826.064 171.378C826.064 142.658 802.782 119.376 774.062 119.376C745.342 119.376 722.06 142.658 722.06 171.378C722.06 200.098 745.342 223.38 774.062 223.38Z" fill="#99E2FF"/>
<path d="M459.512 152.316C488.232 152.316 511.514 129.034 511.514 100.314C511.514 71.5941 488.232 48.312 459.512 48.312C430.792 48.312 407.51 71.5941 407.51 100.314C407.51 129.034 430.792 152.316 459.512 152.316Z" fill="#99E2FF"/>
<path d="M1258.19 123.246C1286.91 123.246 1310.19 99.9639 1310.19 71.244C1310.19 42.5241 1286.91 19.242 1258.19 19.242C1229.47 19.242 1206.19 42.5241 1206.19 71.244C1206.19 99.9639 1229.47 123.246 1258.19 123.246Z" fill="#99E2FF"/>
<path d="M966.785 210.67C991.909 206.254 1008.7 182.307 1004.28 157.183C999.863 132.059 975.916 115.273 950.792 119.689C925.668 124.106 908.882 148.053 913.298 173.176C917.715 198.3 941.662 215.087 966.785 210.67Z" fill="#99E2FF"/>
<path d="M981.079 275.875C1022.24 266.59 1048.09 225.692 1038.81 184.526C1029.52 143.36 988.622 117.515 947.456 126.8C906.29 136.085 880.445 176.983 889.73 218.149C899.014 259.315 939.913 285.16 981.079 275.875Z" fill="#99E2FF"/>
<path d="M1292.52 214.352C1333.55 204.479 1358.8 163.215 1348.93 122.186C1339.06 81.1572 1297.79 55.9003 1256.76 65.7732C1215.74 75.6461 1190.48 116.91 1200.35 157.939C1210.22 198.968 1251.49 224.225 1292.52 214.352Z" fill="#99E2FF"/>
<path d="M1123.27 273.017C1164.3 263.144 1189.56 221.88 1179.69 180.851C1169.81 139.822 1128.55 114.565 1087.52 124.438C1046.49 134.311 1021.24 175.575 1031.11 216.604C1040.98 257.633 1082.25 282.89 1123.27 273.017Z" fill="#99E2FF"/>
<path d="M353.696 176.45C376.732 172.747 392.405 151.072 388.703 128.036C385.001 104.999 363.325 89.3259 340.289 93.0281C317.253 96.7303 301.579 118.406 305.282 141.442C308.984 164.479 330.659 180.152 353.696 176.45Z" fill="#99E2FF"/>
<path d="M221.912 81.3862C229.861 63.3361 221.673 42.259 203.623 34.3093C185.573 26.3595 164.496 34.5475 156.546 52.5976C148.597 70.6477 156.785 91.7247 174.835 99.6744C192.885 107.624 213.962 99.4362 221.912 81.3862Z" fill="#99E2FF"/>
<path d="M667.016 205.647C696.1 199.561 714.744 171.049 708.657 141.965C702.57 112.881 674.059 94.2384 644.975 100.325C615.891 106.412 597.248 134.923 603.335 164.007C609.421 193.091 637.933 211.734 667.016 205.647Z" fill="#99E2FF"/>
<path d="M1370.64 178.29C1405.53 178.29 1433.82 150.003 1433.82 115.11C1433.82 80.2166 1405.53 51.93 1370.64 51.93C1335.74 51.93 1307.46 80.2166 1307.46 115.11C1307.46 150.003 1335.74 178.29 1370.64 178.29Z" fill="#99E2FF"/>
<path d="M1238.58 146.069C1254.02 112.337 1239.19 72.4707 1205.46 57.0265C1171.73 41.5824 1131.86 56.4084 1116.42 90.1413C1100.97 123.874 1115.8 163.74 1149.53 179.184C1183.27 194.628 1223.13 179.802 1238.58 146.069Z" fill="#99E2FF"/>
<path d="M1314.69 114.822C1333.06 114.822 1347.96 99.9292 1347.96 81.558C1347.96 63.1868 1333.06 48.294 1314.69 48.294C1296.32 48.294 1281.43 63.1868 1281.43 81.558C1281.43 99.9292 1296.32 114.822 1314.69 114.822Z" fill="#99E2FF"/>
<path d="M859.238 232.65C889.598 232.65 914.21 208.038 914.21 177.678C914.21 147.318 889.598 122.706 859.238 122.706C828.878 122.706 804.266 147.318 804.266 177.678C804.266 208.038 828.878 232.65 859.238 232.65Z" fill="#99E2FF"/>
<path d="M1044.42 193.174C1076.67 185.677 1096.73 153.46 1089.23 121.217C1081.73 88.9728 1049.52 68.912 1017.27 76.4094C985.029 83.9068 964.968 116.123 972.465 148.367C979.963 180.611 1012.18 200.672 1044.42 193.174Z" fill="#99E2FF"/>
<path d="M1124.44 160.778C1139.55 143.474 1137.77 117.195 1120.46 102.084C1103.16 86.9722 1076.88 88.7498 1061.77 106.054C1046.66 123.359 1048.44 149.637 1065.74 164.748C1083.05 179.86 1109.32 178.082 1124.44 160.778Z" fill="#99E2FF"/>
<path d="M900.188 168.066C915.686 168.066 928.25 155.502 928.25 140.004C928.25 124.506 915.686 111.942 900.188 111.942C884.69 111.942 872.126 124.506 872.126 140.004C872.126 155.502 884.69 168.066 900.188 168.066Z" fill="#99E2FF"/>
<path d="M710.27 185.76C725.768 185.76 738.332 173.196 738.332 157.698C738.332 142.2 725.768 129.636 710.27 129.636C694.772 129.636 682.208 142.2 682.208 157.698C682.208 173.196 694.772 185.76 710.27 185.76Z" fill="#99E2FF"/>
<path d="M394.406 127.242C409.904 127.242 422.468 114.678 422.468 99.18C422.468 83.6818 409.904 71.118 394.406 71.118C378.908 71.118 366.344 83.6818 366.344 99.18C366.344 114.678 378.908 127.242 394.406 127.242Z" fill="#99E2FF"/>
<path d="M1439 189.09L1137.73 185.184L760.454 239.184L499.742 222.984L-1 202.356V367.038H1439V189.09Z" fill="#CAF1FF"/>
<path d="M102.314 235.239C127.807 231.101 145.119 207.08 140.981 181.586C136.843 156.093 112.822 138.781 87.3283 142.919C61.8349 147.057 44.5231 171.079 48.6613 196.572C52.7994 222.065 76.8205 239.377 102.314 235.239Z" fill="#CAF1FF"/>
<path d="M94.814 181.134C94.814 128.214 51.92 85.32 -1 85.32V276.93C51.92 276.93 94.814 234.036 94.814 181.116V181.134Z" fill="#CAF1FF"/>
<path d="M1439 85.338C1386.08 85.338 1343.19 128.232 1343.19 181.152C1343.19 234.072 1386.08 276.966 1439 276.966V85.338Z" fill="#CAF1FF"/>
<path d="M329.264 307.908C369.058 307.908 401.318 275.648 401.318 235.854C401.318 196.06 369.058 163.8 329.264 163.8C289.47 163.8 257.21 196.06 257.21 235.854C257.21 275.648 289.47 307.908 329.264 307.908Z" fill="#CAF1FF"/>
<path d="M194.534 233.609C212.1 216.043 212.1 187.562 194.534 169.995C176.967 152.429 148.486 152.429 130.92 169.995C113.353 187.562 113.353 216.043 130.92 233.609C148.486 251.176 176.967 251.176 194.534 233.609Z" fill="#CAF1FF"/>
<path d="M279.05 229.221C298.992 209.278 298.992 176.945 279.05 157.002C259.107 137.06 226.774 137.06 206.832 157.002C186.889 176.945 186.889 209.278 206.832 229.221C226.774 249.163 259.107 249.163 279.05 229.221Z" fill="#CAF1FF"/>
<path d="M525.68 248.328C554.4 248.328 577.682 225.046 577.682 196.326C577.682 167.606 554.4 144.324 525.68 144.324C496.96 144.324 473.678 167.606 473.678 196.326C473.678 225.046 496.96 248.328 525.68 248.328Z" fill="#CAF1FF"/>
<path d="M581.804 248.328C610.524 248.328 633.806 225.046 633.806 196.326C633.806 167.606 610.524 144.324 581.804 144.324C553.084 144.324 529.802 167.606 529.802 196.326C529.802 225.046 553.084 248.328 581.804 248.328Z" fill="#CAF1FF"/>
<path d="M719 262.44C743.246 262.44 762.902 242.784 762.902 218.538C762.902 194.292 743.246 174.636 719 174.636C694.754 174.636 675.098 194.292 675.098 218.538C675.098 242.784 694.754 262.44 719 262.44Z" fill="#CAF1FF"/>
<path d="M1229.73 210.618C1258.45 210.618 1281.73 187.336 1281.73 158.616C1281.73 129.896 1258.45 106.614 1229.73 106.614C1201.01 106.614 1177.73 129.896 1177.73 158.616C1177.73 187.336 1201.01 210.618 1229.73 210.618Z" fill="#CAF1FF"/>
<path d="M1195.34 219.83C1216.71 198.453 1216.71 163.795 1195.34 142.419C1173.96 121.042 1139.3 121.042 1117.92 142.419C1096.55 163.795 1096.55 198.453 1117.92 219.83C1139.3 241.206 1173.96 241.206 1195.34 219.83Z" fill="#CAF1FF"/>
<path d="M932.12 250.686C960.84 250.686 984.122 227.404 984.122 198.684C984.122 169.964 960.84 146.682 932.12 146.682C903.4 146.682 880.118 169.964 880.118 198.684C880.118 227.404 903.4 250.686 932.12 250.686Z" fill="#CAF1FF"/>
<path d="M442.934 253.188C482.728 253.188 514.988 220.928 514.988 181.134C514.988 141.34 482.728 109.08 442.934 109.08C403.14 109.08 370.88 141.34 370.88 181.134C370.88 220.928 403.14 253.188 442.934 253.188Z" fill="#CAF1FF"/>
<path d="M645.164 270.774C669.112 270.774 688.526 251.36 688.526 227.412C688.526 203.464 669.112 184.05 645.164 184.05C621.216 184.05 601.802 203.464 601.802 227.412C601.802 251.36 621.216 270.774 645.164 270.774Z" fill="#CAF1FF"/>
<path d="M1345.98 212.22C1367.6 212.22 1385.13 194.692 1385.13 173.07C1385.13 151.448 1367.6 133.92 1345.98 133.92C1324.35 133.92 1306.83 151.448 1306.83 173.07C1306.83 194.692 1324.35 212.22 1345.98 212.22Z" fill="#CAF1FF"/>
<path d="M1281.95 288.827C1315.88 280.687 1336.79 246.582 1328.65 212.651C1320.51 178.721 1286.41 157.813 1252.48 165.953C1218.55 174.093 1197.64 208.197 1205.78 242.128C1213.92 276.059 1248.02 296.966 1281.95 288.827Z" fill="#CAF1FF"/>
<path d="M1085.86 188.244C1106.25 188.244 1122.78 171.715 1122.78 151.326C1122.78 130.937 1106.25 114.408 1085.86 114.408C1065.47 114.408 1048.94 130.937 1048.94 151.326C1048.94 171.715 1065.47 188.244 1085.86 188.244Z" fill="#CAF1FF"/>
<path d="M1039.94 275.652C1079.73 275.652 1111.99 243.392 1111.99 203.598C1111.99 163.804 1079.73 131.544 1039.94 131.544C1000.15 131.544 967.886 163.804 967.886 203.598C967.886 243.392 1000.15 275.652 1039.94 275.652Z" fill="#CAF1FF"/>
<path d="M907.826 199.912C914.092 184.603 906.761 167.113 891.452 160.846C876.143 154.58 858.652 161.911 852.386 177.22C846.12 192.529 853.451 210.02 868.76 216.286C884.069 222.552 901.56 215.221 907.826 199.912Z" fill="#CAF1FF"/>
<path d="M790.442 293.904C820.802 293.904 845.414 269.292 845.414 238.932C845.414 208.572 820.802 183.96 790.442 183.96C760.082 183.96 735.47 208.572 735.47 238.932C735.47 269.292 760.082 293.904 790.442 293.904Z" fill="#CAF1FF"/>
<path d="M871.316 300.672C901.676 300.672 926.288 276.06 926.288 245.7C926.288 215.34 901.676 190.728 871.316 190.728C840.956 190.728 816.344 215.34 816.344 245.7C816.344 276.06 840.956 300.672 871.316 300.672Z" fill="#CAF1FF"/>
<path d="M783.08 268.29C798.578 268.29 811.142 255.726 811.142 240.228C811.142 224.73 798.578 212.166 783.08 212.166C767.582 212.166 755.018 224.73 755.018 240.228C755.018 255.726 767.582 268.29 783.08 268.29Z" fill="#CAF1FF"/>
<path d="M1287.1 232.884C1307.29 232.884 1323.66 216.516 1323.66 196.326C1323.66 176.136 1307.29 159.768 1287.1 159.768C1266.91 159.768 1250.54 176.136 1250.54 196.326C1250.54 216.516 1266.91 232.884 1287.1 232.884Z" fill="#CAF1FF"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1013.47 270.257C1000.9 270.147 988.492 275.688 980.23 286.098C976.091 282.115 970.466 279.666 964.268 279.666C959.185 279.666 954.487 281.313 950.678 284.103C941.293 274.869 928.417 269.172 914.21 269.172C900.475 269.172 887.984 274.497 878.688 283.195C873.669 275.582 865.042 270.558 855.242 270.558C850.789 270.558 846.579 271.595 842.839 273.441C840.158 267.05 836.216 261.063 831.012 255.859C809.544 234.392 774.738 234.392 753.27 255.859C751.57 257.56 750.004 259.344 748.573 261.199C739.856 254.6 728.994 250.686 717.218 250.686C710.053 250.686 703.227 252.135 697.016 254.756C690.512 248.013 682.578 242.434 673.418 238.529C637.9 223.386 596.998 238.962 580.341 273.338C574.235 271.914 567.716 271.835 561.198 273.358C549.114 276.181 539.469 283.938 533.895 294C533.255 286.865 530.205 279.905 524.743 274.443C512.371 262.072 492.313 262.072 479.941 274.443C478.902 275.482 477.95 276.575 477.086 277.714C464.919 254.421 438.088 241.449 411.374 247.858C411.234 247.891 411.094 247.925 410.955 247.96C395.102 221.749 366.326 204.228 333.458 204.228C312.894 204.228 293.931 211.087 278.733 222.641C269.196 215.853 256.888 213.064 244.607 215.994C238.76 217.39 233.493 219.944 228.991 223.356C216.947 214.307 201.975 208.944 185.75 208.944C173.743 208.944 162.421 211.881 152.465 217.076C144.06 204.643 129.833 196.47 113.696 196.47C93.3801 196.47 76.09 209.425 69.6361 227.524C49.8797 212.929 25.447 204.3 -1 204.3V261.612V442.314V542.5H1439L1439 442.296L1439 256.014L1439 204.3C1418.01 204.3 1398.28 209.737 1381.16 219.279C1376.48 212.798 1368.31 209.327 1360.05 210.978C1344.63 194.929 1320.35 189.131 1298.58 198.244C1284.28 204.233 1273.8 215.516 1268.48 228.864C1263.47 205.375 1242.6 187.758 1217.62 187.758C1210.13 187.758 1203.02 189.339 1196.59 192.185C1177.94 179.698 1154.04 175.356 1130.88 182.359C1111.16 188.319 1095.56 201.415 1086.04 217.966C1079.01 214.141 1070.94 211.968 1062.37 211.968C1034.95 211.968 1012.72 234.194 1012.72 261.612C1012.72 264.561 1012.98 267.449 1013.47 270.257Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,3 @@
<svg width="1442" height="1442" viewBox="0 0 1442 1442" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="721" cy="721" r="721" fill="#CAF1FF"/>
</svg>

After

Width:  |  Height:  |  Size: 164 B

229
src/assets/logo.svg Normal file
View File

@ -0,0 +1,229 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 496.72 64" style="enable-background:new 0 0 496.72 64;" xml:space="preserve">
<style type="text/css">
.st0{fill:#040305;}
.st1{fill:#35BADB;}
.st2{fill:#FFCD02;}
.st3{fill:#1C313A;}
.st4{fill:#7C7C7B;}
</style>
<g>
<path class="st0" d="M70.95,24.9c0.8-0.78,1.7-1.36,2.71-1.74c1-0.37,2.02-0.56,3.04-0.56c1.26,0,2.46,0.27,3.6,0.82
c1.14,0.54,2.11,1.32,2.91,2.32c0.8,1,1.25,2.2,1.35,3.6v0.41H68.52c0.12-0.64,0.28-1.24,0.49-1.79
C69.51,26.7,70.15,25.68,70.95,24.9 M88.3,32.74c0.41-0.36,0.61-0.81,0.61-1.35c-0.03-1.94-0.39-3.68-1.07-5.21
c-0.68-1.53-1.58-2.86-2.71-3.98c-1.12-1.12-2.42-1.97-3.88-2.55c-1.46-0.58-2.98-0.87-4.55-0.87c-2.11,0-4.11,0.55-6,1.66
c-1.89,1.11-3.42,2.71-4.6,4.8c-1.17,2.09-1.76,4.62-1.76,7.59c0,2.66,0.56,5,1.69,7.02c1.12,2.03,2.71,3.62,4.75,4.78
c2.04,1.16,4.44,1.74,7.2,1.74c1.84,0,3.57-0.39,5.18-1.17c1.62-0.78,2.92-1.7,3.91-2.76c0.54-0.48,0.82-1,0.82-1.58
c0-0.48-0.17-0.89-0.51-1.23c-0.34-0.34-0.75-0.51-1.23-0.51c-0.44,0-0.89,0.15-1.33,0.46c-0.44,0.48-0.98,0.95-1.61,1.41
c-0.63,0.46-1.39,0.84-2.27,1.15c-0.89,0.31-1.92,0.46-3.11,0.46c-1.91,0-3.58-0.43-5.01-1.3c-1.43-0.87-2.55-2.05-3.35-3.55
c-0.7-1.3-1.09-2.78-1.18-4.44h18.57C87.41,33.27,87.89,33.09,88.3,32.74"/>
<path class="st0" d="M115.98,32.56c0-1.97-0.4-3.7-1.2-5.18c-0.8-1.48-1.89-2.66-3.27-3.52c-1.38-0.87-2.92-1.3-4.62-1.3
c-1.74,0-3.29,0.43-4.67,1.3c-1.38,0.87-2.48,2.04-3.29,3.52c-0.82,1.48-1.23,3.21-1.23,5.18c0,1.94,0.41,3.66,1.23,5.16
c0.82,1.5,1.92,2.68,3.29,3.55c1.38,0.87,2.94,1.3,4.67,1.3c1.7,0,3.24-0.43,4.62-1.3c1.38-0.87,2.47-2.05,3.27-3.55
C115.58,36.22,115.98,34.5,115.98,32.56 M120.12,32.56c0,2.66-0.59,5.02-1.76,7.1c-1.18,2.08-2.76,3.71-4.75,4.9
c-1.99,1.19-4.23,1.79-6.72,1.79c-2.49,0-4.73-0.6-6.74-1.79c-2.01-1.19-3.6-2.83-4.78-4.9c-1.17-2.08-1.76-4.44-1.76-7.1
c0-2.66,0.59-5.02,1.76-7.1c1.18-2.08,2.77-3.71,4.78-4.9c2.01-1.19,4.26-1.79,6.74-1.79c2.49,0,4.73,0.6,6.72,1.79
c1.99,1.19,3.57,2.83,4.75,4.9C119.53,27.53,120.12,29.9,120.12,32.56"/>
<path class="st0" d="M124.72,41.65c-0.27-0.44-0.4-0.91-0.38-1.41c0.02-0.49,0.3-0.93,0.84-1.3c0.37-0.24,0.79-0.34,1.25-0.31
c0.46,0.03,0.88,0.26,1.25,0.66c0.95,1.12,2.04,2.02,3.27,2.68c1.23,0.66,2.72,1,4.5,1c0.78-0.03,1.59-0.17,2.43-0.41
c0.83-0.24,1.53-0.66,2.09-1.25c0.56-0.6,0.84-1.39,0.84-2.38c0-0.95-0.29-1.71-0.87-2.27c-0.58-0.56-1.34-1.02-2.27-1.38
c-0.94-0.36-1.93-0.67-2.99-0.95c-1.12-0.31-2.23-0.65-3.32-1.02c-1.09-0.37-2.07-0.86-2.94-1.46c-0.87-0.6-1.57-1.34-2.09-2.25
c-0.53-0.9-0.79-2.02-0.79-3.35c0-1.53,0.42-2.86,1.25-3.98c0.83-1.12,1.95-1.99,3.35-2.6c1.4-0.61,2.94-0.92,4.65-0.92
c0.95,0,1.95,0.11,2.99,0.33c1.04,0.22,2.05,0.6,3.04,1.12c0.99,0.53,1.86,1.25,2.61,2.17c0.31,0.34,0.48,0.77,0.51,1.28
c0.03,0.51-0.19,0.97-0.66,1.38c-0.38,0.27-0.79,0.4-1.25,0.38c-0.46-0.02-0.84-0.18-1.15-0.48c-0.75-0.89-1.66-1.56-2.73-2.02
c-1.07-0.46-2.26-0.69-3.55-0.69c-0.78,0-1.57,0.13-2.35,0.38c-0.78,0.26-1.44,0.66-1.97,1.2s-0.79,1.31-0.79,2.3
c0.03,0.92,0.34,1.67,0.92,2.25c0.58,0.58,1.36,1.05,2.35,1.41c0.99,0.36,2.08,0.71,3.27,1.05c1.09,0.27,2.14,0.59,3.14,0.95
c1,0.36,1.92,0.83,2.73,1.4c0.82,0.58,1.46,1.32,1.94,2.22c0.48,0.9,0.71,2.04,0.71,3.4c0,1.57-0.44,2.92-1.33,4.06
c-0.89,1.14-2.05,2.01-3.5,2.61c-1.45,0.59-3.01,0.89-4.67,0.89c-1.87,0-3.73-0.35-5.57-1.05
C127.63,44.6,126.04,43.39,124.72,41.65"/>
<path class="st0" d="M162.16,18.77c1.77,0,3.35,0.19,4.75,0.56c1.4,0.37,2.5,0.89,3.32,1.53c0.82,0.65,1.23,1.38,1.23,2.2
c0,0.48-0.15,0.92-0.46,1.33c-0.31,0.41-0.73,0.61-1.28,0.61c-0.44,0-0.81-0.09-1.1-0.28c-0.29-0.19-0.56-0.41-0.82-0.66
c-0.26-0.26-0.61-0.5-1.05-0.74c-0.41-0.2-1-0.38-1.79-0.54c-0.78-0.15-1.57-0.23-2.35-0.23c-1.87,0-3.52,0.44-4.93,1.33
c-1.41,0.89-2.53,2.08-3.35,3.58c-0.82,1.5-1.23,3.2-1.23,5.11c0,1.91,0.39,3.61,1.17,5.11c0.78,1.5,1.87,2.69,3.27,3.58
c1.4,0.89,3.01,1.33,4.85,1.33c1.19,0,2.14-0.1,2.84-0.31c0.7-0.2,1.3-0.44,1.81-0.72c0.58-0.34,1.03-0.68,1.35-1.02
c0.32-0.34,0.77-0.51,1.35-0.51c0.58,0,1.03,0.19,1.35,0.56c0.32,0.38,0.49,0.83,0.49,1.38c0,0.65-0.43,1.31-1.28,1.99
c-0.85,0.68-2.01,1.25-3.47,1.71c-1.47,0.46-3.1,0.69-4.9,0.69c-2.59,0-4.85-0.6-6.79-1.81c-1.94-1.21-3.45-2.86-4.52-4.95
c-1.07-2.09-1.61-4.44-1.61-7.02c0-2.59,0.55-4.92,1.66-7c1.11-2.08,2.65-3.73,4.62-4.95C157.29,19.38,159.57,18.77,162.16,18.77"
/>
<path class="st1" d="M26.98,20.98c-2.24-1.45-4.83-2.21-7.49-2.21c-2.67,0-5.26,0.77-7.49,2.21c-0.46,0.3-0.75,0.78-0.81,1.32
c-0.06,0.56,0.13,1.1,0.53,1.5l0.75,0.75c0.36,0.36,0.82,0.54,1.29,0.54c0.33,0,0.65-0.09,0.95-0.27c1.44-0.89,3.09-1.36,4.78-1.36
c1.69,0,3.34,0.47,4.78,1.36c0.72,0.44,1.64,0.33,2.24-0.27l0.75-0.75c0.4-0.4,0.59-0.94,0.53-1.5
C27.73,21.75,27.44,21.27,26.98,20.98"/>
<path class="st2" d="M17.37,41.57c-4.18-0.99-7.09-4.68-7.09-8.97c0-1.7,0.47-3.37,1.37-4.82c0.42-0.69,0.32-1.57-0.26-2.15
l-0.75-0.75c-0.38-0.38-0.91-0.56-1.44-0.51c-0.52,0.06-0.99,0.34-1.27,0.78c-1.44,2.22-2.2,4.8-2.2,7.45
c0,6.44,4.57,12.1,10.86,13.45c0.12,0.03,0.24,0.04,0.36,0.04c0.39,0,0.77-0.13,1.08-0.39c0.42-0.34,0.66-0.84,0.66-1.38v-1.05
C18.69,42.47,18.13,41.75,17.37,41.57"/>
<path class="st1" d="M42.47,18.84c-7.59,0-13.77,6.18-13.77,13.77l0.01,0.06l-0.01,0.07c-0.06,4.32-3.18,8.06-7.41,8.91
c-0.58,0.11-1,0.63-1,1.21v2.1c0,0.37,0.16,0.72,0.44,0.95c0.27,0.23,0.63,0.33,0.99,0.28c6.68-1.09,11.53-6.81,11.53-13.58
c0-5.08,4.13-9.21,9.21-9.21c5.08,0,9.21,4.13,9.21,9.21c0,5.08-4.13,9.21-9.21,9.21c-1.25,0-2.28,1.02-2.28,2.28
c0,1.25,1.02,2.28,2.28,2.28c7.59,0,13.77-6.18,13.77-13.77C56.24,25.01,50.06,18.84,42.47,18.84"/>
<polygon class="st0" points="188.23,60.06 188.82,60.06 188.82,5 188.23,5 188.23,60.06 "/>
<path class="st3" d="M414.95,20.95h-11.74v-8.73h13.46V9.3h-17.03v27.1h17.22v-2.92h-13.64v-9.6h11.74V20.95L414.95,20.95z
M442.14,22.01c0-2.64-0.45-4.96-1.34-6.95c-0.89-1.99-2.17-3.51-3.82-4.56c-1.66-1.05-3.57-1.57-5.74-1.57
c-2.13,0-4.03,0.53-5.69,1.59c-1.66,1.06-2.94,2.59-3.84,4.59c-0.91,2-1.36,4.3-1.36,6.91v1.95c0.02,2.56,0.49,4.81,1.4,6.75
c0.91,1.94,2.19,3.44,3.84,4.49c1.65,1.05,3.54,1.57,5.68,1.57c2.18,0,4.1-0.52,5.73-1.56c1.64-1.04,2.9-2.55,3.8-4.53
c0.89-1.98,1.34-4.3,1.34-6.95V22.01L442.14,22.01z M438.59,23.98c-0.04,3.14-0.69,5.55-1.95,7.23c-1.26,1.68-3.05,2.52-5.36,2.52
c-2.3,0-4.1-0.89-5.41-2.67c-1.31-1.78-1.96-4.23-1.96-7.34v-1.99c0.04-3.05,0.7-5.44,2-7.16c1.3-1.72,3.07-2.58,5.33-2.58
c2.32,0,4.13,0.86,5.42,2.58c1.29,1.72,1.93,4.18,1.93,7.4V23.98L438.59,23.98z M460.55,26.47c0.93,0.73,1.39,1.75,1.39,3.08
c0,1.33-0.5,2.38-1.51,3.15c-1.01,0.77-2.45,1.15-4.34,1.15c-2.02,0-3.64-0.47-4.85-1.42c-1.21-0.95-1.81-2.24-1.81-3.88h-3.59
c0,1.58,0.44,2.98,1.31,4.22c0.88,1.24,2.12,2.22,3.73,2.93c1.61,0.71,3.35,1.07,5.21,1.07c2.87,0,5.16-0.66,6.87-1.98
c1.71-1.32,2.57-3.08,2.57-5.28c0-1.38-0.31-2.57-0.92-3.59c-0.61-1.02-1.56-1.91-2.83-2.67c-1.27-0.76-3.03-1.46-5.29-2.1
c-2.25-0.63-3.85-1.33-4.78-2.1c-0.94-0.76-1.4-1.7-1.4-2.81c0-1.38,0.49-2.46,1.48-3.23c0.99-0.78,2.36-1.17,4.12-1.17
c1.9,0,3.37,0.47,4.41,1.41c1.04,0.94,1.56,2.23,1.56,3.88h3.59c0-1.5-0.4-2.88-1.2-4.15c-0.8-1.27-1.93-2.26-3.39-2.98
c-1.46-0.72-3.12-1.08-4.98-1.08c-2.73,0-4.95,0.7-6.65,2.09c-1.71,1.4-2.56,3.16-2.56,5.3c0,1.89,0.7,3.47,2.09,4.76
c1.4,1.28,3.63,2.37,6.69,3.25C457.93,25.02,459.62,25.74,460.55,26.47L460.55,26.47z M486.46,27.8c-0.35,2.23-1.05,3.8-2.11,4.7
c-1.06,0.9-2.58,1.35-4.57,1.35c-2.21,0-3.93-0.87-5.16-2.61c-1.23-1.74-1.84-4.08-1.84-7.02v-2.63c0-3.12,0.65-5.52,1.94-7.21
c1.3-1.69,3.09-2.53,5.37-2.53c1.86,0,3.31,0.49,4.35,1.46c1.04,0.97,1.71,2.54,2.02,4.7h3.59c-0.29-2.84-1.3-5.07-3.03-6.67
c-1.74-1.61-4.04-2.41-6.92-2.41c-2.17,0-4.08,0.51-5.73,1.54c-1.65,1.02-2.93,2.49-3.83,4.4c-0.9,1.91-1.35,4.13-1.35,6.64v2.61
c0,3.85,0.96,6.92,2.89,9.21c1.93,2.3,4.49,3.44,7.7,3.44c2.95,0,5.32-0.78,7.1-2.34c1.78-1.56,2.84-3.77,3.17-6.64H486.46
L486.46,27.8z"/>
<path class="st2" d="M391.87,9.3h-3.67l-12.14,18.78v2.03h12.34v6.29h3.46v-6.29h3.76V27.3h-3.76V9.3L391.87,9.3z M388,14.75
l0.41-0.74V27.3h-8.43L388,14.75L388,14.75z"/>
<path class="st1" d="M298.42,27.8c-0.35,2.23-1.05,3.8-2.11,4.7c-1.06,0.9-2.58,1.35-4.57,1.35c-2.21,0-3.93-0.87-5.16-2.61
c-1.23-1.74-1.84-4.08-1.84-7.02v-2.63c0-3.12,0.65-5.52,1.95-7.21c1.3-1.69,3.09-2.53,5.37-2.53c1.86,0,3.31,0.49,4.35,1.46
s1.71,2.54,2.02,4.7h3.59c-0.29-2.84-1.3-5.07-3.03-6.67c-1.74-1.61-4.05-2.41-6.92-2.41c-2.17,0-4.08,0.51-5.73,1.54
c-1.65,1.02-2.93,2.49-3.82,4.4c-0.9,1.91-1.35,4.13-1.35,6.64v2.61c0,3.85,0.96,6.92,2.89,9.21c1.93,2.3,4.49,3.44,7.7,3.44
c2.95,0,5.32-0.78,7.1-2.34c1.78-1.56,2.84-3.77,3.17-6.64H298.42L298.42,27.8z M327.73,22.01c0-2.64-0.45-4.96-1.34-6.95
c-0.89-1.99-2.17-3.51-3.82-4.56c-1.66-1.05-3.57-1.57-5.74-1.57c-2.13,0-4.03,0.53-5.69,1.59c-1.66,1.06-2.94,2.59-3.84,4.59
c-0.91,2-1.36,4.3-1.36,6.91v1.95c0.02,2.56,0.49,4.81,1.4,6.75c0.91,1.94,2.19,3.44,3.84,4.49c1.65,1.05,3.54,1.57,5.68,1.57
c2.18,0,4.09-0.52,5.73-1.56c1.64-1.04,2.9-2.55,3.8-4.53c0.89-1.98,1.34-4.3,1.34-6.95V22.01L327.73,22.01z M324.18,23.98
c-0.04,3.14-0.69,5.55-1.96,7.23c-1.26,1.68-3.05,2.52-5.36,2.52c-2.3,0-4.1-0.89-5.41-2.67c-1.31-1.78-1.96-4.23-1.96-7.34v-1.99
c0.04-3.05,0.7-5.44,2-7.16c1.3-1.72,3.07-2.58,5.33-2.58c2.32,0,4.13,0.86,5.42,2.58c1.29,1.72,1.94,4.18,1.94,7.4V23.98
L324.18,23.98z M348.92,36.4h3.83v-0.22l-6.37-11.5c1.63-0.62,2.89-1.56,3.81-2.81c0.91-1.25,1.37-2.72,1.37-4.41
c0-2.66-0.82-4.68-2.47-6.07c-1.65-1.39-3.99-2.08-7.05-2.08h-8.97v27.1h3.59V25.43h6.36L348.92,36.4L348.92,36.4z M336.67,12.22
h5.47c1.89,0.01,3.33,0.47,4.33,1.36c1,0.9,1.5,2.18,1.5,3.86c0,1.54-0.52,2.77-1.57,3.69c-1.05,0.92-2.46,1.38-4.23,1.38h-5.49
V12.22L336.67,12.22z M371.88,20.95h-11.74v-8.73h13.46V9.3h-17.03v27.1h17.22v-2.92h-13.64v-9.6h11.74V20.95L371.88,20.95z"/>
<path class="st3" d="M220.42,21.51h-11.37v-9.29h13.21V9.3h-16.79v27.1h3.57V24.43h11.37V21.51L220.42,21.51z M240.93,36.4h3.67
L234.23,9.3h-3.13l-10.35,27.1h3.68l2.55-7.09h11.35L240.93,36.4L240.93,36.4z M232.66,13.71l4.62,12.67h-9.21L232.66,13.71
L232.66,13.71z M252.08,9.3h-3.57v27.1h3.57V9.3L252.08,9.3z M274.43,36.4h3.83v-0.22l-6.37-11.5c1.63-0.62,2.9-1.56,3.81-2.81
c0.91-1.25,1.37-2.72,1.37-4.41c0-2.66-0.82-4.68-2.47-6.07c-1.64-1.39-3.99-2.08-7.05-2.08h-8.97v27.1h3.59V25.43h6.36
L274.43,36.4L274.43,36.4z M262.18,12.22h5.47c1.89,0.01,3.33,0.47,4.33,1.36c1,0.9,1.5,2.18,1.5,3.86c0,1.54-0.52,2.77-1.57,3.69
c-1.05,0.92-2.46,1.38-4.23,1.38h-5.49V12.22L262.18,12.22z"/>
<path class="st4" d="M210.43,50.35c-0.11,0.68-0.32,1.15-0.64,1.43c-0.32,0.27-0.78,0.41-1.39,0.41c-0.67,0-1.19-0.26-1.56-0.79
c-0.37-0.53-0.56-1.24-0.56-2.13v-0.8c0-0.95,0.2-1.68,0.59-2.19c0.39-0.51,0.94-0.77,1.63-0.77c0.57,0,1.01,0.15,1.32,0.44
c0.32,0.29,0.52,0.77,0.61,1.43h1.09c-0.09-0.86-0.39-1.54-0.92-2.03c-0.53-0.49-1.23-0.73-2.1-0.73c-0.66,0-1.24,0.16-1.74,0.47
c-0.5,0.31-0.89,0.76-1.16,1.34c-0.27,0.58-0.41,1.25-0.41,2.02v0.79c0,1.17,0.29,2.1,0.88,2.8c0.59,0.7,1.37,1.05,2.34,1.05
c0.9,0,1.62-0.24,2.16-0.71c0.54-0.47,0.86-1.14,0.96-2.02H210.43L210.43,50.35z M212.56,49.92c0,0.95,0.26,1.71,0.77,2.29
c0.52,0.58,1.19,0.86,2.02,0.86c0.55,0,1.04-0.13,1.46-0.4c0.42-0.26,0.75-0.63,0.98-1.11c0.23-0.47,0.34-1.01,0.34-1.6v-0.07
c0-0.96-0.26-1.72-0.77-2.3c-0.51-0.58-1.19-0.86-2.02-0.86c-0.54,0-1.02,0.13-1.44,0.39c-0.42,0.26-0.75,0.63-0.98,1.11
c-0.24,0.48-0.35,1.02-0.35,1.62V49.92L212.56,49.92z M214.09,48.2c0.32-0.41,0.73-0.62,1.25-0.62c0.53,0,0.95,0.21,1.27,0.62
c0.32,0.42,0.48,0.96,0.48,1.63c0,0.75-0.16,1.33-0.47,1.75c-0.31,0.42-0.73,0.62-1.27,0.62c-0.53,0-0.95-0.21-1.26-0.62
c-0.31-0.41-0.47-0.96-0.47-1.63C213.62,49.2,213.77,48.61,214.09,48.2L214.09,48.2z M222.4,46.81c-0.11-0.05-0.26-0.08-0.46-0.08
c-0.63,0-1.11,0.27-1.46,0.82l-0.02-0.71h-1.02v6.12h1.04v-4.34c0.24-0.58,0.71-0.88,1.4-0.88c0.18,0,0.36,0.01,0.51,0.04V46.81
L222.4,46.81z M228.1,51.89l-0.64-0.5c-0.19,0.25-0.42,0.45-0.67,0.6c-0.26,0.15-0.57,0.23-0.94,0.23c-0.52,0-0.95-0.19-1.29-0.56
c-0.34-0.37-0.51-0.86-0.53-1.46h4.14v-0.44c0-0.98-0.22-1.73-0.66-2.25c-0.44-0.52-1.06-0.79-1.85-0.79
c-0.49,0-0.94,0.13-1.35,0.4c-0.42,0.27-0.74,0.64-0.97,1.12c-0.23,0.48-0.35,1.02-0.35,1.63v0.19c0,0.91,0.26,1.64,0.78,2.18
c0.52,0.54,1.19,0.82,2.02,0.82C226.82,53.07,227.58,52.68,228.1,51.89L228.1,51.89L228.1,51.89z M226.7,48.02
c0.26,0.29,0.4,0.7,0.43,1.24v0.08h-3.06c0.07-0.55,0.24-0.98,0.53-1.29c0.29-0.31,0.64-0.46,1.06-0.46
C226.1,47.59,226.44,47.73,226.7,48.02L226.7,48.02z M237.38,50.35c-0.11,0.68-0.32,1.15-0.64,1.43c-0.32,0.27-0.78,0.41-1.39,0.41
c-0.67,0-1.19-0.26-1.57-0.79c-0.37-0.53-0.56-1.24-0.56-2.13v-0.8c0-0.95,0.2-1.68,0.59-2.19c0.39-0.51,0.94-0.77,1.63-0.77
c0.56,0,1.01,0.15,1.32,0.44c0.31,0.29,0.52,0.77,0.61,1.43h1.09c-0.09-0.86-0.39-1.54-0.92-2.03c-0.53-0.49-1.23-0.73-2.1-0.73
c-0.66,0-1.24,0.16-1.74,0.47c-0.5,0.31-0.89,0.76-1.16,1.34c-0.27,0.58-0.41,1.25-0.41,2.02v0.79c0,1.17,0.29,2.1,0.88,2.8
c0.59,0.7,1.37,1.05,2.34,1.05c0.9,0,1.62-0.24,2.16-0.71c0.54-0.47,0.86-1.14,0.96-2.02H237.38L237.38,50.35z M239.51,49.92
c0,0.95,0.26,1.71,0.77,2.29c0.51,0.58,1.19,0.86,2.01,0.86c0.55,0,1.04-0.13,1.46-0.4c0.42-0.26,0.75-0.63,0.98-1.11
c0.23-0.47,0.34-1.01,0.34-1.6v-0.07c0-0.96-0.26-1.72-0.77-2.3c-0.51-0.58-1.19-0.86-2.02-0.86c-0.54,0-1.02,0.13-1.44,0.39
c-0.42,0.26-0.75,0.63-0.98,1.11c-0.23,0.48-0.35,1.02-0.35,1.62V49.92L239.51,49.92z M241.04,48.2c0.32-0.41,0.73-0.62,1.25-0.62
c0.53,0,0.95,0.21,1.27,0.62c0.32,0.42,0.48,0.96,0.48,1.63c0,0.75-0.16,1.33-0.47,1.75c-0.31,0.42-0.73,0.62-1.27,0.62
c-0.53,0-0.95-0.21-1.26-0.62c-0.32-0.41-0.47-0.96-0.47-1.63C240.56,49.2,240.72,48.61,241.04,48.2L241.04,48.2z M246.38,46.84
v6.12h1.05v-4.47c0.25-0.58,0.72-0.88,1.41-0.88c0.87,0,1.31,0.44,1.31,1.33v4.01h1.05V48.9c0.04-0.39,0.19-0.7,0.45-0.94
c0.26-0.23,0.58-0.35,0.97-0.35c0.47,0,0.81,0.11,1.01,0.32c0.2,0.22,0.3,0.54,0.3,0.98v4.04h1.05v-4.1
c-0.02-1.42-0.7-2.13-2.05-2.13c-0.45,0-0.83,0.09-1.16,0.27s-0.59,0.42-0.79,0.71c-0.31-0.66-0.89-0.98-1.75-0.98
c-0.76,0-1.37,0.26-1.81,0.79l-0.03-0.68H246.38L246.38,46.84z M261.7,49.87c0-0.99-0.21-1.76-0.64-2.31
c-0.43-0.55-1.01-0.83-1.74-0.83c-0.76,0-1.35,0.26-1.77,0.79l-0.05-0.68h-0.96v8.47h1.05v-2.94c0.43,0.47,1.01,0.71,1.75,0.71
c0.73,0,1.3-0.28,1.73-0.85c0.42-0.57,0.64-1.32,0.64-2.25V49.87L261.7,49.87z M260.21,51.62c-0.3,0.4-0.69,0.6-1.2,0.6
c-0.64,0-1.12-0.28-1.44-0.84v-2.92c0.32-0.56,0.79-0.84,1.42-0.84c0.51,0,0.92,0.2,1.21,0.6c0.29,0.4,0.44,0.94,0.44,1.63
C260.66,50.63,260.51,51.22,260.21,51.62L260.21,51.62z M262.75,49.92c0,0.95,0.26,1.71,0.77,2.29c0.51,0.58,1.19,0.86,2.01,0.86
c0.55,0,1.04-0.13,1.46-0.4c0.42-0.26,0.75-0.63,0.98-1.11c0.23-0.47,0.34-1.01,0.34-1.6v-0.07c0-0.96-0.26-1.72-0.77-2.3
c-0.51-0.58-1.19-0.86-2.02-0.86c-0.54,0-1.02,0.13-1.44,0.39c-0.42,0.26-0.75,0.63-0.98,1.11c-0.24,0.48-0.35,1.02-0.35,1.62
V49.92L262.75,49.92z M264.28,48.2c0.32-0.41,0.73-0.62,1.25-0.62c0.53,0,0.95,0.21,1.27,0.62c0.32,0.42,0.48,0.96,0.48,1.63
c0,0.75-0.16,1.33-0.47,1.75c-0.31,0.42-0.73,0.62-1.27,0.62c-0.53,0-0.95-0.21-1.26-0.62c-0.32-0.41-0.47-0.96-0.47-1.63
C263.8,49.2,263.96,48.61,264.28,48.2L264.28,48.2z M269.63,46.84v6.12h1.04V48.6c0.14-0.29,0.34-0.53,0.6-0.71
c0.26-0.18,0.55-0.27,0.89-0.27c0.42,0,0.73,0.11,0.92,0.32c0.2,0.21,0.3,0.54,0.3,0.98v4.05h1.05v-4.04
c-0.01-1.46-0.66-2.19-1.96-2.19c-0.75,0-1.36,0.29-1.83,0.88l-0.03-0.77H269.63L269.63,46.84z M280.86,51.89l-0.64-0.5
c-0.19,0.25-0.42,0.45-0.67,0.6c-0.26,0.15-0.57,0.23-0.94,0.23c-0.52,0-0.95-0.19-1.29-0.56c-0.34-0.37-0.51-0.86-0.53-1.46h4.14
v-0.44c0-0.98-0.22-1.73-0.66-2.25c-0.44-0.52-1.06-0.79-1.85-0.79c-0.49,0-0.94,0.13-1.35,0.4c-0.42,0.27-0.74,0.64-0.97,1.12
c-0.23,0.48-0.35,1.02-0.35,1.63v0.19c0,0.91,0.26,1.64,0.78,2.18c0.52,0.54,1.2,0.82,2.02,0.82
C279.58,53.07,280.35,52.68,280.86,51.89L280.86,51.89L280.86,51.89z M279.47,48.02c0.26,0.29,0.4,0.7,0.43,1.24v0.08h-3.06
c0.07-0.55,0.24-0.98,0.53-1.29c0.29-0.31,0.64-0.46,1.06-0.46C278.86,47.59,279.21,47.73,279.47,48.02L279.47,48.02z
M282.15,46.84v6.12h1.05V48.6c0.14-0.29,0.34-0.53,0.6-0.71c0.26-0.18,0.55-0.27,0.89-0.27c0.42,0,0.73,0.11,0.92,0.32
c0.2,0.21,0.3,0.54,0.3,0.98v4.05h1.04v-4.04c-0.01-1.46-0.66-2.19-1.96-2.19c-0.75,0-1.36,0.29-1.83,0.88l-0.03-0.77H282.15
L282.15,46.84z M288.91,45.36v1.48h-1.11v0.81h1.11v3.79c0,0.52,0.12,0.92,0.36,1.2c0.24,0.28,0.59,0.42,1.06,0.42
c0.26,0,0.53-0.04,0.8-0.11v-0.84c-0.21,0.05-0.38,0.07-0.5,0.07c-0.25,0-0.42-0.06-0.52-0.18c-0.1-0.12-0.15-0.31-0.15-0.55v-3.8
h1.14v-0.81h-1.14v-1.48H288.91L288.91,45.36z M295.52,51.98c-0.24,0.16-0.56,0.24-0.95,0.24c-0.43,0-0.77-0.1-1.04-0.31
c-0.26-0.21-0.4-0.48-0.42-0.83h-1.05c0,0.36,0.11,0.7,0.32,1.01c0.21,0.31,0.51,0.55,0.88,0.73c0.38,0.17,0.81,0.26,1.3,0.26
c0.7,0,1.27-0.16,1.7-0.49c0.44-0.33,0.66-0.77,0.66-1.31c0-0.33-0.08-0.61-0.23-0.83c-0.16-0.23-0.4-0.42-0.72-0.58
c-0.32-0.16-0.75-0.3-1.27-0.42c-0.52-0.12-0.88-0.24-1.08-0.37c-0.2-0.13-0.3-0.32-0.3-0.57c0-0.27,0.11-0.48,0.32-0.65
c0.21-0.17,0.51-0.25,0.89-0.25c0.37,0,0.67,0.1,0.92,0.31c0.24,0.21,0.36,0.45,0.36,0.74h1.05c0-0.56-0.22-1.02-0.65-1.37
c-0.43-0.36-0.99-0.54-1.69-0.54c-0.66,0-1.2,0.17-1.63,0.52c-0.42,0.35-0.64,0.77-0.64,1.27c0,0.3,0.07,0.56,0.22,0.78
c0.15,0.22,0.38,0.41,0.69,0.57c0.31,0.16,0.73,0.29,1.26,0.41c0.53,0.11,0.9,0.25,1.11,0.4c0.21,0.16,0.32,0.38,0.32,0.66
C295.88,51.6,295.76,51.82,295.52,51.98L295.52,51.98z M305.28,49.94c0.28,0.22,0.42,0.53,0.42,0.94c0,0.4-0.15,0.72-0.46,0.96
c-0.31,0.23-0.74,0.35-1.32,0.35c-0.61,0-1.1-0.14-1.47-0.43c-0.37-0.29-0.55-0.68-0.55-1.18h-1.09c0,0.48,0.13,0.91,0.4,1.28
c0.27,0.38,0.64,0.67,1.13,0.89c0.49,0.22,1.02,0.33,1.58,0.33c0.87,0,1.57-0.2,2.09-0.6c0.52-0.4,0.78-0.94,0.78-1.6
c0-0.42-0.09-0.78-0.28-1.09c-0.19-0.31-0.47-0.58-0.86-0.81c-0.39-0.23-0.92-0.44-1.61-0.64c-0.68-0.19-1.17-0.4-1.45-0.64
c-0.29-0.23-0.43-0.52-0.43-0.85c0-0.42,0.15-0.75,0.45-0.98c0.3-0.24,0.72-0.35,1.25-0.35c0.58,0,1.02,0.14,1.34,0.43
c0.32,0.29,0.48,0.68,0.48,1.18h1.09c0-0.46-0.12-0.88-0.36-1.26c-0.24-0.38-0.59-0.69-1.03-0.9c-0.44-0.22-0.95-0.33-1.51-0.33
c-0.83,0-1.5,0.21-2.02,0.64c-0.52,0.42-0.78,0.96-0.78,1.61c0,0.57,0.21,1.05,0.64,1.44c0.42,0.39,1.1,0.72,2.03,0.99
C304.49,49.5,305,49.72,305.28,49.94L305.28,49.94z M311.82,52.96h1v-6.12h-1.05v4.45c-0.26,0.6-0.8,0.89-1.59,0.89
c-0.75,0-1.13-0.46-1.13-1.39v-3.95H308v3.98c0,0.74,0.18,1.3,0.52,1.68c0.34,0.38,0.84,0.57,1.49,0.57c0.79,0,1.38-0.24,1.79-0.72
L311.82,52.96L311.82,52.96z M319.57,49.87c0-0.99-0.21-1.76-0.64-2.31c-0.43-0.55-1.01-0.83-1.74-0.83
c-0.76,0-1.35,0.26-1.77,0.79l-0.05-0.68h-0.96v8.47h1.05v-2.94c0.42,0.47,1.01,0.71,1.75,0.71c0.73,0,1.3-0.28,1.73-0.85
c0.43-0.57,0.64-1.32,0.64-2.25V49.87L319.57,49.87z M318.08,51.62c-0.3,0.4-0.69,0.6-1.2,0.6c-0.64,0-1.12-0.28-1.43-0.84v-2.92
c0.32-0.56,0.79-0.84,1.42-0.84c0.51,0,0.92,0.2,1.21,0.6c0.29,0.4,0.44,0.94,0.44,1.63C318.53,50.63,318.38,51.22,318.08,51.62
L318.08,51.62z M326.07,49.87c0-0.99-0.21-1.76-0.64-2.31c-0.43-0.55-1.01-0.83-1.74-0.83c-0.76,0-1.35,0.26-1.78,0.79l-0.05-0.68
h-0.95v8.47h1.04v-2.94c0.43,0.47,1.01,0.71,1.75,0.71c0.73,0,1.3-0.28,1.73-0.85c0.43-0.57,0.64-1.32,0.64-2.25V49.87
L326.07,49.87z M324.58,51.62c-0.3,0.4-0.7,0.6-1.2,0.6c-0.64,0-1.12-0.28-1.44-0.84v-2.92c0.32-0.56,0.79-0.84,1.42-0.84
c0.51,0,0.92,0.2,1.21,0.6c0.29,0.4,0.44,0.94,0.44,1.63C325.02,50.63,324.87,51.22,324.58,51.62L324.58,51.62z M327.12,49.92
c0,0.95,0.26,1.71,0.77,2.29c0.51,0.58,1.19,0.86,2.02,0.86c0.55,0,1.04-0.13,1.46-0.4c0.42-0.26,0.75-0.63,0.98-1.11
c0.23-0.47,0.34-1.01,0.34-1.6v-0.07c0-0.96-0.26-1.72-0.77-2.3c-0.51-0.58-1.19-0.86-2.02-0.86c-0.54,0-1.02,0.13-1.44,0.39
c-0.42,0.26-0.75,0.63-0.98,1.11c-0.24,0.48-0.35,1.02-0.35,1.62V49.92L327.12,49.92z M328.64,48.2c0.32-0.41,0.73-0.62,1.25-0.62
c0.53,0,0.95,0.21,1.27,0.62c0.32,0.42,0.48,0.96,0.48,1.63c0,0.75-0.16,1.33-0.47,1.75c-0.31,0.42-0.74,0.62-1.27,0.62
c-0.53,0-0.95-0.21-1.26-0.62c-0.32-0.41-0.47-0.96-0.47-1.63C328.17,49.2,328.33,48.61,328.64,48.2L328.64,48.2z M336.95,46.81
c-0.11-0.05-0.26-0.08-0.46-0.08c-0.63,0-1.11,0.27-1.46,0.82l-0.02-0.71H334v6.12h1.05v-4.34c0.25-0.58,0.71-0.88,1.4-0.88
c0.19,0,0.36,0.01,0.52,0.04V46.81L336.95,46.81z M338.57,45.36v1.48h-1.11v0.81h1.11v3.79c0,0.52,0.12,0.92,0.36,1.2
c0.24,0.28,0.59,0.42,1.06,0.42c0.26,0,0.53-0.04,0.8-0.11v-0.84c-0.21,0.05-0.38,0.07-0.5,0.07c-0.25,0-0.42-0.06-0.52-0.18
c-0.1-0.12-0.15-0.31-0.15-0.55v-3.8h1.14v-0.81h-1.14v-1.48H338.57L338.57,45.36z M343.11,46.84h-1.05v6.12h1.05V46.84
L343.11,46.84z M342.14,45.64c0.1,0.11,0.26,0.17,0.46,0.17c0.2,0,0.36-0.06,0.46-0.17c0.1-0.11,0.16-0.25,0.16-0.42
c0-0.17-0.05-0.31-0.16-0.43c-0.11-0.12-0.26-0.18-0.46-0.18c-0.2,0-0.36,0.06-0.46,0.18c-0.1,0.12-0.16,0.26-0.16,0.43
C341.98,45.39,342.03,45.53,342.14,45.64L342.14,45.64z M344.79,46.84v6.12h1.05V48.6c0.14-0.29,0.34-0.53,0.6-0.71
c0.26-0.18,0.55-0.27,0.89-0.27c0.42,0,0.73,0.11,0.92,0.32c0.2,0.21,0.3,0.54,0.3,0.98v4.05h1.05v-4.04
c-0.01-1.46-0.66-2.19-1.96-2.19c-0.75,0-1.36,0.29-1.83,0.88l-0.03-0.77H344.79L344.79,46.84z M351.59,52.2
c0.44,0.58,1.02,0.86,1.74,0.86c0.72,0,1.29-0.24,1.71-0.72v0.53c0,0.52-0.14,0.92-0.43,1.21c-0.29,0.29-0.68,0.43-1.19,0.43
c-0.65,0-1.2-0.28-1.64-0.83l-0.54,0.63c0.22,0.33,0.54,0.59,0.97,0.77c0.42,0.19,0.85,0.28,1.29,0.28c0.79,0,1.42-0.23,1.89-0.68
c0.47-0.46,0.7-1.08,0.7-1.87v-5.97h-0.96l-0.05,0.68c-0.42-0.53-1-0.79-1.75-0.79c-0.73,0-1.31,0.28-1.75,0.84
c-0.44,0.56-0.66,1.32-0.66,2.28C350.92,50.84,351.15,51.63,351.59,52.2L351.59,52.2z M352.41,48.21c0.29-0.4,0.68-0.59,1.19-0.59
c0.64,0,1.12,0.29,1.44,0.88v2.79c-0.31,0.6-0.79,0.9-1.45,0.9c-0.51,0-0.91-0.2-1.19-0.59c-0.28-0.39-0.42-0.94-0.42-1.63
C351.98,49.19,352.12,48.6,352.41,48.21L352.41,48.21z M365.41,52.96v-0.09c-0.14-0.33-0.21-0.78-0.21-1.34v-2.81
c-0.02-0.62-0.22-1.1-0.62-1.46c-0.4-0.35-0.95-0.53-1.66-0.53c-0.44,0-0.85,0.08-1.22,0.25c-0.37,0.17-0.67,0.39-0.88,0.68
c-0.22,0.28-0.33,0.58-0.33,0.88h1.05c0-0.27,0.13-0.5,0.38-0.68c0.25-0.19,0.57-0.28,0.94-0.28c0.43,0,0.75,0.11,0.97,0.32
c0.22,0.22,0.33,0.51,0.33,0.87v0.48h-1.02c-0.88,0-1.56,0.18-2.04,0.53c-0.48,0.35-0.73,0.85-0.73,1.48c0,0.52,0.19,0.96,0.58,1.3
c0.39,0.34,0.88,0.51,1.48,0.51c0.67,0,1.25-0.25,1.74-0.76c0.04,0.31,0.09,0.52,0.15,0.64H365.41L365.41,52.96z M361.73,51.88
c-0.22-0.18-0.33-0.44-0.33-0.77c0-0.75,0.64-1.12,1.92-1.12h0.82v1.25c-0.13,0.27-0.35,0.49-0.64,0.66
c-0.29,0.17-0.61,0.25-0.93,0.25C362.23,52.16,361.95,52.07,361.73,51.88L361.73,51.88z M374.4,48.43h-3.45v-2.82h4.01v-0.89h-5.1
v8.23h1.08v-3.63h3.45V48.43L374.4,48.43z M380.63,52.96h1.11l-3.15-8.23h-0.95l-3.14,8.23h1.12l0.77-2.15h3.45L380.63,52.96
L380.63,52.96z M378.12,46.07l1.4,3.85h-2.8L378.12,46.07L378.12,46.07z M384.01,44.73h-1.09v8.23h1.09V44.73L384.01,44.73z
M390.8,52.96h1.16v-0.07l-1.93-3.49c0.49-0.19,0.88-0.47,1.16-0.85c0.28-0.38,0.42-0.83,0.42-1.34c0-0.81-0.25-1.42-0.75-1.84
c-0.5-0.42-1.21-0.63-2.14-0.63h-2.73v8.23h1.09v-3.33h1.93L390.8,52.96L390.8,52.96z M387.08,45.61h1.66
c0.57,0,1.01,0.14,1.31,0.41c0.3,0.27,0.45,0.66,0.45,1.17c0,0.47-0.16,0.84-0.48,1.12c-0.32,0.28-0.75,0.42-1.29,0.42h-1.67V45.61
L387.08,45.61z M400.64,48.26h-3.57v-2.65h4.09v-0.89h-5.17v8.23h5.23v-0.89h-4.14v-2.92h3.57V48.26L400.64,48.26z M408.9,48.59
c0-0.8-0.14-1.51-0.41-2.11c-0.27-0.6-0.66-1.07-1.16-1.38c-0.5-0.32-1.08-0.48-1.74-0.48c-0.65,0-1.22,0.16-1.73,0.48
c-0.5,0.32-0.89,0.79-1.17,1.39s-0.41,1.31-0.41,2.1v0.59c0.01,0.78,0.15,1.46,0.43,2.05c0.28,0.59,0.67,1.04,1.17,1.36
c0.5,0.32,1.08,0.48,1.72,0.48c0.66,0,1.24-0.16,1.74-0.47c0.5-0.32,0.88-0.78,1.15-1.38c0.27-0.6,0.41-1.3,0.41-2.11V48.59
L408.9,48.59z M407.82,49.19c-0.01,0.95-0.21,1.69-0.59,2.2c-0.39,0.51-0.93,0.77-1.63,0.77c-0.7,0-1.24-0.27-1.64-0.81
c-0.4-0.54-0.6-1.28-0.6-2.23v-0.6c0.01-0.93,0.21-1.65,0.61-2.17c0.39-0.52,0.93-0.78,1.62-0.78c0.7,0,1.25,0.26,1.64,0.78
c0.39,0.52,0.59,1.27,0.59,2.25V49.19L407.82,49.19z M414.49,49.94c0.28,0.22,0.42,0.53,0.42,0.94c0,0.4-0.15,0.72-0.46,0.96
c-0.3,0.23-0.74,0.35-1.32,0.35c-0.61,0-1.11-0.14-1.47-0.43c-0.37-0.29-0.55-0.68-0.55-1.18h-1.09c0,0.48,0.13,0.91,0.4,1.28
c0.27,0.38,0.64,0.67,1.13,0.89c0.49,0.22,1.02,0.33,1.58,0.33c0.87,0,1.57-0.2,2.09-0.6c0.52-0.4,0.78-0.94,0.78-1.6
c0-0.42-0.09-0.78-0.28-1.09c-0.19-0.31-0.47-0.58-0.86-0.81c-0.39-0.23-0.92-0.44-1.61-0.64c-0.68-0.19-1.17-0.4-1.45-0.64
c-0.29-0.23-0.43-0.52-0.43-0.85c0-0.42,0.15-0.75,0.45-0.98c0.3-0.24,0.72-0.35,1.25-0.35c0.58,0,1.02,0.14,1.34,0.43
c0.32,0.29,0.48,0.68,0.48,1.18h1.09c0-0.46-0.12-0.88-0.37-1.26c-0.24-0.38-0.59-0.69-1.03-0.9c-0.44-0.22-0.95-0.33-1.51-0.33
c-0.83,0-1.5,0.21-2.02,0.64c-0.52,0.42-0.78,0.96-0.78,1.61c0,0.57,0.21,1.05,0.63,1.44c0.42,0.39,1.1,0.72,2.03,0.99
C413.7,49.5,414.21,49.72,414.49,49.94L414.49,49.94z M422.36,50.35c-0.11,0.68-0.32,1.15-0.64,1.43
c-0.32,0.27-0.79,0.41-1.39,0.41c-0.67,0-1.19-0.26-1.57-0.79c-0.37-0.53-0.56-1.24-0.56-2.13v-0.8c0-0.95,0.2-1.68,0.59-2.19
c0.39-0.51,0.94-0.77,1.63-0.77c0.56,0,1.01,0.15,1.32,0.44c0.32,0.29,0.52,0.77,0.61,1.43h1.09c-0.09-0.86-0.39-1.54-0.92-2.03
c-0.53-0.49-1.23-0.73-2.1-0.73c-0.66,0-1.24,0.16-1.74,0.47c-0.5,0.31-0.89,0.76-1.16,1.34c-0.27,0.58-0.41,1.25-0.41,2.02v0.79
c0,1.17,0.29,2.1,0.88,2.8c0.59,0.7,1.36,1.05,2.34,1.05c0.9,0,1.62-0.24,2.16-0.71c0.54-0.47,0.86-1.14,0.96-2.02H422.36
L422.36,50.35z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -0,0 +1,96 @@
-------------------------------
UBUNTU FONT LICENCE Version 1.0
-------------------------------
PREAMBLE
This licence allows the licensed fonts to be used, studied, modified and
redistributed freely. The fonts, including any derivative works, can be
bundled, embedded, and redistributed provided the terms of this licence
are met. The fonts and derivatives, however, cannot be released under
any other licence. The requirement for fonts to remain under this
licence does not require any document created using the fonts or their
derivatives to be published under this licence, as long as the primary
purpose of the document is not to be a vehicle for the distribution of
the fonts.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this licence and clearly marked as such. This may
include source files, build scripts and documentation.
"Original Version" refers to the collection of Font Software components
as received under this licence.
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to
a new environment.
"Copyright Holder(s)" refers to all individuals and companies who have a
copyright ownership of the Font Software.
"Substantially Changed" refers to Modified Versions which can be easily
identified as dissimilar to the Font Software by users of the Font
Software comparing the Original Version with the Modified Version.
To "Propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification and with or without charging
a redistribution fee), making available to the public, and in some
countries other activities as well.
PERMISSION & CONDITIONS
This licence does not grant any rights under trademark law and all such
rights are reserved.
Permission is hereby granted, free of charge, to any person obtaining a
copy of the Font Software, to propagate the Font Software, subject to
the below conditions:
1) Each copy of the Font Software must contain the above copyright
notice and this licence. These can be included either as stand-alone
text files, human-readable headers or in the appropriate machine-
readable metadata fields within text or binary files as long as those
fields can be easily viewed by the user.
2) The font name complies with the following:
(a) The Original Version must retain its name, unmodified.
(b) Modified Versions which are Substantially Changed must be renamed to
avoid use of the name of the Original Version or similar names entirely.
(c) Modified Versions which are not Substantially Changed must be
renamed to both (i) retain the name of the Original Version and (ii) add
additional naming elements to distinguish the Modified Version from the
Original Version. The name of such Modified Versions must be the name of
the Original Version, with "derivative X" where X represents the name of
the new work, appended to that name.
3) The name(s) of the Copyright Holder(s) and any contributor to the
Font Software shall not be used to promote, endorse or advertise any
Modified Version, except (i) as required by this licence, (ii) to
acknowledge the contribution(s) of the Copyright Holder(s) or (iii) with
their explicit written permission.
4) The Font Software, modified or unmodified, in part or in whole, must
be distributed entirely under this licence, and must not be distributed
under any other licence. The requirement for fonts to remain under this
licence does not affect any document created using the Font Software,
except any version of the Font Software extracted from a document
created using the Font Software may only be distributed under this
licence.
TERMINATION
This licence becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
DEALINGS IN THE FONT SOFTWARE.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -18,6 +18,7 @@ export let properties: EnvProperties = {
statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/",
statisticsFrameAPIURL: "https://beta.openaire.eu/stats/",
statisticsFrameNewAPIURL: "https://beta.services.openaire.eu/stats-tool/",
bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=",
useNewStatistisTool: true,
claimsAPIURL: "https://beta.services.openaire.eu/claims/rest/claimsService/",
searchAPIURLLAst: "https://beta.services.openaire.eu/search/v2/api/",
@ -77,6 +78,7 @@ export let properties: EnvProperties = {
searchLinkToSoftwareLanding: "/search/software?softwareId=",
searchLinkToOrp: "/search/other?orpId=",
searchLinkToOrganization: "/search/organization?organizationId=",
searchLinkToAll: "/search/find",
searchLinkToPublications: "/search/find/publications",
searchLinkToDataProviders: "/search/find/dataproviders",
searchLinkToServices: "/search/find/services",

View File

@ -18,6 +18,7 @@ export let properties: EnvProperties = {
statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/",
statisticsFrameAPIURL: "https://www.openaire.eu/stats/",
statisticsFrameNewAPIURL: "https://services.openaire.eu/stats-tool/",
bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=",
useNewStatistisTool: true,
claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/",
searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/",
@ -77,6 +78,7 @@ export let properties: EnvProperties = {
searchLinkToSoftwareLanding: "/search/software?softwareId=",
searchLinkToOrp: "/search/other?orpId=",
searchLinkToOrganization: "/search/organization?organizationId=",
searchLinkToAll: "/search/find",
searchLinkToPublications: "/search/find/publications",
searchLinkToDataProviders: "/search/find/dataproviders",
searchLinkToServices: "/search/find/services",

View File

@ -7,17 +7,18 @@ import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-propert
export let properties: EnvProperties = {
environment: "development",
adminToolsPortalType: "eosc",
dashboard: "eosc",
adminToolsPortalType: "faircore4eosc",
dashboard: "faircore4eosc",
enablePiwikTrack: false,
useCache: false,
useLongCache: false,
showAddThis: true,
enableEoscDataTransfer: true,
enableEoscDataTransfer: false,
framesAPIURL: "https://beta.openaire.eu/stats3/",
statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/",
statisticsFrameAPIURL: "https://beta.openaire.eu/stats/",
statisticsFrameNewAPIURL: "https://beta.services.openaire.eu/stats-tool/",
bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=",
useNewStatistisTool: true,
claimsAPIURL: "http://dl170.madgik.di.uoa.gr:8180/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",
searchAPIURLLAst: "http://beta.services.openaire.eu/search/v2/api/",
@ -77,6 +78,7 @@ export let properties: EnvProperties = {
searchLinkToSoftwareLanding: "/search/software?softwareId=",
searchLinkToOrp: "/search/other?orpId=",
searchLinkToOrganization: "/search/organization?organizationId=",
searchLinkToAll: "/search/find",
searchLinkToPublications: "/search/find/publications",
searchLinkToDataProviders: "/search/find/dataproviders",
searchLinkToServices: "/search/find/services",

View File

@ -7,7 +7,7 @@
<base href="/" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description"
content="openAIRE aggregator portal, open access, publications, research results, European commission, search"/>
content="OpenAIRE FAIRCORE4EOSC portal, open access, publications, research products, European commission, search"/>
<meta property="og:description" content="openAIRE explore, open access, publications, research results, European commission, search"/>
<meta property="og:title" content="OpenAIRE"/>
@ -35,26 +35,26 @@
<!-- <link rel="icon" type="image/png" sizes="96x96" href="assets/common-assets/logo/favicon-96x96.png">-->
<!-- <link rel="icon" type="image/png" sizes="16x16" href="assets/common-assets/logo/favicon-16x16.png">-->
<!-- <link href="assets/common-assets/logo/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />-->
<link rel="apple-touch-icon" type="image/png" href="https://marketplace.eosc-portal.eu/packs/media/images/favicon-180x180-2c72cd50b79427645002ab6ffcc58aea.png">
<link rel="shortcut icon" type="image/x-icon" href="https://marketplace.eosc-portal.eu/packs/media/images/favicon-408cd9bf3d8f02d4e8d461097e5cf50d.ico">
<link rel="apple-touch-icon" type="image/png" href="/assets/favicon.png">
<link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.png">
<link rel="manifest" href="assets/common-assets/logo/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link id="customCss" rel="stylesheet" href="">
<title>Search EOSC</title>
<title>Search FAIRCORE4EOSC</title>
</head>
<body>
<!-- <div class="uk-badge" style="border: 0px; border-radius: 0px; background: #bc2300 !important; position: absolute; z-index: 1000;">Beta instance</div>-->
<div class="uk-badge" style="border: 0px; border-radius: 0px; background: #bc2300 !important; position: fixed; z-index: 1000;">Beta instance</div>
<div class="uk-offcanvas-content uk-height-viewport">
<eosc-common-main-header></eosc-common-main-header>
<!-- <eosc-common-main-header></eosc-common-main-header>-->
<app-root></app-root>
<div class="uk-margin-large-top">
<EoscCommonMainFooter></EoscCommonMainFooter>
<EoscCommonEuInformation></EoscCommonEuInformation>
</div>
<script src="https://s3.cloud.cyfronet.pl/eosc-portal-common/index.production.min.js"></script>
<link rel="stylesheet" href="https://s3.cloud.cyfronet.pl/eosc-portal-common/index.production.min.css" />
<!-- <div class="uk-margin-large-top">-->
<!-- <EoscCommonMainFooter></EoscCommonMainFooter>-->
<!-- <EoscCommonEuInformation></EoscCommonEuInformation>-->
<!-- </div>-->
<!-- <script src="https://s3.cloud.cyfronet.pl/eosc-portal-common/index.production.min.js"></script>-->
<!-- <link rel="stylesheet" href="https://s3.cloud.cyfronet.pl/eosc-portal-common/index.production.min.css" />-->
</div>
</body>
<script type="text/javascript">