Small redesign

pull/1/head
Zakhar Timoshenko 3 years ago
parent bd64c837b4
commit f135db1d05

@ -212,7 +212,7 @@ function getNav(): DefaultTheme.NavItem[] {
},
{
text: "User manual",
link: "/manuals/guides/getting-started",
link: "/manuals/guides/getting-started/",
activeMatch: "/manuals/",
},
{

@ -15,20 +15,20 @@ async function generateOgImages(config: SiteConfig) {
const fonts: SatoriOptions["fonts"] = [
{
name: "Roboto",
data: await readFile(resolve(__fonts, "Roboto-Regular.ttf")),
name: "Montserrat",
data: await readFile(resolve(__fonts, "Montserrat-Regular.ttf")),
weight: 400,
style: "normal",
},
{
name: "Roboto",
data: await readFile(resolve(__fonts, "Roboto-Medium.ttf")),
name: "Montserrat",
data: await readFile(resolve(__fonts, "Montserrat-Medium.ttf")),
weight: 500,
style: "normal",
},
{
name: "Roboto",
data: await readFile(resolve(__fonts, "Roboto-Bold.ttf")),
name: "Montserrat",
data: await readFile(resolve(__fonts, "Montserrat-Bold.ttf")),
weight: 700,
style: "normal",
},

@ -1,6 +1,5 @@
<script setup lang="ts">
defineProps<{
icon?: string
title: string
details?: string
}>()
@ -9,9 +8,6 @@ defineProps<{
<template>
<div class="Feature">
<article class="box">
<article class="iconBox">
<h3 class="icon" v-html="icon"></h3>
</article>
<h2 class="title" v-html="title"></h2>
<p v-if="details" class="details" v-html="details"></p>
</article>

@ -2,6 +2,7 @@
import { useData } from 'vitepress'
import HomeHero from './HomeHero.vue'
import Features from './Features.vue';
const { frontmatter: fm } = useData()
</script>
@ -10,6 +11,7 @@ const { frontmatter: fm } = useData()
<template v-if="fm.main">
<div class="container">
<HomeHero :data="fm.main" />
<Features :features="fm.main.features" />
</div>
</template>
</template>

@ -24,9 +24,6 @@ defineProps<{
<h1 class="title">
<span class="accent">{{ data.title }}</span>
</h1>
<h2 class="text">
{{ data.text }}
</h2>
<p class="description">
{{ data.tagline }}
</p>
@ -47,9 +44,6 @@ defineProps<{
section {
padding: 42px 32px;
background: var(--vp-c-bg-soft);
border-radius: var(--vp-border-radius);
margin: 48px 96px;
}
#hero {
@ -58,10 +52,9 @@ section {
}
.title {
font-size: 76px;
line-height: 1.25;
font-weight: 900;
letter-spacing: -1.5px;
font-size: 48px;
line-height: 52px;
font-weight: 500;
max-width: 1340px;
margin: 0px auto;
}
@ -74,22 +67,13 @@ html:not(.dark) .accent,
-webkit-text-fill-color: transparent;
}
.text {
font-size: 54px;
line-height: 1.25;
font-weight: 900;
letter-spacing: -1.5px;
max-width: 1340px;
margin: 0px auto;
}
.description {
max-width: 1340px;
max-width: 576px;
line-height: 1.5;
color: var(--vt-c-text-2);
transition: color 0.5s;
font-size: 22px;
margin: 24px auto 40px;
font-size: 17px;
margin: 24px 0;
}
.actions {
@ -109,15 +93,11 @@ html:not(.dark) .accent,
font-size: 64px;
letter-spacing: -0.5px;
}
.description {
font-size: 18px;
margin-bottom: 48px;
}
}
@media (max-width: 768px) {
section {
margin: 24px;
#hero {
padding: 48px;
}
.tagline {
font-size: 48px;
@ -126,9 +106,6 @@ html:not(.dark) .accent,
}
@media (max-width: 576px) {
section {
margin: 24px;
}
#hero {
padding: 56px 32px;
}

@ -10,10 +10,63 @@ defineProps<{ title: string; description?: string; dir?: string }>()
<div tw="p-14 w-full min-h-0 grow flex flex-1 flex-col justify-between">
<div tw="w-full flex justify-between items-center text-4xl font-medium">
<div tw="flex items-center">
<svg width="64" height="64" viewBox="0 0 512 512" preserveAspectRatio="xMidYMid meet" fill="#FFFFFF"><path d="M 145.3 101.9 C 127 108.5 111.1 133.3 103.4 167.2 C 100.6 179.6 98 200.4 98 210.5 L 98 217.5 L 89.7 230.5 C 66.6 266.5 45.4 304 25.5 344 C 7.8 379.4 6 383.7 6 390 C 6 392.8 6.7 396.4 7.4 397.9 C 9.7 402.2 15.3 406.6 21.5 408.9 L 27.2 411.1 L 258.7 411 C 483.8 411 490.2 410.9 493.8 409.1 C 505.4 403.1 509.1 390.7 503.1 377.8 C 480.4 328.4 449.6 272.3 421.5 229 L 414.7 218.5 L 413.9 206.5 C 410.8 160.5 401.1 132.3 381.2 111.7 C 372.6 102.9 369.3 100.9 363.2 100.8 C 354.7 100.8 349 104.7 336.3 119.3 C 323.8 133.7 321.2 137.1 312.5 150 C 308.2 156.3 302.9 163.6 300.7 166.2 L 296.7 171 L 255.1 171 L 213.5 170.9 L 205.1 158 C 189 133.2 162.6 103.1 155.1 101 C 150.7 99.8 151.5 99.7 145.3 101.9 Z M 171.8 242.6 C 175 244.8 175.8 246.8 176.9 256 C 178.3 266.9 179.6 268.4 186.7 267.5 C 193.1 266.7 198.3 268.8 201.2 273.4 C 206.9 282.6 197.1 301.9 183.2 308.7 C 178.2 311.2 176.4 311.5 168 311.5 C 159.9 311.5 157.8 311.1 154 309.1 C 142.9 303.3 136.1 294.8 133.3 283.6 C 131.9 277.7 131.8 275.9 132.9 270.7 C 134.4 263.2 137 258.2 141.7 252.9 C 150 243.7 165.7 238.3 171.8 242.6 Z M 348.8 243.5 C 351.9 246.1 352.1 246.9 353.6 258.9 C 354.5 266.2 356.7 268.4 362.6 267.5 C 368.3 266.7 373.2 268.3 376.5 272.1 C 381.9 278.6 378.7 291.1 369.1 301.3 C 361.4 309.5 356.6 311.4 344.5 311.5 C 335.3 311.5 334.1 311.3 329.3 308.6 C 322.1 304.6 315.6 298 312.3 291.2 C 310.1 286.7 309.4 283.8 309.1 277.3 C 308.8 269.8 309.1 268.4 311.8 262.7 C 316.8 251.9 324.4 245.2 334.9 242.4 C 342.1 240.4 345.5 240.7 348.8 243.5 Z" /></svg>
<div tw="text-white ml-8 font-bold">
Kotatsu
</div>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="30" viewBox="0 0 3940 480" xml:space="preserve">
<path id="path" fill="#FFFFFF" d="M215.44,2.67c-28.25,10.19-52.79,48.47-64.68,100.8c-4.32,19.14-8.34,51.25-8.34,66.84v10.81
l-12.81,20.07c-35.66,55.57-68.39,113.46-99.11,175.21C3.18,431.04,0.4,437.68,0.4,447.4c0,4.32,1.08,9.88,2.16,12.2
c3.55,6.64,12.2,13.43,21.77,16.98l8.8,3.4l357.36-0.15c347.48,0,357.36-0.15,362.92-2.93c17.91-9.26,23.62-28.4,14.36-48.32
c-35.04-76.26-82.59-162.86-125.97-229.7l-10.5-16.21l-1.23-18.52c-4.79-71.01-19.76-114.54-50.48-146.34
C566.32,4.21,561.23,1.12,551.81,0.97c-13.12,0-21.92,6.02-41.53,28.56c-19.3,22.23-23.31,27.48-36.74,47.39
c-6.64,9.73-14.82,20.99-18.22,25.01l-6.17,7.41h-64.22l-64.22-0.15l-12.97-19.91C282.9,50.98,242.15,4.52,230.57,1.28
C223.78-0.58,225.01-0.73,215.44,2.67z M256.35,219.86c4.94,3.4,6.17,6.48,7.87,20.69c2.16,16.83,4.17,19.14,15.13,17.75
c9.88-1.23,17.91,2.01,22.38,9.11c8.8,14.2-6.33,44-27.79,54.49c-7.72,3.86-10.5,4.32-23.46,4.32c-12.5,0-15.75-0.62-21.61-3.7
c-17.13-8.95-27.63-22.07-31.95-39.36c-2.16-9.11-2.32-11.89-0.62-19.91c2.32-11.58,6.33-19.3,13.58-27.48
C222.7,221.56,246.93,213.23,256.35,219.86z M529.58,221.25c4.79,4.01,5.09,5.25,7.41,23.77c1.39,11.27,4.79,14.67,13.89,13.28
c8.8-1.23,16.36,1.23,21.46,7.1c8.34,10.03,3.4,29.33-11.42,45.08c-11.89,12.66-19.3,15.59-37.97,15.75
c-14.2,0-16.05-0.31-23.46-4.48c-11.11-6.17-21.15-16.36-26.24-26.86c-3.4-6.95-4.48-11.42-4.94-21.46
c-0.46-11.58,0-13.74,4.17-22.54c7.72-16.67,19.45-27.01,35.66-31.34C519.24,216.47,524.49,216.93,529.58,221.25z"/>
<g>
<path fill="#FFFFFF" d="M1342.43,475.42V0.17h88.26v475.25H1342.43z M1421.19,363.4l-4.75-104.55L1665.6,0.17h99.12l-207.07,219.97
l-48.88,53.64L1421.19,363.4z M1673.75,475.42L1491.8,258.84l58.38-64.5l226.76,281.07H1673.75z"/>
<path fill="#FFFFFF" d="M1976.54,480.17c-37.11,0-70.16-8.03-99.12-24.1c-28.97-16.06-51.83-38.13-68.57-66.2
c-16.75-28.06-25.12-59.97-25.12-95.72c0-36.21,8.37-68.24,25.12-96.07c16.73-27.83,39.6-49.67,68.57-65.51
c28.96-15.84,62.01-23.76,99.12-23.76c37.57,0,70.95,7.92,100.14,23.76c29.2,15.85,52.05,37.57,68.58,65.17
c16.51,27.62,24.78,59.75,24.78,96.41c0,35.76-8.27,67.66-24.78,95.72c-16.53,28.07-39.38,50.14-68.58,66.2
C2047.49,472.14,2014.11,480.17,1976.54,480.17z M1976.54,407.52c20.82,0,39.39-4.52,55.67-13.57
c16.3-9.05,29.08-22.17,38.36-39.38c9.27-17.19,13.91-37.34,13.91-60.42c0-23.54-4.64-43.8-13.91-60.77
c-9.28-16.97-22.06-29.98-38.36-39.04c-16.29-9.05-34.62-13.58-54.99-13.58c-20.82,0-39.27,4.53-55.33,13.58
c-16.07,9.05-28.85,22.06-38.35,39.04c-9.51,16.97-14.26,37.23-14.26,60.77c0,23.08,4.75,43.22,14.26,60.42
c9.5,17.21,22.28,30.33,38.35,39.38C1937.95,403,1956.18,407.52,1976.54,407.52z"/>
<path fill="#FFFFFF" d="M2203.3,183.48v-67.89H2445v67.89H2203.3z M2387.97,480.17c-39.84,0-70.61-10.29-92.33-30.89
c-21.72-20.59-32.59-51.02-32.59-91.31V32.76h84.87v323.17c0,17.2,4.41,30.55,13.24,40.06c8.82,9.5,21.15,14.25,37,14.25
c19.01,0,34.85-4.97,47.53-14.94l23.76,60.43c-9.95,8.15-22.17,14.25-36.66,18.33C2418.28,478.13,2403.35,480.17,2387.97,480.17z"/>
<path fill="#FFFFFF" d="M2648.68,480.17c-27.16,0-50.92-4.64-71.29-13.91c-20.36-9.27-36.1-22.17-47.18-38.7
c-11.1-16.51-16.63-35.19-16.63-56.01c0-20.37,4.86-38.7,14.6-54.99c9.73-16.3,25.68-29.2,47.87-38.7
c22.17-9.5,51.6-14.25,88.26-14.25h105.23v56.35h-99.12c-28.97,0-48.44,4.65-58.38,13.92c-9.96,9.28-14.94,20.7-14.94,34.28
c0,15.4,6.11,27.62,18.32,36.66c12.22,9.06,29.2,13.58,50.92,13.58c20.81,0,39.49-4.75,56.01-14.25
c16.52-9.51,28.4-23.54,35.65-42.1l14.25,50.92c-8.14,21.28-22.74,37.8-43.79,49.56C2707.4,474.29,2680.81,480.17,2648.68,480.17z
M2762.74,475.42v-73.33l-4.75-15.61V258.16c0-24.89-7.47-44.24-22.4-58.05c-14.94-13.8-37.57-20.71-67.89-20.71
c-20.37,0-40.4,3.17-60.09,9.51c-19.69,6.34-36.32,15.17-49.9,26.47l-33.26-61.78c19.45-14.94,42.65-26.14,69.59-33.61
c26.93-7.47,54.87-11.2,83.84-11.2c52.5,0,93.12,12.56,121.87,37.68c28.74,25.12,43.11,63.93,43.11,116.43v212.51H2762.74z"/>
<path fill="#FFFFFF" d="M2903.27,183.48v-67.89h241.7v67.89H2903.27z M3087.94,480.17c-39.84,0-70.61-10.29-92.33-30.89
c-21.72-20.59-32.59-51.02-32.59-91.31V32.76h84.87v323.17c0,17.2,4.41,30.55,13.24,40.06c8.82,9.5,21.15,14.25,37,14.25
c19.01,0,34.85-4.97,47.53-14.94l23.76,60.43c-9.95,8.15-22.17,14.25-36.66,18.33C3118.25,478.13,3103.32,480.17,3087.94,480.17z"/>
<path fill="#FFFFFF" d="M3351.37,480.17c-30.33,0-59.4-3.97-87.24-11.88c-27.84-7.92-49.9-17.53-66.2-28.86l32.59-64.5
c16.3,10.42,35.75,19.02,58.39,25.8c22.63,6.79,45.25,10.18,67.89,10.18c26.7,0,46.04-3.62,58.04-10.87
c11.99-7.23,17.99-16.97,17.99-29.19c0-9.95-4.07-17.53-12.22-22.75c-8.15-5.19-18.79-9.16-31.91-11.88
c-13.13-2.72-27.73-5.2-43.8-7.47c-16.07-2.27-32.14-5.31-48.2-9.17c-16.08-3.84-30.67-9.5-43.8-16.97
c-13.13-7.47-23.76-17.53-31.91-30.21c-8.15-12.66-12.22-29.41-12.22-50.24c0-23.08,6.56-43.11,19.69-60.08
c13.12-16.97,31.57-30.09,55.33-39.38c23.76-9.27,51.94-13.92,84.53-13.92c24.44,0,49.11,2.72,74,8.14
c24.89,5.43,45.49,13.14,61.79,23.09l-32.59,64.5c-17.21-10.41-34.52-17.54-51.95-21.39c-17.42-3.84-34.73-5.77-51.94-5.77
c-25.79,0-44.92,3.85-57.37,11.54c-12.45,7.7-18.67,17.43-18.67,29.19c0,10.87,4.07,19.01,12.22,24.44s18.78,9.74,31.91,12.9
c13.12,3.18,27.72,5.77,43.8,7.81c16.06,2.04,32.01,5.09,47.86,9.16c15.84,4.08,30.43,9.62,43.8,16.64
c13.34,7.02,24.1,16.86,32.25,29.53c8.15,12.67,12.22,29.19,12.22,49.56c0,22.63-6.69,42.32-20.03,59.06
c-13.35,16.75-32.25,29.77-56.69,39.04C3414.51,475.53,3385.31,480.17,3351.37,480.17z"/>
<path fill="#FFFFFF" d="M3742.42,480.17c-30.78,0-57.94-5.77-81.47-17.31c-23.54-11.54-41.87-29.19-54.99-52.96
c-13.13-23.76-19.69-53.74-19.69-89.96V112.87h84.87V308.4c0,32.59,7.35,56.93,22.06,72.99c14.71,16.07,35.65,24.1,62.8,24.1
c19.91,0,37.22-4.07,51.94-12.22c14.71-8.15,26.24-20.37,34.62-36.66c8.37-16.3,12.56-36.43,12.56-60.43V112.87h84.87v362.55h-80.8
v-97.77l14.26,29.87c-12.22,23.54-30.11,41.53-53.64,53.98C3796.28,473.95,3770.48,480.17,3742.42,480.17z"/>
</g>
</svg>
</div>
</div>
<div tw="text-7xl font-bold text-white" v-html="title" />

@ -104,7 +104,7 @@ gradlew :test --tests "org.koitharu.kotatsu.parsers.MangaParserTest"
```
- Optionally, you can run the `generateTestsReport` gradle task to get a pretty readable html report from test results.
### Help
## Help
If you need a help or have some questions, ask a community in our [Telegram chat](https://t.me/kotatsuapp)
or [Discord server](https://discord.gg/NNJ5RgVBC5).

@ -3,8 +3,7 @@ title: Kotatsu
layout: home
main:
title: Kotatsu
text: Manga Reader
title: Reading wherever you are
tagline: A simple and convenient open source manga reader from and for the community, where you can find and read your favorite manga easier than ever.
actions:
- theme: brand
@ -13,40 +12,11 @@ main:
- theme: alt
text: Manuals
link: /manuals/guides/getting-started/
features:
- icon: <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24" fill="var(--vp-c-brand-1)"><path d="M19 1L14 6V17L19 12.5V1M21 5V18.5C19.9 18.15 18.7 18 17.5 18C15.8 18 13.35 18.65 12 19.5V6C10.55 4.9 8.45 4.5 6.5 4.5C4.55 4.5 2.45 4.9 1 6V20.65C1 20.9 1.25 21.15 1.5 21.15C1.6 21.15 1.65 21.1 1.75 21.1C3.1 20.45 5.05 20 6.5 20C8.45 20 10.55 20.4 12 21.5C13.35 20.65 15.8 20 17.5 20C19.15 20 20.85 20.3 22.25 21.05C22.35 21.1 22.4 21.1 22.5 21.1C22.75 21.1 23 20.85 23 20.6V6C22.4 5.55 21.75 5.25 21 5M10 18.41C8.75 18.09 7.5 18 6.5 18C5.44 18 4.18 18.19 3 18.5V7.13C3.91 6.73 5.14 6.5 6.5 6.5C7.86 6.5 9.09 6.73 10 7.13V18.41Z" /></svg>
title: Huge count of sources
details: Supports over a 500+ sources
- icon: <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24" fill="var(--vp-c-brand-1)"><path d="M21,9L17,5V8H10V10H17V13M7,11L3,15L7,19V16H14V14H7V11Z" /></svg>
title: Supports tracking
details: Supports MyAnimeList, Anilist and Shikimori
- icon: <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24" fill="var(--vp-c-brand-1)"><path d="M13.5 20C13.81 20.75 14.26 21.42 14.82 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V11.03C19.84 11 19.67 11 19.5 11C19 11 18.5 11.07 18 11.18V4H13V12L10.5 9.75L8 12V4H6V20H13.5M19 20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20M19 13.5V12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5Z" /></svg>
title: Synchronization
details: Easily sync series between your devices.
---
<div class="divider" />
<div class="screenshots">
<div class="shot">
<img src="/img/phone_1.png" alt="Home" style="width:100%">
</div>
<div class="shot">
<img src="/img/phone_2.png" alt="Explore" style="width:100%">
</div>
<div class="shot">
<img src="/img/phone_3.png" alt="Details" style="width:100%">
</div>
</div>
<div class="divider" />
<div class="dl">
<h1>kotatsu-dl</h1>
<p>Cross-platform desktop application for downloading manga from various services. Allows you to search for manga and download it to the CBZ comic archives</p>
<a href="https://github.com/KotatsuApp/kotatsu-dl" target="_blank" class="btn">View on GitHub</a>
<img src="/img/kotatsu-dl.png">
</div>
<div class="divider" />
<div class="parsers">
<h1><svg xmlns="http://www.w3.org/2000/svg" height="48" width="48" viewBox="0 0 24 24" fill="var(--vp-c-brand-1)"><path d="M5.59 3.41L7 4.82L3.82 8L7 11.18L5.59 12.6L1 8L5.59 3.41M11.41 3.41L16 8L11.41 12.6L10 11.18L13.18 8L10 4.82L11.41 3.41M22 6V18C22 19.11 21.11 20 20 20H4C2.9 20 2 19.11 2 18V14H4V18H20V6H17.03V4H20C21.11 4 22 4.89 22 6Z" /></svg></h1>
<h1>Kotatsu parsers library</h1>
<p>A Java/Kotlin library that allows you to scrape manga from various online services and create your own applications for reading or downloading manga. It supports Android but does not depend on it, so it can be also used in pure Kotlin/JVM projects.</p>
<a href="https://github.com/KotatsuApp/kotatsu-parsers#readme" target="_blank" class="btn">Read more</a>
</div>
features:
- title: Huge count of sources
details: Supports over a 500+ sources
- title: Supports tracking
details: Supports MyAnimeList, Anilist and Shikimori
- title: Synchronization
details: Easily sync series between your devices.
---

@ -1,10 +1,62 @@
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
id="vector">
<path
id="path"
d="M 145.3 101.9 C 127 108.5 111.1 133.3 103.4 167.2 C 100.6 179.6 98 200.4 98 210.5 L 98 217.5 L 89.7 230.5 C 66.6 266.5 45.4 304 25.5 344 C 7.8 379.4 6 383.7 6 390 C 6 392.8 6.7 396.4 7.4 397.9 C 9.7 402.2 15.3 406.6 21.5 408.9 L 27.2 411.1 L 258.7 411 C 483.8 411 490.2 410.9 493.8 409.1 C 505.4 403.1 509.1 390.7 503.1 377.8 C 480.4 328.4 449.6 272.3 421.5 229 L 414.7 218.5 L 413.9 206.5 C 410.8 160.5 401.1 132.3 381.2 111.7 C 372.6 102.9 369.3 100.9 363.2 100.8 C 354.7 100.8 349 104.7 336.3 119.3 C 323.8 133.7 321.2 137.1 312.5 150 C 308.2 156.3 302.9 163.6 300.7 166.2 L 296.7 171 L 255.1 171 L 213.5 170.9 L 205.1 158 C 189 133.2 162.6 103.1 155.1 101 C 150.7 99.8 151.5 99.7 145.3 101.9 Z M 171.8 242.6 C 175 244.8 175.8 246.8 176.9 256 C 178.3 266.9 179.6 268.4 186.7 267.5 C 193.1 266.7 198.3 268.8 201.2 273.4 C 206.9 282.6 197.1 301.9 183.2 308.7 C 178.2 311.2 176.4 311.5 168 311.5 C 159.9 311.5 157.8 311.1 154 309.1 C 142.9 303.3 136.1 294.8 133.3 283.6 C 131.9 277.7 131.8 275.9 132.9 270.7 C 134.4 263.2 137 258.2 141.7 252.9 C 150 243.7 165.7 238.3 171.8 242.6 Z M 348.8 243.5 C 351.9 246.1 352.1 246.9 353.6 258.9 C 354.5 266.2 356.7 268.4 362.6 267.5 C 368.3 266.7 373.2 268.3 376.5 272.1 C 381.9 278.6 378.7 291.1 369.1 301.3 C 361.4 309.5 356.6 311.4 344.5 311.5 C 335.3 311.5 334.1 311.3 329.3 308.6 C 322.1 304.6 315.6 298 312.3 291.2 C 310.1 286.7 309.4 283.8 309.1 277.3 C 308.8 269.8 309.1 268.4 311.8 262.7 C 316.8 251.9 324.4 245.2 334.9 242.4 C 342.1 240.4 345.5 240.7 348.8 243.5 Z"
fill="#ABC7FF"
stroke-width="1"/>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 3940 480" enable-background="new 0 0 3940 480" xml:space="preserve">
<path id="path" fill="#7DA1E9" d="M215.44,2.67c-28.25,10.19-52.79,48.47-64.68,100.8c-4.32,19.14-8.34,51.25-8.34,66.84v10.81
l-12.81,20.07c-35.66,55.57-68.39,113.46-99.11,175.21C3.18,431.04,0.4,437.68,0.4,447.4c0,4.32,1.08,9.88,2.16,12.2
c3.55,6.64,12.2,13.43,21.77,16.98l8.8,3.4l357.36-0.15c347.48,0,357.36-0.15,362.92-2.93c17.91-9.26,23.62-28.4,14.36-48.32
c-35.04-76.26-82.59-162.86-125.97-229.7l-10.5-16.21l-1.23-18.52c-4.79-71.01-19.76-114.54-50.48-146.34
C566.32,4.21,561.23,1.12,551.81,0.97c-13.12,0-21.92,6.02-41.53,28.56c-19.3,22.23-23.31,27.48-36.74,47.39
c-6.64,9.73-14.82,20.99-18.22,25.01l-6.17,7.41h-64.22l-64.22-0.15l-12.97-19.91C282.9,50.98,242.15,4.52,230.57,1.28
C223.78-0.58,225.01-0.73,215.44,2.67z M256.35,219.86c4.94,3.4,6.17,6.48,7.87,20.69c2.16,16.83,4.17,19.14,15.13,17.75
c9.88-1.23,17.91,2.01,22.38,9.11c8.8,14.2-6.33,44-27.79,54.49c-7.72,3.86-10.5,4.32-23.46,4.32c-12.5,0-15.75-0.62-21.61-3.7
c-17.13-8.95-27.63-22.07-31.95-39.36c-2.16-9.11-2.32-11.89-0.62-19.91c2.32-11.58,6.33-19.3,13.58-27.48
C222.7,221.56,246.93,213.23,256.35,219.86z M529.58,221.25c4.79,4.01,5.09,5.25,7.41,23.77c1.39,11.27,4.79,14.67,13.89,13.28
c8.8-1.23,16.36,1.23,21.46,7.1c8.34,10.03,3.4,29.33-11.42,45.08c-11.89,12.66-19.3,15.59-37.97,15.75
c-14.2,0-16.05-0.31-23.46-4.48c-11.11-6.17-21.15-16.36-26.24-26.86c-3.4-6.95-4.48-11.42-4.94-21.46
c-0.46-11.58,0-13.74,4.17-22.54c7.72-16.67,19.45-27.01,35.66-31.34C519.24,216.47,524.49,216.93,529.58,221.25z"/>
<g>
<path fill="#FFFFFF" d="M1342.43,475.42V0.17h88.26v475.25H1342.43z M1421.19,363.4l-4.75-104.55L1665.6,0.17h99.12l-207.07,219.97
l-48.88,53.64L1421.19,363.4z M1673.75,475.42L1491.8,258.84l58.38-64.5l226.76,281.07H1673.75z"/>
<path fill="#FFFFFF" d="M1976.54,480.17c-37.11,0-70.16-8.03-99.12-24.1c-28.97-16.06-51.83-38.13-68.57-66.2
c-16.75-28.06-25.12-59.97-25.12-95.72c0-36.21,8.37-68.24,25.12-96.07c16.73-27.83,39.6-49.67,68.57-65.51
c28.96-15.84,62.01-23.76,99.12-23.76c37.57,0,70.95,7.92,100.14,23.76c29.2,15.85,52.05,37.57,68.58,65.17
c16.51,27.62,24.78,59.75,24.78,96.41c0,35.76-8.27,67.66-24.78,95.72c-16.53,28.07-39.38,50.14-68.58,66.2
C2047.49,472.14,2014.11,480.17,1976.54,480.17z M1976.54,407.52c20.82,0,39.39-4.52,55.67-13.57
c16.3-9.05,29.08-22.17,38.36-39.38c9.27-17.19,13.91-37.34,13.91-60.42c0-23.54-4.64-43.8-13.91-60.77
c-9.28-16.97-22.06-29.98-38.36-39.04c-16.29-9.05-34.62-13.58-54.99-13.58c-20.82,0-39.27,4.53-55.33,13.58
c-16.07,9.05-28.85,22.06-38.35,39.04c-9.51,16.97-14.26,37.23-14.26,60.77c0,23.08,4.75,43.22,14.26,60.42
c9.5,17.21,22.28,30.33,38.35,39.38C1937.95,403,1956.18,407.52,1976.54,407.52z"/>
<path fill="#FFFFFF" d="M2203.3,183.48v-67.89H2445v67.89H2203.3z M2387.97,480.17c-39.84,0-70.61-10.29-92.33-30.89
c-21.72-20.59-32.59-51.02-32.59-91.31V32.76h84.87v323.17c0,17.2,4.41,30.55,13.24,40.06c8.82,9.5,21.15,14.25,37,14.25
c19.01,0,34.85-4.97,47.53-14.94l23.76,60.43c-9.95,8.15-22.17,14.25-36.66,18.33C2418.28,478.13,2403.35,480.17,2387.97,480.17z"
/>
<path fill="#FFFFFF" d="M2648.68,480.17c-27.16,0-50.92-4.64-71.29-13.91c-20.36-9.27-36.1-22.17-47.18-38.7
c-11.1-16.51-16.63-35.19-16.63-56.01c0-20.37,4.86-38.7,14.6-54.99c9.73-16.3,25.68-29.2,47.87-38.7
c22.17-9.5,51.6-14.25,88.26-14.25h105.23v56.35h-99.12c-28.97,0-48.44,4.65-58.38,13.92c-9.96,9.28-14.94,20.7-14.94,34.28
c0,15.4,6.11,27.62,18.32,36.66c12.22,9.06,29.2,13.58,50.92,13.58c20.81,0,39.49-4.75,56.01-14.25
c16.52-9.51,28.4-23.54,35.65-42.1l14.25,50.92c-8.14,21.28-22.74,37.8-43.79,49.56C2707.4,474.29,2680.81,480.17,2648.68,480.17z
M2762.74,475.42v-73.33l-4.75-15.61V258.16c0-24.89-7.47-44.24-22.4-58.05c-14.94-13.8-37.57-20.71-67.89-20.71
c-20.37,0-40.4,3.17-60.09,9.51c-19.69,6.34-36.32,15.17-49.9,26.47l-33.26-61.78c19.45-14.94,42.65-26.14,69.59-33.61
c26.93-7.47,54.87-11.2,83.84-11.2c52.5,0,93.12,12.56,121.87,37.68c28.74,25.12,43.11,63.93,43.11,116.43v212.51H2762.74z"/>
<path fill="#FFFFFF" d="M2903.27,183.48v-67.89h241.7v67.89H2903.27z M3087.94,480.17c-39.84,0-70.61-10.29-92.33-30.89
c-21.72-20.59-32.59-51.02-32.59-91.31V32.76h84.87v323.17c0,17.2,4.41,30.55,13.24,40.06c8.82,9.5,21.15,14.25,37,14.25
c19.01,0,34.85-4.97,47.53-14.94l23.76,60.43c-9.95,8.15-22.17,14.25-36.66,18.33C3118.25,478.13,3103.32,480.17,3087.94,480.17z"
/>
<path fill="#FFFFFF" d="M3351.37,480.17c-30.33,0-59.4-3.97-87.24-11.88c-27.84-7.92-49.9-17.53-66.2-28.86l32.59-64.5
c16.3,10.42,35.75,19.02,58.39,25.8c22.63,6.79,45.25,10.18,67.89,10.18c26.7,0,46.04-3.62,58.04-10.87
c11.99-7.23,17.99-16.97,17.99-29.19c0-9.95-4.07-17.53-12.22-22.75c-8.15-5.19-18.79-9.16-31.91-11.88
c-13.13-2.72-27.73-5.2-43.8-7.47c-16.07-2.27-32.14-5.31-48.2-9.17c-16.08-3.84-30.67-9.5-43.8-16.97
c-13.13-7.47-23.76-17.53-31.91-30.21c-8.15-12.66-12.22-29.41-12.22-50.24c0-23.08,6.56-43.11,19.69-60.08
c13.12-16.97,31.57-30.09,55.33-39.38c23.76-9.27,51.94-13.92,84.53-13.92c24.44,0,49.11,2.72,74,8.14
c24.89,5.43,45.49,13.14,61.79,23.09l-32.59,64.5c-17.21-10.41-34.52-17.54-51.95-21.39c-17.42-3.84-34.73-5.77-51.94-5.77
c-25.79,0-44.92,3.85-57.37,11.54c-12.45,7.7-18.67,17.43-18.67,29.19c0,10.87,4.07,19.01,12.22,24.44s18.78,9.74,31.91,12.9
c13.12,3.18,27.72,5.77,43.8,7.81c16.06,2.04,32.01,5.09,47.86,9.16c15.84,4.08,30.43,9.62,43.8,16.64
c13.34,7.02,24.1,16.86,32.25,29.53c8.15,12.67,12.22,29.19,12.22,49.56c0,22.63-6.69,42.32-20.03,59.06
c-13.35,16.75-32.25,29.77-56.69,39.04C3414.51,475.53,3385.31,480.17,3351.37,480.17z"/>
<path fill="#FFFFFF" d="M3742.42,480.17c-30.78,0-57.94-5.77-81.47-17.31c-23.54-11.54-41.87-29.19-54.99-52.96
c-13.13-23.76-19.69-53.74-19.69-89.96V112.87h84.87V308.4c0,32.59,7.35,56.93,22.06,72.99c14.71,16.07,35.65,24.1,62.8,24.1
c19.91,0,37.22-4.07,51.94-12.22c14.71-8.15,26.24-20.37,34.62-36.66c8.37-16.3,12.56-36.43,12.56-60.43V112.87h84.87v362.55h-80.8
v-97.77l14.26,29.87c-12.22,23.54-30.11,41.53-53.64,53.98C3796.28,473.95,3770.48,480.17,3742.42,480.17z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

@ -1,10 +1,62 @@
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
id="vector">
<path
id="path"
d="M 145.3 101.9 C 127 108.5 111.1 133.3 103.4 167.2 C 100.6 179.6 98 200.4 98 210.5 L 98 217.5 L 89.7 230.5 C 66.6 266.5 45.4 304 25.5 344 C 7.8 379.4 6 383.7 6 390 C 6 392.8 6.7 396.4 7.4 397.9 C 9.7 402.2 15.3 406.6 21.5 408.9 L 27.2 411.1 L 258.7 411 C 483.8 411 490.2 410.9 493.8 409.1 C 505.4 403.1 509.1 390.7 503.1 377.8 C 480.4 328.4 449.6 272.3 421.5 229 L 414.7 218.5 L 413.9 206.5 C 410.8 160.5 401.1 132.3 381.2 111.7 C 372.6 102.9 369.3 100.9 363.2 100.8 C 354.7 100.8 349 104.7 336.3 119.3 C 323.8 133.7 321.2 137.1 312.5 150 C 308.2 156.3 302.9 163.6 300.7 166.2 L 296.7 171 L 255.1 171 L 213.5 170.9 L 205.1 158 C 189 133.2 162.6 103.1 155.1 101 C 150.7 99.8 151.5 99.7 145.3 101.9 Z M 171.8 242.6 C 175 244.8 175.8 246.8 176.9 256 C 178.3 266.9 179.6 268.4 186.7 267.5 C 193.1 266.7 198.3 268.8 201.2 273.4 C 206.9 282.6 197.1 301.9 183.2 308.7 C 178.2 311.2 176.4 311.5 168 311.5 C 159.9 311.5 157.8 311.1 154 309.1 C 142.9 303.3 136.1 294.8 133.3 283.6 C 131.9 277.7 131.8 275.9 132.9 270.7 C 134.4 263.2 137 258.2 141.7 252.9 C 150 243.7 165.7 238.3 171.8 242.6 Z M 348.8 243.5 C 351.9 246.1 352.1 246.9 353.6 258.9 C 354.5 266.2 356.7 268.4 362.6 267.5 C 368.3 266.7 373.2 268.3 376.5 272.1 C 381.9 278.6 378.7 291.1 369.1 301.3 C 361.4 309.5 356.6 311.4 344.5 311.5 C 335.3 311.5 334.1 311.3 329.3 308.6 C 322.1 304.6 315.6 298 312.3 291.2 C 310.1 286.7 309.4 283.8 309.1 277.3 C 308.8 269.8 309.1 268.4 311.8 262.7 C 316.8 251.9 324.4 245.2 334.9 242.4 C 342.1 240.4 345.5 240.7 348.8 243.5 Z"
fill="#0059c8"
stroke-width="1"/>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 3940 480" enable-background="new 0 0 3940 480" xml:space="preserve">
<path id="path" fill="#0059C8" d="M215.44,2.67c-28.25,10.19-52.79,48.47-64.68,100.8c-4.32,19.14-8.34,51.25-8.34,66.84v10.81
l-12.81,20.07c-35.66,55.57-68.39,113.46-99.11,175.21C3.18,431.04,0.4,437.68,0.4,447.4c0,4.32,1.08,9.88,2.16,12.2
c3.55,6.64,12.2,13.43,21.77,16.98l8.8,3.4l357.36-0.15c347.48,0,357.36-0.15,362.92-2.93c17.91-9.26,23.62-28.4,14.36-48.32
c-35.04-76.26-82.59-162.86-125.97-229.7l-10.5-16.21l-1.23-18.52c-4.79-71.01-19.76-114.54-50.48-146.34
C566.32,4.21,561.23,1.12,551.81,0.97c-13.12,0-21.92,6.02-41.53,28.56c-19.3,22.23-23.31,27.48-36.74,47.39
c-6.64,9.73-14.82,20.99-18.22,25.01l-6.17,7.41h-64.22l-64.22-0.15l-12.97-19.91C282.9,50.98,242.15,4.52,230.57,1.28
C223.78-0.58,225.01-0.73,215.44,2.67z M256.35,219.86c4.94,3.4,6.17,6.48,7.87,20.69c2.16,16.83,4.17,19.14,15.13,17.75
c9.88-1.23,17.91,2.01,22.38,9.11c8.8,14.2-6.33,44-27.79,54.49c-7.72,3.86-10.5,4.32-23.46,4.32c-12.5,0-15.75-0.62-21.61-3.7
c-17.13-8.95-27.63-22.07-31.95-39.36c-2.16-9.11-2.32-11.89-0.62-19.91c2.32-11.58,6.33-19.3,13.58-27.48
C222.7,221.56,246.93,213.23,256.35,219.86z M529.58,221.25c4.79,4.01,5.09,5.25,7.41,23.77c1.39,11.27,4.79,14.67,13.89,13.28
c8.8-1.23,16.36,1.23,21.46,7.1c8.34,10.03,3.4,29.33-11.42,45.08c-11.89,12.66-19.3,15.59-37.97,15.75
c-14.2,0-16.05-0.31-23.46-4.48c-11.11-6.17-21.15-16.36-26.24-26.86c-3.4-6.95-4.48-11.42-4.94-21.46
c-0.46-11.58,0-13.74,4.17-22.54c7.72-16.67,19.45-27.01,35.66-31.34C519.24,216.47,524.49,216.93,529.58,221.25z"/>
<g>
<path d="M1342.43,475.42V0.17h88.26v475.25H1342.43z M1421.19,363.4l-4.75-104.55L1665.6,0.17h99.12l-207.07,219.97l-48.88,53.64
L1421.19,363.4z M1673.75,475.42L1491.8,258.84l58.38-64.5l226.76,281.07H1673.75z"/>
<path d="M1976.54,480.17c-37.11,0-70.16-8.03-99.12-24.1c-28.97-16.06-51.83-38.13-68.57-66.2
c-16.75-28.06-25.12-59.97-25.12-95.72c0-36.21,8.37-68.24,25.12-96.07c16.73-27.83,39.6-49.67,68.57-65.51
c28.96-15.84,62.01-23.76,99.12-23.76c37.57,0,70.95,7.92,100.14,23.76c29.2,15.85,52.05,37.57,68.58,65.17
c16.51,27.62,24.78,59.75,24.78,96.41c0,35.76-8.27,67.66-24.78,95.72c-16.53,28.07-39.38,50.14-68.58,66.2
C2047.49,472.14,2014.11,480.17,1976.54,480.17z M1976.54,407.52c20.82,0,39.39-4.52,55.67-13.57
c16.3-9.05,29.08-22.17,38.36-39.38c9.27-17.19,13.91-37.34,13.91-60.42c0-23.54-4.64-43.8-13.91-60.77
c-9.28-16.97-22.06-29.98-38.36-39.04c-16.29-9.05-34.62-13.58-54.99-13.58c-20.82,0-39.27,4.53-55.33,13.58
c-16.07,9.05-28.85,22.06-38.35,39.04c-9.51,16.97-14.26,37.23-14.26,60.77c0,23.08,4.75,43.22,14.26,60.42
c9.5,17.21,22.28,30.33,38.35,39.38C1937.95,403,1956.18,407.52,1976.54,407.52z"/>
<path d="M2203.3,183.48v-67.89H2445v67.89H2203.3z M2387.97,480.17c-39.84,0-70.61-10.29-92.33-30.89
c-21.72-20.59-32.59-51.02-32.59-91.31V32.76h84.87v323.17c0,17.2,4.41,30.55,13.24,40.06c8.82,9.5,21.15,14.25,37,14.25
c19.01,0,34.85-4.97,47.53-14.94l23.76,60.43c-9.95,8.15-22.17,14.25-36.66,18.33C2418.28,478.13,2403.35,480.17,2387.97,480.17z"
/>
<path d="M2648.68,480.17c-27.16,0-50.92-4.64-71.29-13.91c-20.36-9.27-36.1-22.17-47.18-38.7c-11.1-16.51-16.63-35.19-16.63-56.01
c0-20.37,4.86-38.7,14.6-54.99c9.73-16.3,25.68-29.2,47.87-38.7c22.17-9.5,51.6-14.25,88.26-14.25h105.23v56.35h-99.12
c-28.97,0-48.44,4.65-58.38,13.92c-9.96,9.28-14.94,20.7-14.94,34.28c0,15.4,6.11,27.62,18.32,36.66
c12.22,9.06,29.2,13.58,50.92,13.58c20.81,0,39.49-4.75,56.01-14.25c16.52-9.51,28.4-23.54,35.65-42.1l14.25,50.92
c-8.14,21.28-22.74,37.8-43.79,49.56C2707.4,474.29,2680.81,480.17,2648.68,480.17z M2762.74,475.42v-73.33l-4.75-15.61V258.16
c0-24.89-7.47-44.24-22.4-58.05c-14.94-13.8-37.57-20.71-67.89-20.71c-20.37,0-40.4,3.17-60.09,9.51
c-19.69,6.34-36.32,15.17-49.9,26.47l-33.26-61.78c19.45-14.94,42.65-26.14,69.59-33.61c26.93-7.47,54.87-11.2,83.84-11.2
c52.5,0,93.12,12.56,121.87,37.68c28.74,25.12,43.11,63.93,43.11,116.43v212.51H2762.74z"/>
<path d="M2903.27,183.48v-67.89h241.7v67.89H2903.27z M3087.94,480.17c-39.84,0-70.61-10.29-92.33-30.89
c-21.72-20.59-32.59-51.02-32.59-91.31V32.76h84.87v323.17c0,17.2,4.41,30.55,13.24,40.06c8.82,9.5,21.15,14.25,37,14.25
c19.01,0,34.85-4.97,47.53-14.94l23.76,60.43c-9.95,8.15-22.17,14.25-36.66,18.33C3118.25,478.13,3103.32,480.17,3087.94,480.17z"
/>
<path d="M3351.37,480.17c-30.33,0-59.4-3.97-87.24-11.88c-27.84-7.92-49.9-17.53-66.2-28.86l32.59-64.5
c16.3,10.42,35.75,19.02,58.39,25.8c22.63,6.79,45.25,10.18,67.89,10.18c26.7,0,46.04-3.62,58.04-10.87
c11.99-7.23,17.99-16.97,17.99-29.19c0-9.95-4.07-17.53-12.22-22.75c-8.15-5.19-18.79-9.16-31.91-11.88
c-13.13-2.72-27.73-5.2-43.8-7.47c-16.07-2.27-32.14-5.31-48.2-9.17c-16.08-3.84-30.67-9.5-43.8-16.97
c-13.13-7.47-23.76-17.53-31.91-30.21c-8.15-12.66-12.22-29.41-12.22-50.24c0-23.08,6.56-43.11,19.69-60.08
c13.12-16.97,31.57-30.09,55.33-39.38c23.76-9.27,51.94-13.92,84.53-13.92c24.44,0,49.11,2.72,74,8.14
c24.89,5.43,45.49,13.14,61.79,23.09l-32.59,64.5c-17.21-10.41-34.52-17.54-51.95-21.39c-17.42-3.84-34.73-5.77-51.94-5.77
c-25.79,0-44.92,3.85-57.37,11.54c-12.45,7.7-18.67,17.43-18.67,29.19c0,10.87,4.07,19.01,12.22,24.44s18.78,9.74,31.91,12.9
c13.12,3.18,27.72,5.77,43.8,7.81c16.06,2.04,32.01,5.09,47.86,9.16c15.84,4.08,30.43,9.62,43.8,16.64
c13.34,7.02,24.1,16.86,32.25,29.53c8.15,12.67,12.22,29.19,12.22,49.56c0,22.63-6.69,42.32-20.03,59.06
c-13.35,16.75-32.25,29.77-56.69,39.04C3414.51,475.53,3385.31,480.17,3351.37,480.17z"/>
<path d="M3742.42,480.17c-30.78,0-57.94-5.77-81.47-17.31c-23.54-11.54-41.87-29.19-54.99-52.96
c-13.13-23.76-19.69-53.74-19.69-89.96V112.87h84.87V308.4c0,32.59,7.35,56.93,22.06,72.99c14.71,16.07,35.65,24.1,62.8,24.1
c19.91,0,37.22-4.07,51.94-12.22c14.71-8.15,26.24-20.37,34.62-36.66c8.37-16.3,12.56-36.43,12.56-60.43V112.87h84.87v362.55h-80.8
v-97.77l14.26,29.87c-12.22,23.54-30.11,41.53-53.64,53.98C3796.28,473.95,3770.48,480.17,3742.42,480.17z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Loading…
Cancel
Save