Merge pull request #340 from mDuo13/design_polish

Design polish
This commit is contained in:
Rome Reginelli
2018-05-07 17:25:18 -07:00
committed by GitHub
29 changed files with 686 additions and 626 deletions

View File

@@ -25,8 +25,9 @@ th {
/* Top navigation ----------------------------------------------------------- */
.navbar {
.navbar.fixed-top {
font-weight: 300;
border-bottom: 1px solid #C9CDD1;
}
.navbar-brand {
@@ -56,13 +57,13 @@ th {
.navbar .navbar-nav .active a {
font-weight: 700;
color: #333;
background-color: #eee;
color: #3B4147;
background-color: #E1E5E8;
}
.navbar .active-parent a {
font-weight: 700;
background-color: #eee;
background-color: #E1E5E8;
}
#navbar-search {
@@ -135,12 +136,14 @@ th {
margin-top: 32px;
line-height: 1.2;
}
.content h1:first-child {
.content h1:first-child,
.landing section:first-of-type h1:first-child {
margin-top: 0;
line-height: 1.2;
}
.content h1:first-child:before {
margin-top: -100px;
.content h1:first-child:before,
.landing section:not(.splash-head):first-of-type h1:first-child:before {
margin-top: -90px;
}
.content h2 {
margin-top: 28px;
@@ -199,7 +202,7 @@ th {
z-index: 2;
color: #999999;
font-size: 14px;
background: #4e4e50 url(../img/ripple_footer_v2.jpg) repeat-x center center;
background: #28282a url(../img/ripple_footer_v2.jpg) repeat-x center center;
background-position-y: -60px;
}
@@ -304,18 +307,18 @@ th {
/* Button styling ----------------------------------------------------------- */
.readmore {
display: block;
margin: 15px auto 5px;
text-align: center;
}
.readmore .btn {
font-size: 18px;
transition: 0.5s;
}
.btn-primary code {
.readmore .btn i,
.card-header a i {
margin: 0 0.2em 0 0.8em;
}
.btn-primary code,
.btn-secondary code {
color: inherit;
}
@@ -365,8 +368,8 @@ pre code {
.code_sample pre code {
overflow: auto;
max-height: 14em;
background-color: #f5f5f5;
border: 1px solid #cccccc;
background-color: #E1E4E8;
border: 1px solid #C9CDD1;
border-radius: 4px;
}
.code_sample pre code.expanded {
@@ -433,6 +436,7 @@ a.current {
.curated-links ol,
.children-display ul {
padding-left: 0;
margin-bottom: 4px;
}
.level-1,
@@ -453,7 +457,54 @@ a.current {
.landing .curated-links li {
font-weight: 400;
font-size: 18px;
margin-top: 0;
position: relative;
}
.landing .card .level-1 a,
.landing .card .curated-links li a {
padding: 12px;
display: block;
margin: 0 -12px 0 -12px;
font-weight: 400;
}
.landing .card .level-1 a:hover,
.landing .card .curated-links li a:hover {
background-color: #D8EEFC;
text-decoration: none;
}
.landing .card .level-1 a:hover:after,
.landing .card .curated-links li a:hover:after {
content: "\f105"; /* fontawesome angle-right */
font-family: FontAwesome;
position: absolute;
right: 0;
top: 12px;
color: #0D294E;
}
.landing .card .level-2 {
position: relative;
}
.landing .card .level-2 a {
padding: 8px 12px 8px 32px;
display: block;
margin: 0 -12px 0 -12px;
font-weight: 400;
}
.landing .card .level-2 a:hover {
background-color: #D8EEFC;
text-decoration: none;
}
.landing .card .level-2 a:hover:after {
content: "\f105"; /* fontawesome angle-right */
font-family: FontAwesome;
position: absolute;
right: 0;
top: 8px;
color: #0D294E;
}
.level-1:first-child {
margin-top: 0;
}
@@ -485,7 +536,7 @@ a.current {
position: fixed;
bottom: 15px;
right: 30px;
background-color: #333;
background-color: #3B4147;
font-weight: 700;
z-index: 1000;
color: white;
@@ -506,6 +557,7 @@ a.current {
padding-right: 5px;
}
.breadcrumbs-wrap .breadcrumb {
padding: 0;
margin-bottom: 0;
}
@@ -520,11 +572,28 @@ a.current {
list-style-type: none;
}
#sidenav a {
#sidenav a,
.sidenav_parent a {
text-decoration: none;
color: black;
}
#sidenav .card-body a:hover {
#sidenav a.active-parent {
color: #3B4147;
font-weight: 700;
}
#sidenav a:hover,
.sidenav_parent a:hover {
text-decoration: underline;
color: #1db4ff;
}
#sidenav a.active,
#sidenav a.active:hover,
.sidenav_parent a.active,
.sidenav_parent a.active:hover {
color: #0F72E5;
font-weight: 700;
cursor: default;
text-decoration: none;
}
#sidenav .card + .card {
@@ -533,7 +602,7 @@ a.current {
#sidenav .card {
border-width: 0;
border-color: #eee;
border-color: #E1E5E8;
}
#sidenav .card-body {
@@ -545,10 +614,7 @@ a.current {
}
#sidenav .card.active {
background-color: #f8f8f8;
}
#sidenav .card:hover {
background-color: #f6f6f6;
background-color: #F1F5F8;
}
#sidenav .card-header {
@@ -560,7 +626,7 @@ a.current {
#sidenav .card {
padding: 0;
border-radius: 0;
border-top: 1px solid #cccccc;
border-top: 1px solid #C9CDD1;
}
#sidenav .card-header h5 {
@@ -572,17 +638,6 @@ a.current {
display: block;
padding: 16px 15px 16px 55px;
}
#sidenav .card-header h5 a.sidenav_cat_title {
color: #27a2db;
}
#sidenav .card-header h5 .sidenav_cat_title.active {
color: #333;
font-weight: 700;
cursor: default;
}
#sidenav .card-header h5 .sidenav_cat_title.active-parent {
color: #333;
}
#sidenav .card-header .sidenav_cat_toggler {
position: absolute;
@@ -594,7 +649,10 @@ a.current {
transition: background-color 0.5s;
}
#sidenav .card-header .sidenav_cat_toggler.collapsed {
background-color: #ccc;
background-color: #C9CDD1;
}
#sidenav .card-header .sidenav_cat_toggler:hover {
text-decoration: none;
}
#sidenav .card-header .sidenav_cat_toggler:before {
@@ -608,18 +666,13 @@ a.current {
content: "+";
}
.funnel-sidebar a.active {
color: #333;
cursor: default;
}
.xrp-ledger-dev-portal.sidebar-primary .sidebar {
padding-right: 0;
padding-left: 0;
}
.xrp-ledger-dev-portal.sidebar-primary .main {
z-index: 5;
border-left: 1px solid #cccccc;
border-left: 1px solid #C9CDD1;
padding-left: 40px;
min-height: 700px;
}
@@ -657,7 +710,7 @@ a.current {
}
.card .sidebar_pagelist a:hover {
color: #333;
color: #3B4147;
}
.subcat-title.active-parent {
@@ -676,15 +729,10 @@ a.current {
padding: 15px 16px 15px 10px;
}
.sidenav_parent a.active {
color: #333;
cursor: default;
}
/* Edit on GitHub link ------------------------------------------------------ */
.github-edit-wrap {
background-image: linear-gradient(180deg, #fafafa 0%, #ddd 90%);
border: 1px solid #ccc;
border: 1px solid #C9CDD1;
border-radius: 5px;
}
.github-edit-wrap:hover {
@@ -709,7 +757,7 @@ a.current {
/* Use Cases ---------------------------------------------------------------- */
.use-case-step-num {
border: 1px solid #333;
border: 1px solid #3B4147;
border-radius: 50%;
padding: 0.9rem;
position: absolute;
@@ -731,7 +779,7 @@ a.current {
margin-bottom: -.6rem;
padding-left: 2.5rem;
margin-left: 2.5rem;
border-left: 1px dashed #333;
border-left: 1px dashed #3B4147;
}
.use-case h2 {
margin-left: 5rem;
@@ -740,8 +788,36 @@ a.current {
/* Landing Pages ------------------------------------------------------------ */
.landing a .card {
.landing h2 {
font-weight: bold;
line-height: 40px;
font-size: 32px;
}
.landing h3,
#test-net-servers h3 {
font-size: 20px;
line-height: 20px;
font-weight: 700;
}
.card-header.bg-dark h3.card-title {
margin-bottom: 0;
}
#test-net-servers pre {
overflow-x: auto;
}
.landing a.card,
.landing .card {
color: #212529;
box-shadow: 0px 1px 3px rgba(35, 41, 47, 0.24);
border-radius: 8px;
}
.landing a.card:hover {
box-shadow: 0px 4px 20px rgba(35, 41, 47, 0.16);
}
.landing .card li {
@@ -754,35 +830,62 @@ a.current {
border-top-width: 0;
}
#home_first_shortcuts .card {
border-width: 0;
background: none;
.landing .card-body {
padding: 12px;
}
#home_first_shortcuts .card-header {
.landing .card-header,
.landing .card-footer {
background: none;
border-bottom: none;
border-top: none;
}
.landing h2,
.landing h3 {
font-weight: 300;
.landing .card-header {
padding: 16px;
}
.landing section .card-header h3 {
font-size: 30px;
.landing .card-header:not(.bg-dark) + .card-body {
padding: 0 12px 12px 12px;
}
#xrp_ledger_intro h3 {
font-size: 25px;
.landing .card-footer {
padding: 0 12px 12px 12px;
}
.landing .card-img-top {
height: 6rem;
}
#xrp_ledger_intro .card-img-top {
.landing .card-header a {
display: block;
margin: -12px;
padding: 12px;
border-radius: inherit;
transition: 0.5s;
}
.card-header.bg-dark {
color: white;
}
.landing .card-header.bg-dark a:hover {
text-decoration: none;
color: #FF9900;
}
.landing .card .blurb,
.child-blurb {
margin-top: 1rem;
}
.landing .card > .card-img-top {
padding: 0 16px;
}
#home_first_shortcuts .card-img-top {
height: 130px;
width: 130px;
}
#xrp_ledger_intro a:hover {
text-decoration: none;
}
#xrp_ledger_intro .card-footer {
@@ -795,14 +898,17 @@ a.current {
padding: 1px;
}
.landing .card-title > a {
text-decoration: none;
}
.landing .curated-links li:first-child {
margin-top: 5px;
}
.recently-updated-date {
font-style: italic;
color: #6B7075;
font-size: 13px;
padding-left: 8px;
}
.splash-head {
background-color: #102b3e;
background-image: url("../img/home-bg-cubes.jpg");
@@ -819,6 +925,11 @@ a.current {
font-size: 18px;
text-align: center;
font-weight: 300;
text-shadow: 0px 1px 2px #171C21;
}
.splash-head p .btn {
text-shadow: none;
}
.splash-head code {
@@ -890,6 +1001,56 @@ a.current {
margin-right: 0;
margin-left: -1rem;
}
.btn {
white-space: normal;
}
}
/* Test Net Faucet stuff ---------------------------------------------------- */
/* Progress spinner animation */
@keyframes rotating {
from {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
to {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
from {
transform: rotate(0deg);
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
to {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
}
.page-test-net .throbber {
-webkit-animation: rotating 1s linear infinite;
-moz-animation: rotating 1s linear infinite;
-ms-animation: rotating 1s linear infinite;
-o-animation: rotating 1s linear infinite;
animation: rotating 1s linear infinite;
width: 25px;height:25px;
}
/* Print styles ------------------------------------------------------------- */

View File

@@ -1,6 +1,7 @@
input#domain {
padding: 10px 20px;
width: 255px;
margin-bottom: 16px;
width: 100%;
}
.result-title {

View File

@@ -1,93 +0,0 @@
.cta_readmore {
background-color: #27a2db;
color: white;
border-radius: 5px;
padding: 10px 50px;
border: none;
outline: 0;
}
.cta_readmore:hover,
.cta_readmore:active,
.cta_readmore:focus {
background-color: #43bded;
color: white;
outline: 0;
border: none;
}
#your-credentials {
display: none;
margin: 15px 0 30px;
}
#loader {
display: none;
}
#loader img {
margin: 0 10px 0 20px;
width: 25px;
height: auto;
}
#test-net-servers {
font-size: 15px;
border-radius: 5px;
border: 1px solid #27a2db;
width: 350px;
float: right;
margin-left: 15px;
}
#test-net-servers pre {
overflow-x: auto;
}
.page-test-net .container {
margin-left: 15px;
margin-right: 15px;
width: auto;
}
@media (min-width: 1600px) {
.page-test-net .container {
margin-left: auto;
margin-right: auto;
width: 1500px;
}
}
@media (max-width: 992px) {
#test-net-servers {
position: static;
float: none;
max-width: none;
width: auto;
margin: 0 0 30px 0;
}
}
h2 {
font-size: 36px;
color: #066b98;
line-height: 1.2em;
margin-top: 0;
}
#test-net-servers h5 {
letter-spacing: .04em;
font-family: 'open_sansbold', sans-serif;
text-transform: uppercase;
color: #344e5a;
clear: both;
margin-top: 20px !important;
}
#test-net-servers .panel-heading {
margin-top: 0;
padding: 0;
font-size: 21px;
font-family: "open_sanslight", sans-serif;
color: #27a2db;
line-height: 1.2em;
margin-bottom: 20px;
}

View File

@@ -9,9 +9,9 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="115.28699"
height="133.57501"
viewBox="0 0 30.503017 35.341723"
width="180"
height="180"
viewBox="0 0 55.585995 55.585995"
version="1.1"
id="svg3890"
inkscape:version="0.92.2 2405546, 2018-03-11"
@@ -25,9 +25,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="657.6435"
inkscape:cy="-481.78389"
inkscape:zoom="1.4"
inkscape:cx="297.68418"
inkscape:cy="-12.894264"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
@@ -58,36 +58,36 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(207.26341,13.980384)">
transform="translate(212.85839,23.662765)">
<path
d="m -204.61758,12.829965 v 1.669494 h 23.71165 v -1.669494 z"
d="m -201.60884,18.330463 v 2.351917 h 33.40403 v -2.351917 z"
id="path54"
inkscape:connector-curvature="0"
style="fill:#2bcb96;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#2bcb96;fill-rule:evenodd;stroke:none;stroke-width:0.37273455;stroke-linecap:square;stroke-miterlimit:10" />
<path
d="m -184.47107,8.5997267 -1.17432,1.174324 3.87646,3.8906613 -3.87646,3.876465 1.17432,1.174327 5.06484,-5.050792 z"
d="m -173.22723,12.37107 -1.65434,1.654341 5.461,5.48101 -5.461,5.461012 1.65434,1.654345 7.13514,-7.115357 z"
id="path56"
inkscape:connector-curvature="0"
style="fill:#2bcb96;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#2bcb96;fill-rule:evenodd;stroke:none;stroke-width:0.37273455;stroke-linecap:square;stroke-miterlimit:10" />
<path
d="m -192.76176,-11.334551 -0.46692,0.0142 -0.45272,0.02825 -0.45272,0.05664 -0.43853,0.08489 -0.42447,0.09895 -0.42433,0.113144 -0.42447,0.141539 -0.41028,0.169789 -0.39622,0.183842 -0.38188,0.183986 -0.38203,0.226433 -0.35377,0.2262898 -0.35363,0.2546829 -0.33958,0.2687373 -0.32538,0.2830769 -0.31118,0.2969869 -0.29713,0.3113278 -0.28294,0.3253808 -0.26888,0.3395779 -0.25468,0.3395777 -0.22629,0.3678282 -0.21224,0.3820253 -0.19804,0.3818816 -0.18398,0.396222 -0.1556,0.4102745 -0.14153,0.4102756 -0.12735,0.4244724 -0.0989,0.438526 -0.0849,0.4385249 -0.0566,0.4528664 -0.0283,0.4527227 -0.0142,0.4667755 0.0142,0.452723 0.0283,0.4669198 0.0566,0.4385248 0.0849,0.45286599 0.0989,0.424329 0.12735,0.424473 0.14153,0.424471 0.1556,0.41027701 0.18398,0.396078 0.19804,0.382024 0.21224,0.367829 0.22629,0.367827 0.25468,0.353776 0.26888,0.339576 0.28294,0.325382 0.29713,0.311183 0.31118,0.297132 0.32538,0.282934 0.33958,0.268879 0.35363,0.240487 0.35377,0.240487 0.38203,0.212235 0.38188,0.19804 0.39622,0.183986 0.41028,0.155591 0.42447,0.141539 0.42433,0.127198 0.42447,0.09909 0.43853,0.0707 0.45272,0.05664 0.45272,0.04245 0.46692,0.0142 0.46692,-0.0142 0.45272,-0.04245 0.45273,-0.05664 0.43852,-0.0707 0.42447,-0.09909 0.42448,-0.127198 0.42447,-0.141539 0.41027,-0.155591 0.39608,-0.183986 0.38203,-0.19804 0.38202,-0.212235 0.35364,-0.240487 0.35362,-0.240487 0.33958,-0.268879 0.32539,-0.282934 0.31132,-0.297132 0.29713,-0.311183 0.28293,-0.325382 0.26874,-0.339576 0.25469,-0.353776 0.22643,-0.367827 0.21209,-0.367829 0.19818,-0.382024 0.18385,-0.396078 0.15558,-0.41027701 0.14155,-0.424471 0.12734,-0.424473 0.0991,-0.424329 0.0707,-0.45286599 0.0707,-0.4385248 0.0283,-0.4669198 0.0142,-0.452723 -0.0142,-0.4667755 -0.0283,-0.4527227 -0.0707,-0.4528664 -0.0707,-0.4385249 -0.0991,-0.438526 -0.12734,-0.4244724 -0.14155,-0.4102756 -0.15558,-0.4102745 -0.18385,-0.396222 -0.19818,-0.3818816 -0.21209,-0.3820253 -0.22643,-0.3678282 -0.25469,-0.3395777 -0.26874,-0.3395779 -0.28293,-0.3253808 -0.29713,-0.3113278 -0.31132,-0.2969869 -0.32539,-0.2830769 -0.33958,-0.2687373 -0.35362,-0.2546829 -0.35364,-0.2262898 -0.38202,-0.226433 -0.38203,-0.183986 -0.39608,-0.183842 -0.41027,-0.169789 -0.42447,-0.141539 -0.42448,-0.113144 -0.42447,-0.09895 -0.43852,-0.08489 -0.45273,-0.05664 -0.45272,-0.02825 z"
d="m -184.90683,-15.711555 -0.65778,0.02 -0.63777,0.0398 -0.63778,0.07979 -0.61778,0.11959 -0.59798,0.139396 -0.59778,0.159393 -0.59797,0.199395 -0.57799,0.239192 -0.55818,0.258989 -0.53798,0.259192 -0.53819,0.31899 -0.49837,0.318789 -0.49818,0.358787 -0.47839,0.378586 -0.45838,0.398788 -0.43838,0.418383 -0.41859,0.438587 -0.39859,0.458383 -0.37879,0.478384 -0.35878,0.478384 -0.31879,0.5181817 -0.299,0.538182 -0.27899,0.53798 -0.25918,0.5581816 -0.2192,0.5779785 -0.19938,0.5779801 -0.17941,0.59798 -0.13933,0.6177782 -0.1196,0.6177766 -0.0797,0.6379803 -0.0399,0.6377779 -0.02,0.6575749 0.02,0.6377784 0.0399,0.6577783 0.0797,0.6177764 0.1196,0.63797986 0.13933,0.597778 0.17941,0.59798076 0.19938,0.59797798 0.2192,0.5779821 0.25918,0.5579791 0.27899,0.5381803 0.299,0.518183 0.31879,0.5181802 0.35878,0.4983857 0.37879,0.4783813 0.39859,0.4583853 0.41859,0.4383824 0.43838,0.4185878 0.45838,0.3985863 0.47839,0.3787862 0.49818,0.3387886 0.49837,0.3387886 0.53819,0.2989883 0.53798,0.2789909 0.55818,0.2591923 0.57799,0.2191904 0.59797,0.1993946 0.59778,0.1791917 0.59798,0.139594 0.61778,0.0996 0.63778,0.07979 0.63777,0.0598 0.65778,0.02 0.65778,-0.02 0.63777,-0.0598 0.63779,-0.07979 0.61777,-0.0996 0.59798,-0.139594 0.59799,-0.1791917 0.59797,-0.1993946 0.57798,-0.2191904 0.55798,-0.2591923 0.53819,-0.2789909 0.53817,-0.2989883 0.49819,-0.3387886 0.49817,-0.3387886 0.47839,-0.3787862 0.45839,-0.3985863 0.43858,-0.4185878 0.41858,-0.4383824 0.39859,-0.4583853 0.37859,-0.4783813 0.35879,-0.4983857 0.31899,-0.5181802 0.29878,-0.518183 0.27919,-0.5381803 0.259,-0.5579791 0.21918,-0.5779821 0.19941,-0.59797798 0.17939,-0.59798076 0.13961,-0.597778 0.0996,-0.63797986 0.0996,-0.6177764 0.0399,-0.6577783 0.02,-0.6377784 -0.02,-0.6575749 -0.0399,-0.6377779 -0.0996,-0.6379803 -0.0996,-0.6177766 -0.13961,-0.6177782 -0.17939,-0.59798 -0.19941,-0.5779801 -0.21918,-0.5779785 -0.259,-0.5581816 -0.27919,-0.53798 -0.29878,-0.538182 -0.31899,-0.5181817 -0.35879,-0.478384 -0.37859,-0.478384 -0.39859,-0.458383 -0.41858,-0.438587 -0.43858,-0.418383 -0.45839,-0.398788 -0.47839,-0.378586 -0.49817,-0.358787 -0.49819,-0.318789 -0.53817,-0.31899 -0.53819,-0.259192 -0.55798,-0.258989 -0.57798,-0.239192 -0.59797,-0.199395 -0.59799,-0.159393 -0.59798,-0.139396 -0.61777,-0.11959 -0.63779,-0.07979 -0.63777,-0.0398 z"
id="path58"
inkscape:connector-curvature="0"
style="fill:#2bcb96;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#2bcb96;fill-rule:evenodd;stroke:none;stroke-width:0.37273455;stroke-linecap:square;stroke-miterlimit:10" />
<path
d="m -192.76176,-7.7692716 -0.32538,0.014198 -0.32538,0.042304 -0.31133,0.070841 -0.29699,0.098947 -0.28307,0.1273418 -0.26874,0.1557359 -0.24048,0.169645 -0.24049,0.1839862 -0.19818,0.2122358 -0.19804,0.2262894 -0.1556,0.2546829 -0.14153,0.2546842 -0.11315,0.2829335 -0.0707,0.2829335 -0.0566,0.2971303 -0.014,0.2971305 0.014,0.2829345 0.0424,0.26888 0.0707,0.2687364 0.0849,0.2404862 0.11329,0.2406306 0.14139,0.2262894 0.16979,0.2122355 0.18399,0.1839862 0.21223,0.1838421 0.24049,0.1697894 0.25468,0.1555914 0.28293,0.1415389 0.29713,0.1273421 0.32539,0.098947 0.33943,0.099092 0.36797,0.070698 0.39608,0.084895 0.18399,0.042446 0.19804,0.070841 0.18384,0.070698 0.18398,0.084894 0.18385,0.084895 0.16979,0.098948 0.15558,0.127342 0.14154,0.127341 0.11315,0.14153899 0.11329,0.155592 0.0849,0.169788 0.0707,0.19804 0.0283,0.198039 0.0142,0.226433 v 0.183843 l -0.0425,0.183986 -0.0425,0.183984 -0.0707,0.169646 -0.0991,0.16979 -0.0991,0.15573501 -0.12734,0.141394 -0.14139,0.127342 -0.14154,0.127342 -0.16979,0.09909 -0.16965,0.09895 -0.18399,0.0707 -0.19803,0.07084 -0.21224,0.04245 -0.21223,0.02825 -0.21224,0.0142 -0.21224,-0.0142 -0.21223,-0.02825 -0.21209,-0.04245 -0.19819,-0.07084 -0.18384,-0.0707 -0.16979,-0.09895 -0.16979,-0.09909 -0.14154,-0.127342 -0.1414,-0.127342 -0.12734,-0.141394 -0.0991,-0.15573501 -0.0989,-0.16979 -0.0709,-0.169646 -0.0424,-0.183984 -0.0425,-0.183986 v -0.1838434 h -1.11753 l 0.014,0.297131 0.0566,0.296986 0.0707,0.283078 0.11315,0.28293201 0.14153,0.254685 0.1556,0.240487 0.19804,0.240485 0.19818,0.19804 0.24049,0.19804 0.24048,0.169789 0.26874,0.155734 0.28307,0.127342 0.29699,0.09895 0.31134,0.0707 0.32537,0.04245 0.32538,0.0142 0.32538,-0.0142 0.32538,-0.04245 0.31133,-0.0707 0.29713,-0.09895 0.28294,-0.127342 0.26873,-0.155734 0.24064,-0.169789 0.24048,-0.19804 0.19804,-0.19804 0.19804,-0.240485 0.15559,-0.240487 0.14153,-0.254685 0.0991,-0.28293201 0.0847,-0.283078 0.0566,-0.296986 0.0142,-0.297131 -0.0142,-0.282934 -0.0425,-0.26888 -0.0707,-0.268736 -0.0849,-0.24063099 -0.11314,-0.240486 -0.14153,-0.2262895 -0.16979,-0.2122365 -0.18385,-0.1980388 -0.21224,-0.1839865 -0.24048,-0.1697882 -0.25468,-0.1413957 -0.28294,-0.1415378 -0.29713,-0.1273421 -0.32537,-0.113144 -0.35379,-0.084895 -0.35363,-0.070698 -0.39622,-0.084894 -0.18384,-0.056644 -0.19804,-0.056644 -0.19818,-0.070697 -0.18384,-0.084895 -0.16979,-0.084894 -0.16979,-0.1131443 -0.15559,-0.1131451 -0.14154,-0.1273421 -0.11315,-0.1415378 -0.11314,-0.1555925 -0.0849,-0.1839854 -0.0709,-0.1838429 -0.0425,-0.1980387 v -0.2264341 -0.1838421 l 0.0425,-0.1981832 0.0425,-0.1697882 0.0708,-0.1696452 0.099,-0.1697892 0.0991,-0.1557359 0.12734,-0.1413947 0.1414,-0.1273421 0.14154,-0.1273408 0.16979,-0.1131453 0.16979,-0.084895 0.18383,-0.084895 0.19819,-0.056643 0.21209,-0.042447 0.21224,-0.02825 0.21224,-0.014197 0.21223,0.014197 0.21224,0.02825 0.21224,0.042447 0.19803,0.056643 0.18398,0.084895 0.16966,0.084895 0.16979,0.1131453 0.14153,0.1273408 0.1414,0.1273421 0.12734,0.1413947 0.0991,0.1557359 0.0991,0.1697892 0.0707,0.1696452 0.0425,0.1697882 0.0425,0.1981832 v 0.1838421 h 1.11768 l -0.0142,-0.2971306 -0.0566,-0.2971302 -0.0847,-0.2829335 -0.0991,-0.2829336 -0.14153,-0.2546842 -0.15559,-0.2546829 -0.19804,-0.2262893 -0.19804,-0.2122358 -0.24049,-0.1839863 -0.24063,-0.169645 -0.26873,-0.1557358 -0.28294,-0.1273421 -0.29713,-0.098947 -0.31133,-0.070841 -0.32538,-0.042304 z"
d="m -184.90683,-10.68893 -0.45838,0.02 -0.45839,0.0596 -0.43859,0.0998 -0.41838,0.139392 -0.39878,0.179395 -0.37859,0.2193937 -0.33878,0.238989 -0.33879,0.259193 -0.27919,0.298989 -0.27899,0.318788 -0.21921,0.358787 -0.19938,0.358789 -0.1594,0.3985856 -0.0996,0.3985856 -0.0797,0.4185854 -0.0197,0.4185858 0.0197,0.3985869 0.0597,0.3787876 0.0996,0.3785852 0.1196,0.3387875 0.1596,0.3389909 0.19918,0.3187876 0.2392,0.298989 0.2592,0.2591925 0.29898,0.2589895 0.33879,0.2391926 0.35878,0.2191911 0.39858,0.1993944 0.41859,0.1793945 0.45839,0.1393927 0.47818,0.1395969 0.51838,0.099596 0.55798,0.1195968 0.2592,0.059796 0.27899,0.099798 0.25899,0.099597 0.25918,0.1195954 0.259,0.1195967 0.2392,0.1393941 0.21917,0.1793944 0.1994,0.1793929 0.1594,0.1993946 0.1596,0.21919196 0.1196,0.2391906 0.0996,0.278991 0.0399,0.2789895 0.02,0.31898986 v 0.2589908 l -0.0599,0.2591922 -0.0599,0.25918938 -0.0996,0.2389906 -0.13961,0.2391935 -0.13961,0.2193933 -0.17939,0.1991903 -0.19918,0.1793944 -0.1994,0.1793944 -0.23919,0.1395941 -0.239,0.1393969 -0.2592,0.099599 -0.27897,0.099797 -0.299,0.059802 -0.29898,0.039797 -0.299,0.020004 -0.29899,-0.020004 -0.29898,-0.039797 -0.29879,-0.059802 -0.2792,-0.099797 -0.25899,-0.099599 -0.23919,-0.1393969 -0.23919,-0.1395941 -0.1994,-0.1793944 -0.1992,-0.1793944 -0.17939,-0.1991903 -0.13961,-0.2193933 -0.13932,-0.2391935 -0.0999,-0.2389906 -0.0597,-0.25918938 -0.0599,-0.2591922 v -0.2589914 h -1.57433 l 0.0197,0.4185865 0.0797,0.41838218 0.0996,0.3987891 0.1594,0.3985835 0.19938,0.3587902 0.2192,0.3387886 0.279,0.3387857 0.27918,0.278991 0.3388,0.2789909 0.33877,0.2391921 0.3786,0.2193919 0.39877,0.1793944 0.41839,0.1393969 0.4386,0.099599 0.45837,0.059802 0.45839,0.020004 0.45838,-0.020004 0.45838,-0.059802 0.43859,-0.099599 0.41858,-0.1393969 0.3986,-0.1793944 0.37858,-0.2193919 0.339,-0.2391921 0.33878,-0.2789909 0.27899,-0.278991 0.27899,-0.3387857 0.21919,-0.3387886 0.19938,-0.3587902 0.13961,-0.3985835 0.11932,-0.3987891 0.0797,-0.41838218 0.02,-0.4185865 -0.02,-0.39858616 -0.0599,-0.3787876 -0.0996,-0.3785847 -0.11961,-0.33899146 -0.15939,-0.3387872 -0.19938,-0.3187878 -0.23919,-0.2989905 -0.259,-0.2789892 -0.299,-0.259193 -0.33878,-0.2391909 -0.35878,-0.1991927 -0.39859,-0.1993929 -0.41859,-0.1793945 -0.45837,-0.1593928 -0.4984,-0.1195967 -0.49818,-0.099597 -0.55818,-0.1195953 -0.25899,-0.079798 -0.27899,-0.079798 -0.27919,-0.099595 -0.25898,-0.1195968 -0.2392,-0.1195953 -0.23919,-0.1593932 -0.21919,-0.1593944 -0.1994,-0.1793945 -0.1594,-0.1993929 -0.15938,-0.2191926 -0.11961,-0.2591913 -0.0999,-0.2589907 -0.0599,-0.2789891 v -0.3189914 -0.2589895 l 0.0599,-0.2791927 0.0599,-0.2391909 0.0997,-0.2389895 0.13947,-0.2391923 0.13961,-0.2193946 0.17939,-0.1991913 0.1992,-0.1793941 0.1994,-0.179393 0.23919,-0.159395 0.23919,-0.119597 0.25898,-0.119596 0.2792,-0.0798 0.29878,-0.0598 0.299,-0.0398 0.29899,-0.02 0.29898,0.02 0.299,0.0398 0.29899,0.0598 0.27898,0.0798 0.25918,0.119596 0.23902,0.119597 0.23919,0.159395 0.19938,0.179393 0.1992,0.1793941 0.17939,0.1991913 0.13961,0.2193946 0.13961,0.2391923 0.0996,0.2389895 0.0599,0.2391909 0.0599,0.2791927 v 0.2589895 h 1.57454 l -0.02,-0.4185859 -0.0797,-0.4185853 -0.11932,-0.3985856 -0.13961,-0.3985857 -0.19938,-0.3587894 -0.21919,-0.358787 -0.27899,-0.318787 -0.27899,-0.29899 -0.33879,-0.259192 -0.33899,-0.23899 -0.37858,-0.2193937 -0.39859,-0.179395 -0.41859,-0.139392 -0.43859,-0.0998 -0.45838,-0.0596 z"
id="path60"
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.37273455;stroke-linecap:square;stroke-miterlimit:10" />
<path
d="m -193.31343,-8.3775857 v 1.1601278 h 1.10349 v -1.1601278 z"
d="m -185.684,-11.545899 v 1.6343416 h 1.55455 v -1.6343416 z"
id="path62"
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.37273455;stroke-linecap:square;stroke-miterlimit:10" />
<path
d="m -193.31343,2.4878997 v 1.160127 h 1.10349 v -1.160127 z"
d="m -185.684,3.7609684 v 1.6343412 h 1.55455 V 3.7609684 Z"
id="path64"
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.37273455;stroke-linecap:square;stroke-miterlimit:10" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@@ -9,9 +9,9 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="133.31163"
height="84.198715"
viewBox="0 0 35.272035 22.277577"
width="180"
height="180"
viewBox="0 0 47.624999 47.625001"
version="1.1"
id="svg4161"
inkscape:version="0.92.2 2405546, 2018-03-11"
@@ -25,9 +25,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="-459.0584"
inkscape:cy="42.09898"
inkscape:zoom="1.4"
inkscape:cx="-95.357143"
inkscape:cy="55.324706"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
@@ -57,26 +57,26 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-88.197298,-137.69444)">
transform="translate(-82.020815,-115.84633)">
<path
d="m 105.10215,140.34038 -0.5486,0.0919 -0.54818,0.0915 -0.54861,0.13718 -0.50252,0.18334 -0.54861,0.18291 -0.50296,0.2748 -0.45689,0.27478 -0.50253,0.2748 -0.59425,0.50344 -0.594245,0.54957 -0.502528,0.5949 -0.502968,0.64103 v -3.11332 h -1.416725 v 5.67749 h 5.667346 v -1.41927 h -3.290771 l 0.411241,-0.64103 0.45731,-0.54959 0.54817,-0.54916 0.59426,-0.45814 0.63989,-0.41197 0.6399,-0.32051 0.73118,-0.2748 0.68555,-0.18291 0.50253,-0.0915 0.50296,-0.0462 h 1.05113 l 0.50253,0.0919 0.50297,0.0915 0.45688,0.13719 0.50253,0.18333 0.59425,0.2748 0.59425,0.32052 0.54817,0.41197 0.54861,0.41198 0.36559,0.41198 0.31995,0.41197 0.31995,0.41241 0.2743,0.50343 0.27387,0.45771 0.18302,0.50385 0.18258,0.54916 0.13737,0.50386 0.0456,0.18291 0.0456,0.18334 0.0913,0.0914 0.13736,0.13761 0.13695,0.0457 0.183,0.0457 h 0.13694 l 0.18301,-0.0457 0.13694,-0.0919 0.13694,-0.0915 0.0917,-0.13718 0.0456,-0.13761 0.0456,-0.18291 v -0.13761 l -0.22866,-0.86968 -0.2743,-0.77823 -0.3656,-0.77865 -0.41124,-0.77822 -0.31995,-0.36625 -0.27429,-0.41197 -0.31953,-0.36625 -0.36559,-0.32053 -0.36602,-0.32052 -0.41124,-0.32051 -0.45689,-0.32053 -0.22866,-0.13718 -0.22822,-0.13761 -0.36559,-0.18292 -0.41167,-0.18333 -0.31995,-0.13718 -0.27388,-0.0915 -0.86855,-0.27479 -0.86812,-0.13761 -0.86856,-0.0457 z"
d="m 104.98987,127.20264 -0.77464,0.12977 -0.77405,0.1292 -0.77465,0.1937 -0.70958,0.25888 -0.77466,0.25828 -0.71019,0.38803 -0.645151,0.38799 -0.70959,0.38803 -0.839101,0.71088 -0.839095,0.77601 -0.709587,0.84002 -0.710209,0.90515 v -4.39611 h -2.000465 v 8.01681 h 8.002498 v -2.00406 h -4.646691 l 0.580687,-0.90515 0.645737,-0.77604 0.774036,-0.77544 0.839121,-0.64691 0.90354,-0.58171 0.90357,-0.45257 1.03245,-0.38803 0.96802,-0.25828 0.70959,-0.1292 0.71019,-0.0652 h 1.48424 l 0.70959,0.12976 0.71021,0.1292 0.64513,0.19372 0.70959,0.25887 0.8391,0.38803 0.8391,0.45258 0.77404,0.58172 0.77465,0.58173 0.51623,0.58173 0.45178,0.58171 0.45178,0.58234 0.38732,0.71086 0.38672,0.64631 0.25843,0.71145 0.25781,0.77543 0.19397,0.71147 0.0644,0.25828 0.0644,0.25888 0.12891,0.12906 0.19396,0.19431 0.19338,0.0645 0.2584,0.0645 h 0.19337 l 0.25841,-0.0645 0.19337,-0.12977 0.19336,-0.1292 0.12949,-0.1937 0.0644,-0.19431 0.0644,-0.25828 v -0.19431 l -0.32287,-1.22802 -0.38732,-1.09888 -0.51624,-1.09949 -0.58069,-1.09887 -0.45178,-0.51716 -0.38731,-0.58171 -0.45119,-0.51716 -0.51622,-0.4526 -0.51683,-0.45259 -0.58069,-0.45257 -0.64514,-0.4526 -0.32288,-0.1937 -0.32225,-0.19431 -0.51623,-0.25829 -0.58129,-0.25887 -0.45178,-0.1937 -0.38673,-0.1292 -1.22643,-0.38802 -1.22581,-0.19431 -1.22644,-0.0645 z"
id="path32"
inkscape:connector-curvature="0"
style="fill:#f23548;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#f23548;fill-rule:evenodd;stroke:none;stroke-width:0.37360093;stroke-linecap:square;stroke-miterlimit:10" />
<path
d="m 98.063723,149.54317 -0.182586,0.0457 -0.183007,0.13717 -0.136943,0.18334 -0.09129,0.18291 v 0.22907 l 0.13694,0.64104 0.183007,0.59532 0.228233,0.59488 0.228652,0.54959 0.274305,0.45771 0.274298,0.45812 0.319522,0.41198 0.274304,0.36625 0.31995,0.36625 0.365592,0.32052 0.45732,0.41197 0.50252,0.36625 0.50253,0.32052 0.54861,0.2748 0.36559,0.18291 0.36559,0.18334 0.54862,0.13718 0.54817,0.13761 0.50295,0.13718 0.50254,0.0457 0.5486,0.0457 h 1.00549 l 0.54818,-0.0457 0.50296,-0.0915 0.50253,-0.13718 0.59425,-0.18334 0.54818,-0.22906 0.59424,-0.22865 0.50296,-0.32051 0.54818,-0.36625 0.45689,-0.36625 0.45731,-0.41241 0.45689,-0.4577 0.36559,-0.45771 0.36559,-0.50385 v 3.11333 h 1.41673 v -5.67708 h -5.66691 v 1.41927 h 3.29034 l -0.31952,0.50386 -0.36602,0.4577 -0.54818,0.59532 -0.59425,0.54915 -0.68555,0.4577 -0.73118,0.36625 -0.54818,0.22907 -0.63989,0.18334 -0.59426,0.13718 -0.63989,0.0457 h -0.6399 l -0.63989,-0.0457 -0.63947,-0.0914 -0.59425,-0.13761 -0.45689,-0.18291 -0.45731,-0.18334 -0.41124,-0.22864 -0.41124,-0.22906 -0.41124,-0.2748 -0.36559,-0.32052 -0.3656,-0.32052 -0.36558,-0.32052 -0.27431,-0.36625 -0.274306,-0.41197 -0.274296,-0.36625 -0.228232,-0.41198 -0.183007,-0.4577 -0.183015,-0.45813 -0.136935,-0.41199 -0.09129,-0.50342 -0.04565,-0.13761 -0.04564,-0.13719 -0.09172,-0.13718 -0.136935,-0.0919 -0.183015,-0.0915 -0.136936,-0.0457 z"
d="m 95.051366,140.1973 -0.257818,0.0645 -0.258412,0.19369 -0.193368,0.25888 -0.128905,0.25828 v 0.32345 l 0.193364,0.90517 0.258412,0.84062 0.322273,0.83999 0.322865,0.77604 0.387328,0.6463 0.387319,0.64688 0.451176,0.58173 0.387327,0.51716 0.451781,0.51716 0.516228,0.45258 0.645752,0.58172 0.709576,0.51716 0.70959,0.45258 0.774656,0.38803 0.51623,0.25828 0.51622,0.25888 0.77468,0.1937 0.77403,0.19431 0.71018,0.19371 0.70961,0.0645 0.77464,0.0645 h 1.41979 l 0.77405,-0.0645 0.71019,-0.12921 0.70959,-0.1937 0.83911,-0.25888 0.77405,-0.32344 0.83908,-0.32286 0.7102,-0.45258 0.77405,-0.51715 0.64514,-0.51716 0.64574,-0.58234 0.64515,-0.64629 0.51622,-0.6463 0.51623,-0.71145 v 4.39613 h 2.00047 v -8.01624 h -8.00187 v 2.00406 h 4.64607 l -0.45117,0.71147 -0.51684,0.64629 -0.77405,0.84061 -0.8391,0.77542 -0.96802,0.64629 -1.03245,0.51716 -0.77405,0.32345 -0.90355,0.25888 -0.83911,0.19371 -0.90355,0.0645 h -0.90356 l -0.90355,-0.0645 -0.90295,-0.12906 -0.8391,-0.19431 -0.64515,-0.25828 -0.64574,-0.25888 -0.58068,-0.32285 -0.58069,-0.32344 -0.58068,-0.38803 -0.51623,-0.45258 -0.51624,-0.45259 -0.516212,-0.45258 -0.387335,-0.51716 -0.38733,-0.58172 -0.387315,-0.51716 -0.322272,-0.58173 -0.258412,-0.64628 -0.258424,-0.6469 -0.193357,-0.58174 -0.128905,-0.71085 -0.06446,-0.19431 -0.06444,-0.19372 -0.129512,-0.1937 -0.193357,-0.12977 -0.258424,-0.1292 -0.193358,-0.0645 z"
id="path34"
inkscape:connector-curvature="0"
style="fill:#f23548;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#f23548;fill-rule:evenodd;stroke:none;stroke-width:0.37360093;stroke-linecap:square;stroke-miterlimit:10" />
<path
d="m 92.7624,146.88755 -0.41124,0.0457 -0.31995,0.13761 -0.365593,0.18291 -0.274307,0.22907 -0.228224,0.27479 -0.183015,0.32052 -0.09129,0.36625 -0.04565,0.41198 0.04565,0.36625 0.09129,0.36625 0.183015,0.32051 0.228224,0.2748 0.274307,0.27479 0.365593,0.18291 0.31995,0.0915 0.41124,0.0457 0.365593,-0.0457 0.365596,-0.0915 0.365585,-0.18291 0.274307,-0.27479 0.228658,-0.2748 0.182581,-0.32051 0.09172,-0.36625 0.04564,-0.36625 -0.04564,-0.41198 -0.09172,-0.36625 -0.182581,-0.32052 -0.228658,-0.27479 -0.274307,-0.22907 -0.365585,-0.18291 -0.365596,-0.13761 z"
d="m 87.565712,136.44747 -0.580685,0.0645 -0.451781,0.19431 -0.51623,0.25828 -0.387331,0.32345 -0.32226,0.38802 -0.258424,0.45258 -0.128905,0.51716 -0.06446,0.58173 0.06446,0.51716 0.128905,0.51716 0.258424,0.45257 0.32226,0.38802 0.387331,0.38802 0.51623,0.25827 0.451781,0.1292 0.580685,0.0645 0.51623,-0.0645 0.516235,-0.1292 0.516218,-0.25827 0.387332,-0.38802 0.322873,-0.38802 0.25781,-0.45257 0.129512,-0.51716 0.06445,-0.51716 -0.06445,-0.58173 -0.129512,-0.51716 -0.25781,-0.45258 -0.322873,-0.38802 -0.387332,-0.32345 -0.516218,-0.25828 -0.516235,-0.19431 z"
id="path36"
inkscape:connector-curvature="0"
style="fill:#f23548;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#f23548;fill-rule:evenodd;stroke:none;stroke-width:0.37360093;stroke-linecap:square;stroke-miterlimit:10" />
<path
d="m 118.90385,146.88755 -0.41124,0.0457 -0.31995,0.13761 -0.36559,0.18291 -0.27431,0.22907 -0.22822,0.27479 -0.18302,0.32052 -0.0913,0.36625 -0.0457,0.41198 0.0457,0.36625 0.0913,0.36625 0.18302,0.32051 0.22822,0.2748 0.27431,0.27479 0.36559,0.18291 0.31995,0.0915 0.41124,0.0457 0.36559,-0.0457 0.36602,-0.0915 0.36559,-0.18291 0.27388,-0.27479 0.22865,-0.2748 0.18302,-0.32051 0.0913,-0.36625 0.0456,-0.36625 -0.0456,-0.41198 -0.0913,-0.36625 -0.18302,-0.32052 -0.22865,-0.27479 -0.27388,-0.22907 -0.36559,-0.18291 -0.36602,-0.13761 z"
d="m 124.47836,136.44747 -0.58069,0.0645 -0.45178,0.19431 -0.51622,0.25828 -0.38734,0.32345 -0.32225,0.38802 -0.25843,0.45258 -0.12892,0.51716 -0.0645,0.58173 0.0645,0.51716 0.12892,0.51716 0.25843,0.45257 0.32225,0.38802 0.38734,0.38802 0.51622,0.25827 0.45178,0.1292 0.58069,0.0645 0.51622,-0.0645 0.51684,-0.1292 0.51622,-0.25827 0.38673,-0.38802 0.32286,-0.38802 0.25843,-0.45257 0.12892,-0.51716 0.0644,-0.51716 -0.0644,-0.58173 -0.12892,-0.51716 -0.25843,-0.45258 -0.32286,-0.38802 -0.38673,-0.32345 -0.51622,-0.25828 -0.51684,-0.19431 z"
id="path38"
inkscape:connector-curvature="0"
style="fill:#f23548;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#f23548;fill-rule:evenodd;stroke:none;stroke-width:0.37360093;stroke-linecap:square;stroke-miterlimit:10" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@@ -9,9 +9,9 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="118.59245"
height="92.943184"
viewBox="0 0 31.377586 24.591218"
width="180"
height="180"
viewBox="0 0 47.624999 47.625001"
version="1.1"
id="svg4114"
inkscape:version="0.92.2 2405546, 2018-03-11"
@@ -26,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="830.72416"
inkscape:cy="-99.243823"
inkscape:cx="371.42811"
inkscape:cy="-76.527355"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
@@ -57,16 +57,16 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(253.05767,-97.983847)">
transform="translate(261.18142,-80.960463)">
<path
d="m -241.50889,106.63784 0.2804,0.0306 0.27914,0.0319 0.2804,0.0625 0.24982,0.093 0.27914,0.12491 0.24981,0.15549 0.21795,0.15549 0.21796,0.21794 0.21795,0.21795 0.15551,0.21793 0.15549,0.24853 0.12491,0.2804 0.0931,0.24853 0.0624,0.28039 0.0306,0.2804 v 0.28039 0.27912 l -0.0306,0.2498 -0.0624,0.2804 -0.0931,0.27912 -0.12491,0.2498 -0.15549,0.24852 -0.15551,0.24981 -0.21795,0.21795 -0.21796,0.18607 -0.21795,0.18735 -0.24981,0.12363 -0.27914,0.12491 -0.24982,0.093 -0.2804,0.0624 -0.27914,0.0319 -0.2804,0.0306 -0.28041,-0.0306 -0.28041,-0.0319 -0.24855,-0.0624 -0.28041,-0.0931 -0.24854,-0.1249 -0.24982,-0.12363 -0.24854,-0.18735 -0.21795,-0.18607 -0.18737,-0.21795 -0.18609,-0.24981 -0.12491,-0.24852 -0.12491,-0.24981 -0.093,-0.27912 -0.0625,-0.28039 -0.0625,-0.2498 v -0.27912 -0.2804 l 0.0625,-0.28039 0.0625,-0.28039 0.093,-0.24853 0.12491,-0.2804 0.12491,-0.24853 0.18609,-0.21793 0.18737,-0.21795 0.21795,-0.21794 0.24854,-0.1555 0.24982,-0.15548 0.24854,-0.12491 0.28041,-0.093 0.24855,-0.0625 0.28041,-0.0319 z m -0.62328,-6.00807 -0.1555,0.0319 -0.15549,0.0306 -0.15551,0.093 -0.1249,0.0943 -0.12364,0.12363 -0.0943,0.1249 -0.0625,0.15549 -0.0306,0.15549 -0.21795,1.83657 -0.37346,0.12491 -0.37345,0.15549 -0.34287,0.15549 -0.34158,0.18735 -1.46322,-1.15215 -0.15551,-0.0931 -0.15549,-0.0624 -0.15678,-0.0319 h -0.311 l -0.18608,0.0625 -0.12491,0.0943 -0.12491,0.093 -0.87182,0.87177 -0.12363,0.12363 -0.0625,0.15676 -0.0624,0.15549 -0.0306,0.1555 v 0.18607 l 0.0306,0.15549 0.0624,0.15677 0.0931,0.12363 1.15222,1.46314 -0.18736,0.34284 -0.15551,0.37344 -0.1249,0.37343 -0.12364,0.37343 -1.83667,0.18736 -0.1555,0.0612 -0.1555,0.0625 -0.15677,0.093 -0.12364,0.0943 -0.093,0.15549 -0.0625,0.1249 -0.0624,0.18608 v 0.15549 1.21461 0.18608 l 0.0624,0.15549 0.0625,0.15549 0.093,0.12491 0.12364,0.1249 0.15677,0.093 0.1555,0.0625 0.1555,0.0306 1.83667,0.21795 0.12364,0.37342 0.1249,0.34285 0.15551,0.37343 0.18736,0.34285 -1.15222,1.46313 -0.0931,0.1555 -0.0624,0.15549 -0.0306,0.15549 v 0.15549 l 0.0306,0.15549 0.0624,0.15549 0.0625,0.15676 0.12363,0.12363 0.87182,0.87177 0.12491,0.1249 0.12491,0.0624 0.18608,0.0612 0.1555,0.0319 h 0.1555 l 0.15678,-0.0624 0.15549,-0.0624 0.15551,-0.0625 1.46322,-1.15088 0.34158,0.15549 0.34287,0.18608 0.37345,0.1249 0.37346,0.1249 0.21795,1.83657 0.0306,0.15549 0.0625,0.1555 0.0943,0.15549 0.12364,0.12491 0.1249,0.093 0.15551,0.0624 0.15549,0.0624 h 1.55627 l 0.18736,-0.0624 0.12491,-0.0624 0.1555,-0.093 0.093,-0.12491 0.0931,-0.15549 0.0625,-0.1555 0.0319,-0.15549 0.21668,-1.83657 0.37472,-0.1249 0.37345,-0.1249 0.37346,-0.18608 0.34159,-0.15549 1.46322,1.15088 0.12491,0.0625 0.1555,0.0624 0.1555,0.0624 h 0.18737 l 0.15549,-0.0319 0.1555,-0.0612 0.1555,-0.0624 0.12491,-0.1249 0.87181,-0.87177 0.093,-0.12363 0.0931,-0.15676 0.0319,-0.15549 0.0306,-0.15549 v -0.15549 l -0.0306,-0.15549 -0.0624,-0.15549 -0.0943,-0.1555 -1.15094,-1.46313 0.18609,-0.34285 0.1555,-0.37343 0.15677,-0.34285 0.093,-0.37342 1.86726,-0.21795 0.1555,-0.0306 0.15551,-0.0625 0.1249,-0.093 0.12491,-0.1249 0.093,-0.12491 0.0931,-0.15549 0.0319,-0.15549 0.0306,-0.18608 v -1.21461 l -0.0306,-0.15549 -0.0319,-0.18608 -0.0931,-0.1249 -0.093,-0.15549 -0.12491,-0.0943 -0.1249,-0.093 -0.15551,-0.0625 -0.15549,-0.0612 -1.86727,-0.18736 -0.093,-0.37343 -0.15677,-0.37343 -0.1555,-0.37344 -0.18609,-0.34284 1.15094,-1.46314 0.0943,-0.12363 0.0624,-0.15677 0.0306,-0.15549 v -0.18607 l -0.0306,-0.1555 -0.0319,-0.15549 -0.0931,-0.15676 -0.093,-0.12363 -0.87181,-0.87177 -0.12491,-0.093 -0.1555,-0.0943 -0.1555,-0.0625 h -0.34286 l -0.1555,0.0319 -0.1555,0.0624 -0.12491,0.093 -1.46322,1.15216 -0.34159,-0.18735 -0.37346,-0.15549 -0.37345,-0.15549 -0.37472,-0.12491 -0.21668,-1.83657 -0.0319,-0.15549 -0.0625,-0.15549 -0.0931,-0.1249 -0.093,-0.12363 -0.1555,-0.0943 -0.12491,-0.093 -0.18736,-0.0306 -0.1555,-0.0319 z"
d="m -244.08746,99.078023 0.45504,0.0497 0.453,0.0518 0.45505,0.10142 0.40542,0.15093 0.453,0.20271 0.4054,0.25233 0.3537,0.252337 0.35371,0.35368 0.3537,0.3537 0.25237,0.35367 0.25233,0.40332 0.20271,0.45505 0.15109,0.40332 0.10126,0.45503 0.0497,0.45504 v 0.45503 0.45297 l -0.0497,0.40539 -0.10126,0.45504 -0.15109,0.45297 -0.20271,0.40539 -0.25233,0.4033 -0.25237,0.40541 -0.3537,0.35369 -0.35371,0.30197 -0.3537,0.30404 -0.4054,0.20063 -0.453,0.20271 -0.40542,0.15092 -0.45505,0.10127 -0.453,0.0518 -0.45504,0.0496 -0.45506,-0.0496 -0.45507,-0.0518 -0.40335,-0.10127 -0.45506,-0.15108 -0.40335,-0.2027 -0.40541,-0.20063 -0.40335,-0.30404 -0.35369,-0.30196 -0.30408,-0.3537 -0.30199,-0.4054 -0.20271,-0.40331 -0.20271,-0.4054 -0.15092,-0.45297 -0.10143,-0.45503 -0.10143,-0.40539 v -0.45296 -0.45505 l 0.10143,-0.45503 0.10143,-0.45503 0.15092,-0.40332 0.20271,-0.45505 0.20271,-0.40332 0.30199,-0.35367 0.30408,-0.3537 0.35369,-0.35368 0.40335,-0.252347 0.40541,-0.25232 0.40335,-0.20271 0.45506,-0.15092 0.40335,-0.10143 0.45507,-0.0518 z m -1.01149,-9.750152 -0.25235,0.05177 -0.25234,0.04966 -0.25236,0.150924 -0.2027,0.153034 -0.20065,0.200632 -0.15303,0.202693 -0.10143,0.252336 -0.0497,0.252336 -0.35369,2.980463 -0.60607,0.20271 -0.60605,0.252335 -0.55643,0.252336 -0.55433,0.304039 -2.37457,-1.869757 -0.25237,-0.151087 -0.25234,-0.101265 -0.25442,-0.05177 h -0.50471 l -0.30198,0.101428 -0.20271,0.153034 -0.20271,0.150924 -1.41482,1.414745 -0.20063,0.200632 -0.10143,0.2544 -0.10127,0.25233 -0.0497,0.25235 v 0.30197 l 0.0497,0.25233 0.10127,0.25441 0.15109,0.20064 1.86987,2.37444 -0.30406,0.55638 -0.25237,0.60603 -0.20269,0.606017 -0.20065,0.60602 -2.98062,0.30405 -0.25236,0.0993 -0.25235,0.10143 -0.25441,0.15092 -0.20065,0.15304 -0.15092,0.25233 -0.10143,0.2027 -0.10127,0.30197 v 0.25234 1.97112 0.30198 l 0.10127,0.25233 0.10143,0.25234 0.15092,0.20271 0.20065,0.20269 0.25441,0.15093 0.25235,0.10142 0.25236,0.0497 2.98062,0.3537 0.20065,0.606 0.20269,0.5564 0.25237,0.60601 0.30406,0.55639 -1.86987,2.37443 -0.15109,0.25236 -0.10127,0.25233 -0.0497,0.25234 v 0.25233 l 0.0497,0.25234 0.10127,0.25233 0.10143,0.2544 0.20063,0.20063 1.41482,1.41475 0.20271,0.20269 0.20271,0.10127 0.30198,0.0993 0.25235,0.0518 h 0.25236 l 0.25442,-0.10126 0.25234,-0.10127 0.25237,-0.10142 2.37457,-1.8677 0.55433,0.25233 0.55643,0.30198 0.60605,0.2027 0.60607,0.20269 0.35369,2.98046 0.0497,0.25234 0.10143,0.25235 0.15303,0.25234 0.20065,0.20271 0.2027,0.15092 0.25236,0.10126 0.25234,0.10127 h 2.52558 l 0.30406,-0.10127 0.20271,-0.10126 0.25235,-0.15092 0.15092,-0.20271 0.15109,-0.25234 0.10143,-0.25235 0.0518,-0.25234 0.35164,-2.98046 0.60811,-0.20269 0.60605,-0.2027 0.60607,-0.30198 0.55435,-0.25233 2.37457,1.8677 0.20271,0.10142 0.25235,0.10127 0.25236,0.10126 h 0.30407 l 0.25233,-0.0518 0.25236,-0.0993 0.25235,-0.10127 0.20271,-0.20269 1.41481,-1.41475 0.15092,-0.20063 0.15109,-0.2544 0.0518,-0.25233 0.0497,-0.25234 v -0.25233 l -0.0497,-0.25234 -0.10127,-0.25233 -0.15303,-0.25236 -1.8678,-2.37443 0.302,-0.55639 0.25235,-0.60601 0.25441,-0.5564 0.15093,-0.606 3.03027,-0.3537 0.25235,-0.0497 0.25237,-0.10142 0.20269,-0.15093 0.20271,-0.20269 0.15092,-0.20271 0.15109,-0.25234 0.0518,-0.25233 0.0497,-0.30198 v -1.97112 l -0.0497,-0.25234 -0.0518,-0.30197 -0.15109,-0.2027 -0.15092,-0.25233 -0.20271,-0.15304 -0.20269,-0.15092 -0.25237,-0.10143 -0.25234,-0.0993 -3.03028,-0.30405 -0.15093,-0.60602 -0.25441,-0.606017 -0.25235,-0.60603 -0.302,-0.55638 1.8678,-2.37444 0.15303,-0.20064 0.10127,-0.25441 0.0497,-0.25233 v -0.30197 l -0.0497,-0.25235 -0.0518,-0.25233 -0.15109,-0.2544 -0.15092,-0.200632 -1.41481,-1.414745 -0.20271,-0.150924 -0.25235,-0.153034 -0.25236,-0.101428 h -0.5564 l -0.25236,0.05177 -0.25235,0.101265 -0.20271,0.150924 -2.37457,1.869774 -0.55435,-0.304039 -0.60607,-0.252336 -0.60605,-0.252336 -0.60811,-0.202709 -0.35164,-2.980463 -0.0518,-0.252336 -0.10143,-0.252336 -0.15109,-0.202693 -0.15092,-0.200632 -0.25235,-0.153034 -0.20271,-0.150924 -0.30406,-0.04966 -0.25235,-0.05177 z"
id="path48"
inkscape:connector-curvature="0"
style="fill:#691fdd;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#691fdd;fill-rule:evenodd;stroke:none;stroke-width:0.42937699;stroke-linecap:square;stroke-miterlimit:10" />
<path
d="m -229.46153,112.70707 0.21667,0.0319 h 0.21796 l 0.18736,0.0624 0.21796,0.0624 0.18608,0.093 0.18737,0.093 0.18737,0.1249 0.15549,0.15549 0.1555,0.12491 0.12364,0.18607 0.0943,0.1555 0.093,0.18735 0.0931,0.18608 0.0319,0.21794 0.0306,0.18736 0.0319,0.21794 v 0.18608 l -0.0319,0.21794 -0.0306,0.21794 -0.0625,0.18735 -0.093,0.21795 -0.12492,0.18607 -0.12491,0.1555 -0.12362,0.18735 -0.15678,0.1249 -0.1555,0.12363 -0.18609,0.1249 -0.18736,0.093 -0.1861,0.0625 -0.18735,0.0624 -0.21796,0.0306 -0.18609,0.0319 -0.21795,-0.0319 h -0.21796 l -0.18736,-0.0612 -0.21795,-0.0625 -0.18609,-0.0943 -0.18737,-0.093 -0.18608,-0.1249 -0.15678,-0.15549 -0.1555,-0.12362 -0.12363,-0.18736 -0.0943,-0.15549 -0.093,-0.18735 -0.093,-0.18608 -0.0319,-0.21795 -0.0612,-0.18735 v -0.21794 -0.18608 l 0.0306,-0.21793 0.0306,-0.21795 0.0625,-0.18735 0.0943,-0.21795 0.12364,-0.18607 0.12491,-0.15549 0.12491,-0.18736 0.1555,-0.12363 0.1555,-0.1249 0.18609,-0.1249 0.18736,-0.093 0.18609,-0.0624 0.18736,-0.0625 0.21795,-0.0306 z m -1.12164,-2.92501 -0.093,0.0306 -0.68446,0.21794 -0.0943,0.0306 -0.093,0.0625 -0.12491,0.15549 -0.0612,0.18735 v 0.093 0.093 l 0.311,1.46314 -0.21795,0.1555 -0.18737,0.18735 -1.3689,-0.52892 h -0.0943 l -0.12363,-0.0319 -0.18737,0.0624 -0.1555,0.0943 -0.0624,0.0612 -0.0625,0.0943 -0.311,0.62196 -0.0306,0.093 -0.0319,0.0943 0.0319,0.21794 0.0625,0.1555 0.0612,0.093 0.0943,0.0624 1.24527,0.80931 -0.0319,0.24853 -0.0306,0.28039 -1.33832,0.62197 -0.0625,0.0319 -0.093,0.0625 -0.0943,0.18608 -0.0624,0.18735 0.0319,0.093 v 0.093 l 0.24855,0.68568 0.0319,0.0625 0.0612,0.093 0.12491,0.12363 0.18737,0.0624 h 0.18608 l 1.46323,-0.31098 0.15549,0.21794 0.18736,0.18736 -0.49836,1.40069 -0.0306,0.093 v 0.093 l 0.0306,0.18735 0.0931,0.15549 0.0943,0.0624 0.0612,0.0624 0.65386,0.31099 0.0943,0.0624 h 0.27913 l 0.18737,-0.0943 0.0625,-0.0624 0.0625,-0.0612 0.80936,-1.2452 0.27913,0.0306 h 0.24982 l 0.622,1.33824 0.0625,0.0943 0.0625,0.0612 0.15549,0.0943 0.18737,0.0624 h 0.093 l 0.093,-0.0319 0.68445,-0.21794 0.0943,-0.0306 0.0625,-0.0625 0.12364,-0.15549 0.0943,-0.18735 v -0.093 -0.093 l -0.31227,-1.46314 0.18736,-0.15549 0.21796,-0.18736 1.3689,0.52893 h 0.0943 l 0.093,0.0319 0.18609,-0.0624 0.18736,-0.093 0.0625,-0.0624 0.0624,-0.093 0.311,-0.65383 0.0306,-0.0624 0.0319,-0.12491 -0.0319,-0.18607 -0.093,-0.15676 -0.0624,-0.093 -0.0625,-0.0624 -1.24528,-0.80932 0.0319,-0.24853 v -0.2804 l 1.33832,-0.62196 0.093,-0.0319 0.0943,-0.0624 0.093,-0.18608 0.0306,-0.18736 v -0.093 -0.093 l -0.24855,-0.68441 -0.0306,-0.0943 -0.0625,-0.0624 -0.1555,-0.12363 -0.15677,-0.0624 h -0.21796 l -1.43135,0.31099 -0.15551,-0.21794 -0.18736,-0.18608 0.49837,-1.4007 0.0319,-0.0943 v -0.093 l -0.0319,-0.18735 -0.12492,-0.15549 -0.0612,-0.093 -0.0625,-0.0306 -0.65386,-0.34285 -0.093,-0.0306 h -0.28042 l -0.18736,0.093 -0.0625,0.0624 -0.0612,0.0625 -0.80937,1.24392 -0.28041,-0.0306 h -0.24981 l -0.622,-1.33823 -0.0625,-0.0931 -0.0625,-0.0624 -0.15551,-0.0943 -0.18608,-0.0612 z"
d="m -224.5365,108.92742 0.35162,0.0518 h 0.35372 l 0.30405,0.10127 0.35372,0.10126 0.30198,0.15092 0.30407,0.15093 0.30407,0.20269 0.25234,0.25234 0.25235,0.20271 0.20065,0.30196 0.15303,0.25235 0.15092,0.30404 0.15109,0.30198 0.0518,0.35368 0.0497,0.30406 0.0518,0.35368 v 0.30198 l -0.0518,0.35368 -0.0497,0.35368 -0.10143,0.30404 -0.15092,0.3537 -0.20273,0.30196 -0.20271,0.25235 -0.20061,0.30404 -0.25443,0.2027 -0.25235,0.20063 -0.302,0.20269 -0.30405,0.15093 -0.30201,0.10142 -0.30404,0.10127 -0.35372,0.0497 -0.30199,0.0518 -0.3537,-0.0518 h -0.35372 l -0.30405,-0.0993 -0.3537,-0.10143 -0.302,-0.15303 -0.30407,-0.15093 -0.30198,-0.20269 -0.25443,-0.25233 -0.25235,-0.20062 -0.20063,-0.30406 -0.15303,-0.25233 -0.15093,-0.30404 -0.15092,-0.30198 -0.0518,-0.3537 -0.0993,-0.30404 v -0.35368 -0.30198 l 0.0497,-0.35366 0.0497,-0.3537 0.10143,-0.30404 0.15303,-0.3537 0.20065,-0.30196 0.20271,-0.25234 0.20271,-0.30405 0.25235,-0.20064 0.25235,-0.20269 0.302,-0.20269 0.30405,-0.15093 0.302,-0.10126 0.30405,-0.10143 0.3537,-0.0497 z m -1.82024,-4.74683 -0.15093,0.0497 -1.11077,0.35368 -0.15303,0.0497 -0.15093,0.10143 -0.20271,0.25233 -0.0993,0.30404 v 0.15093 0.15092 l 0.5047,2.37445 -0.3537,0.25235 -0.30407,0.30404 -2.22151,-0.85835 h -0.15303 l -0.20063,-0.0518 -0.30408,0.10126 -0.25235,0.15304 -0.10126,0.0993 -0.10143,0.15304 -0.50471,1.00934 -0.0497,0.15093 -0.0518,0.15303 0.0518,0.35368 0.10142,0.25235 0.0993,0.15093 0.15303,0.10126 2.02088,1.31339 -0.0518,0.40332 -0.0497,0.45503 -2.17188,1.00936 -0.10143,0.0518 -0.15092,0.10143 -0.15303,0.30197 -0.10127,0.30404 0.0518,0.15093 v 0.15092 l 0.40336,1.11275 0.0518,0.10143 0.0993,0.15092 0.20271,0.20064 0.30407,0.10126 h 0.30198 l 2.37459,-0.50467 0.25234,0.35368 0.30406,0.30406 -0.80876,2.2731 -0.0497,0.15092 v 0.15093 l 0.0497,0.30404 0.15108,0.25233 0.15304,0.10127 0.0993,0.10126 1.06112,0.50469 0.15303,0.10127 h 0.45298 l 0.30408,-0.15304 0.10142,-0.10126 0.10143,-0.0993 1.31347,-2.02077 0.45298,0.0497 h 0.40542 l 1.00941,2.17176 0.10142,0.15303 0.10143,0.0993 0.25234,0.15303 0.30407,0.10127 h 0.15092 l 0.15093,-0.0518 1.11075,-0.35368 0.15304,-0.0497 0.10142,-0.10143 0.20065,-0.25234 0.15304,-0.30404 v -0.15092 -0.15092 l -0.50677,-2.37445 0.30406,-0.25233 0.35371,-0.30406 2.22151,0.85837 h 0.15303 l 0.15093,0.0518 0.30199,-0.10127 0.30406,-0.15092 0.10143,-0.10127 0.10126,-0.15092 0.50471,-1.06106 0.0496,-0.10127 0.0518,-0.20271 -0.0518,-0.30196 -0.15092,-0.2544 -0.10127,-0.15092 -0.10142,-0.10127 -2.0209,-1.3134 0.0518,-0.40332 v -0.45505 l 2.17189,-1.00934 0.15092,-0.0518 0.15303,-0.10126 0.15093,-0.30198 0.0497,-0.30406 v -0.15092 -0.15093 l -0.40336,-1.11069 -0.0497,-0.15303 -0.10143,-0.10127 -0.25235,-0.20063 -0.25441,-0.10126 h -0.35372 l -2.32285,0.50469 -0.25237,-0.35369 -0.30406,-0.30198 0.80878,-2.27311 0.0518,-0.15303 v -0.15093 l -0.0518,-0.30404 -0.20273,-0.25233 -0.0993,-0.15093 -0.10143,-0.0497 -1.06111,-0.55639 -0.15093,-0.0497 h -0.45507 l -0.30406,0.15093 -0.10143,0.10126 -0.0993,0.10143 -1.31348,2.01869 -0.45506,-0.0497 h -0.4054 l -1.00941,-2.17174 -0.10142,-0.15109 -0.10143,-0.10126 -0.25237,-0.15304 -0.30198,-0.0993 z"
id="path50"
inkscape:connector-curvature="0"
style="fill:#691fdd;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#691fdd;fill-rule:evenodd;stroke:none;stroke-width:0.42937699;stroke-linecap:square;stroke-miterlimit:10" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@@ -9,9 +9,9 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="114.23917"
height="89.102867"
viewBox="0 0 30.225781 23.575134"
width="180"
height="180"
viewBox="0 0 47.625003 47.625001"
version="1.1"
id="svg3985"
inkscape:version="0.92.2 2405546, 2018-03-11"
@@ -26,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="148.54816"
inkscape:cy="-512.59139"
inkscape:cx="-308.57141"
inkscape:cy="-488.48115"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
@@ -57,16 +57,16 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(72.565271,10.364948)">
transform="translate(81.264883,28.035645)">
<path
d="m -69.415859,-7.7191145 -0.100439,0.067426 -0.134842,0.034401 -0.100438,0.100449 -0.06742,0.1004544 -0.06604,0.1004491 -0.0344,0.1348528 V -7.046232 9.8914669 10.026317 l 0.0344,0.13348 0.06604,0.101825 0.06742,0.100451 0.100438,0.100449 0.134842,0.0344 0.100439,0.06743 h 23.926948 l 0.100444,-0.06743 0.134837,-0.0344 0.100446,-0.100449 0.06741,-0.100451 0.06742,-0.101825 0.03303,-0.13348 V 9.8914675 9.7566145 l -0.03303,-0.133477 -0.06742,-0.101827 -0.06741,-0.100449 -0.100446,-0.100452 -0.134837,-0.0344 -0.100444,-0.06605 H -68.57518 V -7.0462314 l -0.03302,-0.1348502 -0.0344,-0.1348528 -0.06742,-0.1004491 -0.06741,-0.1004544 -0.100446,-0.100449 -0.133462,-0.034401 -0.101811,-0.067426 z"
d="m -77.764064,-19.389953 -0.170527,0.114477 -0.228936,0.05841 -0.170524,0.170543 -0.114466,0.170553 -0.112123,0.170543 -0.05841,0.228953 v 0.228951 28.756953 0.228949 l 0.05841,0.226623 0.112123,0.17288 0.114466,0.170546 0.170524,0.170543 0.228936,0.0584 0.170527,0.114483 h 40.623353 l 0.170534,-0.114483 0.228927,-0.0584 0.170539,-0.170543 0.114449,-0.170546 0.114466,-0.17288 0.05608,-0.226623 v -0.228948 -0.228955 l -0.05608,-0.226618 -0.114466,-0.1728817 -0.114449,-0.170544 -0.170539,-0.170548 -0.228927,-0.05841 -0.170534,-0.11214 H -76.336754 V -18.247528 l -0.05606,-0.22895 -0.0584,-0.228954 -0.114466,-0.170543 -0.114449,-0.170552 -0.170538,-0.170543 -0.226593,-0.05841 -0.172856,-0.114476 z"
id="path44"
inkscape:connector-curvature="0"
style="fill:#691fdd;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#691fdd;fill-rule:evenodd;stroke:none;stroke-width:0.4492116;stroke-linecap:square;stroke-miterlimit:10" />
<path
d="m -47.874725,-6.2728941 -0.169233,0.066048 -0.167867,0.067426 -0.133462,0.1348502 -0.101811,0.1348528 -0.100447,0.1678808 -0.03301,0.1678755 -0.0344,0.2008981 0.0344,0.2022819 0.06741,0.2353019 -4.100187,4.63726215 -0.202256,-0.067426 -0.200885,-0.033025 -0.23528,0.033025 -1.041556,-1.81362625 0.100438,-0.1348501 0.06742,-0.1348502 0.03302,-0.1678782 v -0.1678781 -0.2022766 l -0.06742,-0.1678755 -0.06605,-0.1678807 -0.134836,-0.1334744 -0.134835,-0.1018275 -0.167859,-0.1004491 -0.167868,-0.033028 -0.202258,-0.034399 -0.16786,0.034399 -0.200874,0.033028 -0.134845,0.1004491 -0.134834,0.1018275 -0.133461,0.1334744 -0.06742,0.1678807 -0.06742,0.1678755 -0.03301,0.2022766 0.03301,0.1348502 0.03303,0.1678808 0.0344,0.1348502 0.06742,0.1004517 -3.394361,5.1078662 -0.167857,-0.03302 h -0.370128 l -0.23528,0.100446 -1.712995,-1.8149966 0.06742,-0.20090335 v -0.2022793 -0.2022766 l -0.06742,-0.1678781 -0.06742,-0.1678755 -0.134834,-0.1334796 -0.133464,-0.1018275 -0.169238,-0.1004491 -0.16786,-0.0330253 -0.200885,-0.0344011 -0.167859,0.0344011 -0.202258,0.0330253 -0.134835,0.1004491 -0.133461,0.1018275 -0.134845,0.1334796 -0.06741,0.1678755 -0.06742,0.1678781 -0.03303,0.2022766 0.03303,0.2353019 0.10182,0.23530715 -4.738616,5.6789192 -0.06741,0.101832 v 0.133475 l 0.0344,0.13485 0.100438,0.100449 0.100439,0.06743 h 0.100446 l 0.134834,-0.03303 0.134843,-0.06742 4.704212,-5.7133274 0.16786,0.067432 h 0.134834 l 0.200885,-0.034401 0.167859,-0.033031 1.781795,1.8480274 -0.0344,0.167875 v 0.169252 0.16788 l 0.06742,0.167876 0.101809,0.167875 0.100446,0.134856 0.133464,0.133474 0.169232,0.06743 0.16786,0.06743 0.200882,0.03302 0.202258,-0.03302 0.16786,-0.06743 0.167859,-0.06743 0.134843,-0.133474 0.100438,-0.134856 0.100439,-0.167875 0.03439,-0.167876 0.03303,-0.16788 -0.03303,-0.269701 -0.101809,-0.200901 3.461772,-5.1766703 0.200874,0.034401 h 0.134845 l 1.075952,1.88242315 -0.101812,0.2353045 -0.03303,0.1334744 v 0.1348499 0.2009034 l 0.06742,0.1692514 0.06741,0.16787805 0.133461,0.133477 0.134845,0.1348528 0.167859,0.067424 0.16786,0.067426 h 0.370115 l 0.202258,-0.067426 0.133461,-0.067424 0.134843,-0.1348528 0.134836,-0.133477 0.06604,-0.16787805 0.06742,-0.1692514 0.0344,-0.2009034 -0.0344,-0.1678755 -0.03303,-0.1678754 4.133221,-4.70606445 0.167859,0.034401 0.16786,0.033025 0.202255,-0.033025 0.16786,-0.067426 0.167859,-0.067426 0.134837,-0.1348502 0.100444,-0.1334797 0.100439,-0.1348501 0.0344,-0.2009008 0.03302,-0.1692566 -0.033,-0.2009015 -0.0344,-0.1678755 -0.100436,-0.1678781 -0.100444,-0.1348528 -0.134837,-0.1348502 -0.167859,-0.067426 -0.16786,-0.066048 z"
d="m -41.191365,-16.934549 -0.287324,0.112137 -0.285006,0.114477 -0.226593,0.22895 -0.172855,0.228954 -0.17054,0.285029 -0.05604,0.28502 -0.0584,0.341086 0.0584,0.343436 0.114449,0.399498 -6.961328,7.8731786 -0.343392,-0.1144765 -0.341064,-0.05607 -0.399461,0.05607 -1.768361,-3.0791883 0.170524,-0.2289498 0.114467,-0.228949 0.05606,-0.285025 v -0.285025 -0.343427 l -0.114466,-0.28502 -0.11214,-0.285029 -0.228926,-0.226614 -0.228924,-0.172883 -0.284992,-0.170544 -0.285008,-0.05608 -0.343394,-0.0584 -0.284995,0.0584 -0.341045,0.05608 -0.228941,0.170544 -0.228922,0.172883 -0.226591,0.226614 -0.114466,0.285029 -0.114467,0.28502 -0.05604,0.343427 0.05604,0.22895 0.05608,0.285029 0.05841,0.22895 0.114466,0.170547 -5.762972,8.6721742 -0.284988,-0.056061 h -0.628406 l -0.399461,0.1705379 -2.908336,-3.0815149 0.114467,-0.3410952 v -0.3434319 -0.3434268 l -0.114467,-0.2850247 -0.114466,-0.2850203 -0.228922,-0.2266226 -0.226596,-0.1728836 -0.287334,-0.1705432 -0.284994,-0.05607 -0.341064,-0.058406 -0.284992,0.058406 -0.343395,0.05607 -0.228924,0.1705432 -0.226591,0.1728836 -0.228941,0.2266226 -0.114449,0.2850203 -0.114467,0.2850247 -0.05608,0.3434268 0.05608,0.3994973 0.172871,0.3995063 -8.045258,9.6417126 -0.114449,0.17289 v 0.226615 l 0.0584,0.22895 0.170524,0.170543 0.170527,0.114483 h 0.170537 l 0.228923,-0.05608 0.228937,-0.114465 7.986847,-9.7001312 0.284993,0.1144865 h 0.228923 l 0.341064,-0.058406 0.284992,-0.05608 3.025145,3.13759493 -0.05841,0.2850195 v 0.2873573 0.2850279 l 0.114466,0.2850211 0.172853,0.28501947 0.170537,0.2289596 0.226597,0.2266131 0.287323,0.1144832 0.284994,0.1144832 0.34106,0.056061 0.343394,-0.056061 0.284994,-0.1144832 0.284993,-0.1144832 0.228937,-0.2266131 0.170524,-0.2289596 0.170526,-0.28501947 0.05839,-0.2850211 0.05608,-0.2850279 -0.05608,-0.4579004 -0.172851,-0.3410913 5.877422,-8.78898993 0.341045,0.058406 h 0.228942 l 1.826759,3.1959923 -0.172857,0.3995018 -0.05608,0.2266139 v 0.2289492 0.3410953 l 0.114465,0.2873563 0.11445,0.2850246 0.226591,0.2266182 0.228941,0.2289541 0.284992,0.114473 0.284994,0.1144763 h 0.628384 l 0.343396,-0.1144763 0.226591,-0.114473 0.228937,-0.2289541 0.228926,-0.2266182 0.112122,-0.2850246 0.114467,-0.2873563 0.05841,-0.3410953 -0.05841,-0.2850203 -0.05608,-0.2850202 7.017414,-7.9899914 0.284992,0.05841 0.284995,0.05607 0.343389,-0.05607 0.284995,-0.114477 0.284992,-0.114476 0.228927,-0.22895 0.170535,-0.226623 0.170526,-0.22895 0.05841,-0.34109 0.05606,-0.287366 -0.05603,-0.341092 -0.05841,-0.28502 -0.170521,-0.285024 -0.170535,-0.228955 -0.228928,-0.228949 -0.284991,-0.114477 -0.284995,-0.112137 z"
id="path46"
inkscape:connector-curvature="0"
style="fill:#691fdd;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#691fdd;fill-rule:evenodd;stroke:none;stroke-width:0.4492116;stroke-linecap:square;stroke-miterlimit:10" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@@ -9,9 +9,9 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="135.95256"
height="123.5759"
viewBox="0 0 35.970781 32.696124"
width="180"
height="180"
viewBox="0 0 47.624999 47.625002"
version="1.1"
id="svg3942"
inkscape:version="0.92.2 2405546, 2018-03-11"
@@ -26,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="133.69057"
inkscape:cy="-475.35488"
inkscape:cx="-334.28571"
inkscape:cy="-455.68198"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
@@ -57,11 +57,11 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(68.6342,9.6337761)">
transform="translate(74.46131,19.357531)">
<path
d="m -47.627683,-3.1736936 0.23445,0.64525 0.352224,0.5285316 0.117223,0.1756278 0.175554,0.2350876 -1.231675,2.05357151 -0.23445,-0.1172687 -0.527778,-0.293444 -5.338368,-3.05118031 0.05889,-0.1761755 z m 3.988919,2.28866171 3.050024,5.33983409 -0.117224,0.117269 -5.690044,-3.1684467 -0.352224,-0.2350876 1.232233,-2.05356879 0.351674,0.1172633 0.586666,0.058912 0.469447,-0.058912 z m -11.145637,-0.88034281 4.986145,2.8755525 0.938347,0.4690719 0.176112,0.1178216 -1.466673,2.4642839 -1.055573,1.81904 h -8.564499 l -0.176112,-0.469077 -0.23445,-0.410716 -0.234444,-0.352351 -0.352224,-0.351808 2.874465,-5.22311859 0.410556,0.0589068 0.410562,0.0589122 0.352219,-0.0589122 0.293338,-0.0589068 0.645006,-0.17562781 0.527786,-0.3523562 z m 7.332279,4.166608 0.352224,0.2345346 5.690037,3.1689993 -0.05889,0.175628 h -8.095056 z m -4.63392,4.9880309 -2.052799,3.5208048 -3.402248,-1.9952148 -2.287791,-1.291053 0.05834,-0.234537 z m -8.446733,1.466683 1.93557,1.114872 3.753916,2.1713938 -1.290012,2.17139 -0.469443,-0.117269 -0.469445,-0.05891 -0.410562,0.05891 -0.410556,0.05836 -1.760011,-3.168446 -1.114454,-2.0541218 z m 19.064025,-1.466683 0.117227,0.469072 0.234997,0.410715 0.23445,0.352356 0.293336,0.351804 -3.050024,5.3403918 -0.469448,-0.117269 -0.469447,-0.05891 -0.351674,0.05891 h -0.293327 l -0.586674,0.234535 -0.586674,0.293449 -0.46944,0.410713 -5.455044,-3.168999 -0.586674,-0.351803 2.463909,-4.2249648 z m -12.142305,5.4571078 0.586665,0.352356 5.455045,3.168444 -0.05834,0.176181 h -6.39393 l -0.176112,-0.469625 -0.176112,-0.410716 -0.23445,-0.351803 -0.293335,-0.293447 z m -3.461134,-19.8343148 -0.645009,0.058359 -0.586668,0.1761781 -0.527783,0.2934467 -0.469448,0.4107153 -0.352219,0.4107127 -0.293338,0.5868909 -0.175561,0.5868908 -0.05889,0.5868961 V -3.52605 l 0.05889,0.3523562 0.117223,0.2934467 0.117227,0.2934441 0.293335,0.5868908 0.469445,0.4690772 -2.874462,5.223118 -0.410562,-0.058906 -0.410557,-0.058913 -0.645559,0.058913 -0.586669,0.176175 -0.527783,0.293447 -0.469447,0.410712 -0.351669,0.469628 -0.293338,0.527979 -0.176112,0.586896 -0.117224,0.586891 0.117224,0.645252 0.176112,0.586891 0.293338,0.527984 0.351669,0.469622 0.469447,0.410713 0.527783,0.23454 0.586669,0.235087 0.645559,0.05836 0.410557,-0.05836 0.410562,-0.05891 1.290563,2.347569 1.583899,2.875002 -0.469445,0.469625 -0.293335,0.527984 -0.117227,0.352353 -0.117223,0.293444 -0.05889,0.351809 v 0.352356 l 0.05889,0.469072 0.05834,0.469622 0.234997,0.410716 0.23445,0.410712 0.293333,0.352356 0.351674,0.351806 0.352218,0.235085 0.469451,0.176181 0.52778,0.175628 0.527785,0.05891 0.527783,-0.05891 0.528331,-0.117269 0.468899,-0.23454 0.41111,-0.293444 0.410554,-0.352356 0.293335,-0.410715 0.23445,-0.469072 0.176112,-0.469622 h 6.393932 l 0.175564,0.469622 0.234998,0.469072 0.293335,0.410715 0.410554,0.352356 0.410562,0.293444 0.469448,0.23454 0.527785,0.117269 0.527778,0.05891 0.645559,-0.05891 0.586674,-0.175628 0.527778,-0.293444 0.4689,-0.411268 0.352221,-0.469072 0.29333,-0.527984 0.176112,-0.586891 0.05834,-0.586891 -0.05834,-0.704165 -0.176112,-0.58689 -0.29333,-0.527984 -0.410559,-0.469623 3.050024,-5.340387 0.469447,0.117819 0.469448,0.05836 0.586666,-0.05836 0.586671,-0.235087 0.527778,-0.23454 0.46945,-0.410713 0.410559,-0.469622 0.293338,-0.527984 0.175562,-0.586891 0.05889,-0.645252 -0.05889,-0.586891 -0.175562,-0.586896 -0.293338,-0.527979 -0.410559,-0.469628 -0.46945,-0.410712 -0.527778,-0.293447 -0.586671,-0.176175 -0.586666,-0.05891 -0.469448,0.05891 -0.469447,0.05891 -3.050024,-5.2814858 0.410559,-0.4696222 0.29333,-0.527984 0.176112,-0.6458029 0.05834,-0.6452473 -0.05834,-0.527984 -0.117218,-0.5285317 -0.176112,-0.4107153 -0.234998,-0.3518086 -0.23445,-0.293444 -0.469447,-0.4107154 -0.527786,-0.2934467 -0.645004,-0.2350849 -0.293335,-0.058359 h -0.352224 l -0.527778,0.058359 -0.527785,0.1178163 -0.469448,0.2345399 -0.410562,0.2934441 -0.410554,0.3518032 -0.293335,0.4107153 -0.234998,0.4696249 -0.175564,0.4696274 h -6.393932 l -0.176112,-0.4696274 -0.23445,-0.4696249 -0.293335,-0.4107153 -0.410554,-0.3518032 -0.41111,-0.2934441 -0.468899,-0.2345399 -0.528331,-0.1178163 z"
d="m -46.480034,-8.7548859 0.323512,0.8903634 0.486025,0.7293077 0.161753,0.242344 0.242243,0.324392 -1.699558,2.833671 -0.323512,-0.161816 -0.728267,-0.404916 -7.366279,-4.2102461 0.08126,-0.2431 z m 5.504208,3.1580661 4.208651,7.3683012 -0.161754,0.1618165 -7.851547,-4.3720587 -0.486025,-0.324392 1.700326,-2.833667 0.485267,0.161808 0.809525,0.08129 0.647778,-0.08129 z m -15.379582,-1.214763 6.880256,3.967902 1.294801,0.64726 0.243012,0.162579 -2.023825,3.4004031 -1.456558,2.5100475 h -11.817936 l -0.243012,-0.6472676 -0.323511,-0.5667367 -0.323504,-0.4862002 -0.486025,-0.485451 3.966402,-7.2072491 0.566515,0.08128 0.566525,0.08129 0.486018,-0.08129 0.404769,-0.08128 0.890028,-0.242344 0.728278,-0.486208 z m 10.117627,5.7493967 0.486025,0.32362827 7.851538,4.37282183 -0.08126,0.2423448 H -49.15164 Z m -6.394229,6.8828575 -2.832606,4.8582686 -4.694675,-2.7531456 -3.156865,-1.7814913 0.0805,-0.3236317 z m -11.655433,2.0238386 2.670843,1.5383842 5.179934,2.9962518 -1.780055,2.996247 -0.647772,-0.161817 -0.647775,-0.08129 -0.566525,0.08129 -0.566515,0.08053 -2.428595,-4.37206 -1.537807,-2.8344306 z m 26.305965,-2.0238386 0.161758,0.6472606 0.324267,0.5667352 0.323511,0.4862071 0.404767,0.4854455 -4.208651,7.3690732 -0.647779,-0.161817 -0.647778,-0.08129 -0.485266,0.08129 h -0.404754 l -0.809537,0.323629 -0.809536,0.404923 -0.647769,0.566733 -7.527277,-4.372823 -0.809537,-0.485443 3.399885,-5.8299236 z m -16.754859,7.5301266 0.809524,0.486207 7.527278,4.372056 -0.0805,0.243107 h -8.822823 l -0.243012,-0.648023 -0.243012,-0.566737 -0.323512,-0.485444 -0.404765,-0.40492 z m -4.775931,-27.368868 -0.890032,0.08052 -0.809528,0.243104 -0.728275,0.404919 -0.64778,0.566736 -0.486017,0.566732 -0.40477,0.809836 -0.242252,0.809836 -0.08126,0.8098427 v 0.4854437 l 0.08126,0.4862067 0.161753,0.4049197 0.161758,0.404916 0.404766,0.8098354 0.647775,0.647268 -3.966397,7.20724778 -0.566524,-0.081283 -0.566517,-0.081292 -0.890791,0.081292 -0.80953,0.2430994 -0.728274,0.40492002 -0.647778,0.566731 -0.485259,0.648028 -0.40477,0.7285448 -0.243012,0.809843 -0.161755,0.809836 0.161755,0.8903669 0.243012,0.809836 0.40477,0.7285518 0.485259,0.6480197 0.647778,0.5667326 0.728274,0.323636 0.80953,0.32439 0.890791,0.08053 0.566517,-0.08053 0.566524,-0.08129 1.780816,3.2393518 2.185581,3.967144 -0.647775,0.648023 -0.404766,0.728552 -0.161758,0.486203 -0.161753,0.404916 -0.08126,0.485452 v 0.486207 l 0.08126,0.647261 0.0805,0.648019 0.324267,0.566737 0.323511,0.566731 0.404763,0.486207 0.485266,0.485448 0.486017,0.324388 0.647783,0.243108 0.728271,0.242344 0.728277,0.08129 0.728274,-0.08129 0.729031,-0.161816 0.647021,-0.323636 0.567281,-0.404916 0.566513,-0.486207 0.404765,-0.566735 0.323512,-0.647261 0.243013,-0.648019 h 8.822824 l 0.242256,0.648019 0.324269,0.647261 0.404765,0.566735 0.566513,0.486207 0.566524,0.404916 0.647779,0.323636 0.728278,0.161816 0.728267,0.08129 0.89079,-0.08129 0.809537,-0.242344 0.728268,-0.404916 0.647023,-0.567499 0.486021,-0.64726 0.404759,-0.728552 0.243012,-0.809836 0.0805,-0.809836 -0.0805,-0.971659 -0.243012,-0.809835 -0.404759,-0.728552 -0.566521,-0.64802 4.208652,-7.3690668 0.647778,0.162575 0.64778,0.08053 0.809525,-0.08053 0.809532,-0.324391 0.728268,-0.323635 0.647782,-0.5667328 0.566519,-0.6480196 0.40477,-0.7285518 0.242254,-0.8098359 0.08126,-0.890367 -0.08126,-0.809836 -0.242254,-0.809843 -0.40477,-0.7285448 -0.566519,-0.6480279 -0.647782,-0.5667311 -0.728268,-0.40492002 -0.809532,-0.2430994 -0.809525,-0.081288 -0.64778,0.081288 -0.647778,0.081288 -4.208652,-7.28778868 0.566521,-0.64802 0.404759,-0.7285504 0.243012,-0.8911267 0.0805,-0.8903604 -0.0805,-0.7285507 -0.161747,-0.729307 -0.243012,-0.566736 -0.324268,-0.485452 -0.323511,-0.404916 -0.647778,-0.566735 -0.728279,-0.40492 -0.890025,-0.324388 -0.404765,-0.08052 h -0.486025 l -0.728267,0.08052 -0.728278,0.162572 -0.647779,0.323635 -0.566524,0.404917 -0.566513,0.485444 -0.404765,0.566735 -0.324269,0.648024 -0.242256,0.648027 h -8.822824 l -0.243013,-0.648027 -0.323512,-0.648024 -0.404765,-0.566735 -0.566513,-0.485444 -0.567281,-0.404917 -0.647021,-0.323635 -0.729031,-0.162572 z"
id="path52"
inkscape:connector-curvature="0"
style="fill:#1db3ff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#1db3ff;fill-rule:evenodd;stroke:none;stroke-width:0.36509183;stroke-linecap:square;stroke-miterlimit:10" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -9,9 +9,9 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="135.94768"
height="119.38448"
viewBox="0 0 35.969489 31.587143"
width="180"
height="180"
viewBox="0 0 47.624999 47.624997"
version="1.1"
id="svg4029"
inkscape:version="0.92.2 2405546, 2018-03-11"
@@ -26,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="87.973828"
inkscape:cy="-437.45059"
inkscape:cx="-380.00001"
inkscape:cy="-418.57089"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
@@ -57,11 +57,11 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(56.538313,-1.5040477)">
transform="translate(62.366069,9.5385511)">
<path
d="m -28.400835,12.695976 3.505875,7.011765 h -7.011758 z m -20.378796,0.14597 3.505883,7.012443 h -7.01176 z m 10.225718,-8.692065 -0.437894,0.073324 -0.438581,0.073324 -0.291923,0.2185988 -0.365254,0.2192946 -0.219287,0.3652546 -0.218607,0.2919227 -0.07332,0.4385813 -0.07332,0.4378907 0.07332,0.4385812 0.14596,0.4378934 0.219295,0.4385707 0.365247,0.2919306 h -0.292608 l -0.36457,0.073324 -0.29261,0.2192867 -0.219295,0.2919307 -0.07264,0.2919333 0.07264,0.292608 0.146651,0.2919333 0.145967,0.14596 0.291923,0.1459627 h -8.399446 l -0.292614,0.073324 -0.218604,0.145968 -0.146648,0.2192867 -0.07264,0.291931 0.07264,0.29261 0.146648,0.218607 -4.528997,8.984676 v 0.218606 0.219287 0.07332 l 0.07332,0.511217 0.07264,0.437894 0.146653,0.438578 0.218604,0.437894 0.511218,0.803828 0.584541,0.730509 0.803831,0.511217 0.803142,0.437894 0.438582,0.146648 0.511217,0.145962 0.437888,0.07264 h 1.022435 l 0.511217,-0.07264 0.438579,-0.145962 0.437893,-0.146648 0.877155,-0.437894 0.729821,-0.511217 0.657865,-0.730509 0.511218,-0.803828 0.14597,-0.437894 0.14596,-0.438578 0.145963,-0.437894 0.07332,-0.511217 v -0.07332 -0.219287 L -43.666768,19.854389 -48.04912,11.089 h 8.472776 V 28.253835 H -46.8074 l -0.291928,0.145971 -0.219289,0.07332 -0.21929,0.219284 -0.219289,0.218607 -0.145963,0.29261 -0.07264,0.218607 v 0.365249 0.219292 l 0.145966,0.292611 0.291928,0.145971 h 17.968666 l 0.218606,-0.145971 0.146648,-0.292611 0.07264,-0.219292 -0.07264,-0.365249 -0.07332,-0.218607 -0.14596,-0.29261 -0.14597,-0.218607 -0.292611,-0.219284 -0.219292,-0.07332 -0.291923,-0.145971 h -7.231056 V 11.089 h 8.400132 l -4.309708,8.618741 -0.07332,0.219284 v 0.219294 0.07332 l 0.07332,0.511218 0.14596,0.437893 0.145963,0.438571 0.145971,0.437893 0.511902,0.803836 0.65718,0.730501 0.730502,0.511218 0.876472,0.437893 0.437893,0.145971 0.438581,0.146648 0.511218,0.07264 h 1.022434 l 0.438571,-0.07264 0.511217,-0.146648 0.437894,-0.145971 0.876472,-0.437893 0.730504,-0.511218 0.584549,-0.730501 0.511215,-0.803836 0.219286,-0.437893 0.145963,-0.438571 0.145968,-0.437893 0.07332,-0.511218 v -0.07332 -0.219294 l -0.07332,-0.219284 -4.455679,-8.910664 0.145963,-0.145971 v -0.29261 l -0.07264,-0.291931 -0.14596,-0.2192867 -0.219294,-0.145968 -0.291923,-0.073324 h -8.400135 l 0.291923,-0.1459627 0.219295,-0.1459627 0.07332,-0.2919306 0.07264,-0.2926107 -0.07264,-0.2919306 -0.219295,-0.2919307 -0.291923,-0.2192867 -0.292618,-0.073324 h -0.365255 l 0.365255,-0.2919306 0.219294,-0.4385707 0.145963,-0.4378934 0.07332,-0.4385812 V 5.8301783 L -36.654322,5.3915997 -36.873616,5.099677 -37.0929,4.7344224 -37.384834,4.5151278 -37.75008,4.296529 -38.188659,4.223205 Z"
d="m -24.543478,7.5934945 4.837872,9.6757655 h -9.675755 z m -28.12137,0.201429 4.837883,9.6767015 h -9.675757 z m 14.110804,-11.994466 -0.604264,0.101182 -0.605212,0.101182 -0.402834,0.301652 -0.504026,0.302612 -0.302602,0.504027 -0.301663,0.402833 -0.101176,0.605213 -0.101177,0.6042597 0.101177,0.60521257 0.201415,0.60426347 0.302612,0.60519807 0.504016,0.40284457 h -0.403779 l -0.503082,0.10118222 -0.403782,0.3026008 -0.302613,0.4028449 -0.100238,0.4028483 0.100238,0.4037794 0.202369,0.4028483 0.201424,0.2014151 0.402835,0.2014187 h -11.590672 l -0.403787,0.1011822 -0.301659,0.2014261 -0.202364,0.3026009 -0.100239,0.4028452 0.100239,0.4037821 0.202364,0.301663 -6.249712,12.3982509 v 0.301661 0.302602 0.101176 l 0.101177,0.705446 0.100238,0.604264 0.202372,0.605208 0.301658,0.604264 0.705447,1.109229 0.806627,1.008053 1.109233,0.705445 1.108282,0.604265 0.605214,0.202364 0.705445,0.201418 0.604256,0.100238 h 1.410891 l 0.705446,-0.100238 0.605209,-0.201418 0.604263,-0.202364 1.210415,-0.604265 1.007104,-0.705445 0.907809,-1.008053 0.705447,-1.109229 0.201429,-0.604264 0.201415,-0.605208 0.201419,-0.604264 0.101177,-0.705446 V 18.075888 17.773286 L -45.60944,17.471625 -51.656791,5.3759754 H -39.96493 V 29.062296 h -9.978371 l -0.402841,0.20143 -0.302604,0.101177 -0.302606,0.302597 -0.302604,0.301663 -0.201419,0.403782 -0.100238,0.301663 v 0.504019 0.302608 l 0.201423,0.403784 0.402841,0.20143 h 24.795552 l 0.301661,-0.20143 0.202365,-0.403784 0.100238,-0.302608 -0.100238,-0.504019 -0.101177,-0.301663 -0.201415,-0.403782 -0.201429,-0.301663 -0.403783,-0.302597 -0.302608,-0.101177 -0.402835,-0.20143 h -9.978371 V 5.3759754 h 11.591618 l -5.947108,11.8932846 -0.101176,0.302598 v 0.302611 0.101176 l 0.101176,0.705447 0.201415,0.604263 0.201419,0.605198 0.201431,0.604263 0.70639,1.10924 0.906864,1.008042 1.008044,0.705447 1.209472,0.604263 0.604263,0.20143 0.605213,0.202364 0.705446,0.100238 h 1.41089 l 0.605199,-0.100238 0.705445,-0.202364 0.604264,-0.20143 1.209473,-0.604263 1.008046,-0.705447 0.806639,-1.008042 0.705442,-1.10924 0.3026,-0.604263 0.201419,-0.605198 0.201426,-0.604263 0.101177,-0.705447 V 17.874469 17.571858 L -17.488079,17.26926 -23.636617,4.9731413 -23.435198,4.7717111 V 4.367929 l -0.100238,-0.4028452 -0.201415,-0.3026009 -0.302611,-0.2014261 -0.402834,-0.1011822 h -11.591622 l 0.402834,-0.2014187 0.302613,-0.2014188 0.101176,-0.4028446 0.100239,-0.4037831 -0.100239,-0.4028446 -0.302612,-0.4028449 -0.402834,-0.3026008 -0.403793,-0.10118222 h -0.504028 l 0.504028,-0.40284457 0.302611,-0.60519807 0.201419,-0.60426347 0.101176,-0.60521257 v -0.6042637 l -0.201408,-0.605209 -0.302611,-0.402833 -0.302597,-0.504027 -0.402849,-0.302612 -0.504015,-0.301652 -0.60521,-0.101182 z"
id="path40"
inkscape:connector-curvature="0"
style="fill:#2c3e50;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#2c3e50;fill-rule:evenodd;stroke:none;stroke-width:0.36510721;stroke-linecap:square;stroke-miterlimit:10" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@@ -9,9 +9,9 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="99.653053"
height="106.35328"
viewBox="0 0 26.366537 28.139304"
width="180"
height="180"
viewBox="0 0 47.625 47.624998"
version="1.1"
id="svg3794"
inkscape:version="0.92.2 2405546, 2018-03-11"
@@ -26,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="-137.23943"
inkscape:cy="173.14777"
inkscape:cx="-99.05992"
inkscape:cy="189.76808"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
@@ -57,11 +57,11 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-27.638157,-16.835109)">
transform="translate(-18.651265,-7.092261)">
<path
d="m 46.56598,19.480942 -0.59072,0.06591 -0.59071,0.06529 -0.59134,0.197111 -0.59071,0.328313 -0.52542,0.328314 -0.45952,0.393606 -0.3936,0.460131 -0.39423,0.524808 -0.2624,0.591333 -0.19712,0.590719 -0.1312,0.590716 v 0.656626 0.656627 l 0.19711,0.656627 0.19651,0.656626 0.3283,0.590717 0.19712,0.459515 0.0659,0.459516 -0.0659,0.525424 -0.19712,0.459514 -0.2624,0.328315 -0.39422,0.328313 -0.45952,0.197111 -0.5248,0.06529 -0.45952,-0.06529 -0.46013,-0.197111 -0.3936,-0.328313 -0.32832,-0.394222 -0.32831,-0.524809 -0.39361,-0.525424 -0.52543,-0.459516 -0.59072,-0.394222 -0.52542,-0.262404 -0.59072,-0.197111 -0.65662,-0.131202 -0.59134,-0.06591 -0.59071,0.06591 -0.65663,0.131202 -0.59071,0.197111 -0.52543,0.262404 -0.52481,0.328312 -0.46013,0.459516 -0.45951,0.459515 -0.32832,0.460132 -0.2624,0.590718 -0.19711,0.590716 -0.1312,0.590718 -0.0653,0.656626 0.0653,0.591334 0.1312,0.65601 0.19711,0.591334 0.2624,0.524808 0.32832,0.525425 0.45951,0.459514 0.46013,0.394223 0.52481,0.393606 0.52543,0.263019 0.59071,0.196496 0.65663,0.131817 h 1.18205 l 0.65662,-0.131817 0.59072,-0.196496 0.52542,-0.263019 0.59072,-0.393606 0.52543,-0.459515 0.39361,-0.525424 0.32831,-0.590718 0.32832,-0.394223 0.3936,-0.328313 0.46013,-0.131201 0.45952,-0.06591 0.5248,0.06591 0.45952,0.131201 0.39422,0.328313 0.2624,0.394223 0.19712,0.459514 0.0659,0.459517 -0.0659,0.525424 -0.19712,0.459515 -0.3283,0.590718 -0.19651,0.590716 -0.19711,0.722535 v 0.656628 0.65601 l 0.1312,0.591334 0.19712,0.590716 0.2624,0.525423 0.39423,0.524809 0.3936,0.459518 0.45952,0.394221 0.52542,0.394221 0.59071,0.262406 0.59134,0.197112 0.59071,0.131202 0.59072,0.06529 0.65663,-0.06529 0.59072,-0.131202 0.59133,-0.197112 0.59072,-0.262406 0.52542,-0.394221 0.45952,-0.394221 0.3936,-0.459518 0.32832,-0.524809 0.2624,-0.525423 0.19711,-0.590716 0.13121,-0.591334 0.0659,-0.65601 -0.0659,-0.656628 -0.13121,-0.591332 -0.19711,-0.590718 -0.2624,-0.525424 -0.32832,-0.524808 -0.3936,-0.459515 -0.45952,-0.460132 -0.52542,-0.327697 -0.65663,-0.263021 -0.65662,-0.262403 -0.65663,-0.06591 -0.65662,-0.06529 -0.52482,-0.06591 -0.45951,-0.131201 -0.39422,-0.328313 -0.2624,-0.394223 -0.19712,-0.459516 -0.0659,-0.459515 0.0659,-0.524808 0.19712,-0.46013 0.2624,-0.327698 0.39422,-0.328315 0.45951,-0.197109 0.52482,-0.06591 h 0.65662 l 0.65663,-0.131202 0.65662,-0.197111 0.65663,-0.328313 0.52542,-0.328314 0.45952,-0.393605 0.3936,-0.459516 0.32832,-0.525424 0.2624,-0.590718 0.19711,-0.525424 0.13121,-0.656626 0.0659,-0.590718 -0.0659,-0.656626 -0.13121,-0.590718 -0.19711,-0.590719 -0.2624,-0.591332 -0.32832,-0.524809 -0.3936,-0.460131 -0.45952,-0.393606 -0.52542,-0.328314 -0.59072,-0.328313 -0.59133,-0.197111 -0.59072,-0.06529 z"
d="m 51.465246,9.7380943 -1.094518,0.1221216 -1.094499,0.1209729 -1.095667,0.3652182 -1.094499,0.608316 -0.973527,0.608317 -0.851423,0.729295 -0.729283,0.852555 -0.730451,0.972393 -0.486189,1.095653 -0.365234,1.094516 -0.243095,1.094511 v 1.216632 1.216634 l 0.365216,1.216633 0.364105,1.216632 0.608291,1.094513 0.365235,0.851414 0.122103,0.851416 -0.122103,0.973534 -0.365235,0.851412 -0.486188,0.60832 -0.730432,0.608316 -0.851424,0.365218 -0.972377,0.120972 -0.851424,-0.120972 -0.852553,-0.365218 -0.729284,-0.608316 -0.608329,-0.730436 -0.60831,-0.972394 -0.729302,-0.973534 -0.973545,-0.851416 -1.094518,-0.730436 -0.973526,-0.486196 -1.094518,-0.365218 -1.216621,-0.243098 -1.095666,-0.122122 -1.0945,0.122122 -1.216639,0.243098 -1.094499,0.365218 -0.973545,0.486196 -0.972397,0.608314 -0.852553,0.851416 -0.851405,0.851414 -0.608329,0.852558 -0.486189,1.094514 -0.365216,1.09451 -0.243094,1.094514 -0.120992,1.216632 0.120992,1.095656 0.243094,1.21549 0.365216,1.095656 0.486189,0.972392 0.608329,0.973536 0.851405,0.851412 0.852553,0.730438 0.972397,0.729294 0.973545,0.487336 1.094499,0.364078 1.216639,0.244238 h 2.190166 l 1.216621,-0.244238 1.094518,-0.364078 0.973526,-0.487336 1.094518,-0.729294 0.973545,-0.851414 0.729302,-0.973534 0.60831,-1.094514 0.608329,-0.730438 0.729284,-0.608316 0.852553,-0.243096 0.851424,-0.122122 0.972377,0.122122 0.851424,0.243096 0.730432,0.608316 0.486188,0.730438 0.365235,0.851412 0.122103,0.851418 -0.122103,0.973534 -0.365235,0.851414 -0.608291,1.094514 -0.364105,1.09451 -0.365216,1.338752 v 1.216636 1.21549 l 0.243095,1.095656 0.365234,1.09451 0.486189,0.973532 0.730451,0.972395 0.729283,0.851419 0.851423,0.730434 0.973527,0.730434 1.094499,0.4862 1.095667,0.36522 1.094499,0.243098 1.094518,0.120973 1.216639,-0.120973 1.094518,-0.243098 1.095648,-0.36522 1.094518,-0.4862 0.973526,-0.730434 0.851424,-0.730434 0.729283,-0.851419 0.608329,-0.972395 0.486189,-0.973532 0.365216,-1.09451 0.243113,-1.095656 0.122103,-1.21549 -0.122103,-1.216636 -0.243113,-1.095652 -0.365216,-1.094514 -0.486189,-0.973534 -0.608329,-0.972392 -0.729283,-0.851414 -0.851424,-0.852558 -0.973526,-0.607174 -1.21664,-0.48734 -1.216621,-0.486194 -1.216639,-0.122122 -1.216621,-0.120973 -0.972415,-0.122121 -0.851404,-0.243096 -0.730432,-0.608316 -0.486189,-0.730438 -0.365235,-0.851416 -0.122103,-0.851414 0.122103,-0.972393 0.365235,-0.852553 0.486189,-0.607177 0.730432,-0.608319 0.851404,-0.365215 0.972415,-0.122121 h 1.216621 l 1.216639,-0.243098 1.216621,-0.365218 1.21664,-0.608316 0.973526,-0.608318 0.851424,-0.729293 0.729283,-0.851416 0.608329,-0.973533 0.486189,-1.094515 0.365216,-0.973533 0.243113,-1.216632 0.122103,-1.094515 L 60.223649,17.401967 59.980536,16.307452 59.61532,15.212936 59.129131,14.117285 58.520802,13.14489 57.791519,12.292335 56.940095,11.56304 55.966569,10.954723 54.872051,10.346407 53.776403,9.9811888 52.681885,9.8602159 Z"
id="path30"
inkscape:connector-curvature="0"
style="fill:#0f71e5;fill-rule:evenodd;stroke:none;stroke-width:0.26458332;stroke-linecap:square;stroke-miterlimit:10" />
style="fill:#0f71e5;fill-rule:evenodd;stroke:none;stroke-width:0.49023423;stroke-linecap:square;stroke-miterlimit:10" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -35,5 +35,5 @@ function rippleTestNetCredentials() {
}
$(document).ready(function() {
$('.cta_readmore').click(rippleTestNetCredentials);
$('#generate-creds-button').click(rippleTestNetCredentials);
});

View File

@@ -47,12 +47,12 @@
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #1db4ff;
--secondary: #6c757d;
--secondary: #0A93EB;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #e6eaee;
--light: #e1e4e8;
--dark: #2b3e51;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
@@ -449,7 +449,7 @@ samp {
code {
font-size: 87.5%;
color: #333;
color: #3B4147;
word-break: break-word; }
a > code {
color: inherit; }
@@ -1123,13 +1123,13 @@ pre {
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db; }
background-color: #bae1f9; }
.table-hover .table-secondary:hover {
background-color: #c8cbcf; }
background-color: #a3d7f7; }
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf; }
background-color: #a3d7f7; }
.table-success,
.table-success > th,
@@ -1178,13 +1178,13 @@ pre {
.table-light,
.table-light > th,
.table-light > td {
background-color: #f8f9fa; }
background-color: #f7f7f9; }
.table-hover .table-light:hover {
background-color: #e9ecef; }
background-color: #e8e8ee; }
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #e9ecef; }
background-color: #e8e8ee; }
.table-dark,
.table-dark > th,
@@ -1698,26 +1698,26 @@ fieldset:disabled a.btn {
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
background-color: #0A93EB;
border-color: #0A93EB; }
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62; }
background-color: #087cc6;
border-color: #0874ba; }
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
box-shadow: 0 0 0 0.2rem rgba(10, 147, 235, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
background-color: #0A93EB;
border-color: #0A93EB; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b; }
background-color: #0874ba;
border-color: #076dae; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
box-shadow: 0 0 0 0.2rem rgba(10, 147, 235, 0.5); }
.btn-success {
color: #fff;
@@ -1813,26 +1813,26 @@ fieldset:disabled a.btn {
.btn-light {
color: #212529;
background-color: #e6eaee;
border-color: #e6eaee; }
background-color: #e1e4e8;
border-color: #e1e4e8; }
.btn-light:hover {
color: #212529;
background-color: #cfd7df;
border-color: #c8d1d9; }
background-color: #cbd1d7;
border-color: #c4cad2; }
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(230, 234, 238, 0.5); }
box-shadow: 0 0 0 0.2rem rgba(225, 228, 232, 0.5); }
.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #e6eaee;
border-color: #e6eaee; }
background-color: #e1e4e8;
border-color: #e1e4e8; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #c8d1d9;
border-color: #c0cad4; }
background-color: #c4cad2;
border-color: #bdc4cc; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(230, 234, 238, 0.5); }
box-shadow: 0 0 0 0.2rem rgba(225, 228, 232, 0.5); }
.btn-dark {
color: #fff;
@@ -1881,27 +1881,27 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(29, 180, 255, 0.5); }
.btn-outline-secondary {
color: #6c757d;
color: #0A93EB;
background-color: transparent;
background-image: none;
border-color: #6c757d; }
border-color: #0A93EB; }
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
background-color: #0A93EB;
border-color: #0A93EB; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
box-shadow: 0 0 0 0.2rem rgba(10, 147, 235, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
color: #0A93EB;
background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d; }
background-color: #0A93EB;
border-color: #0A93EB; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
box-shadow: 0 0 0 0.2rem rgba(10, 147, 235, 0.5); }
.btn-outline-success {
color: #28a745;
@@ -1996,27 +1996,27 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-light {
color: #e6eaee;
color: #e1e4e8;
background-color: transparent;
background-image: none;
border-color: #e6eaee; }
border-color: #e1e4e8; }
.btn-outline-light:hover {
color: #212529;
background-color: #e6eaee;
border-color: #e6eaee; }
background-color: #e1e4e8;
border-color: #e1e4e8; }
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(230, 234, 238, 0.5); }
box-shadow: 0 0 0 0.2rem rgba(225, 228, 232, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #e6eaee;
color: #e1e4e8;
background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #e6eaee;
border-color: #e6eaee; }
background-color: #e1e4e8;
border-color: #e1e4e8; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(230, 234, 238, 0.5); }
box-shadow: 0 0 0 0.2rem rgba(225, 228, 232, 0.5); }
.btn-outline-dark {
color: #2b3e51;
@@ -3377,11 +3377,11 @@ input[type="button"].btn-block {
.badge-secondary {
color: #fff;
background-color: #6c757d; }
background-color: #0A93EB; }
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
color: #fff;
text-decoration: none;
background-color: #545b62; }
background-color: #0874ba; }
.badge-success {
color: #fff;
@@ -3417,11 +3417,11 @@ input[type="button"].btn-block {
.badge-light {
color: #212529;
background-color: #e6eaee; }
background-color: #e1e4e8; }
.badge-light[href]:hover, .badge-light[href]:focus {
color: #212529;
text-decoration: none;
background-color: #c8d1d9; }
background-color: #c4cad2; }
.badge-dark {
color: #fff;
@@ -3477,13 +3477,13 @@ input[type="button"].btn-block {
color: #0a3e57; }
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db; }
color: #054c7a;
background-color: #cee9fb;
border-color: #bae1f9; }
.alert-secondary hr {
border-top-color: #c8cbcf; }
border-top-color: #a3d7f7; }
.alert-secondary .alert-link {
color: #202326; }
color: #032d49; }
.alert-success {
color: #155724;
@@ -3522,13 +3522,13 @@ input[type="button"].btn-block {
color: #491217; }
.alert-light {
color: #787a7c;
background-color: #fafbfc;
border-color: #f8f9fa; }
color: #757779;
background-color: #f9fafa;
border-color: #f7f7f9; }
.alert-light hr {
border-top-color: #e9ecef; }
border-top-color: #e8e8ee; }
.alert-light .alert-link {
color: #5f6162; }
color: #5c5e5f; }
.alert-dark {
color: #16202a;
@@ -3647,15 +3647,15 @@ input[type="button"].btn-block {
border-color: #0f5e85; }
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db; }
color: #054c7a;
background-color: #bae1f9; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #383d41;
background-color: #c8cbcf; }
color: #054c7a;
background-color: #a3d7f7; }
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41; }
background-color: #054c7a;
border-color: #054c7a; }
.list-group-item-success {
color: #155724;
@@ -3702,15 +3702,15 @@ input[type="button"].btn-block {
border-color: #721c24; }
.list-group-item-light {
color: #787a7c;
background-color: #f8f9fa; }
color: #757779;
background-color: #f7f7f9; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #787a7c;
background-color: #e9ecef; }
color: #757779;
background-color: #e8e8ee; }
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #787a7c;
border-color: #787a7c; }
background-color: #757779;
border-color: #757779; }
.list-group-item-dark {
color: #16202a;
@@ -4279,12 +4279,12 @@ button.bg-primary:focus {
background-color: #009ce9 !important; }
.bg-secondary {
background-color: #6c757d !important; }
background-color: #0A93EB !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important; }
background-color: #0874ba !important; }
.bg-success {
background-color: #28a745 !important; }
@@ -4319,12 +4319,12 @@ button.bg-danger:focus {
background-color: #bd2130 !important; }
.bg-light {
background-color: #e6eaee !important; }
background-color: #e1e4e8 !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #c8d1d9 !important; }
background-color: #c4cad2 !important; }
.bg-dark {
background-color: #2b3e51 !important; }
@@ -4374,7 +4374,7 @@ button.bg-dark:focus {
border-color: #1db4ff !important; }
.border-secondary {
border-color: #6c757d !important; }
border-color: #0A93EB !important; }
.border-success {
border-color: #28a745 !important; }
@@ -4389,7 +4389,7 @@ button.bg-dark:focus {
border-color: #dc3545 !important; }
.border-light {
border-color: #e6eaee !important; }
border-color: #e1e4e8 !important; }
.border-dark {
border-color: #2b3e51 !important; }
@@ -6181,10 +6181,10 @@ a.text-primary:hover, a.text-primary:focus {
color: #009ce9 !important; }
.text-secondary {
color: #6c757d !important; }
color: #0A93EB !important; }
a.text-secondary:hover, a.text-secondary:focus {
color: #545b62 !important; }
color: #0874ba !important; }
.text-success {
color: #28a745 !important; }
@@ -6211,10 +6211,10 @@ a.text-danger:hover, a.text-danger:focus {
color: #bd2130 !important; }
.text-light {
color: #e6eaee !important; }
color: #e1e4e8 !important; }
a.text-light:hover, a.text-light:focus {
color: #c8d1d9 !important; }
color: #c4cad2 !important; }
.text-dark {
color: #2b3e51 !important; }

View File

@@ -1,25 +0,0 @@
# XRP Ledger Concepts
This section covers concepts that help you learn the "what" and "why" behind fundamental aspects of the XRP Ledger.
While XRP Ledger functionality is incredibly robust with equally vast number of possible use cases, here's a high-level view of four primary concepts that can help you understand the fundamentals of the XRP Ledger:
[![XRP Ledger concepts](img/xrp-ledger-concepts.png)](img/xrp-ledger-concepts.png)
<!--{# TODO: Just mocked this up quickly - thought having an EXTREMELY high-level graphic might help folks understand why these concepts matter and how they flow together at the HIGHEST level. May not be useful - or possible. LOL #}-->
* **[XRP Ledger Basics](x)**
<!--{# TODO: This section title is still in flux. Per Rome, must not be "XRP Ledger" - but perhaps "The Basics" or "XRP Ledger Basics"? #}-->
The XRP Ledger is a decentralized cryptographic ledger powered by a network of peer-to-peer `rippled` servers. The XRP Ledger is a shared, global ledger that is open to all and gives applications authoritative information about the state of its contents. Learn more about key concepts that will help you [understand the XRP Ledger](x).
* **[Payment System](x)**
One of the primary purposes of the XRP Ledger is payment processing. Whether based on XRP or issued currencies, the XRP Ledger payment system enables people to send and receive value. Learn more about the key concepts that will help you [understand the XRP Ledger payment system](x).
* **[rippled Server](x)**
A `rippled` server is the core peer-to-peer server that manages the XRP Ledger. Each `rippled` server connects to a network of peers, relays cryptographically signed transactions, and maintains a local copy of the complete shared global ledger. Anyone can run one. Learn more about key concepts that will help you [understand the `rippled` server](x).
* **[Consensus Network](x)**
The peer-to-peer XRP Ledger network consists of many distributed `rippled` servers that accept and process transactions. This network determines which transactions are applied to each new version of the ledger based on the consensus process. Learn about the concepts that will help you [understand the XRP Ledger consensus network](x).

View File

@@ -1,25 +0,0 @@
# Introduction
The XRP Ledger is an open-source, decentralized cryptographic ledger. This section covers basic concepts that help you learn the "what" and "why" behind fundamental aspects of the XRP Ledger.
- **[XRP Ledger Overview](xrp-ledger-overview.html)**
Get a quick and concise introduction to key features of the XRP Ledger.
- **[Consensus](consensus.html)**
Understand the role of consensus in the XRP Ledger.
- **[XRP](xrp.html)**
Learn about the uses and properties of XRP, the digital asset for payments.
<!--
- **[Software Ecosystem](x)**
TODO: DOC-1504 #}-->
- **<a href="https://ripple.com/technical-faq-xrp-ledger/" target="_blank">Technical FAQ <i class="fa fa-external-link"></i></a>**
Get answers to common questions about the XRP Ledger.

View File

@@ -1,24 +0,0 @@
# Payment System Basics
The XRP Ledger is a decentralized payment system powered by a consensus network. Although the XRP Ledger has a variety of features for advanced use cases, it all begins with sending and receiving XRP.
- **[Accounts](accounts.html)**
Learn about accounts in the XRP Ledger. Accounts can send transactions and hold XRP.
<!-- TODO: Transaction Basics -->
<!-- TODO: Payments -->
- **[Fees](fees.html)**
Learn about the types of fees allowed by the XRP Ledger, including neutral fees (payable to no one) that protect the ledger against abuse, as well as fees that users can collect from each other.
- **[Transaction Cost](transaction-cost.html)**
The transaction cost is a small amount of XRP destroyed to send a transaction, which protects the ledger from spam. Learn how the transaction cost applies.
- **[Source and Destination Tags](x)** <!-- TODO: link -->
Understand why and when to use these tags that indicate the source and destination of an XRP Ledger payment.
<!--{# https://ripple.com/build/gateway-guide/#source-and-destination-tags #}-->

View File

@@ -45,9 +45,12 @@ targets:
github_forkurl: https://github.com/mDuo13/ripple-dev-portal
github_branch: 5layertest
recently_updated:
- introduction.html #TODO: update the recently_updated
# - tutorial-checks-send.html
# - reference-amendments.html
- html: introduction.html
date: 2018-05-07
# - html: capacity-planning.html
# date: 2018-05-04
- html: reliable-transaction-submission.html
date: 2018-04-16
pages:
@@ -64,7 +67,6 @@ pages:
- name: Concepts
funnel: Docs
doc_type: Concepts
md: concepts/concepts.md
html: concepts.html
template: template-landing-children.html
blurb: Learn the "what" and "why" behind fundamental aspects of the XRP Ledger.
@@ -75,9 +77,9 @@ pages:
funnel: Docs
doc_type: Concepts
category: Introduction
md: concepts/introduction/introduction.md
html: introduction.html
template: template-landing-children.html
blurb: The XRP Ledger is a decentralized cryptographic ledger powered by a network of peer-to-peer rippled servers. This section covers basic concepts that help you learn the "what" and "why" behind fundamental aspects of the XRP Ledger.
targets:
- local
@@ -109,12 +111,13 @@ pages:
targets:
- local
- md: concepts/payment-system-basics/payment-system-basics.md
- name: Payment System Basics
html: payment-system-basics.html
funnel: Docs
doc_type: Concepts
category: Payment System Basics
template: template-landing-children.html
blurb: One of the primary purposes of the XRP Ledger is payment processing. Learn more about key concepts that will help you understand the XRP Ledger payment system.
targets:
- local
@@ -149,12 +152,24 @@ pages:
targets:
- local
- md: concepts/complex-payment-types/complex-payment-types.md
- md: concepts/payment-system-basics/transaction-cost.md
html: transaction-cost.html
funnel: Docs
doc_type: Concepts
category: Payment System Basics
blurb: The transaction cost is a small amount of XRP destroyed to send a transaction, which protects the ledger from spam. Learn how the transaction cost applies.
targets:
- local
# TODO: "Source and Destination Tags" stand-alone document
- name: Complex Payment Types
html: complex-payment-types.html
funnel: Docs
doc_type: Concepts
category: Complex Payment Types
template: template-landing-children.html
blurb: In addition to simple point-to-point XRP Payments, the XRP Ledger supports a number of complex payment types for a variety of use cases and situations.
targets:
- local
@@ -163,6 +178,7 @@ pages:
funnel: Docs
doc_type: Concepts
category: Complex Payment Types
blurb: Checks let users to create deferred payments that can be canceled or cashed by the intended recipients.
targets:
- local
@@ -171,6 +187,7 @@ pages:
funnel: Docs
doc_type: Concepts
category: Complex Payment Types
blurb: Escrows set aside XRP and deliver it later when certain conditions are met. Escrows can depend on time limits, cryptographic conditions, or both.
targets:
- local
@@ -179,6 +196,7 @@ pages:
funnel: Docs
doc_type: Concepts
category: Complex Payment Types
blurb: Partial payments subtract fees from the amount sent, delivering a flexible amount. Partial payments are useful for returning unwanted payments without incurring additional costs.
targets:
- local
@@ -190,6 +208,7 @@ pages:
doc_type: Concepts
category: Issued Currencies
template: template-landing-children.html
blurb: All currencies other than XRP can be represented in the XRP Ledger as issued currencies. Learn more about how issued currencies function in the XRP Ledger.
targets:
- local
@@ -211,6 +230,7 @@ pages:
doc_type: Concepts
category: Decentralized Exchange
template: template-landing-children.html
blurb: The XRP Ledger contains a fully-functional exchange where users can trade issued currencies for XRP or each other.
targets:
- local
@@ -222,6 +242,7 @@ pages:
doc_type: Concepts
category: Consensus Network
template: template-landing-children.html
blurb: The XRP Ledger uses a consensus algorithm to resolve the double spend problem and choose which transactions to execute in which order. Consensus also governs rules of transaction processing.
targets:
- local
@@ -232,6 +253,7 @@ pages:
funnel: Docs
doc_type: Concepts
category: Consensus Network
blurb: Amendments represent new features or other changes to transaction processing. Validators coordinate through consensus to apply these upgrades to the XRP Ledger in an orderly fashion.
targets:
- local
@@ -242,6 +264,7 @@ pages:
funnel: Docs
doc_type: Concepts
category: The rippled Server
blurb: rippled is the core peer-to-peer server that manages the XRP Ledger. This section covers concepts that help you learn the "what" and "why" behind fundamental aspects of the rippled server.
targets:
- local
@@ -740,8 +763,8 @@ pages:
targets:
- local
- md: use-cases/listing-xrp.md
html: listing-xrp.html
- md: use-cases/list-xrp-in-your-exchange.md
html: list-xrp-in-your-exchange.html
funnel: Use Cases
template: template-use-case.html
useful_background:

View File

@@ -1,9 +1,15 @@
// Variable overrides here
// Bootstrap SASS styling. Use a SASS compiler (such as sassc) to parse this
// and write the output to {repo_top}/assets/vendor/bootstrap.css
// Requires node_modules/bootstrap/scss/bootstrap to contain the Bootstrap
// source files.
$primary: #1db4ff; // "Ripple Blue"
$light: #e6eaee;
// Override some Bootstrap variables
$primary: #1db4ff; // "Ripple Blue" (aka "Blue-1")
$secondary: #0A93EB; // "Blue-2"
$light: #e1e4e8; // "Black-20"
$dark: #2b3e51; // "Background Navy"
$code-color: #333;
$code-color: #3B4147; // "Black-80"
$navbar-padding-y: 0;
$navbar-nav-link-padding-x: 1rem;

View File

@@ -31,6 +31,16 @@
<!-- fontawesome icons -->
<link rel="stylesheet" href="assets/vendor/fontawesome/css/font-awesome.min.css" />
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118874867-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118874867-1');
</script>
{% block head %}
{% endblock %}
@@ -79,7 +89,7 @@
{% endif %}
<!-- main column -->
<main class="main {% if currentpage.sidebar == "disabled" %}col-md-12{% else %}col-md-7 col-lg-6{% endif %} order-md-3 p-0" role="main" id="main_content_body">
<main class="main {% if currentpage.sidebar == "disabled" %}col-md-12{% else %}col-md-7 col-lg-6{% endif %} order-md-3 p-0 {% block mainclasses %}{% endblock %}" role="main" id="main_content_body">
{% block breadcrumbs %}
{% include 'template-breadcrumbs.html' %}
{% endblock %}

View File

@@ -1,4 +1,4 @@
<nav class="breadcrumbs-wrap" aria-label="breacrumb">
<nav class="breadcrumbs-wrap {% if currentpage.sidebar == 'disabled' %}p-3 px-sm-5{% else %}p-3{% endif %}" aria-label="breacrumb">
<ul class="breadcrumb bg-white">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
{% if currentpage.funnel and currentpage != pages|selectattr('funnel', 'equalto', currentpage.funnel)|first %}

View File

@@ -1,5 +1,5 @@
<footer class="ripple-footer" role="contentinfo">
<section class="container-fluid px-5 pt-3 pb-0">
<section class="container-fluid px-1 px-sm-5 pt-3 pb-0">
<div class="row">
{% set funnels = [] %}
{% for page in pages %}

View File

@@ -10,29 +10,33 @@
{% endblock %}
{% block bodyclasses %}landing no-sidebar{% endblock %}
{% block bodyclasses %}no-sidebar{% endblock %}
{% block mainclasses %}landing{% endblock %}
{% block breadcrumbs %}{% endblock %}
{% block main %}
<section class="container-fluid p-5 splash-head">
<section class="container-fluid py-3 p-sm-4 splash-head">
<h1>Learn. Experiment. Integrate. Contribute.</h1>
<div class="row">
<div class="blurb col-sm-12">
<p>The <a href="#xrp_ledger_intro">XRP Ledger</a> is built on <code>rippled</code>, an open-source technology that anyone can use.</p>
<p>Use the tools and information provided here to integrate with and contribute to the open-source platform.</p>
<p>Want more? Get updates about XRP Ledger webinars, releases, and documentation! <a class="btn btn-light ml-3" href="https://goo.gl/forms/sHMFxU8dKiTUaltE3">Sign up! <i class="fa fa-external-link" aria-hidden="true"></i></a></p>
</div>
</div>
</section>
<section class="container-fluid p-5 bg-white" id="home_first_shortcuts">
<section class="container-fluid py-3 p-sm-4 bg-white" id="home_first_shortcuts">
<div class="card-deck mb-4">
<div class="card">
<div class="card-header">
<h3 class="card-title"><a href="references.html">Take Me to the References</a></h3>
<div class="card-spacer d-none d-xl-block pt-5"><img class="card-img-top" src="assets/img/reference-book.svg" alt="(reference book icon)" /></div>
<div class="card mr-xl-5">
<div class="card-header bg-dark">
<h3 class="card-title"><a href="references.html">Go to the References <i class="fa fa-arrow-right" aria-hidden="true"></i></a></h3>
</div><!--/.card-header-->
<img class="card-img-top" src="assets/img/reference-book.svg" alt="(reference book icon)" />
<img class="card-img-top d-xl-none" src="assets/img/reference-book.svg" alt="(reference book icon)" />
<div class="card-body">
<div class="curated-links">
<ul>
@@ -44,11 +48,13 @@
</div><!--/.card-body-->
</div><!--/.card-->
<div class="card">
<div class="card-header">
<div class="card-spacer d-none d-xl-block pt-5"><img class="card-img-top" src="assets/img/airplane.svg" alt="(airplane icon)" /></div>
<div class="card mr-xl-5">
<div class="card-header bg-dark">
<h3 class="card-title">Get Started</h3>
</div><!--/.card-header-->
<img class="card-img-top" src="assets/img/airplane.svg" alt="(airplane icon)" />
<img class="card-img-top d-xl-none" src="assets/img/airplane.svg" alt="(airplane icon)" />
<div class="card-body">
<div class="curated-links">
<ul>
@@ -60,11 +66,13 @@
</div><!--/.card-body-->
</div><!--/.card-->
<div class="card-spacer d-none d-xl-block pt-5"><img class="card-img-top" src="assets/img/map.svg" alt="(map icon)" /></div>
<div class="card">
<div class="card-header">
<h3 class="card-title"><a href="use-cases.html">View Use Cases</a></h3>
<div class="card-header bg-dark">
<h3 class="card-title"><a href="use-cases.html">View Use Cases <i class="fa fa-arrow-right" aria-hidden="true"></i></a></h3>
</div><!--/.card-header-->
<img class="card-img-top" src="assets/img/map.svg" alt="(map icon)" />
<img class="card-img-top d-xl-none" src="assets/img/map.svg" alt="(map icon)" />
<div class="card-body">
{% set parent_page = pages|selectattr("name", "equalto", "Use Cases")|first %}
{% set depth = 1 %}
@@ -76,11 +84,11 @@
</section>
<section class="container-fluid bg-light p-5">
<section class="container-fluid bg-light py-3 p-sm-4">
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card mb-4">
<div class="card-header">
<h3 class="card-title">New and Updated Documentation</h3>
</div><!--/.card-header-->
@@ -88,8 +96,8 @@
<div class="curated-links">
<ol>
{% for link in target.recently_updated %}
{% set linkpage = pages|selectattr("html", "equalto", link)|first %}
<li><a href="{{linkpage.html}}">{{linkpage.name}}</a></li>
{% set linkpage = pages|selectattr("html", "equalto", link.html)|first %}
<li><a href="{{linkpage.html}}">{{linkpage.name}}{% if link.date is defined %} <span class="recently-updated-date">({{link.date}})</span>{% endif %}</a></li>
{% endfor %}
</ol>
</div><!--/.curated-links-->
@@ -105,7 +113,7 @@
<div class="card-body">
<p>Amendments introduce new features to the decentralized XRP Ledger without causing disruptions.</p>
<div class="readmore">
<a href="known-amendments.html"><button class="btn btn-primary" type="button">View Known Amendments</button></a>
<a href="known-amendments.html"><button class="btn btn-secondary" type="button">View Known Amendments <i class="fa fa-arrow-right" aria-hidden="true"></i></button></a>
</div>
</div><!--/.card-body-->
</div><!--/.card-->
@@ -114,7 +122,7 @@
</div><!--/.row-->
</section>
<section class="container-fluid p-5" id="xrp_ledger_intro">
<section class="container-fluid py-3 p-sm-4" id="xrp_ledger_intro">
<h2><a href="xrp-ledger-overview.html">XRP Ledger: A decentralized cryptographic ledger</a></h2>
<div class="row">
<div class="blurb col-sm-12">
@@ -123,98 +131,98 @@
</div>
</div>
<div class="container">
<div class="card-deck mb-4">
<a href="xrp-ledger-overview.html#the-best-digital-asset"><div class="card m-3">
<a href="xrp-ledger-overview.html#the-best-digital-asset" class="card m-3">
<img class="card-img-top" src="assets/img/triskellion.svg" alt="(XRP triskellion)" />
<div class="card-body">
<!-- <p>XRP is a digital asset native to the XRP Ledger. Anyone with a cryptographic key and an internet connection can receive, hold, and send XRP to anyone else.</p> -->
</div><!--/.card-body-->
<div class="card-footer"><h3>The Digital Asset for Payments</h3></div>
</div><!--/.card--></a>
</a><!--/.card-->
<a href="xrp-ledger-overview.html#censorship-resistant-transaction-processing"><div class="card m-3">
<a href="xrp-ledger-overview.html#censorship-resistant-transaction-processing" class="card m-3">
<img class="card-img-top" src="assets/img/dollar-arrow.svg" alt="(money moving)" />
<div class="card-body">
<!-- <p>No single party decides which XRP transactions succeed or fail, and no one can "roll back" a transaction after it completes.</p> -->
</div><!--/.card-body-->
<div class="card-footer"><h3>Censorship-Resistant Transaction Processing</h3></div>
</div><!--/.card--></a>
</a><!--/.card-->
<div class="w-100 d-none d-sm-block d-md-none"><!-- wrap every 2 on sm --></div>
<a href="xrp-ledger-overview.html#fast-efficient-consensus-algorithm"><div class="card m-3">
<a href="xrp-ledger-overview.html#fast-efficient-consensus-algorithm" class="card m-3">
<img class="card-img-top" src="assets/img/network.svg" alt="(consensus network)" />
<div class="card-body">
<!-- <p>The XRP Ledger's consensus algorithm settles transactions in 4 to 5 seconds, processing at a throughput of up to 1500 transactions per second.</p> -->
</div><!--/.card-body-->
<div class="card-footer"><h3>Fast, Efficient Consensus Algorithm</h3></div>
</div><!--/.card--></a>
</a><!--/.card-->
<div class="w-100 d-none d-md-block d-lg-none"><!-- wrap every 3 on md --></div>
<a href="xrp-ledger-overview.html#finite-xrp-supply"><div class="card m-3">
<a href="xrp-ledger-overview.html#finite-xrp-supply" class="card m-3">
<img class="card-img-top" src="assets/img/line-graph.svg" alt="(price graph)" />
<div class="card-body">
<!-- <p>When the XRP Ledger began, 100 billion XRP were created, and no more XRP will ever be created.</p> -->
</div><!--/.card-body-->
<div class="card-footer"><h3>Finite XRP Supply</h3></div>
</div><!--/.card--></a>
</a><!--/.card-->
<div class="w-100 d-none d-sm-block d-md-none"><!-- wrap every 2 on sm --></div>
<div class="w-100 d-none d-lg-block"><!-- wrap every 4 on lg/xl --></div>
<a href="xrp-ledger-overview.html#responsible-software-governance"><div class="card m-3">
<a href="xrp-ledger-overview.html#responsible-software-governance" class="card m-3">
<img class="card-img-top" src="assets/img/scales.svg" alt="(scales of justice)" />
<div class="card-body">
<!-- <p>A team of full-time, world-class developers at Ripple maintain and continually improve the XRP Ledger's underlying software.</p> -->
</div><!--/.card-body-->
<div class="card-footer"><h3>Responsible Software Governance</h3></div>
</div><!--/.card--></a>
</a><!--/.card-->
<a href="xrp-ledger-overview.html#secure-adaptable-cryptography"><div class="card m-3">
<a href="xrp-ledger-overview.html#secure-adaptable-cryptography" class="card m-3">
<img class="card-img-top" src="assets/img/lock.svg" alt="(lock)" />
<div class="card-body">
<!-- <p>The XRP Ledger relies on industry standard digital signature systems like ECDSA and also supports modern, efficient algorithms like Ed25519.</p> -->
</div><!--/.card-body-->
<div class="card-footer"><h3>Secure, Adaptable Cryptography</h3></div>
</div><!--/.card--></a>
</a><!--/.card-->
<div class="w-100 d-none d-sm-block d-md-none"><!-- wrap every 2 on sm --></div>
<div class="w-100 d-none d-md-block d-lg-none"><!-- wrap every 3 on md --></div>
<a href="xrp-ledger-overview.html#modern-features-for-smart-contracts"><div class="card m-3">
<a href="xrp-ledger-overview.html#modern-features-for-smart-contracts" class="card m-3">
<img class="card-img-top" src="assets/img/gears.svg" alt="(gears)" />
<div class="card-body">
<!-- <p>Features like Escrow, Checks, and Payment Channels support cutting-edge financial applications while safety features like Invariant Checks and Amendments provide for stable operation.</p> -->
</div><!--/.card-body-->
<div class="card-footer"><h3>Modern Features for Smart Contracts</h3></div>
</div><!--/.card--></a>
</a><!--/.card-->
<a href="xrp-ledger-overview.html#on-ledger-decentralized-exchange"><div class="card m-3">
<a href="xrp-ledger-overview.html#on-ledger-decentralized-exchange" class="card m-3">
<img class="card-img-top" src="assets/img/exchange.svg" alt="(currency exchange)" />
<div class="card-body">
<!-- <p>The XRP Ledger also has a fully-functional accounting system for tracking and trading obligations denominated in any way users want, and an exchange built into the protocol.</p> -->
</div><!--/.card-body-->
<div class="card-footer"><h3>On-Ledger Decentralized Exchange</h3></div>
</div><!--/.card--></a>
</a><!--/.card-->
</div><!--/.card-deck-->
</div><!--/.container-->
</section>
<section class="container-fluid p-5 bg-light">
<section class="container-fluid py-3 p-sm-4 bg-light">
<h2>Built on the XRP Ledger</h2>
<div class="blurb">
<p>Learn about just a few of the types of integrations developers have built on the XRP Ledger.</p>
<p>Have an idea for a use case not listed here? <a href="mailto:projectlotus@ripple.com">Contact us</a></p>
</div>
<div class="row">
<div class="col-xl-8 col-lg-10 col-md-12 offset-xl-2 offset-lg-1">
<div class="card-deck mb-4">
<div class="container">
<div class="row card-deck mb-4 p-xl-5">
<div class="card">
<div class="card-header">
@@ -224,6 +232,11 @@
<div class="card-body">
<p>Integrate your Exchange or Gateway with the XRP Ledger to enable your users to buy and sell XRP and issued currencies.</p>
</div><!--/.card-body-->
<div class="card-footer">
<div class="readmore">
<a href="list-xrp-in-your-exchange.html"><button class="btn btn-secondary" type="button">View Use Case <i class="fa fa-arrow-right" aria-hidden="true"></i></button></a>
</div><!--/.readmore-->
</div><!--/.card-footer-->
</div><!--/.card-->
<div class="card">
@@ -234,6 +247,11 @@
<div class="card-body">
<p>Integrate with the XRP Ledger to place offers algorithmically or through your own trading interface, providing liquidity between different gateways and their users.</p>
</div><!--/.card-body-->
<div class="card-footer">
<div class="readmore">
<a href="mailto:projectlotus@ripple.com"><button class="btn btn-secondary" type="button">Contact Us <i class="fa fa-envelope" aria-hidden="true"></i></button></a>
</div><!--/.readmore-->
</div><!--/.card-footer-->
</div><!--/.card-->
<div class="card">
@@ -244,49 +262,48 @@
<div class="card-body">
<p>Build a wallet app on the XRP Ledger to enable your users to send and trade XRP and other currencies issued by a gateway you trust.</p>
</div><!--/.card-body-->
<div class="card-footer">
<div class="readmore">
<a href="mailto:projectlotus@ripple.com"><button class="btn btn-secondary" type="button">Contact Us <i class="fa fa-envelope" aria-hidden="true"></i></button></a>
</div><!--/.readmore-->
</div><!--/.card-footer-->
</div><!--/.card-->
</div><!--/.card-deck-->
</div><!--/.col-->
</div><!--/.row-->
</div><!--/.container-->
</section>
<section class="container-fluid related-projects p-5 bg-white">
<section class="container-fluid related-projects py-3 p-sm-4 bg-white">
<h2>Related Projects</h2>
<div class="row">
<div class="col m-2">
<a class="client-portal-link" href="https://clients.ripple.com/" target="_blank">
<div class="card">
<a class="client-portal-link card" href="https://clients.ripple.com/" target="_blank">
<div class="card-body">
<p>
<img class="project-icon" src="assets/img/RippleNet-condensed.svg" />
<span class="project-name">Ripple Client Portal</span>
<span class="login-required">(login required)</span>
<i class="fa fa-external-link"></i>
<i class="fa fa-external-link" aria-hidden="true"></i>
</p>
<p class="project-summary">For financial institutions using Ripple's proprietary solutions to send money globally.</p>
</div><!--/.card-body-->
</div><!--/.card-->
</a>
</a><!--/.card-->
</div><!--/.col-->
<div class="col m-2">
<a class="interledger-link" href="https://interledger.org/" target="_blank">
<div class="card">
<a class="interledger-link card" href="https://interledger.org/" target="_blank">
<div class="card-body">
<p>
<img class="project-icon" src="assets/img/ilp_logo.svg" />
<span class="project-name">Interledger</span>
<i class="fa fa-external-link"></i>
<i class="fa fa-external-link" aria-hidden="true"></i>
</p>
<p class="project-summary">An open protocol suite for connecting all forms of digital money.</p>
</div><!--/.card-body-->
</div><!--/.card-->
</a>
</a><!--/.card-->
</div><!--/.col-->
</div><!--/.row-->

View File

@@ -1,20 +1,30 @@
{% extends "template-base.html" %}
{% block main %}
<section class="p-3">
{% if not content %}
<h1 class="main-page-header">{{ currentpage.name }}</h1>
{% endif %}
{% if content %}
<article class="p-3">
<div class='content'>
{{ content }}
</div>
</article>
</section>
<section class="p-3 bg-light">
<section class="p-3">
<h2>Children of this page:</h2>
{% set show_blurbs = True %}
{% set depth= 1 %}
{% include 'template-page-children.html' %}
</section>
{% else %}
<section class="p-3">
<article class="content">
<h1 id="main-page-header">{{ currentpage.name }}</h1>
<p class="blurb">{{ currentpage.blurb }}</p>
{% set show_blurbs = True %}
{% set depth= 1 %}
{% include 'template-page-children.html' %}
</article>
</section>
{% endif %}
{% endblock %}

View File

@@ -1,16 +1,16 @@
{% extends "template-base.html" %}
{% block bodyclasses %}landing{% endblock %}
{% block mainclasses %}landing{% endblock %}
{% block main %}
<section class="container-fluid px-5 pb-5 pt-0">
<div class="row">
<section class="container-fluid bg-white p-3 px-sm-5">
<h1 class="main-page-header">XRP Ledger Documentation</h1>
<div class="blurb col-sm-12">
<div class="blurb">
<p>Dive into our documentation and start integrating with the XRP Ledger.</p>
</div>
</div>
</section>
<section class="container-fluid bg-light p-3 px-sm-5">
<div class="card-deck p-2">
{% set doc_types = [] %}
{% for page in pages %}
@@ -18,12 +18,12 @@
{% set doc_type_top = pages|selectattr('doc_type', 'equalto', page.doc_type)|first %}
<div class="card">
<div class="card-header">
<h3 class="card-title"><a href="{{doc_type_top.html}}">{{doc_type_top.name}}</a></h3>
<div class="card-header bg-dark">
<h3 class="card-title"><a href="{{doc_type_top.html}}">{{doc_type_top.name}} <i class="fa fa-arrow-right" aria-hidden="true"></i></a></h3>
</div><!--/.card-header-->
<div class="card-body">
{% if page.blurb is defined %}
<p class="doc-type-blurb">{{page.blurb}}</p>
<p class="blurb">{{page.blurb}}</p>
{% endif %}
{% set parent_page = doc_type_top %}
{% set depth = 1.5 %}
@@ -38,7 +38,7 @@
<div class="card-deck p-2">
<div class="card">
<div class="card-header">
<div class="card-header bg-dark">
<h3 class="card-title">Get Started</h3>
</div><!--/.card-header-->
<div class="card-body">
@@ -53,31 +53,31 @@
</div><!--/.card-->
<div class="card">
<div class="card-header">
<div class="card-header bg-dark">
<h3 class="card-title">Popular Docs</h3>
</div><!--/.card-header-->
<div class="card-body">
<div class="curated-links">
<ol>
<li><a href="reference-rippled-public.html">rippled API Public Methods Reference</a></li>
<li><a href="concept-accounts.html">Accounts</a></li>
<li><a href="rippled-setup.html">rippled Server Setup</a></li>
<li><a href="reference-rippleapi.html">RippleAPI for JavaScript</a></li>
<li><a href="public-rippled-methods.html">rippled API Public Methods Reference</a></li>
<li><a href="accounts.html">Accounts</a></li>
<li><a href="install-rippled.html">Install rippled</a></li>
<li><a href="reference-rippleapi.html">RippleAPI for JavaScript Reference</a></li>
</ol>
</div><!--/.curated-links-->
</div><!--/.card-body-->
</div><!--/.card-->
<div class="card">
<div class="card-header">
<div class="card-header bg-dark">
<h3 class="card-title">Recently Updated</h3>
</div><!--/.card-header-->
<div class="card-body">
<div class="curated-links">
<ol>
{% for link in target.recently_updated %}
{% set linkpage = pages|selectattr("html", "equalto", link)|first %}
<li><a href="{{linkpage.html}}">{{linkpage.name}}</a></li>
{% set linkpage = pages|selectattr("html", "equalto", link.html)|first %}
<li><a href="{{linkpage.html}}">{{linkpage.name}}{% if link.date is defined %} <span class="recently-updated-date">({{link.date}})</span>{% endif %}</a></li>
{% endfor %}
</ol>
</div><!--/.curated-links-->
@@ -88,7 +88,7 @@
</section>
<section class="container-fluid p-3 p-lg-5">
<h2>Full Documentation Index</h2>
<h2 id="full-doc-index">Full Documentation Index</h2>
<div class="row">
<div class="col-md-8">
{% set parent_page = currentpage %}

View File

@@ -1,18 +1,17 @@
{% extends "template-base.html" %}
{% block bodyclasses %}landing{% endblock %}
{% block mainclasses %}landing{% endblock %}
{% block main %}
<section class="container-fluid px-5 pb-3 pt-0">
<div class="row">
<section class="container-fluid bg-white p-3 px-sm-5">
<h1 class="main-page-header">References</h1>
</div>
<p class="blurb">{{currentpage.blurb}}</p>
</section>
<section class="container-fluid bg-light p-5">
<section class="container-fluid bg-light p-3 px-sm-5">
<h2><a href="reference-rippled-api.html">rippled API Reference</a></h2>
<div class="blurb col-sm-12">
<h2><a href="rippled-api.html">rippled API Reference</a></h2>
<div class="blurb">
<p>Use the <code>rippled</code> API to communicate with a <code>rippled</code> server, the core peer-to-peer server that manages the XRP Ledger.</p>
</div>
@@ -21,9 +20,8 @@
{% for page in pages|selectattr("supercategory", "equalto", "rippled API")|list %}
{% if loop.index != 1 and page == pages|selectattr("category", "equalto", page.category)|first %}
<div class="card">
{#{% set parent_page = pages|selectattr("html", "equalto", "reference-rippled-public.html")|first %}#}
<div class="card-header">
<h3 class="card-title"><a href="{{page.html}}">{{page.name}}</a></h3>
<div class="card-header bg-dark">
<h3 class="card-title"><a href="{{page.html}}">{{page.name}} <i class="fa fa-arrow-right" aria-hidden="true"></i></a></h3>
</div><!--/.card-header-->
<div class="card-body">
<p class="ref-blurb">{{page.blurb}}</p>
@@ -34,7 +32,7 @@
</div><!--/.card-->
{# go to new row after admin methods #}
{% if page.html == "reference-rippled-admin.html" %}
{% if page.html == "admin-rippled-methods.html" %}
</div><!--/.card-deck-->
<div class="card-deck p-2">
{% endif %}

View File

@@ -41,7 +41,7 @@
{% if onepage == parent %}{# pass #}
{% elif next_level_field == None or (onepage[next_level_field] is undefined and next_level_field != "supercategory") %}
{# direct child, print it! #}
<li class="level-{{indent_level}}"><a href="{{onepage.html}}">{{onepage.name}}</a>{% if show_blurbs and onepage.blurb is defined %}<p class="blurb child-blurb">{{onepage.blurb}}</p>{% endif %}</li>
<li class="level-{{indent_level}}"><a href="{{onepage.html}}">{{onepage.name}}</a>{% if show_blurbs and onepage.blurb is defined and indent_level == 1%}<p class="blurb child-blurb">{{onepage.blurb}}</p>{% endif %}</li>
{% elif onepage[next_level_field] is undefined and next_level_field == "supercategory" %}
{# special case, might need to skip "supercategory" #}
@@ -53,7 +53,7 @@
{% set next_level_children = thosepages|selectattr("category",
"equalto", onepage.category)|list %}
{% set next_level_parent = next_level_children|first %}
<li class="level-{{indent_level}}"><a href="{{next_level_parent.html}}">{{next_level_parent.name}}</a>{% if show_blurbs and next_level_parent.blurb is defined %}<p class="blurb child-blurb">{{next_level_parent.blurb}}</p>{% endif %}</li>
<li class="level-{{indent_level}}"><a href="{{next_level_parent.html}}">{{next_level_parent.name}}</a>{% if show_blurbs and next_level_parent.blurb is defined and indent_level == 1 %}<p class="blurb child-blurb">{{next_level_parent.blurb}}</p>{% endif %}</li>
{% if indent_level+1 <= depth_limit and next_level_field != None %}
{# Recurse! #}
{% set field_after = "subcategory" %}
@@ -64,7 +64,7 @@
{% else %}
<!-- Template WARNING: no category for page '{{onepage.name}}'? -->
<li class="level-{{indent_level}}"><a href="{{onepage.html}}">{{onepage.html}}</a>{% if show_blurbs and onepage.blurb is defined %}<p class="blurb child-blurb">{{onepage.blurb}}</p>{% endif %}</li>
<li class="level-{{indent_level}}"><a href="{{onepage.html}}">{{onepage.html}}</a>{% if show_blurbs and onepage.blurb is defined and indent_level == 1 %}<p class="blurb child-blurb">{{onepage.blurb}}</p>{% endif %}</li>
{% endif %}
{% elif onepage[next_level_field] is defined %}
@@ -73,7 +73,7 @@
{% set next_level_children = thosepages|selectattr(next_level_field,
"equalto", onepage[next_level_field])|list %}
{% set next_level_parent = next_level_children|first %}
<li class="level-{{indent_level}}"><a href="{{next_level_parent.html}}">{{next_level_parent.name}}</a>{% if show_blurbs and next_level_parent.blurb is defined %}<p class="blurb child-blurb">{{next_level_parent.blurb}}</p>{% endif %}</li>
<li class="level-{{indent_level}}"><a href="{{next_level_parent.html}}">{{next_level_parent.name}}</a>{% if show_blurbs and next_level_parent.blurb is defined and indent_level == 1 %}<p class="blurb child-blurb">{{next_level_parent.blurb}}</p>{% endif %}</li>
{% if (indent_level+1 <= depth_limit and next_level_field != None)
or (next_level_field == "supercategory" and depth_limit == 1.5) %}
{# Recurse! #}

View File

@@ -11,7 +11,7 @@
<form id="domain-entry">
<fieldset>
<input id="domain" type="text" required
placeholder="Domain name, e.g.example.com"
placeholder="example.com (Domain name to check)"
pattern="^([a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,6}$"><br>
<button class="btn btn-primary">Verify ripple.txt</button>
</fieldset>

View File

@@ -3,16 +3,18 @@
{% block bodyclasses %}page-test-net{% endblock %}
{% block right_sidebar %}
<aside id="test-net-servers" class="card">
<div id="test-net-servers" class="card">
<div class="card-header bg-dark">
<h3 class="card-title">Test Net Servers</h3>
</div><!--/.card-header-->
<div class="card-body">
<div class="card-header">Test Net Servers</div>
<p>Use the following addresses to connect to the XRP Test Net and send transactions from your account.</p>
<h5>Websockets and Ripple API</h4>
<pre><code>wss://s.altnet.rippletest.net:51233</code></pre>
<h5>JSON-RPC</h4>
<pre><code>https://s.altnet.rippletest.net:51234</code></pre>
</div>
</aside>
</div>
{% endblock %}
{% block main %}
@@ -22,7 +24,7 @@
<div class="content">
<p>Ripple has created this alternative XRP Ledger test network with nodes in every region of the world to provide a testing platform for any software products built on the XRP Ledger without using real funds.</p>
<p>Test Net funds are intended for <strong>testing</strong> only. The Test Net ledger and balances will be reset on a regular basis.</p>
<button class="btn btn-primary">Generate credentials</button>
<button id="generate-creds-button" class="btn btn-primary">Generate credentials</button>
<div id='your-credentials'></div>
<div id='loader' style="display: none;"><img class='throbber' src="assets/img/rippleThrobber.png"> Generating Keys...</div>
<div id='address'></div>
@@ -33,6 +35,5 @@
{% endblock %}
{% block endbody %}
<link rel='stylesheet' type='text/css' href='assets/css/test-net.css'/>
<script type='text/javascript' src='assets/js/test-net.js'></script>
{% endblock %}