More icons

This commit is contained in:
mtail 2018-07-27 09:59:20 -07:00
parent e904354a05
commit 1d95ab7481
39 changed files with 543 additions and 0 deletions

View File

@ -6,6 +6,7 @@ keywords: [community]
type: community type: community
aliases: aliases:
- /community - /community
page_icon: /img/community.svg
--- ---
Istio is an open source project with an active community that supports its use and on-going development. We'd love for you Istio is an open source project with an active community that supports its use and on-going development. We'd love for you
to join us and get involved! to join us and get involved!

View File

@ -5,4 +5,5 @@ weight: 100
type: section-index type: section-index
aliases: aliases:
- /docs/welcome/contribute/index.html - /docs/welcome/contribute/index.html
page_icon: /img/contribute.svg
--- ---

View File

@ -7,6 +7,7 @@ aliases:
- /docs/reference/feature-stages.html - /docs/reference/feature-stages.html
- /docs/welcome/feature-stages.html - /docs/welcome/feature-stages.html
- /docs/home/roadmap.html - /docs/home/roadmap.html
page_icon: /img/feature-status.svg
--- ---
This page lists the relative maturity and support This page lists the relative maturity and support

View File

@ -3,6 +3,7 @@ title: Media Resources
description: Official Istio resources for digital and printed materials. description: Official Istio resources for digital and printed materials.
weight: 90 weight: 90
type: media-resources type: media-resources
page_icon: /img/istio-blue-logo.svg
--- ---
Here are a few assets in case you want to show off your support for Istio, integration to Istio, or want to link back to Here are a few assets in case you want to show off your support for Istio, integration to Istio, or want to link back to

View File

@ -3,6 +3,7 @@ title: Istio 0.1
weight: 100 weight: 100
aliases: aliases:
- /docs/welcome/notes/0.1.html - /docs/welcome/notes/0.1.html
page_icon: /img/notes.svg
--- ---
Istio 0.1 is the initial [release](https://github.com/istio/istio/releases) of Istio. It works in a single Kubernetes cluster and supports the following features: Istio 0.1 is the initial [release](https://github.com/istio/istio/releases) of Istio. It works in a single Kubernetes cluster and supports the following features:

View File

@ -3,6 +3,7 @@ title: Istio 0.2
weight: 99 weight: 99
aliases: aliases:
- /docs/welcome/notes/0.2.html - /docs/welcome/notes/0.2.html
page_icon: /img/notes.svg
--- ---
## General ## General

View File

@ -3,6 +3,7 @@ title: Istio 0.3
weight: 98 weight: 98
aliases: aliases:
- /docs/welcome/notes/0.3.html - /docs/welcome/notes/0.3.html
page_icon: /img/notes.svg
--- ---
## General ## General

View File

@ -3,6 +3,7 @@ title: Istio 0.4
weight: 97 weight: 97
aliases: aliases:
- /docs/welcome/notes/0.4.html - /docs/welcome/notes/0.4.html
page_icon: /img/notes.svg
--- ---
This release has only got a few weeks' worth of changes, as we stabilize our monthly release process. This release has only got a few weeks' worth of changes, as we stabilize our monthly release process.

View File

@ -1,6 +1,7 @@
--- ---
title: Istio 0.5 title: Istio 0.5
weight: 96 weight: 96
page_icon: /img/notes.svg
--- ---
In addition to the usual pile of bug fixes and performance improvements, this release includes the new or In addition to the usual pile of bug fixes and performance improvements, this release includes the new or

View File

@ -1,6 +1,7 @@
--- ---
title: Istio 0.6 title: Istio 0.6
weight: 95 weight: 95
page_icon: /img/notes.svg
--- ---
In addition to the usual pile of bug fixes and performance improvements, this release includes the new or In addition to the usual pile of bug fixes and performance improvements, this release includes the new or

View File

@ -1,6 +1,7 @@
--- ---
title: Istio 0.7 title: Istio 0.7
weight: 94 weight: 94
page_icon: /img/notes.svg
--- ---
For this release, we focused on improving our build and test infrastructures and increasing the For this release, we focused on improving our build and test infrastructures and increasing the

View File

@ -1,6 +1,7 @@
--- ---
title: Istio 0.8 title: Istio 0.8
weight: 93 weight: 93
page_icon: /img/notes.svg
--- ---
This is a major release for Istio on the road to 1.0. There are a great many new features and architectural improvements in addition to the usual pile of bug fixes and performance improvements. This is a major release for Istio on the road to 1.0. There are a great many new features and architectural improvements in addition to the usual pile of bug fixes and performance improvements.

View File

@ -1,6 +1,7 @@
--- ---
title: Istio 1.0 title: Istio 1.0
weight: 92 weight: 92
page_icon: /img/notes.svg
--- ---
We're proud to release Istio 1.0! Istio has been in development for nearly two years, and the 1.0 release represents a substantial We're proud to release Istio 1.0! Istio has been in development for nearly two years, and the 1.0 release represents a substantial

View File

@ -7,6 +7,7 @@ aliases:
- /release-notes - /release-notes
- /docs/welcome/notes/index.html - /docs/welcome/notes/index.html
- /docs/references/notes - /docs/references/notes
page_icon: /img/notes.svg
--- ---
- [Istio 1.0](./1.0) - [Istio 1.0](./1.0)

View File

@ -2,6 +2,7 @@
title: Build & Release Cadence title: Build & Release Cadence
description: How we manage, number, and support Istio releases. description: How we manage, number, and support Istio releases.
weight: 6 weight: 6
page_icon: /img/cadence.svg
--- ---
We produce new builds of Istio on a daily basis. Around once a month or so, we take one of these daily We produce new builds of Istio on a daily basis. Around once a month or so, we take one of these daily

View File

@ -5,6 +5,7 @@ description: Learn how to deploy, use, and operate Istio.
weight: 1 weight: 1
sidebar_multicard: true sidebar_multicard: true
type: section-index type: section-index
page_icon: /img/docs.svg
--- ---
In addition, you might find these links interesting: In addition, you might find these links interesting:

View File

@ -7,4 +7,5 @@ type: section-index
aliases: aliases:
- /docs/tasks/installing-istio.html - /docs/tasks/installing-istio.html
- /docs/setup/install-kubernetes.html - /docs/setup/install-kubernetes.html
page_icon: /img/kubernetes.svg
--- ---

View File

@ -6,6 +6,7 @@ keywords: [kubernetes,helm]
aliases: aliases:
- /docs/setup/kubernetes/helm.html - /docs/setup/kubernetes/helm.html
- /docs/tasks/integrating-services-into-istio.html - /docs/tasks/integrating-services-into-istio.html
page_icon: /img/helm.svg
--- ---
Quick start instructions for the setup and configuration of Istio using Helm. Quick start instructions for the setup and configuration of Istio using Helm.

View File

@ -5,6 +5,7 @@ weight: 35
aliases: aliases:
- /bugs.html - /bugs.html
- /bugs/index.html - /bugs/index.html
page_icon: /img/bugs.svg
--- ---
Oh no! You found a bug? Oh no! You found a bug?

View File

@ -7,6 +7,7 @@ aliases:
- /faq - /faq
- /docs/welcome/faq.html - /docs/welcome/faq.html
- /docs/reference/faq.html - /docs/reference/faq.html
page_icon: /img/faq.svg
--- ---
You've got questions? We've got answers! You've got questions? We've got answers!

View File

@ -4,4 +4,5 @@ linktitle: General
description: General Q & A description: General Q & A
weight: 10 weight: 10
type: faq type: faq
page_icon: /img/faq.svg
--- ---

View File

@ -4,4 +4,5 @@ linktitle: Mixer
description: Mixer Q & A description: Mixer Q & A
weight: 40 weight: 40
type: faq type: faq
page_icon: /img/faq.svg
--- ---

View File

@ -4,4 +4,5 @@ linktitle: Security
description: Security Q & A description: Security Q & A
weight: 30 weight: 30
type: faq type: faq
page_icon: /img/faq.svg
--- ---

View File

@ -4,4 +4,5 @@ linktitle: Setup
description: Setup Q & A description: Setup Q & A
weight: 20 weight: 20
type: faq type: faq
page_icon: /img/faq.svg
--- ---

View File

@ -4,4 +4,5 @@ linktitle: Traffic Management
description: Traffic Management Q & A description: Traffic Management Q & A
weight: 50 weight: 50
type: faq type: faq
page_icon: /img/faq.svg
--- ---

View File

@ -7,4 +7,5 @@ aliases:
- /glossary - /glossary
- /docs/welcome/glossary.html - /docs/welcome/glossary.html
- /docs/reference/glossary.html - /docs/reference/glossary.html
page_icon: /img/glossary.svg
--- ---

View File

@ -7,4 +7,5 @@ aliases:
- /troubleshooting.html - /troubleshooting.html
- /troubleshooting/index.html - /troubleshooting/index.html
- /help/troubleshooting/index.html - /help/troubleshooting/index.html
page_icon: /img/guide.svg
--- ---

49
static/img/bugs.svg Normal file
View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<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 511 511" style="enable-background:new 0 0 511 511;" xml:space="preserve">
<g>
<path d="M327.5,0C226.318,0,144,82.318,144,183.5c0,47.899,18.455,91.563,48.619,124.275l-23.391,23.391
c-0.468,0.468-0.853,0.986-1.172,1.532C163.131,329.642,157.443,328,151.5,328c-8.417,0-16.327,3.278-22.272,9.228L9.229,457.227
C3.278,463.176,0,471.086,0,479.5s3.278,16.324,9.226,22.27C15.173,507.722,23.083,511,31.5,511s16.327-3.278,22.272-9.228
l119.999-119.999c5.951-5.949,9.229-13.859,9.229-22.273c0-5.943-1.642-11.631-4.698-16.556c0.546-0.319,1.065-0.703,1.533-1.172
l23.391-23.391C235.937,348.545,279.601,367,327.5,367C428.682,367,511,284.682,511,183.5S428.682,0,327.5,0z M43.163,491.167
C40.05,494.284,35.908,496,31.5,496s-8.55-1.716-11.667-4.835C16.716,488.049,15,483.906,15,479.5s1.716-8.549,4.834-11.666
l106.697-106.697l23.331,23.331L43.163,491.167z M163.166,371.166l-2.697,2.697l-23.331-23.331l2.699-2.699
c3.113-3.116,7.255-4.833,11.663-4.833s8.55,1.716,11.667,4.835c3.117,3.116,4.833,7.258,4.833,11.665
S166.284,368.049,163.166,371.166z M327.5,352C234.589,352,159,276.411,159,183.5S234.589,15,327.5,15S496,90.589,496,183.5
S420.411,352,327.5,352z"/>
<path d="M473.064,141.375c-9.877-34.188-31.68-63.969-61.392-83.858c-3.442-2.305-8.1-1.382-10.404,2.061
c-2.304,3.442-1.382,8.1,2.061,10.404c26.779,17.926,46.427,44.759,55.325,75.556c0.949,3.284,3.946,5.42,7.202,5.42
c0.689,0,1.39-0.096,2.085-0.297C471.92,149.512,474.214,145.354,473.064,141.375z"/>
<path d="M312.324,319.167c-29.982-3.314-57.389-16.145-79.259-37.105c-2.99-2.866-7.738-2.765-10.604,0.225
c-2.866,2.99-2.766,7.738,0.225,10.604c23.926,22.931,55.175,37.558,87.989,41.185c0.28,0.031,0.558,0.046,0.833,0.046
c3.772,0,7.021-2.839,7.445-6.676C319.409,323.328,316.44,319.622,312.324,319.167z"/>
<path d="M206.171,246.107c-1.902-3.679-6.428-5.12-10.107-3.217c-3.679,1.902-5.12,6.428-3.217,10.107
c2.601,5.029,5.519,9.969,8.675,14.683c1.447,2.161,3.821,3.329,6.239,3.329c1.434,0,2.884-0.411,4.166-1.269
c3.442-2.304,4.364-6.963,2.06-10.405C211.143,255.088,208.513,250.638,206.171,246.107z"/>
<path d="M357.843,50.383c4.93,1.119,9.851,2.53,14.625,4.195c0.817,0.285,1.65,0.42,2.47,0.42c3.102,0,6.003-1.938,7.082-5.032
c1.364-3.911-0.701-8.188-4.612-9.551c-5.304-1.85-10.77-3.417-16.246-4.66c-4.038-0.918-8.057,1.614-8.974,5.654
C351.272,45.448,353.804,49.466,357.843,50.383z"/>
<path d="M414.854,174.029c-0.422-2.11-1.729-3.937-3.59-5.016c-1.861-1.08-4.095-1.308-6.136-0.628l-15.764,5.255
c-1.168-6.344-2.942-12.397-5.245-18.064l10.735-5.368c1.452-0.726,2.628-1.902,3.354-3.354l16-32
c1.853-3.705,0.351-8.21-3.354-10.062c-3.705-1.853-8.21-0.351-10.062,3.354L385.91,137.91l-8.633,4.317
c-6.531-10.319-15.05-18.576-24.84-23.831l13.771-27.542c1.853-3.705,0.351-8.21-3.354-10.062
c-3.703-1.853-8.209-0.351-10.062,3.354l-14.512,29.023c-3.507-0.754-7.104-1.169-10.78-1.169s-7.274,0.415-10.78,1.169
l-14.512-29.023c-1.852-3.705-6.356-5.208-10.062-3.354c-3.705,1.852-5.207,6.357-3.354,10.062l13.771,27.542
c-9.79,5.254-18.309,13.512-24.84,23.831l-8.633-4.317l-14.882-29.764c-1.852-3.705-6.357-5.207-10.062-3.354
c-3.705,1.852-5.207,6.357-3.354,10.062l16,32c0.726,1.452,1.902,2.628,3.354,3.354l10.735,5.368
c-2.303,5.667-4.077,11.72-5.245,18.064l-15.764-5.255c-2.042-0.68-4.275-0.451-6.136,0.628c-1.86,1.08-3.168,2.906-3.59,5.016
l-8,40c-0.812,4.062,1.822,8.013,5.884,8.825c0.497,0.099,0.991,0.147,1.479,0.147c3.502,0,6.633-2.465,7.347-6.031l6.333-31.669
l10.864,3.621c-0.022,0.858-0.052,1.713-0.052,2.577c0,8.995,1.217,17.636,3.426,25.705c-0.435,0.282-0.848,0.611-1.229,0.992
l-16,16c-2.434,2.434-2.898,6.211-1.128,9.162l24,40c1.406,2.344,3.89,3.643,6.438,3.642c1.313,0,2.644-0.345,3.852-1.07
c3.552-2.131,4.704-6.738,2.572-10.29l-20.987-34.979l8.17-8.17C284.244,255.55,304.456,271,327.5,271s43.256-15.45,54.386-38.508
l8.17,8.17l-20.987,34.979c-2.131,3.552-0.979,8.159,2.572,10.29c1.208,0.725,2.539,1.07,3.852,1.07
c2.548,0,5.032-1.298,6.438-3.642l24-40c1.771-2.951,1.306-6.729-1.128-9.162l-16-16c-0.381-0.381-0.794-0.71-1.229-0.992
c2.209-8.069,3.426-16.71,3.426-25.705c0-0.864-0.03-1.719-0.052-2.577l10.864-3.621l6.333,31.669
c0.713,3.565,3.845,6.031,7.347,6.031c0.487,0,0.982-0.048,1.479-0.147c4.062-0.813,6.696-4.764,5.884-8.825L414.854,174.029z
M320,255.226c-23.194-4.809-41-31.552-41-63.726c0-10.042,1.736-19.555,4.828-28.038c10.484,6.309,22.908,10.177,36.172,11.236
V255.226z M290.47,149.911C299.374,135.912,312.666,127,327.5,127s28.126,8.912,37.03,22.911C354.26,156.366,341.113,160,327.5,160
S300.74,156.366,290.47,149.911z M335,255.226v-80.527c13.264-1.06,25.688-4.928,36.172-11.236
c3.092,8.483,4.828,17.995,4.828,28.038C376,223.674,358.194,250.417,335,255.226z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

67
static/img/cadence.svg Normal file
View File

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 60 60" style="enable-background:new 0 0 60 60;" xml:space="preserve">
<g>
<path d="M56.688,44.863l-1.444-0.277c-0.677-0.13-1.21-0.573-1.462-1.216c-0.253-0.642-0.163-1.329,0.245-1.885l0.907-1.236
c0.292-0.398,0.25-0.95-0.1-1.299l-1.959-1.958c-0.339-0.339-0.872-0.389-1.268-0.121l-1.217,0.824
c-0.571,0.389-1.261,0.452-1.895,0.175c-0.632-0.275-1.055-0.825-1.16-1.508l-0.233-1.515C47.028,34.36,46.608,34,46.115,34h-2.77
c-0.479,0-0.892,0.341-0.982,0.812l-0.358,1.865c-0.127,0.662-0.558,1.19-1.181,1.448c-0.624,0.261-1.301,0.189-1.86-0.189
l-1.572-1.064c-0.396-0.268-0.928-0.218-1.268,0.121l-1.959,1.958c-0.35,0.349-0.392,0.9-0.1,1.299l0.907,1.236
c0.408,0.556,0.498,1.243,0.245,1.885c-0.252,0.643-0.785,1.086-1.462,1.216l-1.444,0.277c-0.471,0.091-0.812,0.503-0.812,0.982
v2.77c0,0.493,0.36,0.913,0.848,0.988l1.515,0.233c0.683,0.105,1.232,0.528,1.508,1.16c0.276,0.633,0.212,1.323-0.175,1.895
l-0.824,1.217c-0.269,0.396-0.218,0.929,0.121,1.268l1.958,1.959c0.349,0.349,0.899,0.391,1.299,0.1l1.236-0.907
c0.555-0.407,1.245-0.498,1.885-0.245c0.643,0.252,1.086,0.785,1.216,1.462l0.277,1.444C42.454,59.659,42.866,60,43.346,60h2.77
c0.493,0,0.913-0.36,0.988-0.848l0.164-1.065c0.105-0.688,0.552-1.256,1.193-1.522c0.644-0.266,1.361-0.179,1.921,0.232
l0.869,0.638c0.399,0.292,0.95,0.25,1.299-0.1l1.958-1.959c0.339-0.339,0.39-0.871,0.121-1.268l-0.824-1.217
c-0.387-0.571-0.451-1.262-0.175-1.895c0.275-0.632,0.825-1.055,1.508-1.16l1.515-0.233c0.487-0.075,0.848-0.495,0.848-0.988v-2.77
C57.5,45.366,57.159,44.954,56.688,44.863z M55.5,47.758l-0.667,0.103c-1.354,0.208-2.489,1.082-3.036,2.337
c-0.548,1.256-0.416,2.682,0.352,3.815l0.361,0.533l-0.768,0.768l-0.177-0.13c-1.13-0.826-2.575-1.002-3.869-0.467
c-1.294,0.536-2.192,1.682-2.405,3.065L45.258,58h-1.086l-0.121-0.633c-0.259-1.346-1.175-2.447-2.449-2.947
c-1.276-0.5-2.696-0.314-3.8,0.494l-0.544,0.399l-0.768-0.768l0.361-0.533c0.768-1.134,0.899-2.56,0.352-3.815
c-0.547-1.255-1.683-2.129-3.036-2.337L33.5,47.758v-1.086l0.633-0.121c1.346-0.259,2.447-1.175,2.947-2.449
c0.5-1.275,0.315-2.695-0.494-3.8l-0.399-0.544l0.768-0.768l0.889,0.602c1.108,0.752,2.511,0.893,3.747,0.381
c1.237-0.513,2.127-1.604,2.38-2.919L44.172,36h1.086l0.103,0.667c0.208,1.354,1.082,2.489,2.337,3.036s2.682,0.416,3.815-0.352
l0.533-0.361l0.768,0.768l-0.399,0.544c-0.81,1.104-0.994,2.524-0.494,3.8c0.5,1.274,1.602,2.19,2.947,2.449l0.633,0.121V47.758z"
/>
<path d="M44.5,42c-2.757,0-5,2.243-5,5s2.243,5,5,5s5-2.243,5-5S47.257,42,44.5,42z M44.5,50c-1.654,0-3-1.346-3-3s1.346-3,3-3
s3,1.346,3,3S46.154,50,44.5,50z"/>
<path d="M38.5,32h9V21h-9h-2h-7h-2h-7h-2h-9v9v2v7v2v9h9h2h9v-9v-2v-7h7H38.5z M38.5,23h7v7h-7V23z M20.5,23h7v7h-7V23z M11.5,23h7
v7h-7V23z M11.5,32h7v7h-7V32z M18.5,48h-7v-7h7V48z M27.5,48h-7v-7h7V48z M27.5,39h-7v-7h7V39z M29.5,30v-7h7v7H29.5z"/>
<path d="M28.5,55h-24V16h48v17c0,0.553,0.447,1,1,1s1-0.447,1-1V15V5c0-0.553-0.447-1-1-1h-5V1c0-0.553-0.447-1-1-1h-7
c-0.553,0-1,0.447-1,1v3h-22V1c0-0.553-0.447-1-1-1h-7c-0.553,0-1,0.447-1,1v3h-5c-0.553,0-1,0.447-1,1v10v41c0,0.553,0.447,1,1,1
h25c0.553,0,1-0.447,1-1S29.053,55,28.5,55z M41.5,2h5v3v3h-5V5V2z M10.5,2h5v3v3h-5V5V2z M4.5,6h4v3c0,0.553,0.447,1,1,1h7
c0.553,0,1-0.447,1-1V6h22v3c0,0.553,0.447,1,1,1h7c0.553,0,1-0.447,1-1V6h4v8h-48V6z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

36
static/img/community.svg Normal file
View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<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 611.998 611.998" style="enable-background:new 0 0 611.998 611.998;" xml:space="preserve">
<g>
<path d="M382.167,150.945c9.702,10.875,16.557,24.306,20.381,39.921c3.629,14.822,4.44,31.308,2.414,49.006
c-0.751,6.546-1.861,13.96-3.479,21.802c12.532,12.135,28.95,19.839,50.296,19.838c59.22-0.005,80.529-59.3,86.105-108.006
c6.872-60.004-21.498-105.163-86.105-105.163c-50.698,0-79.079,27.82-85.628,68.798
C372.076,141.062,377.449,145.655,382.167,150.945z"/>
<path d="M611.973,422.704c-0.645-18.899-2.861-37.887-6.161-56.495c-3.992-22.539-9.08-55.585-28.759-70.275
c-11.38-8.491-26.117-11.278-39.143-16.398c-6.343-2.492-12.024-4.967-17.354-7.784c-17.995,19.734-41.459,30.055-68.782,30.057
c-21.261,0-40.172-6.281-56.001-18.358c-3.644,11.272-8.522,22.623-15.044,32.994c5.728,3.449,11.923,6.204,19.451,9.162
c3.332,1.31,6.99,2.506,10.864,3.771c10.472,3.422,22.339,7.301,32.994,15.255c25.329,18.907,31.564,54.336,36.117,80.207
l0.49,2.792c2.355,13.266,4.084,26.299,5.197,38.961c20.215-2.071,40.327-5.61,60.047-9.774
c15.941-3.365,31.774-7.471,47.109-13.003C605.247,439.397,612.476,437.343,611.973,422.704z"/>
<path d="M160.216,281.511c21.345,0.002,37.762-7.703,50.295-19.838c-1.618-7.841-2.728-15.256-3.479-21.802
c-2.026-17.697-1.214-34.184,2.414-49.006c3.823-15.614,10.679-29.046,20.381-39.921c4.718-5.291,10.09-9.884,16.014-13.805
c-6.549-40.978-34.93-68.798-85.628-68.798c-64.606,0-92.977,45.16-86.106,105.163
C79.687,222.212,100.996,281.507,160.216,281.511z"/>
<path d="M167.957,344.634c10.655-7.954,22.524-11.833,32.994-15.255c3.875-1.265,7.531-2.461,10.864-3.771
c7.528-2.957,13.725-5.711,19.451-9.162c-6.52-10.369-11.4-21.722-15.043-32.994c-15.829,12.077-34.741,18.358-56.001,18.358
c-27.322-0.001-50.788-10.324-68.782-30.057c-5.329,2.817-11.012,5.291-17.354,7.784c-13.026,5.12-27.763,7.907-39.143,16.398
c-19.678,14.691-24.767,47.735-28.759,70.275c-3.3,18.607-5.516,37.595-6.161,56.495c-0.502,14.64,6.726,16.693,18.974,21.112
c15.334,5.531,31.17,9.637,47.109,13.003c19.72,4.165,39.833,7.704,60.047,9.774c1.112-12.662,2.841-25.693,5.197-38.961
l0.49-2.792C136.394,398.971,142.628,363.541,167.957,344.634z"/>
<path d="M470.351,429.405l-0.493-2.805c-4.258-24.197-10.091-57.334-32.191-73.832c-9.321-6.957-19.872-10.404-30.078-13.74
c-4.019-1.313-7.812-2.554-11.427-3.974c-5.269-2.07-10.016-4.097-14.464-6.338c-18.684,24.932-44.58,38.059-75.383,38.062
c-30.795,0-56.687-13.128-75.371-38.062c-4.449,2.243-9.196,4.269-14.467,6.34c-3.61,1.418-7.406,2.659-11.424,3.972
c-10.207,3.335-20.761,6.784-30.079,13.74c-22.107,16.5-27.936,49.645-32.193,73.846l-0.493,2.795
c-3.557,20.086-5.68,39.572-6.308,57.914c-0.737,21.519,12.62,26.316,24.403,30.55l1.269,0.457
c14.17,5.112,30.021,9.492,48.457,13.388c37.646,7.946,68.197,11.74,96.138,11.938h0.072h0.072
c27.946-0.199,58.495-3.992,96.135-11.938c18.439-3.894,34.289-8.274,48.453-13.387l1.268-0.456
c11.786-4.233,25.147-9.029,24.41-30.553C476.03,468.931,473.906,449.447,470.351,429.405z"/>
<path d="M221.005,243.009c5.577,48.709,26.883,108.009,86.103,108.006s80.529-59.297,86.106-108.006
c6.871-60.002-21.503-105.16-86.106-105.16C242.515,137.847,214.123,183.002,221.005,243.009z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

81
static/img/contribute.svg Normal file
View File

@ -0,0 +1,81 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 487.866 487.866" style="enable-background:new 0 0 487.866 487.866;" xml:space="preserve">
<path d="M482.866,127.128h-15.646v-8.208c0-2.762-2.239-5-5-5h-9.716l9.012-16.366c0-0.001,0.001-0.001,0.001-0.001
c0.001-0.001,0.001-0.002,0.001-0.002l8.462-15.369c0.001-0.001,0.001-0.002,0.002-0.004c0.001-0.002,0.002-0.003,0.003-0.005
c2.843-5.164,3.505-11.125,1.865-16.786s-5.388-10.345-10.551-13.188c-3.255-1.793-6.931-2.74-10.629-2.74
c-8.051,0-15.464,4.378-19.345,11.426c-0.003,0.006-0.006,0.012-0.01,0.018l-8.457,15.359c0,0-0.001,0.001-0.001,0.002
c0,0-0.001,0.001-0.001,0.002l-20.733,37.654H260.201c-0.693,0-1.352,0.141-1.952,0.396c-1.796,0.758-3.056,2.536-3.056,4.608v7.478
c-3.455-1.057-7.119-1.63-10.915-1.63c-4.589,0-8.986,0.836-13.051,2.355H5c-2.761,0-5,2.238-5,5v288.806c0,2.762,2.239,5,5,5
h214.121c3.413,7.815,14.598,12.473,25.095,12.473c12.343,0,22.178-5.104,25.259-12.473h213.392c2.761,0,5-2.238,5-5V132.128
C487.866,129.367,485.627,127.128,482.866,127.128z M265.228,376.441h191.993v20.05l-191.993-0.494V376.441z M370.908,222.463
l-5.157-2.839l0.713-17.964l3.329-0.965l1.965,6.789c0.369,1.274,1.229,2.35,2.391,2.989c1.163,0.64,2.532,0.793,3.805,0.422
l6.789-1.969l0.964,3.329L370.908,222.463z M392.957,201.335c-0.369-1.272-1.229-2.347-2.39-2.986
c-1.161-0.639-2.53-0.792-3.805-0.422l-6.789,1.969l-1.965-6.789c-0.369-1.274-1.229-2.35-2.391-2.989
c-1.161-0.638-2.529-0.791-3.801-0.423l57.39-104.227l21.14,11.64L392.957,201.335z M437.668,70.099l21.141,11.64l-3.64,6.61
l-21.14-11.64L437.668,70.099z M456.476,60.959c2.823,1.555,4.873,4.115,5.77,7.211c0.41,1.416,0.557,2.866,0.448,4.291
l-14.061-7.741l-5.195-2.86c2.053-1.532,4.579-2.4,7.232-2.4C452.686,59.459,454.693,59.978,456.476,60.959z M265.193,123.92
h131.424l-39.385,71.528c-0.139,0.252-0.247,0.518-0.341,0.789c-0.019,0.054-0.038,0.107-0.055,0.162
c-0.08,0.262-0.139,0.53-0.175,0.803c-0.008,0.061-0.012,0.122-0.018,0.184c-0.009,0.092-0.023,0.184-0.027,0.276l-1.323,33.331
H305.6c-2.761,0-5,2.238-5,5s2.239,5,5,5h54.499c0,0,0.001,0,0.001,0c0.301,0,0.599-0.036,0.895-0.09
c0.096-0.018,0.188-0.042,0.283-0.064c0.2-0.048,0.395-0.109,0.589-0.183c0.093-0.035,0.187-0.068,0.278-0.109
c0.217-0.097,0.427-0.213,0.631-0.342c0.045-0.029,0.095-0.051,0.139-0.081c0.008-0.005,0.016-0.009,0.024-0.014l31.414-21.669
c0.077-0.053,0.146-0.114,0.219-0.171c0.049-0.038,0.098-0.074,0.146-0.114c0.21-0.176,0.405-0.369,0.583-0.576
c0.038-0.044,0.073-0.09,0.109-0.136c0.178-0.222,0.343-0.454,0.481-0.705c0-0.001,0.001-0.001,0.001-0.002l0-0.001l51.107-92.816
h10.222v242.521H265.193v-28.844c4.031,4.771,6.467,10.931,6.467,17.655c0,2.762,2.239,4.995,5,4.995s5-2.244,5-5.006
c0-12.87-6.538-24.241-16.467-30.969v-25.293c4.031,4.771,6.467,10.931,6.467,17.655c0,2.762,2.239,4.995,5,4.995s5-2.244,5-5.006
c0-12.87-6.538-24.241-16.467-30.969v-25.292c4.031,4.771,6.467,10.931,6.467,17.655c0,2.762,2.239,4.995,5,4.995s5-2.243,5-5.005
c0-12.871-6.538-24.242-16.467-30.969v-25.292c4.031,4.771,6.467,10.931,6.467,17.655c0,2.762,2.239,4.995,5,4.995s5-2.243,5-5.005
c0-12.871-6.538-24.242-16.467-30.969v-25.292c4.031,4.771,6.467,10.931,6.467,17.655c0,2.762,2.239,4.995,5,4.995s5-2.243,5-5.005
c0-12.871-6.538-24.242-16.467-30.969v-25.292c4.031,4.771,6.467,10.931,6.467,17.655c0,2.762,2.239,4.995,5,4.995s5-2.243,5-5.005
c0-12.871-6.538-24.242-16.467-30.969V123.92z M477.866,415.934H265.488c-2.761,0-5,2.238-5,5c0,3.12-6.191,7.473-16.273,7.473
c-8.914,0-16.148-4.521-16.148-7.473c0-2.762-2.239-5-5-5H10V137.128h206.536c-5.988,6.631-9.641,15.41-9.641,25.027v0.01
c0,2.762,2.239,4.995,5,4.995s5-2.243,5-5.005c0-15.099,12.284-27.383,27.383-27.383c3.878,0,7.569,0.815,10.915,2.276v27.97
c-3.455-1.057-7.119-1.63-10.915-1.63c-20.613,0-37.383,16.77-37.383,37.383v0.01c0,2.762,2.239,4.995,5,4.995s5-2.243,5-5.005
c0-15.099,12.284-27.383,27.383-27.383c3.878,0,7.569,0.815,10.915,2.276v27.97c-3.455-1.057-7.119-1.63-10.915-1.63
c-20.613,0-37.383,16.77-37.383,37.383v0.01c0,2.762,2.239,4.995,5,4.995s5-2.243,5-5.005c0-15.099,12.284-27.383,27.383-27.383
c3.878,0,7.569,0.815,10.915,2.276v27.97c-3.455-1.057-7.119-1.63-10.915-1.63c-20.613,0-37.383,16.77-37.383,37.383v0.01
c0,2.762,2.239,4.995,5,4.995s5-2.243,5-5.005c0-15.099,12.284-27.383,27.383-27.383c3.878,0,7.569,0.815,10.915,2.276v27.97
c-3.455-1.057-7.119-1.63-10.915-1.63c-20.613,0-37.383,16.77-37.383,37.382v0.011c0,2.762,2.239,4.995,5,4.995s5-2.244,5-5.006
c0-15.099,12.284-27.382,27.383-27.382c3.878,0,7.569,0.815,10.915,2.276v27.971c-3.455-1.057-7.119-1.63-10.915-1.63
c-20.613,0-37.383,16.77-37.383,37.382v0.011c0,2.762,2.239,4.995,5,4.995s5-2.244,5-5.006c0-15.099,12.284-27.382,27.383-27.382
c3.878,0,7.569,0.815,10.915,2.276v46.139c0,0.12,0.027,0.231,0.035,0.349v24.361c0,2.757,2.231,4.993,4.987,5l201.993,0.52
c0.004,0,0.008,0,0.013,0c1.324,0,2.594-0.525,3.531-1.46c0.941-0.938,1.469-2.212,1.469-3.54v-30.063V137.128h10.646V415.934z
M445.948,386.922c0,2.762-2.239,5-5,5H281.403c-2.761,0-5-2.238-5-5s2.239-5,5-5h159.545
C443.709,381.922,445.948,384.161,445.948,386.922z M197.733,155.318v238.938c0,2.762-2.239,5-5,5s-5-2.238-5-5V155.318
c0-2.762,2.239-5,5-5S197.733,152.556,197.733,155.318z M441.044,99.351l-51.865,94.194c-0.911,1.653-2.621,2.589-4.384,2.589
c-0.816,0-1.643-0.2-2.407-0.621c-2.419-1.332-3.3-4.373-1.968-6.792l51.865-94.194c1.332-2.419,4.374-3.299,6.792-1.968
C441.495,93.891,442.376,96.932,441.044,99.351z"/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.8 KiB

20
static/img/docs.svg Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<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 490 490" style="enable-background:new 0 0 490 490;" xml:space="preserve">
<g>
<path d="M483,431.629h-80.975l28.668-8.963c4.753-1.48,8.643-4.723,10.953-9.129c2.31-4.405,2.764-9.448,1.279-14.198
L336.088,57.447c-2.438-7.822-9.57-13.077-17.752-13.077c-1.885,0-3.758,0.288-5.56,0.853l-65.677,20.52
c-0.63,0.196-1.24,0.426-1.833,0.682v-2.704c0-10.263-8.346-18.613-18.604-18.613h-69.24c-4.392,0-8.426,1.539-11.611,4.094
c-3.191-2.555-7.233-4.094-11.633-4.094H64.855c-10.269,0-18.625,8.35-18.625,18.613v367.908H7c-3.866,0-7,3.134-7,7
c0,3.866,3.134,7,7,7h476c3.866,0,7-3.134,7-7C490,434.763,486.866,431.629,483,431.629z M429.247,407.037
c-0.572,1.092-1.537,1.896-2.725,2.265l-65.67,20.531c-0.448,0.141-0.908,0.211-1.368,0.211c-2.003,0-3.82-1.337-4.418-3.251
l-78.76-252.064l74.492-23.267l78.764,252.053C429.932,404.695,429.819,405.946,429.247,407.037z M346.623,138.1l-74.492,23.267
l-8.518-27.26l74.49-23.271L346.623,138.1z M251.271,79.108l65.687-20.523c0.452-0.142,0.916-0.214,1.378-0.214
c2.02,0,3.781,1.302,4.387,3.247l11.205,35.856l-74.49,23.271l-11.195-35.83C247.484,82.47,248.842,79.866,251.271,79.108z
M341.939,431.629h-96.674v-309.3L341.939,431.629z M152.817,207.605h78.448v19.492h-78.448V207.605z M231.266,193.605h-78.448
v-68.511h78.448V193.605z M138.817,143.682H60.23v-18.588h78.587V143.682z M60.23,157.682h78.587v18.599H60.23V157.682z
M152.817,241.097h78.448v190.533h-78.448V241.097z M157.422,59.108h69.24c2.538,0,4.604,2.069,4.604,4.613v47.372h-78.448V63.722
C152.817,61.178,154.883,59.108,157.422,59.108z M64.855,59.108h69.322c2.559,0,4.64,2.069,4.64,4.613v47.372H60.23V63.722
C60.23,61.178,62.306,59.108,64.855,59.108z M60.23,190.281h78.587v241.349H60.23V190.281z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

81
static/img/faq.svg Normal file
View File

@ -0,0 +1,81 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="215.708px" height="215.708px" viewBox="0 0 215.708 215.708" style="enable-background:new 0 0 215.708 215.708;"
xml:space="preserve">
<g>
<path d="M63.302,103.257c6.54,0,11.84-7.59,11.84-14.13c0-6.546-5.307-11.847-11.84-11.847c-6.545,0-11.853,5.307-11.853,11.847
C51.444,95.667,56.757,103.257,63.302,103.257z"/>
<path d="M152.427,103.257c6.546,0,11.849-7.59,11.849-14.13c0-6.546-5.31-11.847-11.849-11.847
c-6.54,0-11.844,5.307-11.844,11.847S145.893,103.257,152.427,103.257z"/>
<path d="M71.477,154.901c-1.766-2.197-2.563-4.956-2.25-7.757l4.625-41.638c-3.31-0.719-7.051-1.291-10.55-1.291
c-8.36,0-18.082,3.249-19.997,3.909c-0.082,0.024-0.143,0.049-0.226,0.082c-0.042,0.019-0.106,0.037-0.125,0.043
c-0.091,0.036-0.155,0.112-0.244,0.149c-0.447,0.194-0.877,0.426-1.239,0.755c-0.167,0.149-0.28,0.338-0.423,0.511
c-0.238,0.274-0.469,0.542-0.637,0.874c-0.149,0.293-0.213,0.612-0.295,0.923c-0.067,0.231-0.192,0.423-0.223,0.673l-3.748,33.737
c-0.286,2.563,1.565,4.883,4.141,5.17c0.173,0.018,0.347,0.029,0.523,0.029c2.356,0,4.39-1.766,4.652-4.164l3.41-30.738
c0.399-0.122,0.84-0.244,1.303-0.378v31.98l-3.736,46.375c-0.243,3.093,2.064,5.81,5.158,6.053
c0.149,0.013,0.304,0.024,0.448,0.024c2.907,0,5.37-2.229,5.605-5.176l3.367-41.918c0.694,0.316,1.461,0.487,2.271,0.487
c0.81,0,1.577-0.171,2.269-0.487l3.373,41.918c0.231,2.947,2.695,5.176,5.593,5.176c0.143,0,0.307-0.012,0.457-0.024
c3.093-0.243,5.398-2.96,5.148-6.053l-2.862-35.622C75.024,158.007,72.972,156.783,71.477,154.901z"/>
<path d="M175.833,112.135c-0.03-0.237-0.14-0.423-0.207-0.648c-0.091-0.329-0.146-0.654-0.311-0.959
c-0.14-0.277-0.341-0.487-0.529-0.719c-0.177-0.243-0.342-0.481-0.573-0.679c-0.268-0.226-0.572-0.375-0.883-0.536
c-0.194-0.106-0.353-0.262-0.56-0.344c-0.457-0.155-11.234-4.028-20.351-4.028c-3.501,0-7.233,0.588-10.546,1.297l4.621,41.632
c0.317,2.801-0.48,5.565-2.246,7.758c-1.486,1.863-3.52,3.093-5.81,3.635l-2.868,35.622c-0.249,3.093,2.064,5.803,5.151,6.059
c0.152,0.012,0.311,0.012,0.457,0.012c2.904,0,5.371-2.223,5.602-5.163l3.374-41.918c0.688,0.305,1.455,0.481,2.259,0.481
c0.816,0,1.577-0.177,2.277-0.481l3.367,41.918c0.237,2.94,2.697,5.163,5.603,5.163c0.14,0,0.298,0,0.444-0.012
c3.1-0.256,5.401-2.966,5.157-6.059l-3.732-46.375v-31.986c0.469,0.134,0.901,0.268,1.303,0.383l3.41,30.732
c0.268,2.399,2.296,4.178,4.652,4.178c0.17,0,0.347-0.013,0.523-0.037c2.576-0.286,4.427-2.605,4.141-5.176L175.833,112.135z"/>
<path d="M93.033,76.644c0,8.187,6.64,17.689,14.833,17.689c8.178,0,14.827-9.496,14.827-17.689s-6.649-14.827-14.827-14.827
C99.679,61.817,93.033,68.457,93.033,76.644z"/>
<path d="M136.668,154.141c3.215-0.359,5.528-3.251,5.176-6.479l-4.701-42.216c-0.03-0.295-0.177-0.53-0.256-0.813
c-0.109-0.411-0.183-0.822-0.384-1.202c-0.17-0.338-0.426-0.612-0.651-0.904c-0.231-0.299-0.433-0.6-0.719-0.85
c-0.335-0.286-0.718-0.466-1.114-0.673c-0.231-0.131-0.426-0.329-0.694-0.423c-0.529-0.186-12.336-4.42-23.181-4.981l-0.089,0.174
c-0.73-0.049-1.471-0.174-2.195-0.174s-1.445,0.131-2.183,0.174l-0.067-0.137c-9.897,0.5-20.554,4.022-22.773,4.801
c-0.097,0.024-0.18,0.064-0.28,0.095c-0.055,0.024-0.131,0.048-0.143,0.055c-0.125,0.042-0.191,0.137-0.311,0.188
c-0.563,0.25-1.093,0.53-1.553,0.941c-0.219,0.192-0.356,0.423-0.542,0.648c-0.295,0.347-0.587,0.673-0.794,1.083
c-0.186,0.375-0.262,0.762-0.372,1.167c-0.076,0.286-0.225,0.536-0.262,0.843l-4.698,42.216c-0.353,3.228,1.958,6.12,5.176,6.479
c0.225,0.023,0.444,0.036,0.661,0.036c2.95,0,5.489-2.216,5.818-5.212l4.277-38.466c0.5-0.149,1.047-0.311,1.629-0.472v40.021
l-4.664,58.047c-0.313,3.873,2.572,7.265,6.445,7.575c0.188,0.019,0.387,0.024,0.575,0.024c3.629,0,6.708-2.782,7.009-6.473
l4.22-52.452c0.868,0.39,1.827,0.615,2.838,0.615s1.97-0.226,2.844-0.615l4.213,52.452c0.299,3.69,3.38,6.473,7.009,6.473
c0.195,0,0.384-0.006,0.572-0.024c3.873-0.311,6.76-3.702,6.449-7.575l-4.665-58.047v-40.034c0.579,0.162,1.127,0.323,1.626,0.472
l4.281,38.459c0.328,2.996,2.867,5.218,5.814,5.218C136.223,154.177,136.448,154.159,136.668,154.141z"/>
<path d="M92.777,16.922c0.024,0.316,0.061,0.648,0.113,0.986h9.426c-0.024-0.146-0.036-0.332-0.036-0.551
c-0.024-0.192-0.037-0.411-0.037-0.655v-0.804c0-0.679,0.067-1.477,0.198-2.393c0.131-0.917,0.399-1.772,0.804-2.576
c0.408-0.804,0.986-1.485,1.754-2.046c0.768-0.56,1.771-0.84,3.011-0.84c1.173,0,2.095,0.25,2.773,0.749
c0.683,0.496,1.206,1.083,1.571,1.75c0.365,0.667,0.603,1.352,0.713,2.046c0.104,0.691,0.158,1.221,0.158,1.589
c0,1.607-0.213,3.011-0.651,4.223c-0.438,1.209-0.993,2.299-1.666,3.285c-0.673,0.983-1.388,1.921-2.155,2.792
c-0.768,0.874-1.486,1.79-2.158,2.737c-0.674,0.95-1.221,1.991-1.666,3.124c-0.441,1.136-0.654,2.445-0.654,3.931v3.249h9.426
v-2.122c0-1.459,0.231-2.713,0.694-3.745c0.463-1.035,1.041-2.003,1.735-2.907c0.688-0.904,1.438-1.797,2.241-2.688
c0.804-0.889,1.553-1.906,2.246-3.048c0.688-1.142,1.273-2.487,1.729-4.034c0.463-1.547,0.694-3.428,0.694-5.645
c0-1.97-0.335-3.772-1.005-5.404c-0.663-1.635-1.632-3.029-2.886-4.204c-1.255-1.172-2.771-2.083-4.562-2.737
C112.798,0.329,110.798,0,108.575,0c-2.679,0-5.011,0.398-6.993,1.203c-1.985,0.804-3.642,1.903-4.972,3.285
c-1.328,1.386-2.32,3.008-2.981,4.859c-0.661,1.852-0.983,3.821-0.983,5.916c0,0.243,0.006,0.511,0.018,0.807
C92.677,16.361,92.725,16.654,92.777,16.922z"/>
<rect x="103.881" y="41.988" width="10.336" height="10.263"/>
<rect x="60.757" y="62.526" width="6.579" height="6.527"/>
<path d="M53.694,46.588c0.012,0.201,0.037,0.408,0.07,0.63h5.998c-0.019-0.091-0.027-0.21-0.027-0.347
c-0.012-0.131-0.024-0.271-0.024-0.42v-0.509c0-0.432,0.045-0.943,0.131-1.522c0.088-0.582,0.256-1.129,0.511-1.641
c0.256-0.512,0.63-0.94,1.118-1.303c0.493-0.356,1.136-0.536,1.921-0.536c0.74,0,1.333,0.161,1.763,0.481
c0.433,0.317,0.768,0.685,0.999,1.114c0.237,0.423,0.387,0.862,0.454,1.303c0.07,0.438,0.106,0.779,0.106,1.011
c0,1.023-0.137,1.915-0.417,2.683c-0.28,0.767-0.63,1.464-1.054,2.094s-0.886,1.215-1.373,1.778
c-0.49,0.555-0.947,1.139-1.376,1.739c-0.433,0.6-0.78,1.267-1.054,1.982c-0.283,0.719-0.42,1.553-0.42,2.494v2.07h6.001v-1.346
c0-0.929,0.143-1.72,0.435-2.381c0.292-0.661,0.661-1.279,1.103-1.854c0.444-0.572,0.916-1.139,1.428-1.702
c0.511-0.561,0.986-1.209,1.428-1.945c0.438-0.722,0.813-1.583,1.105-2.57c0.292-0.977,0.441-2.18,0.441-3.583
c0-1.254-0.216-2.402-0.643-3.443c-0.423-1.035-1.041-1.93-1.839-2.673c-0.798-0.743-1.763-1.321-2.904-1.742
c-1.142-0.417-2.415-0.627-3.824-0.627c-1.702,0-3.185,0.256-4.445,0.768c-1.267,0.508-2.32,1.202-3.16,2.088
c-0.85,0.883-1.479,1.918-1.896,3.09c-0.417,1.172-0.637,2.433-0.637,3.766c0,0.158,0.006,0.332,0.012,0.511
C53.651,46.241,53.669,46.415,53.694,46.588z"/>
<path d="M142.83,46.588c0.012,0.201,0.036,0.408,0.073,0.63h5.997c-0.018-0.091-0.024-0.21-0.024-0.347
c-0.012-0.131-0.024-0.271-0.024-0.42v-0.509c0-0.432,0.043-0.943,0.128-1.522c0.086-0.582,0.256-1.129,0.512-1.641
s0.627-0.94,1.114-1.303c0.493-0.356,1.139-0.536,1.925-0.536c0.742,0,1.333,0.161,1.76,0.481
c0.432,0.317,0.767,0.685,0.998,1.114c0.237,0.423,0.39,0.862,0.457,1.303c0.066,0.438,0.104,0.779,0.104,1.011
c0,1.023-0.134,1.915-0.414,2.683c-0.28,0.767-0.634,1.464-1.054,2.094c-0.426,0.63-0.889,1.215-1.37,1.778
c-0.493,0.555-0.95,1.139-1.382,1.739c-0.427,0.6-0.779,1.267-1.054,1.982c-0.28,0.719-0.414,1.553-0.414,2.494v2.07h5.998v-1.346
c0-0.929,0.14-1.72,0.433-2.381c0.292-0.661,0.663-1.279,1.107-1.854c0.438-0.572,0.914-1.139,1.425-1.702
c0.512-0.561,0.987-1.209,1.432-1.945c0.432-0.722,0.81-1.583,1.102-2.57c0.293-0.977,0.444-2.18,0.444-3.583
c0-1.254-0.219-2.402-0.645-3.443c-0.427-1.035-1.042-1.93-1.84-2.673c-0.797-0.743-1.766-1.321-2.904-1.742
c-1.145-0.417-2.417-0.627-3.824-0.627c-1.698,0-3.185,0.256-4.444,0.768c-1.267,0.508-2.32,1.202-3.16,2.088
c-0.847,0.883-1.48,1.918-1.9,3.09c-0.414,1.172-0.633,2.433-0.633,3.766c0,0.158,0.006,0.332,0.012,0.511
C142.787,46.241,142.806,46.415,142.83,46.588z"/>
<rect x="149.899" y="62.526" width="6.576" height="6.527"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -0,0 +1,18 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 463 463" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 463 463">
<g>
<path d="M375.5,16H359V7.5c0-4.143-3.357-7.5-7.5-7.5S344,3.357,344,7.5V16h-33V7.5c0-4.143-3.357-7.5-7.5-7.5S296,3.357,296,7.5 V16h-33V7.5c0-4.143-3.357-7.5-7.5-7.5S248,3.357,248,7.5V16h-33V7.5c0-4.143-3.357-7.5-7.5-7.5S200,3.357,200,7.5V16h-33V7.5 c0-4.143-3.357-7.5-7.5-7.5S152,3.357,152,7.5V16h-33V7.5c0-4.143-3.357-7.5-7.5-7.5S104,3.357,104,7.5V16H87.5 C74.542,16,64,26.542,64,39.5v400c0,12.958,10.542,23.5,23.5,23.5h288c12.958,0,23.5-10.542,23.5-23.5v-400 C399,26.542,388.458,16,375.5,16z M384,439.5c0,4.687-3.813,8.5-8.5,8.5h-288c-4.687,0-8.5-3.813-8.5-8.5v-400 c0-4.687,3.813-8.5,8.5-8.5H104v8.5c0,4.143,3.357,7.5,7.5,7.5s7.5-3.357,7.5-7.5V31h33v8.5c0,4.143,3.357,7.5,7.5,7.5 s7.5-3.357,7.5-7.5V31h33v8.5c0,4.143,3.357,7.5,7.5,7.5s7.5-3.357,7.5-7.5V31h33v8.5c0,4.143,3.357,7.5,7.5,7.5s7.5-3.357,7.5-7.5 V31h33v8.5c0,4.143,3.357,7.5,7.5,7.5s7.5-3.357,7.5-7.5V31h33v8.5c0,4.143,3.357,7.5,7.5,7.5s7.5-3.357,7.5-7.5V31h16.5 c4.687,0,8.5,3.813,8.5,8.5V439.5z"/>
<path d="m207.5,119h112c4.143,0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5h-112c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5z"/>
<path d="m351.5,136h-144c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5h144c4.143,0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5z"/>
<path d="m170.196,98.196l-34.696,34.698-18.696-18.697c-2.93-2.928-7.678-2.928-10.607,0-2.929,2.93-2.929,7.678 0,10.607l24,24c1.465,1.464 3.385,2.196 5.304,2.196s3.839-0.732 5.304-2.196l40-40c2.929-2.93 2.929-7.678 0-10.607-2.931-2.928-7.679-2.928-10.609-0.001z"/>
<path d="m207.5,199h112c4.143,0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5h-112c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5z"/>
<path d="m351.5,216h-144c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5h144c4.143,0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5z"/>
<path d="m170.196,178.196l-34.696,34.698-18.696-18.697c-2.93-2.928-7.678-2.928-10.607,0-2.929,2.93-2.929,7.678 0,10.607l24,24c1.465,1.464 3.385,2.196 5.304,2.196s3.839-0.732 5.304-2.196l40-40c2.929-2.93 2.929-7.678 0-10.607-2.931-2.928-7.679-2.928-10.609-0.001z"/>
<path d="m207.5,279h112c4.143,0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5h-112c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5z"/>
<path d="m351.5,296h-144c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5h144c4.143,0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5z"/>
<path d="m170.196,258.196l-34.696,34.698-18.696-18.697c-2.93-2.928-7.678-2.928-10.607,0-2.929,2.93-2.929,7.678 0,10.607l24,24c1.465,1.464 3.385,2.196 5.304,2.196s3.839-0.732 5.304-2.196l40-40c2.929-2.93 2.929-7.678 0-10.607-2.931-2.928-7.679-2.928-10.609-0.001z"/>
<path d="m207.5,359h112c4.143,0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5h-112c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5z"/>
<path d="m351.5,376h-144c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5h144c4.143,0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5z"/>
<path d="m170.196,338.196l-34.696,34.698-18.696-18.697c-2.93-2.928-7.678-2.928-10.607,0-2.929,2.93-2.929,7.678 0,10.607l24,24c1.465,1.464 3.385,2.196 5.304,2.196s3.839-0.732 5.304-2.196l40-40c2.929-2.93 2.929-7.678 0-10.607-2.931-2.928-7.679-2.928-10.609-0.001z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

27
static/img/glossary.svg Normal file
View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<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 489.709 489.709" style="enable-background:new 0 0 489.709 489.709;" xml:space="preserve">
<path d="M81.744,418.534h294.475c2.762,0,5,2.238,5,5s-2.238,5-5,5H81.744c-2.761,0-5-2.238-5-5S78.983,418.534,81.744,418.534z
M376.219,437.031H81.744c-2.761,0-5,2.238-5,5s2.239,5,5,5h294.475c2.762,0,5-2.238,5-5S378.981,437.031,376.219,437.031z
M453.287,104.887l-16.75,5.003l16.752,5.009c2.117,0.633,3.567,2.58,3.567,4.79v58.777c0,2.21-1.451,4.158-3.569,4.791
l-16.75,5.002l16.752,5.009c2.117,0.633,3.567,2.58,3.567,4.79v58.777c0,2.21-1.451,4.158-3.569,4.791l-16.75,5.002l16.752,5.009
c2.117,0.633,3.567,2.58,3.567,4.79v58.777c0,2.21-1.451,4.158-3.569,4.791l-16.75,5.002l16.752,5.009
c2.117,0.633,3.567,2.58,3.567,4.79v58.777c0,2.21-1.451,4.158-3.569,4.791l-29.213,8.724v57.619c0,2.762-2.238,5-5,5H87.468
c-25.194,0-54.615-15.139-54.615-57.805V45.153C32.852,20.256,53.108,0,78.006,0h341.069c2.762,0,5,2.238,5,5v22.793l29.215,8.736
c2.117,0.633,3.567,2.58,3.567,4.79v58.776C456.857,102.306,455.406,104.254,453.287,104.887z M89.231,406.943
c-13.764,0-24.961,11.197-24.961,24.961s11.197,24.961,24.961,24.961h324.843v-49.922h-36.43H89.231z M414.074,479.709v-12.844
H89.231c-19.277,0-34.961-15.684-34.961-34.961s15.684-34.961,34.961-34.961h288.414h36.43v-10.396H80.785
c-5.576,0-12.191,2.512-18.628,7.072c-0.877,0.621-1.887,0.92-2.886,0.92c-1.567,0.001-3.109-0.733-4.084-2.109
c-1.596-2.254-1.063-5.374,1.189-6.971c8.112-5.747,16.781-8.912,24.41-8.912h1.683v-15.384c0-2.762,2.239-5,5-5s5,2.238,5,5v15.384
h321.607V10H92.468v312.765c0,2.762-2.239,5-5,5s-5-2.238-5-5V10h-4.462c-19.384,0-35.153,15.77-35.153,35.153v386.751
c0,45.5,37.165,47.805,44.615,47.805H414.074z M446.857,358.521l-22.782-6.813v64.945l22.782-6.803V358.521z M446.857,280.151
l-22.782-6.812v64.944l22.782-6.803V280.151z M446.857,201.782l-22.782-6.813v64.945l22.782-6.803V201.782z M446.857,123.412
l-22.782-6.812v64.944l22.782-6.803V123.412z M446.857,45.043l-22.782-6.813v64.945l22.782-6.804V45.043z M129.483,225.54
l42.165-84.331c0.847-1.693,2.578-2.764,4.472-2.764s3.625,1.07,4.472,2.764l28.228,56.458c0.01,0.022,0.023,0.042,0.033,0.065
l13.904,27.808c1.235,2.47,0.234,5.474-2.236,6.708c-0.718,0.359-1.48,0.529-2.232,0.529c-1.834,0-3.6-1.013-4.476-2.765
l-12.673-25.347h-50.039l-12.673,25.347c-1.235,2.47-4.238,3.47-6.708,2.235C129.249,231.014,128.248,228.01,129.483,225.54z
M156.101,194.666h40.039l-20.02-40.04L156.101,194.666z M288.56,232.793h84.329c2.762,0,5-2.238,5-5s-2.238-5-5-5h-72.258
l75.793-75.796c1.431-1.43,1.858-3.58,1.084-5.448c-0.773-1.869-2.597-3.087-4.619-3.087H298.09c-2.762,0-5,2.238-5,5s2.238,5,5,5
h62.728l-75.793,75.796c-1.431,1.43-1.858,3.58-1.084,5.448C284.714,231.575,286.537,232.793,288.56,232.793z M232.34,188.836
h42.165c2.762,0,5-2.238,5-5s-2.238-5-5-5H232.34c-2.761,0-5,2.238-5,5S229.578,188.836,232.34,188.836z"/>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

28
static/img/guide.svg Normal file
View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<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 60 60" style="enable-background:new 0 0 60 60;" xml:space="preserve">
<g>
<path d="M54,12H42V7h9c0.6,0,1-0.4,1-1c0-3.4-2.6-6-6-6H6C1.3,0,0,3.9,0,6v53c0,0.6,0.4,1,1,1h8h32h8c0.6,0,1-0.4,1-1V19h9
c0.6,0,1-0.4,1-1C60,14.6,57.4,12,54,12z M49.9,5h-7.8c0.1-0.4,0.3-0.8,0.5-1.2l0.1-0.1c0.1-0.2,0.2-0.3,0.4-0.4
c0.1-0.1,0.1-0.1,0.2-0.2c0.1-0.1,0.2-0.2,0.4-0.3c0.1,0,0.1-0.1,0.2-0.1c0.1-0.1,0.3-0.2,0.5-0.2c0.1,0,0.1-0.1,0.2-0.1
c0.2-0.1,0.4-0.1,0.5-0.2c0.1,0,0.1,0,0.2,0c0.2,0,0.5-0.1,0.8-0.1C47.9,2,49.5,3.3,49.9,5z M2,6c0-0.2,0-4,4-4h35.5
C40.6,3,40,4.4,40,6v6H14c-4.7,0-6,3.9-6,6v40H2V6z M48,58h-7H10V18c0-0.2,0-4,4-4h35.5c-0.9,1-1.5,2.4-1.5,4V58z M50.1,17
c0.1-0.4,0.3-0.8,0.5-1.2l0.1-0.1c0.1-0.2,0.2-0.3,0.4-0.4c0.1-0.1,0.1-0.1,0.2-0.2c0.1-0.1,0.2-0.2,0.4-0.3
c0.1,0,0.1-0.1,0.2-0.1c0.1-0.1,0.3-0.2,0.5-0.2c0.1,0,0.1-0.1,0.2-0.1c0.2-0.1,0.4-0.1,0.5-0.2c0.1,0,0.1,0,0.2,0
c0.2,0,0.5-0.1,0.8-0.1c1.9,0,3.5,1.3,3.9,3h-7.9V17z"/>
<path d="M44,35h-5v2h4v8H31c-0.6,0-1,0.4-1,1v7h-3v-5c0-0.6-0.4-1-1-1H15v-2h-2v9c0,0.6,0.4,1,1,1h30c0.6,0,1-0.4,1-1V36
C45,35.4,44.6,35,44,35z M15,49h10v4H15V49z M32,53v-6h11v6H32z"/>
<path d="M15,37h18v-2H14c-0.6,0-1,0.4-1,1v3h2V37z"/>
<path d="M37,42V31.4l1.3,1.3l1.4-1.4l-3-3c-0.4-0.4-1-0.4-1.4,0l-3,3l1.4,1.4l1.3-1.3V41H12v2h24C36.6,43,37,42.6,37,42z"/>
<rect x="34" y="49" width="2" height="2"/>
<rect x="39" y="49" width="2" height="2"/>
<rect x="14" y="18" width="6" height="2"/>
<rect x="14" y="22" width="16" height="2"/>
<rect x="28" y="4" width="8" height="2"/>
<rect x="24" y="8" width="12" height="2"/>
<rect x="39" y="18" width="2" height="2"/>
<rect x="43" y="18" width="2" height="2"/>
<rect x="39" y="22" width="2" height="2"/>
<rect x="43" y="22" width="2" height="2"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

1
static/img/helm.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 KiB

84
static/img/kubernetes.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

24
static/img/notes.svg Normal file
View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<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 59.833 59.833" style="enable-background:new 0 0 59.833 59.833;" xml:space="preserve">
<g>
<path d="M56.648,58.142l-5.969-6.244c1.746-1.918,2.82-4.458,2.82-7.25c0-5.953-4.843-10.796-10.796-10.796
s-10.796,4.843-10.796,10.796s4.843,10.796,10.796,10.796c2.441,0,4.688-0.824,6.499-2.196l6.001,6.277
c0.196,0.205,0.459,0.309,0.723,0.309c0.249,0,0.497-0.092,0.691-0.277C57.016,59.174,57.03,58.541,56.648,58.142z M33.907,44.647
c0-4.85,3.946-8.796,8.796-8.796s8.796,3.946,8.796,8.796s-3.946,8.796-8.796,8.796S33.907,49.497,33.907,44.647z"/>
<path d="M9.74,18h13c0.553,0,1-0.447,1-1s-0.447-1-1-1h-13c-0.553,0-1,0.447-1,1S9.188,18,9.74,18z"/>
<path d="M9.74,46c-0.553,0-1,0.447-1,1s0.447,1,1,1h14.167c0.553,0,1-0.447,1-1s-0.447-1-1-1H9.74z"/>
<path d="M39.74,23c0-0.553-0.447-1-1-1h-29c-0.553,0-1,0.447-1,1s0.447,1,1,1h29C39.293,24,39.74,23.553,39.74,23z"/>
<path d="M29.907,34H9.74c-0.553,0-1,0.447-1,1s0.447,1,1,1h20.167c0.553,0,1-0.447,1-1S30.46,34,29.907,34z"/>
<path d="M27.907,41c0-0.553-0.447-1-1-1H9.74c-0.553,0-1,0.447-1,1s0.447,1,1,1h17.167C27.46,42,27.907,41.553,27.907,41z"/>
<path d="M9.74,28c-0.553,0-1,0.447-1,1s0.447,1,1,1h14c0.553,0,1-0.447,1-1s-0.447-1-1-1H9.74z"/>
<path d="M39.74,29c0-0.553-0.447-1-1-1h-7c-0.553,0-1,0.447-1,1s0.447,1,1,1h7C39.293,30,39.74,29.553,39.74,29z"/>
<path d="M27.027,28.29c-0.181,0.189-0.29,0.449-0.29,0.71c0,0.26,0.109,0.52,0.3,0.71c0.18,0.189,0.439,0.29,0.7,0.29
c0.26,0,0.52-0.101,0.71-0.29c0.189-0.19,0.29-0.45,0.29-0.71c0-0.261-0.101-0.521-0.29-0.71
C28.077,27.92,27.407,27.92,27.027,28.29z"/>
<path d="M28.907,56h-24V8h7v2c0,0.553,0.447,1,1,1h23c0.553,0,1-0.447,1-1V8h7v20c0,0.553,0.447,1,1,1s1-0.447,1-1V7
c0-0.553-0.447-1-1-1h-8V4c0-0.553-0.447-1-1-1h-6V1c0-0.553-0.447-1-1-1h-9c-0.553,0-1,0.447-1,1v2h-6c-0.553,0-1,0.447-1,1v2h-8
c-0.553,0-1,0.447-1,1v50c0,0.553,0.447,1,1,1h25c0.553,0,1-0.447,1-1S29.46,56,28.907,56z M20.907,2h7v2v2h-7V4V2z M13.907,5h5v2
c0,0.553,0.447,1,1,1h9c0.553,0,1-0.447,1-1V5h5v2v2h-21V7V5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB