first commit

This commit is contained in:
itsaygea
2026-01-24 06:59:50 -07:00
commit 6f844b6ffd
105 changed files with 3756 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
.DS_Store
+1
View File
@@ -0,0 +1 @@
# Arknights Web Guide
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

+51
View File
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page not found - wiki.gg</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/error-pages/styles/index.css" type="text/css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet" />
</head>
<body>
<header id="site-header">
<div id="logo">
<a href="https://www.wiki.gg">
<img src="/error-pages/images/logo.svg" alt="wiki.gg logo" />
</a>
</div>
</header>
<main id="page-container">
<div id="message-container">
<h1>404 - Page Not Found <img class="inline-image" src="/error-pages/images/sad.svg" alt="Emoji of a sad face with a tear"></h1>
<div id="message">
<p>Sorry, we don't seem to have a page by that name.</p>
<p>If you got here through a link, you should inform the website owner. If the owner is wiki.gg or indie.io, please <a href="https://wiki.gg/t/bug-report">send us a ticket</a> or <a href="https://discord.gg/rTnST57tuW">write in our Discord server</a>.</p>
<p>
You can also:
<ul>
<li><a href="https://www.wiki.gg/wikis">Check our list of all wikis</a> (maybe you made a typo?),
<li><a href="https://www.youtube.com/@ggwikis">Watch instructional videos on YouTube about wiki editing</a>,</li>
<li><a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes">Read about status codes on Wikipedia</a>, or</li>
<li><a href="https://sorcerer.river.me/">Play SORCERER</a><span style="font-size:0;">River has trapped me in a basement and is forcing me to play SORCERER, send help (and working servers)</span></li>
</ul>
</p>
</div>
</div>
<div class="spacer"></div>
</main>
<footer id="site-footer">
<div id="footer-links">
<a href="https://wiki.gg/termsofservice">Terms of Service</a> <a href="https://wiki.gg/privacypolicy">Privacy Policy</a>
</div>
</footer>
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 734 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

+51
View File
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page not found - wiki.gg</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/error-pages/styles/index.css" type="text/css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet" />
</head>
<body>
<header id="site-header">
<div id="logo">
<a href="https://www.wiki.gg">
<img src="/error-pages/images/logo.svg" alt="wiki.gg logo" />
</a>
</div>
</header>
<main id="page-container">
<div id="message-container">
<h1>404 - Page Not Found <img class="inline-image" src="/error-pages/images/sad.svg" alt="Emoji of a sad face with a tear"></h1>
<div id="message">
<p>Sorry, we don't seem to have a page by that name.</p>
<p>If you got here through a link, you should inform the website owner. If the owner is wiki.gg or indie.io, please <a href="https://wiki.gg/t/bug-report">send us a ticket</a> or <a href="https://discord.gg/rTnST57tuW">write in our Discord server</a>.</p>
<p>
You can also:
<ul>
<li><a href="https://www.wiki.gg/wikis">Check our list of all wikis</a> (maybe you made a typo?),
<li><a href="https://www.youtube.com/@ggwikis">Watch instructional videos on YouTube about wiki editing</a>,</li>
<li><a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes">Read about status codes on Wikipedia</a>, or</li>
<li><a href="https://sorcerer.river.me/">Play SORCERER</a><span style="font-size:0;">River has trapped me in a basement and is forcing me to play SORCERER, send help (and working servers)</span></li>
</ul>
</p>
</div>
</div>
<div class="spacer"></div>
</main>
<footer id="site-footer">
<div id="footer-links">
<a href="https://wiki.gg/termsofservice">Terms of Service</a> <a href="https://wiki.gg/privacypolicy">Privacy Policy</a>
</div>
</footer>
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

+335
View File
@@ -0,0 +1,335 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arknights Endfield - Character Showcase</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f0f23 100%);
color: #fff;
overflow-x: hidden;
}
.hero {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
background: radial-gradient(ellipse at center, #252540 0%, #1a1a2e 100%);
position: relative;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('logo/endfield_share.jpg') center/cover;
opacity: 0.1;
z-index: 0;
}
.hero-content {
z-index: 1;
}
.logo-svg {
width: 300px;
margin-bottom: 20px;
}
h1 {
font-size: 3rem;
margin-bottom: 10px;
background: linear-gradient(90deg, #e94560, #f5a623, #ffcc00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hero p {
font-size: 1.2rem;
color: #aaa;
margin-bottom: 30px;
}
.scroll-indicator {
position: absolute;
bottom: 30px;
animation: bounce 2s infinite;
}
@keyframes bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
.character-section {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 80px 20px;
position: relative;
}
.character-section:nth-child(even) {
background: linear-gradient(90deg, #1a1a2e 0%, #16213e 100%);
}
.character-section:nth-child(odd) {
background: linear-gradient(90deg, #16213e 0%, #1a1a2e 100%);
}
.character-container {
display: flex;
flex-direction: column;
align-items: center;
max-width: 1200px;
gap: 30px;
}
.character-image {
max-width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 20px 60px rgba(233, 69, 96, 0.3);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.character-image:hover {
transform: scale(1.05);
box-shadow: 0 30px 80px rgba(233, 69, 96, 0.5);
}
.character-info {
text-align: center;
max-width: 600px;
}
.character-info h2 {
font-size: 2.5rem;
margin-bottom: 15px;
color: #f5a623;
}
.character-info .tier {
display: inline-block;
padding: 8px 20px;
background: linear-gradient(90deg, #e94560, #f5a623);
border-radius: 25px;
font-weight: bold;
margin-bottom: 15px;
}
.character-info .element {
color: #aaa;
font-size: 1.1rem;
margin-bottom: 10px;
}
.character-info .role {
color: #888;
font-style: italic;
}
/* Scroll animations */
.character-section {
opacity: 0;
transform: translateY(50px);
transition: opacity 0.8s ease, transform 0.8s ease;
}
.character-section.visible {
opacity: 1;
transform: translateY(0);
}
/* Nav */
nav {
position: fixed;
top: 0;
left: 0;
right: 0;
padding: 20px;
background: rgba(15, 15, 30, 0.9);
backdrop-filter: blur(10px);
z-index: 1000;
display: flex;
justify-content: center;
gap: 30px;
}
nav a {
color: #fff;
text-decoration: none;
font-weight: 500;
transition: color 0.3s;
}
nav a:hover {
color: #f5a623;
}
/* Floating action button */
.fab {
position: fixed;
bottom: 30px;
right: 30px;
width: 60px;
height: 60px;
background: linear-gradient(135deg, #e94560, #f5a623);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 10px 30px rgba(233, 69, 96, 0.4);
transition: transform 0.3s;
z-index: 1000;
}
.fab:hover {
transform: scale(1.1);
}
.fab::after {
content: '↓';
font-size: 24px;
}
/* Responsive */
@media (max-width: 768px) {
h1 { font-size: 2rem; }
.character-info h2 { font-size: 2rem; }
nav { padding: 15px; }
.logo-svg { width: 200px; }
}
</style>
</head>
<body>
<nav>
<a href="#hero">Home</a>
<a href="#laevatain">Laevatain</a>
<a href="#yvonne">Yvonne</a>
<a href="#gilberta">Gilberta</a>
<a href="#lifeng">Lifeng</a>
<a href="#perlica">Perlica</a>
</nav>
<section id="hero" class="hero">
<div class="hero-content">
<img src="logo/logo.svg" alt="Arknights Endfield Logo" class="logo-svg">
<h1>Arknights Endfield</h1>
<p>Official Character Showcase</p>
<p style="color: #f5a623;">Scroll to meet the operators →</p>
</div>
<div class="scroll-indicator"></div>
</section>
<section id="laevatain" class="character-section">
<div class="character-container">
<img src="../web-assets/characters/Laevatain_4K.jpg" alt="Laevatain" class="character-image">
<div class="character-info">
<h2>Laevatain</h2>
<span class="tier">SS TIER</span>
<p class="element">Heat Element | Striker Class</p>
<p class="role">"Twilight of ruin!" - Best DPS in the game. Excels at both AoE and single-target damage.</p>
</div>
</div>
</section>
<section id="yvonne" class="character-section">
<div class="character-container">
<img src="../web-assets/characters/Yvonne_4K.jpg" alt="Yvonne" class="character-image">
<div class="character-info">
<h2>Yvonne</h2>
<span class="tier">SS TIER</span>
<p class="element">Cryo Element | Caster Class</p>
<p class="role">"Ætherside... An unknown and dangerous world." - Strong single-target Cryo DPS with crowd control.</p>
</div>
</div>
</section>
<section id="gilberta" class="character-section">
<div class="character-container">
<img src="../web-assets/characters/Gilberta_official.jpg" alt="Gilberta" class="character-image">
<div class="character-info">
<h2>Gilberta</h2>
<span class="tier">S TIER</span>
<p class="element">Nature Element | Support Class</p>
<p class="role">"You are the smell of nostalgia and homesickness." - Best utility, pulls enemies together with crowd control.</p>
</div>
</div>
</section>
<section id="lifeng" class="character-section">
<div class="character-container">
<img src="../web-assets/characters/Lifeng_official.jpg" alt="Lifeng" class="character-image">
<div class="character-info">
<h2>Lifeng</h2>
<span class="tier">S TIER</span>
<p class="element">Physical Element | Guard Class</p>
<p class="role">"I wanna do more, and get better at it!" - One of the best Physical DPS units.</p>
</div>
</div>
</section>
<section id="perlica" class="character-section">
<div class="character-container">
<img src="../web-assets/characters/Perlica_official.jpg" alt="Perlica" class="character-image">
<div class="character-info">
<h2>Perlica</h2>
<span class="tier">A TIER</span>
<p class="element">Electric Element | Caster Class</p>
<p class="role">"We don't simply talk about our dreams. No. We do what we can to make them a reality."</p>
</div>
</div>
</section>
<a href="#" class="fab" onclick="window.scrollTo({top: 0, behavior: 'smooth'})"></a>
<script>
// Scroll animations
const sections = document.querySelectorAll('.character-section');
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
}
});
}, {
threshold: 0.2
});
sections.forEach(section => {
observer.observe(section);
});
// Smooth scroll for nav links
document.querySelectorAll('nav a').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
const targetId = this.getAttribute('href').substring(1);
const targetElement = document.getElementById(targetId);
if (targetElement) {
targetElement.scrollIntoView({ behavior: 'smooth' });
}
});
});
</script>
</body>
</html>
+2255
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

+46
View File
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg5" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;}
</style>
<path id="svg-def-title-2" class="st0" d="M4.2,137.9H8l0.8,3h3.4L8,128.6H4.2L0,140.9h3.4L4.2,137.9z M5.1,134.5
c0.5-1.2,0.8-2.5,0.8-3.8h0.4c0.1,1.3,0.4,2.6,0.8,3.8v1.3H4.6L5.1,134.5z M404.9,382.9H512V275.8H404.9V382.9z M429.3,342v-2.1h1.7
v-0.8h1.7c-0.2,0.2-0.4,0.5-0.4,0.8h2.1v2.5h0.8v0.8h-0.8v1.7c0,0.5-0.1,0.9-0.4,1.3h-1.3c0-0.3-0.2-0.6-0.4-0.8h0.8v-2.1h-2.5
c-0.3,1.1-0.9,2.1-1.7,3l-0.8-0.8c0.8-0.4,1.3-1.2,1.3-2.1h-0.8v-0.8h0.8V342z M431.9,345c-0.3-0.5-0.7-0.8-1.3-0.8l0.8-0.8l1.3,1.3
L431.9,345z M421.7,341.2v-0.8h3v-0.8h1.3c0,0.3,0.2,0.6,0.4,0.8h2.5v0.8h-3.8v0.8h3c0,2.1,0,3-0.4,3.4h-2.1c0-0.4-0.4-0.8-0.4-1.3
h1.7c0-0.6,0.2-1.2,0.4-1.7h-2.5c0,1.3-0.8,2.1-2.1,3c0-0.5-0.4-0.8-0.8-0.8c2.1-0.8,2.1-2.5,2.1-4.2L421.7,341.2z M415.4,339.5h5.5
v6.7h-5.5V339.5z M411.6,339.5h3.4v5.5c0,0.4-0.4,0.8-0.4,1.3h-1.7c0-0.4,0-0.8-0.4-0.8h1.3v-1.3h-1.3c0.1,1-0.4,2-1.3,2.5l-0.8-0.8
c1-0.8,1.5-2.1,1.3-3.4L411.6,339.5z M408.3,339.5h2.5v4.6h-1.7v0.8h-0.8L408.3,339.5z M407.8,358.5l6.3-11h6.3l-8.4,16h-4.2V358.5z
M421.7,377.9l-13.9,3v-5.1l13.9-2.5V377.9z M510.3,380.8h-16.9l-5.1-2.5v-2.5l0,0v-10.1l-3,0.8v-5.9h-1.7v7.2l3-0.8v7.2l-11,3.8
v3.4l-13.9-10.1v9.7h-6.3v-9.7l-13.5,9.7h-8.4l-11.4-8l4.2-3.4l11.4,8l17.7-12.2V364h-11v-5.1h11v-3.4h-13.9v1.7l-5.9,3.8l6.7,4.6
v5.9l-11-7.6l-10.1,7.2v0.8l-13.5,3v-2.1l11-19h2.1l5.1-6.3h5.9l-2.1,3h25.7v-3h6.3v3h14.3v5.1h1.7v-6.3h5.9v6.3h3v4.2h1.7v-8.4h5.9
v5.9l1.3-0.8v-8.9h5.9v6.7l7.2-3V369l-5.9,2.5v-11.8l-1.3,0.8V372l-5.9,2.5v-11.8h-1.3v12.2h16V380.8z M426.8,368.6l4.6-3.4l5.9,4.2
v6.3L426.8,368.6z M409.9,340.4h-0.8v0.8h0.8V340.4z M187.7,239.6v-84.8h-23.2v67.9l-47.7-67.9H90.7v108h23.2v-71.3l50.6,71.3
L187.7,239.6z M0,383.4h23.2v-42.6h52.7v-24.5H23.2v-16h54v-24.5H0V383.4z M86,383.4h23.2v-75.1H86.5l22.8-23.2v-9.3H86V383.4z
M23.2,219.7h54.4v-24.9H23.2v-15.6h43.9L79.3,167v-12.2H0v107.5h80.1v-24.9H23.2V219.7z M413.7,340.4h-1.3v0.8h1.3V340.4z
M334.4,140.9h3v-10.1h3.8v-2.1h-10.5v2.1h3.8V140.9z M99.5,137.5l1.7-1.7l3.4,5.1h3.4l-5.1-7.6l4.2-4.6h-3.4l-3.8,4.6h-0.4v-4.6h-3
v12.2h3V137.5z M285.9,135.8h4.6v5.1h3v-12.2h-3v4.6h-4.6v-4.6h-3.4v12.2h3.4V135.8z M382.5,138.3l-3.4-1.3l-1.7,2.1
c1.4,1.2,3.2,1.8,5.1,1.7c3.4,0,5.1-1.7,5.1-3.8s-0.8-2.5-2.5-3.4h-1.7c-1.3-0.4-2.1-0.8-2.1-1.7s0.4-0.8,1.7-0.8l2.5,0.8l1.7-1.7
c-1.1-1.1-2.6-1.8-4.2-1.7c-3,0-5.1,1.7-5.1,3.8c0,1.7,1.3,3.2,3,3.4h1.7c1.3,0.4,1.7,0.8,1.7,1.7
C384.2,138.3,383.8,138.3,382.5,138.3 M240.4,140.9c1.6,0,3.2-0.5,4.6-1.3v-5.9H240v2.5h2.1v1.7h-1.3c-1.8,0.2-3.5-1-3.8-2.9
c0-0.3,0-0.6,0-0.9c0-1.9,1.5-3.4,3.4-3.4l2.5,0.8l1.7-1.7c-1.1-1.1-2.6-1.8-4.2-1.7c-3.6,0-6.5,2.8-6.7,6.3
c-0.3,3.2,2.1,6.1,5.4,6.4C239.5,140.9,239.9,140.9,240.4,140.9 M147.2,136.6c0.1-1.6,0-3.1-0.4-4.6h0.4l1.3,3l3.4,5.9h3.4v-12.2
h-3.4v3.8c0,1.7,0.4,3.4,0.4,4.6l0,0l-1.3-3l-3.4-5.5h-3.4v12.2h3V136.6z M196.5,128.6h-3.4v12.2h3.4V128.6z M51.9,136.2h1.7
l2.5,4.6h3.4l-3-5.1c1.5-0.4,2.6-1.8,2.5-3.4c0-3-2.5-3.8-5.5-3.8h-5.1v12.2h3.4V136.2z M51.9,130.7h1.7c1.3,0,2.1,0.4,2.1,1.7
c-0.2,1-1.1,1.7-2.1,1.7h-1.7V130.7z M431,358.1l3.8-2.5h-7.6L431,358.1z M431,341.6v-0.8h-0.8v1.3h1.3l-0.8-0.8 M421.7,361.4h-1.7
l-3,5.9h3v-0.8l6.7-5.1l-3-2.1L421.7,361.4z M475.3,355.5h-13.5v3.4h11v5.1h-11v1.3l12.7,8.4v-2.5l3.4-1.3v-9.3h-2.5L475.3,355.5z
M420.1,340.8h-3.4v1.3h3.4V340.8z M413.7,342h-1.3v0.8h1.3V342z M420.1,343.3h-3.4v1.3h3.4V343.3z M301.1,224.4
c0.4-4.6,0.8-9.3,0.8-14.3v-4.2c0.2-4.2-0.1-8.5-0.8-12.7c-0.6-3.9-1.6-7.7-3-11.4c-1.3-3.9-3.5-7.5-6.3-10.5
c-2.7-3.5-6-6.5-9.7-8.9c-4.3-2.6-9-4.6-13.9-5.9c-6.2-1.2-12.6-1.8-19-1.7h-49.8v107.5h49.8c7.6,0.3,15.2-0.9,22.4-3.4
c5.5-1.6,10.7-4.3,15.2-8c3.9-3.5,7.1-7.9,9.3-12.7C298.5,234,300.2,229.3,301.1,224.4 M277.5,208.8c0,18.6-10.1,27.8-29.9,27.8
h-47.7l23.2-23.2v-33.3h24.5c19.8,0,29.9,9.3,29.9,27.8L277.5,208.8z M431.9,342.5h1.3v-1.7h-1.7l1.3,1.3L431.9,342.5z M144.2,340.8
h54.8v-24.9h-54.8v-16h43.9l12.2-11.8v-12.7H121v108h80.1v-24.9h-56.9L144.2,340.8z M234.9,275.8h-23.2v107.5h75.5v-26.6h-52.3
V275.8z M393.1,302.8c-1.6-3.9-3.7-7.6-6.3-11c-2.8-3.2-6.1-6.1-9.7-8.4c-4.2-2.8-9-4.8-13.9-5.9c-6.2-1.4-12.6-2.1-19-2.1h-49.8
v81.8L318,334v-32.9h24c20.2,0,30.4,9.3,30.4,27.4v0.8c0,19-10.1,28.3-30.4,28.3h-47.7v26.1h49.8c7.6,0,15.1-1.1,22.4-3.4
c5.6-1.8,10.7-4.6,15.2-8.4c3.8-3.5,6.9-7.6,9.3-12.2c2.2-4.4,3.8-9.1,4.6-13.9c0.9-4.7,1.3-9.5,1.3-14.3v-5.1
c-0.1-4.1-0.3-8.2-0.8-12.2C395.2,310.4,394.2,306.6,393.1,302.8 M409.9,342.5h-0.8v0.8h0.8L409.9,342.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

Some files were not shown because too many files have changed in this diff Show More