Merge pull request #1447 from rancher/staging

New Site (to master)
This commit is contained in:
Vincent Fiduccia
2019-05-22 01:20:33 -07:00
committed by GitHub
27 changed files with 2181 additions and 188 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+16 -2
View File
@@ -12,7 +12,7 @@
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
z-index: 100001;
display: flex;
visibility: hidden;
flex-direction: column;
@@ -54,11 +54,25 @@
border: none;
background-color: transparent;
color: #f0f0f0;
font-size: 6rem;
font-size: 5rem;
font-family: monospace;
line-height: 1;
cursor: pointer;
transition: color .3s ease;
@media (max-width: 540px) {
margin-top: 0;
margin-left: 0;
.tingle-modal__closeIcon {
margin-right: .25rem;
font-size: 2rem;
}
.tingle-modal__closeLabel {
font-size: 14px;
font-weight: bold;
}
}
}
.tingle-modal__closeLabel {
+190 -52
View File
@@ -1,69 +1,207 @@
---
title: "Documentation | Rancher Labs"
pageHeader: "Rancher Docs"
description: "Rancher is open source software that combines everything an organization needs to adopt and run containers in production. Built on Kubernetes, Rancher makes it easy for DevOps teams to test, deploy and manage their applications. Operations teams use Rancher to deploy, manage and secure every Kubernetes deployment regardless of where it is running."
layout: blank
title: "Documentation | Rancher Labs"
description: "Rancher is open source software that combines everything an organization needs to adopt and run containers in production. Built on Kubernetes, Rancher makes it easy for DevOps teams to test, deploy and manage their applications. Operations teams use Rancher to deploy, manage and secure every Kubernetes deployment regardless of where it is running."
layout: "no-hero"
ctaBanner: true
ctaBannerTheme: "line"
---
<section class="wrapper p-v-lg">
<div class="row center-xs">
<div class="cards col-md-9">
<div class="cards-item col-md-6">
<div class="card">
<div class="card-content">
<div class="card-text">
<h3 class="m-t-0">Rancher 2.x</h3>
<p>Rancher manages all of your Kubernetes clusters everywhere, unifies them under centralized RBAC, monitors them and lets you easily deploy and manage workloads through an intuitive user interface.</p>
</div>
<div class="border-top p-t-xs m-t-sm">
<p>Read about how to <a href="{{< baseurl >}}/rancher/v2.x/en/v1.6-migration/">migrate from Rancher v1.6 Cattle to v2.x</a></p>
<a href="{{< baseurl >}}/rancher/v2.x/en/" class="btn bg-link">Read the Docs</a>
</div>
<section class="docs-screen1">
<div class="grid-container">
<div class="row max-sized">
<div class="
col-xl-7
col-lg-7
col-md-8
col-sm-10
col-xs-12
col-12
texts-container">
<div class="texts-wrap">
<h1 class="title-label">Rancher docs</h1>
<h3 class="description-label">Rancher is open source software that combines everything an organization needs to adopt and run containers in production. Built on Kubernetes, Rancher makes it easy for DevOps teams to test, deploy and manage their applications. </h3>
</div>
</div>
</div>
</div>
<div class="cards-item col-md-6">
<div class="card">
<div class="card-content">
<div class="card-text">
<h3 class="m-t-0">Rancher 1.6</h3>
<p>If you haven't yet migrated to Rancher 2.x, you can still find documentation for 1.6 here. This is only for legacy users of the 1.6 product.</p>
</div>
<div class="border-top p-t-xs m-t-sm">
<a href="https://rancher.com/docs/rancher/v1.6/en/" target="_blank" class="btn bg-link">Read the Docs</a>
</div>
<div class="row">
<div class="col-12 lower-container">
<div class="decoration ground">
<img class="ground-lower" src="/imgs/docs/screen1-background-ground-lower.svg">
<img class="ground-upper" src="/imgs/docs/screen1-background-ground-upper.svg">
</div>
</div>
</div>
</div>
</section>
<section class="docs-note-item floating">
<div class="grid-container contents-container">
<div class="row max-sized set-lines contents-wrap">
<div class="decoration floating">
<img class="document" src="/imgs/docs/icon-document-for-note.svg">
</div>
<div class="cards-item col-md-6">
<div class="card">
<div class="card-content">
<div class="card-text">
<h3 class="m-t-0">RancherOS</h3>
<p>RancherOS is the lightest, easiest way to run Docker in production. Engineered from the ground up for security and speed, it runs all system services and user workloads within Docker containers.</p>
</div>
<div class="border-top p-t-xs m-t-sm">
<a href="{{< baseurl >}}/os/v1.x/en/" class="btn bg-link">Read the Docs</a>
</div>
</div>
<div class="
col-xl-8
col-lg-8
col-md-8
col-sm-7
col-xs-7
hide-sm-down
"></div>
<div class="
col-xl-4 offset-xl-0
col-lg-4 offset-lg-0
col-md-4 offset-md-0
col-sm-10 offset-sm-1
col-xs-10 offset-xs-1
col-12 offset-0
texts-container background-white background-white-side-right">
<div class="icon-container">
<img class="icon" src="/imgs/docs/icon-document.svg">
</div>
<div class="texts-wrap">
<div class="label">Featured resource</div>
<p class="description-label">Read about how to migrate from Rancher v1.6 Cattle to v2.x</p>
</div>
</div>
<div class="cards-item col-md-6">
<div class="card">
<div class="card-content">
<div class="card-text">
<h3 class="m-t-0">RKE</h3>
<p>Rancher Kubernetes Engine (RKE) is an extremely simple, lightning fast Kubernetes installer that works everywhere.</p>
</div>
<div class="border-top p-t-xs m-t-sm">
<a href="{{< baseurl >}}/rke/latest/en" class="btn bg-link">Read the Docs</a>
</div>
</div>
<div class="buttons-container">
<a href="{{< baseurl >}}/rancher/v2.x/en/v1.6-migration/">
<button class="button text">
<span>Read More</span>
</button>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="docs-screen2">
<div class="grid-container">
<div class="row max-sized set-lines set-ground">
<div class="col-4"></div>
<div class="col-4"></div>
<div class="col-4"></div>
</div>
<div class="row max-sized cards-container">
<div class="col-12 cards-wrap">
<div class="row card-items-wrap">
<div class="
col-xl-6
col-lg-6
col-md-6
col-sm-12
col-xs-12
col-12
card-item">
<div class="card-wrap">
<h3 class="title-label">
<span class="background">2.x</span>
Rancher 2.x
</h3>
<hr/>
<p class="description-label">Rancher manages all of your Kubernetes clusters everywhere, unifies them under centralized RBAC, monitors them and lets you easily deploy and manage workloads through an intuitive user interface.</p>
<div class="buttons-container">
<a href="{{< baseurl >}}/rancher/v2.x/en/">
<button class="button text">
<span>Read the docs</span>
</button>
</a>
</div>
</div>
</div>
<div class="
col-xl-6
col-lg-6
col-md-6
col-sm-12
col-xs-12
col-12
card-item">
<div class="card-wrap">
<h3 class="title-label">
<span class="background">1.6</span>
Rancher 1.6
</h3>
<hr/>
<p class="description-label">If you haven't yet migrated to Rancher 2.x, you can still find documentation for 1.6 here. This is only for legacy users of the 1.6 product.</p>
<div class="buttons-container">
<a href="https://rancher.com/docs/rancher/v1.6/en/">
<button class="button text">
<span>Read the docs</span>
</button>
</a>
</div>
</div>
</div>
<div class="
col-xl-6
col-lg-6
col-md-6
col-sm-12
col-xs-12
col-12
card-item">
<div class="card-wrap">
<h3 class="title-label">
<span class="background">OS</span>
RancherOS
</h3>
<hr/>
<p class="description-label">RancherOS is the lightest, easiest way to run Docker in production. Engineered from the ground up for security and speed, it runs all system services and user workloads within Docker containers.</p>
<div class="buttons-container">
<a href="{{< baseurl >}}/os/v1.x/en/">
<button class="button text">
<span>Read the docs</span>
</button>
</a>
</div>
</div>
</div>
<div class="
col-xl-6
col-lg-6
col-md-6
col-sm-12
col-xs-12
col-12
card-item">
<div class="card-wrap">
<h3 class="title-label">
<span class="background">RKE</span>
Rancher Kubernetes Engine
</h3>
<hr/>
<p class="description-label">Rancher Kubernetes Engine (RKE) is an extremely simple, lightning fast Kubernetes installer that works everywhere.</p>
<div class="buttons-container">
<a href="{{< baseurl >}}/rke/v0.1.x/en/">
<button class="button text">
<span>Read the docs</span>
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
+275 -83
View File
@@ -6,96 +6,288 @@
{{ end }}
{{ define "main" }}
<div class="wrapper">
<section class="docs-container">
<div class="grid-container">
<div class="row max-sized set-lines set-ground">
<div class="col-4"></div>
<div class="col-4"></div>
<div class="col-4"></div>
</div>
<div class="row m-t-sm">
<div class="head-blank"></div>
<aside class="col-md-3 col-xs-12 p-l-0">
<div class="row max-sized contents-container background-base-gray-side">
<div class="
col-xl-3
col-lg-4
col-md-4
col-sm-12
col-xs-12
col-12
side-menus">
<div class="search-container">
<input class="search input" placeholder="SEARCH" />
</div>
<!-- <div class="side-menus-wrap jquery-accordion-menu"> -->
{{ partial "docs-side-nav.html" . }}
</aside>
<!-- </div> -->
</div>
<div class="
col-xl-9
col-lg-8
col-md-8
col-sm-12
col-xs-12
col-12
texts-container">
<div class="docs-wrap">
{{ with .Params.Title }}
<h1 class="m-t-0">{{ . }}</h1>
<hr/>
{{end}}
{{ if .Params.ctaBanner }}
{{ with index .Site.Data.cta .Params.ctaBanner }}
<div class="docs-banner">
<h3 class="">{{ .header }}</h3>
<article class="{{ if ($.Scratch.Get "showSidebar") }}col-sm-6{{else}}col-md-9 p-l-lg {{end}}col-xs-12">
{{ with .Params.Title }}
<h1 class="m-t-0">{{ . }}</h1>
<hr/>
{{end}}
{{ if .Params.ctaBanner }}
{{ with index .Site.Data.cta .Params.ctaBanner }}
<div class="row center-xs middle-xs bg-info shadow rounded-corners">
<h3 class="m-v-sm m-r-sm text-white">{{ .header }}</h3>
<a href="{{ .link }}" target="_blank" class="btn border-btn">{{ .button }}</a>
</div>
{{ end }}
{{ end }}
<div class="main-content docs-body">
<!-- this is a test -->
<!-- {{ partial "page-nav.html" . }} -->
<!-- end test -->
{{ .Content }}
{{ $paginator := .Scratch.Get "paginator" }}
{{ range $paginator.Pages }}
<div class="box m-b-md">
<div class="p-a-sm">
<h3><a href="{{.URL}}">{{.Title}}</a></h3>
{{ if .Params.Image }}
<div class="thumbnail"><img src="{{ .Params.Image }}" alt="{{ .Params.Title }}"></div>
{{end}}
<p>{{ .Summary | safeHTML }}</p>
{{ if .Truncated }}
<div>
<a href="{{ .RelPermalink }}">Read More…</a>
<div class="buttons-container">
<a href="{{ .link }}" target="_blank" class="btn border-btn">
<button class="button has-icon-right">
<span>{{ .button }}</span>
<svg class="icon right" enable-background="new 0 0 34 34" viewBox="0 0 34 34" xmlns="http://www.w3.org/2000/svg">
<g>
<path class="svg-linear" d="m19.5 12 5 5-5 5"></path>
<path class="svg-linear" d="m24.5 17h-15"></path>
</g>
</svg>
</button>
</a>
</div>
</div>
{{ end }}
{{ end }}
<div class="main-content docs-body">
<!-- this is a test -->
<!-- {{ partial "page-nav.html" . }} -->
<!-- end test -->
{{ .Content }}
{{ $paginator := .Scratch.Get "paginator" }}
{{ range $paginator.Pages }}
<div class="box m-b-md">
<div class="p-a-sm">
<h3><a href="{{.URL}}">{{.Title}}</a></h3>
{{ if .Params.Image }}
<div class="thumbnail"><img src="{{ .Params.Image }}" alt="{{ .Params.Title }}"></div>
{{end}}
<p>{{ .Summary | safeHTML }}</p>
{{ if .Truncated }}
<div>
<a href="{{ .RelPermalink }}">Read More…</a>
</div>
{{ end }}
</div>
<div class="bg-default">
<div class="row">
{{ with .Params.Author }}
<div class="p-h-sm p-v-xs"><i class="material-icons">person_outline</i> By: {{ . }}</div>
{{end}}
{{ if eq .Section "events" }}
{{ with .Params.EventDate }}
<div class="p-h-sm p-v-xs"><i class="material-icons">event</i> {{ . }}</div>
{{end}}
{{ else }}
{{ with .Params.Date }}
<div class="p-h-sm p-v-xs"><i class="material-icons">event</i> {{ .Format "January 2, 2006" }}</div>
{{end}}
{{end}}
{{ if eq .Section "blog" }}
<div class="p-h-sm p-v-xs"><i class="material-icons">timer</i> Read Time: {{.ReadingTime}} minutes</div>
{{end}}
{{ with .Params.Location }}
<div class="p-h-sm p-v-xs"><i class="material-icons">location_on</i> {{ . }}</div>
{{end}}
</div>
</div>
</div>
{{ end }}
</div>
<div class="bg-default">
<div class="row">
{{ with .Params.Author }}
<div class="p-h-sm p-v-xs"><i class="material-icons">person_outline</i> By: {{ . }}</div>
{{end}}
{{ if eq .Section "events" }}
{{ with .Params.EventDate }}
<div class="p-h-sm p-v-xs"><i class="material-icons">event</i> {{ . }}</div>
{{end}}
{{ else }}
{{ with .Params.Date }}
<div class="p-h-sm p-v-xs"><i class="material-icons">event</i> {{ .Format "January 2, 2006" }}</div>
{{end}}
{{end}}
{{ if eq .Section "blog" }}
<div class="p-h-sm p-v-xs"><i class="material-icons">timer</i> Read Time: {{.ReadingTime}} minutes</div>
{{end}}
{{ with .Params.Location }}
<div class="p-h-sm p-v-xs"><i class="material-icons">location_on</i> {{ . }}</div>
{{end}}
</div>
</div>
</div>
{{ end }}
{{ template "_internal/pagination.html" . }}
<div class="p-v-xs">{{ partial "page-edit.html" . }}</div>
</article>
<!-- {{ with .TableOfContents }}
<div class="offset-watch invisible"></div>
<aside class="col-sm-2 col-xs-12 unstyled toc-container hidden-md">
<h4 class="m-b-0">On this page</h4>
{{ . }}
</aside>
{{ end }} -->
</div>
{{ template "_internal/pagination.html" . }}
<div class="p-v-xs">{{ partial "page-edit.html" . }}</div>
</article>
<!-- {{ with .TableOfContents }}
<div class="offset-watch invisible"></div>
<aside class="col-sm-2 col-xs-12 unstyled toc-container hidden-md">
<h4 class="m-b-0">On this page</h4>
{{ . }}
</aside>
{{ end }} -->
</div>
</div>
</div>
</section>
<script>
$(document).ready(function() {
// Side menu script
;(function ( $, window, document, undefined ) {
var pluginName = "jqueryAccordionMenu";
var defaults = {
speed: 300,
showDelay: 0,
hideDelay: 0,
singleOpen: true,
clickEffect: true
};
function Plugin ( element, options ) {
this.element = element;
this.settings = $.extend( {}, defaults, options );
this._defaults = defaults;
this._name = pluginName;
this.init();
};
$.extend(Plugin.prototype, {
init: function () {
this.openSubmenu();
this.submenuIndicators();
if(this.settings.clickEffect){
this.addClickEffect();
}
},
openSubmenu: function () {
var opts = this.settings; //to differ from local variable "this"
$(this.element).children("ul").find("li").bind("click touchstart", function(e){
e.stopPropagation();
e.preventDefault();
if ($(this).attr('class') === 'back-to-the-top') {
$('.side-menus-container').scrollTop(0);
}
if($(this).children(".submenu").length > 0) {
if($(this).children(".submenu").css("display") == "none") {
$(this).children(".submenu").delay(opts.showDelay).slideDown(opts.speed);
$(this).children(".submenu").siblings("a").addClass("submenu-indicator-minus");
$(this).addClass("activate");
if(opts.singleOpen){
$(this).siblings().children(".submenu").slideUp(opts.speed);
$(this).siblings().children(".submenu").siblings("a").removeClass("submenu-indicator-minus");
$(this).removeClass("activate");
}
return false;
} else {
$(this).children(".submenu").delay(opts.hideDelay).slideUp(opts.speed);
$(this).removeClass("activate");
}
if($(this).children(".submenu").siblings("a").hasClass("submenu-indicator-minus")){
$(this).children(".submenu").siblings("a").removeClass("submenu-indicator-minus");
}
}
window.location.href = $(this).children("a").attr("href");
});
},
submenuIndicators: function () {
if($(this.element).find(".submenu").length > 0){
$(this.element).find(".submenu").siblings("a").append("<span class='submenu-indicator'><span class='object1'></span><span class='object2'></span><span class='object3'></span></span>");
}
},
addClickEffect: function () {
var ink, d, x, y;
$(this.element).find("a").bind("click touchstart", function(e){
$(".ink").remove();
if($(this).children(".ink").length === 0){
$(this).prepend("<span class='ink'></span>");
}
ink = $(this).find(".ink");
ink.removeClass("animate-ink");
if(!ink.height() && !ink.width()){
d = Math.max($(this).outerWidth(), $(this).outerHeight());
ink.css({height: d, width: d});
}
x = e.pageX - $(this).offset().left - ink.width()/2;
y = e.pageY - $(this).offset().top - ink.height()/2;
ink.css({top: y+'px', left: x+'px'}).addClass("animate-ink");
});
}
});
$.fn[ pluginName ] = function ( options ) {
this.each(function() {
if ( !$.data( this, "plugin_" + pluginName ) ) {
$.data( this, "plugin_" + pluginName, new Plugin( this, options ) );
}
});
return this;
};
})( jQuery, window, document );
var sideNavMenus = $('.side-menus-container');
sideNavMenus.jqueryAccordionMenu();
var sideNavMenusMobile = $('.docs-container .side-menus');
$('.guide-menus-activator').click(function() {
if (sideNavMenusMobile.hasClass('show')) {
sideNavMenusMobile.removeClass('show');
} else {
sideNavMenusMobile.addClass('show');
}
});
// anchor click control.
$("a[href*='#']").click(function(e) {
// e.preventDefault();
if ($(this).attr('data-target') === undefined && $(this).attr('href').length > 1) {
var hash = $(this).attr('href').substring(1),
objt = $('#' + hash),
objt_mt = Number(objt.css('margin-top').replace(/[^0-9]/g,"")),
depth = 80,
scrn = $(window).width();
scrn_check = 1025;
if (scrn < scrn_check) {
depth = 120;
}
if (objt_mt > 0) {
depth = depth + objt_mt
}
if ($(this).attr('href').charAt(0) === '#') {
var objectTop = $($(this).attr('href')).offset().top;
setTimeout(function() {
$('html').scrollTop(objectTop - depth);
}, 100);
}
}
});
});
</script>
{{ end }}
+1 -16
View File
@@ -1,19 +1,4 @@
{{ define "hero" }}
<section class="hero">
<div class="wrapper">
<div class="row center-xs">
<div class="col-md-8 p-b-lg">
{{ with .Params.pageHeader }}
<h1>{{ . }}</h1>
{{end}}
{{ with .Params.description }}
<p class="p-t-sm">{{ . }}</p>
{{end}}
</div>
</div>
</div>
</section>
{{ end }}
{{ define "main" }}
<div>
+58 -33
View File
@@ -12,53 +12,78 @@
{{end}}
<!-- product dropdown -->
<ul class="dropdown sub-menu unstyled">
<li class="m-b-0">
<a href="{{ ($.Scratch.Get "topLevel").Permalink }}" class="btn bg-link p-a-0">
<span class="p-h-xs">
{{ range $product := $.Site.Sections }}
{{ range $version := .Sections }}
{{ range $language := .Sections }}
{{if $.CurrentSection}}
{{ if .IsAncestor $.CurrentSection }}
{{ .Params.shortTitle }}
<div class="side-menus-container product-select jquery-accordion-menu">
<ul class="side-menus-wrap">
<li class="">
<a href="{{ ($.Scratch.Get "topLevel").Permalink }}" class="">
<span class="">
{{ range $product := $.Site.Sections }}
{{ range $version := .Sections }}
{{ range $language := .Sections }}
{{if $.CurrentSection}}
{{ if .IsAncestor $.CurrentSection }}
{{ .Params.shortTitle }}
{{end}}
{{end}}
{{end}}
{{end}}
{{end}}
{{end}}
</span>
<i class="material-icons darken p-a-xs">keyboard_arrow_down</i>
</a>
</span>
</a>
<ul class="sub dropdown-menu bg-white unstyled">
{{ range $product := $.Site.Sections }}
{{ range $version := .Sections }}
{{ range $language := .Sections }}
<li class="m-b-0"><a href="{{ .Permalink }}">{{ .Params.shortTitle }}</a></li>
{{ if .Params.insertonesix }}
<li class="m-b-0"><a href="https://rancher.com/docs/rancher/v1.6/en/" target="blank">Rancher 1.6</a></li>
<ul class="submenu submenus-wrap">
{{ range $product := $.Site.Sections }}
{{ range $version := .Sections }}
{{ range $language := .Sections }}
<li><a href="{{ .Permalink }}">{{ .Params.shortTitle }}</a></li>
{{ if .Params.insertonesix }}
<li><a href="https://rancher.com/docs/rancher/v1.6/en/" target="blank">Rancher 1.6</a></li>
{{end}}
{{end}}
{{end}}
{{end}}
{{end}}
</ul>
</li>
</ul>
<div class="tree-nav invisible">
<ul>
<!-- {{ template "section-tree-nav" ($.Scratch.Get "secondLevel") }} -->
{{ template "section-tree-nav" ($.Scratch.Get "topLevel") }}
</ul>
</li>
</ul>
</div>
<div class="guide-menus-activator">
{{ if .Title }}
{{.Title}}
{{ else }}
Quick Start Guide
{{end}}
<span class="indicator">
<span class="object1"></span>
<span class="object2"></span>
<span class="object3"></span>
</span>
</div>
<div class="side-menus-container guide-menus jquery-accordion-menu">
<ul class="side-menus-wrap second">
{{ template "section-tree-nav" ($.Scratch.Get "topLevel") }}
<li class="back-to-the-top">
<a href="#" class="submenu-indicator-close">
Back to the top
<svg class="svg-icon" enable-background="new 0 0 34 34" viewBox="0 0 34 34" xmlns="http://www.w3.org/2000/svg">
<g class="svg-linear" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="m12 14.5 5-5 5 5"></path><path d="m17 9.5v15"></path>
</g>
</svg>
<span class="submenu-indicator"><span class="object1"></span><span class="object2"></span><span class="object3"></span></span>
</a>
</li>
</ul>
</div>
{{ define "section-tree-nav" }}
{{ range .Sections}}
<li class="tree-nav-item"><a href="{{ .RelPermalink}}">{{ .Title }}</a>
{{if gt (len .Sections) 0}}
<i class="material-icons expand-toggle">add_box</i>
<ul class="tree-nav-sublist hide">
<ul class="tree-nav-sublist submenu submenus-wrap">
{{ range .Pages }}
<li class="tree-nav-item-child"><a href="{{ .RelPermalink}}">{{ .Title }}</a></li>
{{ end }}
+13 -2
View File
@@ -1,2 +1,13 @@
<a href="{{.Site.Params.ghdocsrepo}}/edit/master/content/{{.File.Path}}" class="btn bg-link">Edit this page <i class="material-icons">
edit</i></a>
<div class="buttons-container">
<a href="{{.Site.Params.ghdocsrepo}}/edit/master/content/{{.File.Path}}" class="btn bg-link">
<button class="button has-icon-right">
<span>Edit this page</span>
<svg class="icon right" enable-background="new 0 0 34 34" viewBox="0 0 34 34" xmlns="http://www.w3.org/2000/svg">
<g>
<path class="svg-linear" d="m19.5 12 5 5-5 5"></path>
<path class="svg-linear" d="m24.5 17h-15"></path>
</g>
</svg>
</button>
</a>
</div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

@@ -0,0 +1 @@
<svg enable-background="new 0 0 313.7 265.5" viewBox="0 0 313.7 265.5" xmlns="http://www.w3.org/2000/svg"><path d="m294 240.6c0 4.4-3.5 7.9-7.9 7.9h-262.5c-4.4 0-7.9-3.5-7.9-7.9v-170.6c0-4.3 3.5-7.9 7.9-7.9h262.5c4.3 0 7.9 3.5 7.9 7.9z" fill="#f2c40f"/><path d="m294 240.6c0 4.4-3.5 7.9-7.9 7.9h-262.5c-4.4 0-7.9-3.5-7.9-7.9v-170.6c0-4.3 3.5-7.9 7.9-7.9h262.5c4.3 0 7.9 3.5 7.9 7.9z" fill="#313131" opacity=".25"/><path d="m30.8 258.7h132.3 113.9v-47.5-132.6h-49.1-64.8-132.3z" fill="#d0d4d7"/><path d="m256.4 256.2v-132.3-66.4l-47.5-47.5h-132.6v49.1 64.8 132.3z" fill="#ecf0f1"/><path d="m208.9 57.5h47.5l-47.5-47.5z" fill="#f2f5f5"/><path d="m276.4 246.2v-132.3-66.4-47.5h-180.1v49.1 64.8 132.3z" fill="#fff"/><g fill="#f2f5f5"><path d="m123.6 117h126.9v3.1h-126.9z"/><path d="m123.6 124.5h130.1v3.1h-130.1z"/><path d="m123.6 132h127.4v3.1h-127.4z"/><path d="m123.6 139.5h112.4v3.1h-112.4z"/><path d="m123.6 58.7h126.9v3.1h-126.9z"/><path d="m123.6 66.2h130.1v3.1h-130.1z"/><path d="m123.6 73.7h127.4v3.1h-127.4z"/><path d="m123.6 81.2h77.1v3.1h-77.1z"/><path d="m123.6 94.5h126.9v3.1h-126.9z"/><path d="m123.6 102h130.1v3.1h-130.1z"/><path d="m123.6 109.5h127.4v3.1h-127.4z"/><path d="m123.6 153.3h126.9v3.1h-126.9z"/><path d="m123.6 160.8h130.1v3.1h-130.1z"/><path d="m123.6 168.3h127.4v3.1h-127.4z"/><path d="m123.6 175.7h77.1v3.1h-77.1z"/><path d="m123.6 189.1h126.9v3.1h-126.9z"/><path d="m123.6 196.5h130.1v3.1h-130.1z"/><path d="m123.6 204h41.8v3.1h-41.8z"/></g><path d="m123.4 43.8h60.6v5.1h-60.6z" fill="#0075a8"/><path d="m313.7 127.7c0-4.3-3.5-7.9-7.9-7.9h-133.1l-11.3 18.4h-153.5c-4.3 0-7.9 3.5-7.9 7.9l15.7 111.5c0 4.4 3.5 7.9 7.9 7.9h262.5c4.3 0 7.9-3.5 7.9-7.9z" fill="#f2c40f"/></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

+1
View File
@@ -0,0 +1 @@
<svg enable-background="new 0 0 65 90" viewBox="0 0 65 90" xmlns="http://www.w3.org/2000/svg"><g fill="#0b6f9f"><path d="m48 0v17h17z"/><path d="m3 82h59v3h-59z"/><path d="m53.1 36.1h-42.2v-5.5h42.2zm0 8.3h-42.2v-5.5h42.2zm-14.1 8.6h-28.1v-5.6h28.1zm6-33v-20h-45v80h65v-60z"/><path d="m6 87h53v3h-53z"/></g></svg>

After

Width:  |  Height:  |  Size: 313 B

+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
<style type="text/css">
.st0{fill:#88BD42;}
</style>
<path class="st0" d="M41.7,60.4c-10.4,0-18.8-8.3-18.8-18.8s8.3-18.8,18.8-18.8s18.8,8.3,18.8,18.8C60.4,52.1,52.1,60.4,41.7,60.4z
M85.2,79.4L63.5,57.7c3.3-4.4,5.2-10,5.2-16c0-15-12.1-27.1-27.1-27.1S14.6,26.7,14.6,41.7s12.1,27.1,27.1,27.1
c6,0,11.5-1.9,16-5.2l21.7,21.7c0.8,0.8,1.9,1.2,2.9,1.2s2.1-0.4,2.9-1.2C86.9,83.5,86.9,81,85.2,79.4L85.2,79.4z"/>
</svg>

After

Width:  |  Height:  |  Size: 762 B

@@ -0,0 +1 @@
<svg enable-background="new 0 0 1370.5 236" viewBox="0 0 1370.5 236" xmlns="http://www.w3.org/2000/svg"><path d="m1370.5 236h-1370.5c183.6-137.6 440.4-223.2 724.6-223.2 245.6 0 470.7 63.9 645.9 170.1z" fill="#8dc63f"/><path d="m713.2 41.5c0 22.9 18.6 41.5 41.5 41.5s41.5-18.6 41.5-41.5-18.6-41.5-41.5-41.5c-23 0-41.5 18.6-41.5 41.5z" fill="#6ba939"/><path d="m713.2 41.5c0-22.9 18.6-41.5 41.5-41.5v82.9c-23 0-41.5-18.6-41.5-41.4z" fill="#5c9531"/><g fill="#594a41"><path d="m754.6 107.6c1.1 0 2.1-.9 2.1-2.1v-58.1c0-1.1-.9-2.1-2.1-2.1-1.1 0-2.1.9-2.1 2.1v58.1c.1 1.2 1 2.1 2.1 2.1z"/><path d="m754.6 70.7c.5 0 1.1-.2 1.5-.6.8-.8.8-2.1 0-2.9l-8.6-8.6c-.8-.8-2.1-.8-2.9 0s-.8 2.1 0 2.9l8.6 8.6c.4.4.9.6 1.4.6z"/><path d="m754.6 63.2c.5 0 1.1-.2 1.5-.6l11.5-11.5c.8-.8.8-2.1 0-2.9s-2.1-.8-2.9 0l-11.5 11.5c-.8.8-.8 2.1 0 2.9.4.3.9.6 1.4.6z"/></g><path d="m324.7 82.4c0-26 7.4-56.1 22.4-56.1s22.4 30.1 22.4 56.1c0 9.5-7.4 17.2-22.4 17.2-15.1 0-22.4-7.7-22.4-17.2z" fill="#dbe13a"/><path d="m324.7 82.4c0-26 7.4-56.1 22.4-56.1v73.3c-15.1 0-22.4-7.7-22.4-17.2z" fill="#bbd644"/><path d="m347.1 126.6c1.1 0 2.1-.9 2.1-2.1v-64.1c0-1.1-.9-2.1-2.1-2.1s-2.1.9-2.1 2.1v64.2c0 1.1.9 2 2.1 2z" fill="#594a41"/><path d="m347.1 85.9c.5 0 1.1-.2 1.5-.6l9.5-9.5c.8-.8.8-2.1 0-2.9s-2.1-.8-2.9 0l-9.5 9.5c-.8.8-.8 2.1 0 2.9.3.4.8.6 1.4.6z" fill="#594a41"/><path d="m347.1 77.6c.5 0 1.1-.2 1.5-.6.8-.8.8-2.1 0-2.9l-12.7-12.7c-.8-.8-2.1-.8-2.9 0s-.8 2.1 0 2.9l12.6 12.7c.4.4.9.6 1.5.6z" fill="#594a41"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

@@ -0,0 +1 @@
<svg enable-background="new 0 0 1397.6 422.2" viewBox="0 0 1397.6 422.2" xmlns="http://www.w3.org/2000/svg"><path d="m784.4 422.3h-171.2-613.2v100h613.2 171.2 613.2v-100z" fill="#bbd644"/><path d="m709.4 111.5c-3.5 0-7.1 0-10.6.1-3.5 0-7.1-.1-10.6-.1-301.4.1-562.3 126.6-688.2 310.7h613.2 171.2 613.2c-125.9-184.1-386.8-310.6-688.2-310.7z" fill="#bbd644"/><g fill="#abc53e"><circle cx="357.4" cy="440.8" r="16.3"/><circle cx="524.9" cy="310.4" r="16.3"/><circle cx="872.7" cy="506" r="16.3"/><ellipse cx="1040.2" cy="375.6" rx="16.3" ry="16.3" transform="matrix(.3827 -.9239 .9239 .3827 295.1238 1192.8838)"/><path d="m993.5 359.3h-136.4c-9 0-16.3-7.3-16.3-16.3s7.3-16.3 16.3-16.3h112.6c9 0 16.3-7.3 16.3-16.3s-7.3-16.3-16.3-16.3h-307.9-87.8c-9 0-16.3 7.3-16.3 16.3s7.3 16.3 16.3 16.3h53.9c9 0 16.3 7.3 16.3 16.3s-7.3 16.3-16.3 16.3h-199.9c-9 0-16.3 7.3-16.3 16.3s7.3 16.3 16.3 16.3h64.5c9 0 16.3 7.3 16.3 16.3s-7.3 16.3-16.3 16.3h-88.4c-9 0-16.3 7.3-16.3 16.3s7.3 16.3 16.3 16.3h136.4c9 0 16.3 7.3 16.3 16.3s-7.3 16.3-16.3 16.3h-112.6c-9 0-16.3 7.3-16.3 16.3s7.3 16.3 16.3 16.3h356.5 39.2c9 0 16.3-7.3 16.3-16.3s-7.3-16.3-16.3-16.3h-39.2v-32.6h185.2c9 0 16.3-7.3 16.3-16.3s-7.3-16.3-16.3-16.3h-64.5c-9 0-16.3-7.3-16.3-16.3s7.3-16.3 16.3-16.3h88.4c9 0 16.3-7.3 16.3-16.3s-7.3-16.3-16.3-16.3z"/></g><ellipse cx="267.7" cy="172.1" fill="#8dc63f" rx="60.7" ry="60.7"/><path d="m328.4 172.1c0-33.5-27.2-60.7-60.7-60.7v121.4c33.5 0 60.7-27.2 60.7-60.7z" fill="#6ba939"/><path d="m267.7 268c-1.1 0-2.1-.9-2.1-2.1v-85.1c0-1.1.9-2.1 2.1-2.1 1.1 0 2.1.9 2.1 2.1v85.1c0 1.1-1 2.1-2.1 2.1z" fill="#594a41"/><path d="m267.7 213.9c-.5 0-1.1-.2-1.5-.6-.8-.8-.8-2.1 0-2.9l12.6-12.6c.8-.8 2.1-.8 2.9 0s.8 2.1 0 2.9l-12.7 12.7c-.2.3-.8.5-1.3.5z" fill="#594a41"/><path d="m267.7 202.9c-.5 0-1.1-.2-1.5-.6l-16.8-16.8c-.8-.8-.8-2.1 0-2.9s2.1-.8 2.9 0l16.8 16.8c.8.8.8 2.1 0 2.9-.3.4-.9.6-1.4.6z" fill="#594a41"/><path d="m624 74.4c0-34.5-9.8-74.4-29.7-74.4s-29.7 39.9-29.7 74.4c0 12.6 9.8 22.9 29.7 22.9 19.9-.1 29.7-10.3 29.7-22.9z" fill="#bbd644"/><path d="m624 74.4c0-34.5-9.8-74.4-29.7-74.4v97.2c19.9 0 29.7-10.2 29.7-22.8z" fill="#abc53e"/><path d="m594.3 132.4c-1.1 0-2.1-.9-2.1-2.1v-85.1c0-1.1.9-2.1 2.1-2.1 1.1 0 2.1.9 2.1 2.1v85.1c0 1.2-.9 2.1-2.1 2.1z" fill="#594a41"/><path d="m594.3 78.4c-.5 0-1.1-.2-1.5-.6l-12.7-12.7c-.8-.8-.8-2.1 0-2.9s2.1-.8 2.9 0l12.7 12.7c.8.8.8 2.1 0 2.9-.3.4-.8.6-1.4.6z" fill="#594a41"/><path d="m594.3 67.3c-.5 0-1.1-.2-1.5-.6-.8-.8-.8-2.1 0-2.9l16.9-16.8c.8-.8 2.1-.8 2.9 0s.8 2.1 0 2.9l-16.8 16.8c-.4.4-.9.6-1.5.6z" fill="#594a41"/><path d="m738.5 266.2c0-47.2-14-125.6-31.3-125.6s-31.3 78.4-31.3 125.6c0 17.3 14 31.3 31.3 31.3s31.3-14 31.3-31.3z" fill="#dbe13a"/><path d="m738.5 266.2c0-47.2-14-125.6-31.3-125.6v156.9c17.3 0 31.3-14 31.3-31.3z" fill="#abc53e"/><path d="m707.2 332.7c-1.1 0-2.1-.9-2.1-2.1v-85.1c0-1.1.9-2.1 2.1-2.1 1.1 0 2.1.9 2.1 2.1v85.1c0 1.1-.9 2.1-2.1 2.1z" fill="#594a41"/><path d="m707.2 278.6c-.5 0-1.1-.2-1.5-.6l-12.7-12.7c-.8-.8-.8-2.1 0-2.9s2.1-.8 2.9 0l12.6 12.7c.8.8.8 2.1 0 2.9-.2.4-.7.6-1.3.6z" fill="#594a41"/><path d="m707.2 267.6c-.5 0-1.1-.2-1.5-.6-.8-.8-.8-2.1 0-2.9l16.8-16.8c.8-.8 2.1-.8 2.9 0s.8 2.1 0 2.9l-16.7 16.8c-.4.4-.9.6-1.5.6z" fill="#594a41"/></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

+1
View File
@@ -0,0 +1 @@
<svg enable-background="new 0 0 23 23" viewBox="0 0 23 23" xmlns="http://www.w3.org/2000/svg"><path d="m18.6 2.4h-14.2c-1.2 0-2.2 1-2.2 2.2v14.4c0 1.2 1 2.2 2.2 2.2h14.3c1.2 0 2.2-1 2.2-2.2v-14.3c0-1.3-1-2.3-2.3-2.3zm-1.7 6.7h-.9c-1 0-1.3.2-1.3.9v1.3h2.2l-.4 2.2h-1.8v6.7h-2.2v-6.7h-1.8v-2.2h1.8v-1.3c0-1.8.9-3.1 2.7-3.1 1.3 0 1.8.4 1.8.4v1.8z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 364 B

+1
View File
@@ -0,0 +1 @@
<svg enable-background="new 0 0 23 23" viewBox="0 0 23 23" xmlns="http://www.w3.org/2000/svg"><path d="m8.3 21.8c.3-.1.5-.5.5-.8v-2.4c0-.1 0-.2 0-.3s-1.3 0-1.6 0c-.7 0-1.3-.3-1.5-.8-.3-.5-.5-1.5-1.3-2.1-.1-.1 0-.2.2-.2.3 0 .8.4 1.2.9.5.5.9.9 1.6.9 1.1 0 1.7-.1 2.1-.2.4-.6 1-1.1 1.6-1.1-2.5-.1-4.2-.9-4.9-2.2-1.6 0-3.1.2-3.9.3 0-.1 0-.3-.1-.4.8-.2 2.2-.4 3.7-.4-.1-.1-.1-.2-.1-.4-1.6-.1-2.9 0-3.7 0 0-.1 0-.3 0-.4.7-.1 2.1-.1 3.6 0 0-.2-.1-.5-.1-.7 0-.8.3-1.6.8-2.2-.2-.8-.5-2.4.1-3 1.2 0 2.1.6 2.5.9.8-.3 1.6-.5 2.5-.5s1.8.2 2.5.5c.4-.4 1.3-.9 2.5-.9.7.6.3 2.2.1 2.9.5.7.8 1.4.7 2.2v.6c1.6-.1 2.9 0 3.7 0v.4c-.7-.1-2.1-.1-3.7 0 0 .2-.1.3-.1.4 1.6 0 3 .2 3.8.3 0 .1 0 .3-.1.4-.9-.1-2.3-.3-4-.3-.7 1.3-2.3 2.1-4.8 2.2 1.2 0 2.2 1.7 2.2 2.9v2.7c0 .4.2.7.5.8 4.1-1.4 7.1-5.2 7.1-9.8 0-5.7-4.6-10.3-10.3-10.3s-10.4 4.7-10.4 10.4c0 4.5 3 8.4 7.1 9.7z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 866 B

+1
View File
@@ -0,0 +1 @@
<svg enable-background="new 0 0 23 23" viewBox="0 0 23 23" xmlns="http://www.w3.org/2000/svg"><path d="m18.6 2.4h-14.2c-1.2 0-2.2 1-2.2 2.2v14.4c0 1.2 1 2.2 2.2 2.2h14.3c1.2 0 2.2-1 2.2-2.2v-14.3c0-1.3-1-2.3-2.3-2.3zm-10.7 7.2v8.5h-2.7v-8.5zm-2.7-2.5c0-.6.6-1.1 1.4-1.1s1.3.5 1.3 1.1-.5 1.1-1.3 1.1c-.8.1-1.4-.5-1.4-1.1zm12.6 11h-2.7s0-4.1 0-4.5c0-.9-.4-1.8-1.6-1.8-1.1 0-1.5.9-1.5 1.8v4.5h-2.7v-8.5h2.7v1.1s.9-1.1 2.6-1.1c1.8 0 3.2 1.2 3.2 3.7z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 466 B

+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 149.1 149.1" style="enable-background:new 0 0 149.1 149.1;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#939393;}
</style>
<g>
<path class="st0" d="M117.6,112L91.5,85.9c-0.1-0.1-0.2-0.2-0.3-0.2l-2.4-2.2l-0.6-0.6l0.4-0.7l1.7-2.8c3.1-5.1,4.8-11,4.8-17.1
c0-18-14.7-32.7-32.7-32.7c-18,0-32.7,14.7-32.7,32.7c0,18,14.7,32.7,32.7,32.7c5.7,0,11.3-1.5,16.2-4.3l2.9-1.7l0.7-0.4l0.5,0.7
l2.1,2.6c0.1,0.1,0.1,0.2,0.2,0.3l26.1,26.1c0.8,0.8,2,1.3,3.1,1.3c1.2,0,2.3-0.5,3.1-1.3C119.3,116.5,119.3,113.7,117.6,112z
M62.4,87.3c-13.8,0-25-11.2-25-25c0-13.8,11.2-25,25-25c13.8,0,25,11.2,25,25C87.4,76.1,76.2,87.3,62.4,87.3z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 952 B

+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 150 150" style="enable-background:new 0 0 150 150;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#89939C;}
</style>
<path class="st0" d="M57.2,90.5c18.7,0,33.9-15.2,33.9-33.9c0-18.7-15.2-33.9-33.9-33.9S23.3,37.9,23.3,56.6
C23.3,75.3,38.4,90.5,57.2,90.5z M85.2,105.8c-8.3,4.7-17.9,7.4-28.1,7.4c-31.3,0-56.6-25.3-56.6-56.6C0.6,25.3,25.9,0,57.2,0
c31.3,0,56.6,25.3,56.6,56.6c0,10.8-3,20.9-8.3,29.5c0.2,0.2,0.4,0.4,0.6,0.6l39.2,39.2c5.5,5.5,5.5,14.5,0,20
c-5.5,5.5-14.5,5.5-20,0l-39.2-39.2C85.8,106.4,85.5,106.1,85.2,105.8L85.2,105.8z"/>
</svg>

After

Width:  |  Height:  |  Size: 867 B

+1
View File
@@ -0,0 +1 @@
<svg enable-background="new 0 0 23 23" viewBox="0 0 23 23" xmlns="http://www.w3.org/2000/svg"><path d="m12.8 2c-.2 0-.4 0-.6.1-.9.3-1.3 1.2-1 2.1l.7 2.4-3.3 1-.7-2.2c-.3-.9-1.2-1.3-2-1-.9.2-1.3 1.1-1 2l.7 2.3-2.4.8c-.8.3-1.3 1.2-1 2.1.2.7.9 1.1 1.5 1.1.2 0 .4 0 .5-.1l2.4-.8 1 3.1-2.6.9c-.9.2-1.3 1.2-1 2 .2.7.8 1.2 1.5 1.2.1 0 .3 0 .5-.1l2.5-.9.8 2.5c.2.7.9 1.1 1.5 1.1.2 0 .4 0 .5-.1.8-.3 1.3-1.2 1-2.1l-.7-2.4 3.2-1.1.7 2.4c.2.7.9 1.1 1.5 1.1.2 0 .4 0 .5-.1.8-.3 1.3-1.2 1-2.1l-.7-2.4 2-.7c.8-.3 1.3-1.3.9-2.1-.3-.9-1.2-1.3-2-1l-2 .7-.9-3.1 2.2-.7c.9-.3 1.3-1.2 1-2.1s-1.2-1.3-2-1l-2.1.7-.7-2.4c-.2-.7-.8-1.1-1.4-1.1zm0 7.7.9 3.1-3.2 1.1-1-3.1z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 668 B

+1
View File
@@ -0,0 +1 @@
<svg enable-background="new 0 0 23 23" viewBox="0 0 23 23" xmlns="http://www.w3.org/2000/svg"><path d="m22.7 4.9c-.8.4-1.7.6-2.6.7.9-.6 1.7-1.5 2-2.5-.9.5-1.9.9-2.9 1.1-.8-.9-2-1.5-3.4-1.5-2.5 0-4.6 2.1-4.6 4.6 0 .4 0 .7.1 1-3.8-.2-7.2-2-9.5-4.8-.3.7-.6 1.5-.6 2.4 0 1.6.8 3 2 3.8-.8 0-1.5-.2-2.1-.6v.1c0 2.2 1.6 4.1 3.7 4.5-.4.1-.8.2-1.2.2-.3 0-.6 0-.9-.1.6 1.8 2.3 3.2 4.3 3.2-1.6 1.2-3.6 2-5.7 2-.4 0-.7 0-1.1-.1 2 1.3 4.4 2.1 7 2.1 8.5 0 13.1-7 13.1-13.1 0-.2 0-.4 0-.6 1-.7 1.8-1.5 2.4-2.4z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 516 B

+1
View File
@@ -0,0 +1 @@
<svg enable-background="new 0 0 23 23" viewBox="0 0 23 23" xmlns="http://www.w3.org/2000/svg"><path d="m20.6 7.1c-.2-1-1-1.7-2-1.9-1.5-.3-4.2-.5-7.1-.5s-5.7.2-7.2.5c-1 .2-1.8.9-2 1.9-.3 1.2-.4 2.7-.4 4.7s.2 3.6.4 4.7c.2 1 1 1.7 2 1.9 1.6.3 4.2.5 7.2.5s5.6-.2 7.2-.5c1-.2 1.8-.9 2-1.9.2-1.1.4-2.7.4-4.7-.1-2-.3-3.5-.5-4.7zm-11.6 7.9v-6.3l5.5 3.1z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

+1
View File
@@ -0,0 +1 @@
<svg enable-background="new 0 0 242 108.2" viewBox="0 0 242 108.2" xmlns="http://www.w3.org/2000/svg"><g fill="#006ca1"><g clip-rule="evenodd" fill-rule="evenodd"><path d="m194.6 11.5h-12.1-13.1-25.2s.3-11.1-3-11.1-6.2 18.8-6 25.2 5 7.1 5 7.1h21c-1.1 2.3-2.9 3.5-4.3 4h-8.6-12.1s-6-.2-6-6 2.7-11.1 2-15.1-5-4-5-4h-102.9s-3 .5-4 2-20.2 29.1-20.2 29.1-.7 2.3 1 4 3 3 3 3 .7 1 3-1c2.4-2 12.1-10.1 12.1-10.1v36.4 28.2c0 2.8 2.3 5 5 5h30.2c2.8 0 5-2.3 5-5v-22.6c0-2.5 2-4.6 4.6-4.6h73.5c2.5 0 4.6 2 4.6 4.6v22.6c0 2.8 2.3 5 5 5h30.2c2.8 0 5-2.3 5-5v-24.2h-16.1c-4.5 0-8.1-3.6-8.1-8.1v-16.1c0-2.5 1.2-4.8 3-6.3v18.4c0 4.5 3.6 8.1 8.1 8.1h25.2c4.5 0 8.1-3.6 8.1-8.1v-47.3c.2-4.5-3.4-8.1-7.9-8.1z"/><path d="m206.7 21.6v11.1h17.1s6-2.1 6-8.1-4.5-24.2-7.1-24.2-3 9.7-3 15.1-6 6-6 6h-7z"/><path d="m236.5 0c-3.1 0-5.5 2.5-5.5 5.5s2.5 5.5 5.5 5.5c3.1 0 5.5-2.5 5.5-5.5s-2.5-5.5-5.5-5.5zm0 10.1c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z"/></g><path d="m236.6 6.3h-.7v1.8h-1.2v-5.1h2c.6 0 1.1.1 1.4.4s.5.6.5 1.1c0 .3-.1.6-.2.9-.1.2-.4.4-.7.6l1 2v.1h-1.3zm-.7-1h.8c.2 0 .4-.1.5-.2s.2-.3.2-.5-.1-.4-.2-.5-.3-.1-.5-.1h-.8z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB