Home design update (incomplete)

This commit is contained in:
mDuo13
2018-04-26 18:49:17 -07:00
parent 5a9792c716
commit 86335771bb
9 changed files with 764 additions and 537 deletions

View File

@@ -1,7 +1,166 @@
/* Generic styles and colors not in the bootstrap files --------------------- */
body {
font-family: Roboto, sans-serif;
}
/* Images should not exceed the main column */
.content img {
max-width: 100%;
height: auto;
}
/* But badge images shouldn't be resized */
.content img.dactyl_badge {
width: initial;
}
td {
border: 1px solid #dbdde2;
padding: 0.2em;
vertical-align: text-top;
}
th {
padding: 0.2em;
}
/* Top navigation ----------------------------------------------------------- */
.navbar-brand {
text-decoration: none;
white-space: pre;
}
.navbar .logo {
margin-right: 0.5em;
position: relative;
bottom: 3px;
}
.navbar .navbar-brand .brand-text {
font-weight: 300;
margin-right: 20px;
color: #777;
}
.navbar .navbar-nav a {
font-size: 18px;
line-height: 38px;
color: #27a2db;
text-decoration: none;
transition: 0.5s;
}
.navbar .navbar-nav .active a {
font-weight: bold;
color: #333;
background-color: #eee;
}
.navbar .active-parent a {
font-weight: bold;
background-color: #eee;
}
/* Push content below fixed header ------------------------------------------ */
#main_content_wrapper {
margin-top: 55px;
}
/* Fix so anchors don't jump under the fixed header ------------------------- */
.main h1:before,
.main h2:before,
.main h3:before,
.main h4:before,
.main h5:before,
.main h6:before,
#main_content_wrapper:before {
display: block;
content: " ";
margin-top: -67px;
height: 67px;
visibility: hidden;
}
.card h1:before,
.card h2:before,
.card h3:before,
.card h4:before,
.card h5:before,
.card h6:before {
display: none;
}
/* Content text styling ----------------------------------------------------- */
.content {
padding-bottom: 50px;
}
.content h1 {
margin-top: 32px;
line-height: 1.2;
}
.content h1:first-child {
margin-top: 0;
line-height: 1.2;
}
.content h1:first-child:before {
margin-top: -100px;
}
.content h2 {
margin-top: 28px;
line-height: 1.2;
}
.content h3 {
margin-top: 24px;
line-height: 1.2;
}
.content h4 {
margin-top: 20px;
line-height: 1.2;
}
.content h5 {
margin-top: 16px;
line-height: 1.2;
font-weight: bold;
}
.content h6 {
margin-top: 12px
line-height: 1.2;
font-weight: bold;
}
.content p,
.content li,
.content td {
line-height: 1.65;
}
/* "Source" links float right */
.content a[title="Source"] {
float: right;
padding-left: 20px;
}
.content table {
clear: right;
}
/* Big draft warning at top of page so it's hard to mix up with the live site */
.draft-warning {
background-color: red;
color: white;
padding: 2px 6px;
margin: 10px;
position: absolute;
top: 25px;
left: 150px;
font-size: 12px;
font-weight: bold;
}
/* Footer ------------------------------------------------------------------- */
.ripple-footer {
z-index: 2;
color: #999999;
@@ -45,10 +204,12 @@ body {
margin-right: 25px;
}
.no-sidebar aside.sidebar {
display: none;
.foot-nav-col .children-display li {
list-style-type: none;
}
/* Callouts ----------------------------------------------------------------- */
.devportal-callout {
border-style: solid;
border-radius: 5px;
@@ -108,84 +269,85 @@ body {
padding-right: 5px;
}
/* Big draft warning at top of page so it's hard to mix up with the live site */
.draft-warning {
background-color: red;
color: white;
padding: 2px 6px;
margin: 10px;
position: absolute;
top: 25px;
left: 150px;
font-size: 12px;
font-weight: bold;
/* Button styling ----------------------------------------------------------- */
.readmore {
display: block;
margin: 15px auto 5px;
text-align: center;
}
/* Images should not exceed the main column */
.content img {
max-width: 100%;
height: auto;
.readmore .btn {
font-size: 18px;
transition: 0.5s;
}
/* But badge images shouldn't be resized */
.content img.dactyl_badge {
width: initial;
.btn-primary code {
color: inherit;
}
.no-1st-head h1:first-child,
.no-1st-head h2:first-child,
.no-1st-head h3:first-child,
.no-1st-head h4:first-child,
.no-1st-head h5:first-child,
.no-1st-head h6:first-child {
visibility: hidden;
margin: 0;
padding: 0;
line-height: 0;
}
.content h1 {
margin-top: 32px;
line-height: 1.2;
}
.content h1:first-child {
margin-top: 0;
line-height: 1.2;
}
.content h1:first-child:before {
margin-top: -100px;
}
.content h2 {
margin-top: 28px;
line-height: 1.2;
}
.content h3 {
margin-top: 24px;
line-height: 1.2;
}
.content h4 {
margin-top: 20px;
line-height: 1.2;
}
.content h5 {
margin-top: 16px;
line-height: 1.2;
font-weight: bold;
}
.content h6 {
margin-top: 12px
line-height: 1.2;
font-weight: bold;
}
/* "Button-style" links should look like buttons, not links */
a.button {
cursor: pointer;
text-decoration: none !important;
}
/* Code Tabs stuff */
.button, #request_button { /* Should be same as btn btn-primary */
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
color: #fff;
background-color: #1db4ff;
border-color: #1db4ff;
}
.button:hover {
background-color: #43bded;
-o-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
/* Code Tabs ---------------------------------------------------------------- */
pre {
overflow: visible;
word-wrap: normal;
}
pre code {
white-space: pre;
}
.code_sample pre {
background: none;
border: none;
border-radius: 0;
}
.code_sample pre code {
overflow: auto;
max-height: 14em;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
.code_sample pre code.expanded {
overflow: visible;
max-height: none;
position: absolute;
min-width: 661px;
}
.code_sample .code_toggler {
position: absolute;
bottom: 0;
right: 0;
}
.multicode {
color: #000;
margin: 12px 0px 0px 0px;
@@ -232,81 +394,8 @@ a.current {
color: black;
background: white;
}
/* End of code tabs stuff */
.button, #request_button { /* Should be same as btn btn-primary */
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
color: #fff;
background-color: #1db4ff;
border-color: #1db4ff;
}
.button:hover {
background-color: #43bded;
-o-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
pre {
overflow: visible;
word-wrap: normal;
}
pre code {
white-space: pre;
}
.code_sample pre {
background: none;
border: none;
border-radius: 0;
}
.code_sample pre code {
overflow: auto;
max-height: 14em;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
.code_sample pre code.expanded {
overflow: visible;
max-height: none;
position: absolute;
min-width: 661px;
}
.code_sample .code_toggler {
position: absolute;
bottom: 0;
right: 0;
}
.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;
padding-left: 40px;
min-height: 700px;
}
.content {
padding-bottom: 50px;
}
#dactyl_toc_sidebar a {
text-decoration: none;
}
#dactyl_toc_sidebar a:hover {
text-decoration: underline;
}
/* Common list modules (children, curated links) ---------------------------- */
.curated-links ul,
.curated-links ol,
.children-display ul {
@@ -323,6 +412,11 @@ pre code {
margin-top: 15px;
margin-left: 15px;
}
.landing .level-1,
.landing .curated-links li {
font-weight: 400;
font-size: 18px;
}
.level-1:first-child {
margin-top: 0;
}
@@ -333,180 +427,22 @@ pre code {
.level-3 {
list-style-type: square;
margin-left: 45px;
color: #555;
}
.level-3 a {
color: #555;
}
.level-3 a:hover {
color: #333;
}
.level-4 {
margin-left: 60px;
color: #888;
}
.level-4 a {
color: #888;
}
.level-4 a:hover {
color: #333;
}
.level-5 {
margin-left: 75px;
list-style-type: circle;
color: #aaa;
}
.level-5 a {
color: #aaa;
}
.level-5 a:hover {
color: #333;
}
.level-6 {
/* Probably not used */
margin-left: 90px;
list-style-type: square;
}
.foot-nav-col .children-display li {
list-style-type: none;
}
td {
border: 1px solid #dbdde2;
padding: 0.2em;
vertical-align: text-top;
}
th {
padding: 0.2em;
}
.content a[title="Source"] {
float: right;
padding-left: 20px;
}
.content table {
clear: right;
}
.main h1:before,
.main h2:before,
.main h3:before,
.main h4:before,
.main h5:before,
.main h6:before,
#main_content_wrapper:before {
display: block;
content: " ";
margin-top: -67px;
height: 67px;
visibility: hidden;
}
.card h1:before,
.card h2:before,
.card h3:before,
.card h4:before,
.card h5:before,
.card h6:before {
display: none;
}
/*------------- Code Tabs -----------------------------------------*/
.multicode {
color: #000;
border-bottom: 1px solid #DBDDE2;
margin: 12px 0px 0px 0px;
padding: 0 0 0 0;
z-index: 1;
padding-left: 10px;
}
.multicode ul {
padding-bottom: 0;
}
.multicode pre {
padding-top: 0;
}
.multicode li {
display: inline;
overflow: hidden;
list-style-type: none;
}
.multicode ul > li:before {
background: none;
border: none;
}
.multicode a, a.current {
color: black;
background: #DFE2E7;
border: 1px solid #DBDDE2;
padding: 1em 1em 0 1em;
margin: 0px;
text-decoration: none; }
.multicode a.current {
background: #fff;
border-bottom: 1px solid #fff;
color : black;
}
.multicode a:hover {
color: black;
background: white;
}
.navbar {
background-color: #fff;
border-bottom: 1px solid #0f72e5;
}
.navbar-brand {
text-decoration: none;
white-space: pre;
}
.navbar .logo {
margin-right: 0.5em;
position: relative;
bottom: 3px;
}
.navbar .navbar-brand .brand-text {
font-weight: bold;
margin-right: 20px;
color: #777;
}
.navbar .navbar-nav a {
font-size: 18px;
line-height: 38px;
color: #27a2db;
text-decoration: none;
transition: 0.5s;
}
.navbar .navbar-nav .active a {
font-weight: bold;
color: #333;
background-color: #eee;
}
.navbar .active-parent a {
font-weight: bold;
background-color: #eee;
}
/*.navbar-form .btn.fa-search {
padding: 8px;
font-size: 16px;
}*/
#main_content_wrapper {
margin-top: 55px;
}
/* (Jump to) "Top" button --------------------------------------------------- */
.jump-to-top {
display: none;
position: fixed;
@@ -524,6 +460,9 @@ th {
}
}
/* Breacrumbs --------------------------------------------------------------- */
.breadcrumb-item + .breadcrumb-item:before {
content: "\f105"; /* fontawesome angle-right */
font-family: FontAwesome;
@@ -534,7 +473,8 @@ th {
}
/* Accordion styling for sidebar navigation */
/* Left navigation ---------------------------------------------------------- */
.sidebar_pagelist {
margin-left: 0;
margin-bottom: 0;
@@ -631,6 +571,39 @@ th {
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;
padding-left: 40px;
min-height: 700px;
}
/* Right navigation --------------------------------------------------------- */
#dactyl_toc_sidebar a {
text-decoration: none;
}
#dactyl_toc_sidebar a:hover {
text-decoration: underline;
}
#page-toc-wrapper {
position: fixed;
top: 75px;
max-height: calc(100% - 150px);
max-width: 16.66667%;
overflow: auto;
z-index: 10;
}
.card .sidebar_pagelist li a {
display: block;
@@ -650,7 +623,28 @@ th {
color: #333;
}
/* Edit on GitHub link --------- */
.subcat-title.active-parent {
font-weight: bold;
}
.card .sidebar_pagelist li .subpage {
padding-left: 105px;
}
.sidenav_parent a {
display: block;
text-decoration: none;
font-size: 18px;
font-weight: bold;
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;
@@ -676,10 +670,134 @@ th {
line-height: 16px;
}
/* Use Cases ---------------------------------------------------------------- */
.use-case-step-num {
border: 1px solid #333;
border-radius: 50%;
padding: 0.9rem;
position: absolute;
left: 1.8rem;
height: 3.5rem;
width: 3.5rem;
text-align: center;
background-color: white;
}
.use-case-step-length {
float: right;
color: #888;
font-size: 16px;
}
.use-case p:not(:first-of-type) {
margin-top: .8rem;
margin-bottom: -.6rem;
padding-left: 2.5rem;
margin-left: 2.5rem;
border-left: 1px dashed #333;
}
.use-case h2 {
margin-left: 5rem;
margin-top: 0;
}
/* Landing Pages ------------------------------------------------------------ */
.landing section:first-of-type {
padding-top: 0;
border-top-width: 0;
}
.landing section .card {
border-width: 0;
background: none;
}
.landing section .card-header {
background: none;
border-bottom: none;
}
.landing h2,
.landing h3 {
font-weight: 300;
}
.landing section .card-header h3 {
font-size: 30px;
text-align: center;
}
#xrp_ledger_intro h3 {
font-size: 25px;
text-align: center;
}
.landing .card-img-top {
height: 8rem;
margin: 0 auto;
}
#xrp_ledger_intro .card-img-top {
display: block;
text-align: center;
}
#xrp_ledger_intro .card-footer {
border-width: 0;
border-radius: 0;
background: none;
}
#xrp_ledger_intro .card-body {
padding: 1px;
}
#xrp_ledger_intro .card-footer:after {
content: " ";
display: block;
width: 30%;
margin: 1.5rem auto;
border-top: 2px solid #0f72e5;
}
.landing .card-title > a {
text-decoration: none;
}
.landing .curated-links li:first-child {
margin-top: 5px;
}
.splash-head {
background-color: #102b3e;
background-image: url("../img/home-bg-cubes.jpg");
background-size: cover;
background-position: top center;
color: white;
}
.splash-head h1 {
font-weight: 700;
}
.splash-head p {
font-size: 18px;
text-align: center;
font-weight: 300;
}
.splash-head code {
color: white;
}
.build-disclaimer {
font-size: 10pt;
}
/* "Related Projects" (i.e. Client Portal & Interledger) boxes -------------- */
.related-projects a {
text-decoration: none;
}
@@ -704,16 +822,8 @@ th {
margin-right: 10px;
}
#page-toc-wrapper {
position: fixed;
top: 75px;
max-height: calc(100% - 150px);
max-width: 16.66667%;
overflow: auto;
z-index: 10;
}
/* Responsive design for different viewscreens -------------------------------*/
/* Responsive design for different viewscreens ------------------------------ */
@media (max-width: 768px) {
#page-toc-wrapper {
@@ -751,6 +861,7 @@ th {
}
}
/* Print styles ------------------------------------------------------------- */
@media print {
{
/* undo code tabs */
@@ -809,114 +920,3 @@ th {
overflow: visible !important;
}
}
/*******************************************************************************
* New stuff for 5-level nesting
*******************************************************************************/
.subcat-title.active-parent {
font-weight: bold;
}
.card .sidebar_pagelist li .subpage {
padding-left: 105px;
}
.sidenav_parent a {
display: block;
text-decoration: none;
font-size: 18px;
font-weight: bold;
padding: 15px 16px 15px 10px;
}
.sidenav_parent a.active {
color: #333;
cursor: default;
}
.funnel-sidebar a.active {
color: #333;
cursor: default;
}
.landing .card-title {
font-weight: bold;
}
.landing #main_content_body .card-title {
margin-bottom: 0;
font-size: 1.17rem;
}
.landing .card-title > a {
text-decoration: none;
}
.landing .curated-links li:first-child {
margin-top: 5px;
}
.content p,
.content li,
.content td {
line-height: 1.65;
}
.readmore {
display: block;
margin: 15px auto 5px;
text-align: center;
}
.readmore .btn {
font-size: 18px;
transition: 0.5s;
}
.btn-primary code {
color: inherit;
}
.landing section {
border-top: 1px solid #0f72e5;
}
.landing section:first-of-type {
padding-top: 0;
border-top-width: 0;
}
#xrp_ledger_intro .card-img-top {
width: auto;
text-align: center;
}
/* Use Cases stuff----------------------- */
.use-case-step-num {
border: 1px solid #333;
border-radius: 50%;
padding: 0.9rem;
position: absolute;
left: 1.8rem;
height: 3.5rem;
width: 3.5rem;
text-align: center;
background-color: white;
}
.use-case-step-length {
float: right;
color: #888;
font-size: 16px;
}
.use-case p:not(:first-of-type) {
margin-top: .8rem;
margin-bottom: -.6rem;
padding-left: 2.5rem;
margin-left: 2.5rem;
border-left: 1px dashed #333;
}
.use-case h2 {
margin-left: 5rem;
margin-top: 0;
}

Binary file not shown.

67
assets/img/airplane.svg Normal file
View File

@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
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="220"
height="250"
viewBox="0 0 58.208332 66.145835"
version="1.1"
id="svg1459"
inkscape:version="0.92.2 2405546, 2018-03-11"
sodipodi:docname="airplane.svg">
<defs
id="defs1453" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="299.99982"
inkscape:cy="118.58105"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="10"
fit-margin-left="10"
fit-margin-right="10"
fit-margin-bottom="10"
inkscape:window-width="1920"
inkscape:window-height="1022"
inkscape:window-x="0"
inkscape:window-y="1"
inkscape:window-maximized="1" />
<metadata
id="metadata1456">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(103.18745,-114.06207)">
<path
d="m -55.499907,127.01079 0.535445,0.0782 0.535445,0.0755 0.535445,0.0782 0.535445,0.22857 0.457145,0.22857 0.460275,0.22858 0.457145,0.3068 0.382043,0.38232 0.306872,0.38231 0.306872,0.46055 0.306805,0.38231 0.228572,0.45715 0.153335,0.53537 0.150272,0.46055 0.0783,0.53538 0.07503,0.53538 -0.07503,0.3068 -0.153334,0.22857 -0.228573,0.15306 -0.306872,0.0755 -0.306872,-0.0755 -0.228573,-0.15306 -0.153538,-0.22857 -0.07503,-0.3068 -0.0783,-0.68885 -0.228573,-0.76402 -0.382043,-0.61361 -0.457145,-0.61089 -0.613677,-0.45714 -0.688854,-0.38504 -0.764004,-0.22857 -0.763997,-0.0748 h -0.306872 l -0.228573,-0.23197 -0.153538,-0.22858 -0.07524,-0.3034 0.07524,-0.3068 0.153538,-0.22858 0.228573,-0.15306 z m 3.362854,-2.37028 -0.917406,0.0782 -0.99259,0.0748 -0.917406,0.22857 -1.377736,0.38232 -0.763997,0.23197 -0.688861,0.30341 -0.610547,0.38231 -0.535445,0.38504 -8.335153,8.41031 -24.319679,-6.65377 -0.457145,-0.0748 -0.382043,0.0748 -0.385104,0.15374 -0.381975,0.22857 -2.292005,2.37342 -0.231702,0.3034 -0.150273,0.3068 -0.0783,0.38232 v 0.3068 l 0.0783,0.30341 0.07524,0.23197 0.306873,0.45715 0.303743,0.23197 17.89457,11.62292 -10.170012,13.38252 -10.170006,-1.75967 h -0.306873 l -0.381975,0.0782 -0.306872,0.15034 -0.303743,0.23197 -1.149135,1.146 -0.22857,0.3068 -0.15354,0.38232 -0.0752,0.38231 v 0.38232 l 0.15333,0.46054 0.30374,0.45715 0.306877,0.22857 10.016583,5.58282 5.582846,10.01978 0.231702,0.3034 0.457145,0.30681 0.460275,0.15374 h 0.382042 l 0.381975,-0.0755 0.382043,-0.15306 0.306872,-0.23198 1.146013,-1.14599 0.228573,-0.3068 0.153334,-0.30341 0.0783,-0.38231 v -0.30681 l -1.759724,-10.17005 13.382588,-10.17311 11.622864,17.89458 0.228572,0.3068 0.460275,0.30681 0.228573,0.0755 0.306872,0.0782 h 0.306872 l 0.381975,-0.0782 0.303743,-0.15374 0.306873,-0.22858 2.370284,-2.29511 0.228573,-0.38231 0.153334,-0.38232 0.0783,-0.38231 -0.0783,-0.46055 -6.653695,-24.31659 8.413419,-8.33515 0.381974,-0.53538 0.382043,-0.6136 0.306873,-0.68572 0.228572,-0.76715 0.381975,-1.37456 0.231702,-0.91742 0.07524,-0.99572 0.07524,-0.91742 v -0.76402 -0.76402 l -0.150273,-0.61361 -0.231702,-0.53537 -0.228573,-0.53538 -0.306872,-0.38164 -0.381975,-0.30408 -0.535445,-0.23197 -0.535445,-0.22858 -0.610547,-0.15306 z"
id="path36"
inkscape:connector-curvature="0"
style="fill:#23282f;fill-rule:evenodd;stroke-width:1.799896" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

77
assets/img/map.svg Normal file
View File

@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
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="220"
height="250"
viewBox="0 0 58.208332 66.145835"
version="1.1"
id="svg870"
inkscape:version="0.92.2 2405546, 2018-03-11"
sodipodi:docname="map.svg">
<defs
id="defs864" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="98.57155"
inkscape:cy="-394.07122"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
fit-margin-top="10"
fit-margin-left="10"
fit-margin-right="10"
fit-margin-bottom="10"
inkscape:window-width="1920"
inkscape:window-height="1022"
inkscape:window-x="1920"
inkscape:window-y="1"
inkscape:window-maximized="1" />
<metadata
id="metadata867">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(179.53872,21.577186)">
<path
d="m -156.91538,5.3546086 0.26244,0.06508 0.66085,0.398121 0.59582,0.395416 0.20065,0.197707 0.0647,0.265434 -0.0647,0.265376 -0.0677,0.197707 -0.26538,0.197708 -0.26243,0.06773 -0.20065,-0.06773 -0.19771,-0.06508 -0.5284,-0.330454 -0.53075,-0.330395 -0.1977,-0.132629 -0.1324,-0.197708 v -0.265434 l 0.0677,-0.265434 0.13239,-0.197708 0.19771,-0.132628 z m 2.64334,2.315656 0.26538,0.0649 0.1977,0.197707 0.39836,0.595824 0.33069,0.595835 0.0677,0.265435 v 0.262727 l -0.13239,0.197708 -0.20065,0.2004144 -0.13004,0.06508 h -0.33305 l -0.1977,-0.06508 -0.1324,-0.1326294 -0.13298,-0.132805 -0.66085,-1.058954 -0.0653,-0.262727 v -0.265435 l 0.0653,-0.265375 0.20065,-0.132805 0.26243,-0.129981 z m 1.52211,3.1064744 0.26538,0.06773 0.19771,0.132628 0.13239,0.197708 0.5284,1.256673 v 0.265434 l -0.0653,0.262728 -0.13239,0.200414 -0.19771,0.129981 -0.26537,0.06773 -0.19771,-0.06773 -0.19771,-0.06508 -0.13298,-0.132629 -0.0677,-0.197707 -0.46308,-1.191659 -0.0653,-0.262728 0.0653,-0.265434 0.13239,-0.197707 0.20065,-0.132629 z m 1.25668,3.309584 0.20065,0.06508 0.19771,0.132806 0.13298,0.197707 0.46309,1.324382 0.0647,0.262728 -0.0647,0.200414 -0.20065,0.197707 -0.19771,0.132629 -0.19771,0.0649 h -0.19771 l -0.20065,-0.132628 -0.13239,-0.132806 -0.13004,-0.197707 -0.39836,-1.256673 -0.0647,-0.265434 0.0647,-0.262728 0.13298,-0.200414 0.26538,-0.129981 z m 1.38937,3.3069 0.19771,0.197708 0.13239,0.197707 0.53075,1.191694 0.0653,0.265376 v 0.262727 l -0.13299,0.200414 -0.1977,0.129981 -0.33069,0.06773 h -0.1324 l -0.1977,-0.06773 -0.13299,-0.129981 -0.13239,-0.132805 -0.5284,-1.324382 -0.0677,-0.262727 0.0677,-0.200415 0.13004,-0.197707 0.20065,-0.197708 z m 1.45439,3.109169 0.20065,0.129981 0.1977,0.200414 0.72852,0.99128 0.13004,0.265376 0.0677,0.197707 -0.13298,0.265434 -0.1324,0.197708 -0.19771,0.132805 h -0.5278 l -0.20065,-0.197707 -0.39542,-0.595841 -0.46308,-0.595836 -0.0677,-0.197707 v -0.265434 l 0.13239,-0.265435 0.1324,-0.132629 0.26537,-0.12998 z m 2.31565,2.578331 0.26537,0.132805 0.5284,0.330395 0.53075,0.330395 0.19771,0.132629 0.13239,0.265434 v 0.197708 l -0.0677,0.265434 -0.13004,0.197708 -0.13239,0.06508 -0.13239,0.06773 -0.19771,0.0649 -0.26538,-0.0649 -0.66085,-0.398122 -0.59583,-0.395415 -0.1977,-0.200414 -0.0677,-0.262728 v -0.200414 l 0.13239,-0.262727 0.19771,-0.197708 0.26537,-0.06773 z M -158.83561,-9.5277465 V 4.8914906 l 0.20065,0.0649 0.19771,0.197707 0.0647,0.200415 v 0.197707 0.197708 l -0.13239,0.200414 -0.13004,0.129981 -0.20065,0.06773 V 26.652946 l 16.73488,8.466297 v -9.127134 l -0.66084,-0.06773 -0.66085,-0.132629 -0.26538,-0.129981 -0.19771,-0.132805 -0.0677,-0.265434 v -0.265376 l 0.0677,-0.197707 0.19771,-0.197708 0.26538,-0.132629 h 0.26537 l 1.05627,0.197708 V -1.061467 Z"
id="path30"
inkscape:connector-curvature="0"
style="fill:#23282f;fill-rule:evenodd;stroke-width:1.556849" />
<path
d="m -162.40788,5.2869176 0.26537,0.06773 0.19771,0.132806 0.13239,0.262727 v 0.265434 l -0.0647,0.197708 -0.13298,0.265434 -0.19771,0.132629 -0.59583,0.197707 -0.5284,0.265435 -0.20065,0.0649 h -0.33069 l -0.13239,-0.0649 -0.13298,-0.132806 -0.13004,-0.132629 -0.0677,-0.265434 v -0.262727 l 0.13298,-0.200415 0.19771,-0.129981 0.66356,-0.33316 0.66085,-0.262728 z m -2.9765,1.787511 0.26537,0.0649 0.19771,0.197707 0.1324,0.200414 v 0.262728 l -0.0647,0.200414 -0.13298,0.262728 -0.46309,0.398122 -0.39835,0.463141 -0.26244,0.197708 -0.26537,0.06773 -0.19771,-0.06773 -0.19771,-0.132629 -0.20065,-0.197708 -0.0653,-0.197707 0.0653,-0.265434 0.1324,-0.265376 0.46308,-0.528161 0.5284,-0.463142 0.20065,-0.132805 z m -2.11524,2.711048 0.19771,0.132805 0.19771,0.1326294 0.13298,0.262727 v 0.265435 l -0.0653,0.265434 -0.66079,1.123956 -0.0677,0.132805 -0.19771,0.132629 -0.13239,0.06508 h -0.19771 l -0.26538,-0.06508 -0.1977,-0.132629 -0.1324,-0.265434 -0.0653,-0.197708 0.0653,-0.265434 0.72852,-1.256643 0.13004,-0.1977084 0.26538,-0.06773 z m -1.6548,3.1742014 0.26538,0.06773 0.19771,0.132629 0.13239,0.197708 0.0677,0.265434 v 0.262669 l -0.46309,1.191676 -0.0677,0.197708 -0.13299,0.132628 -0.1977,0.132806 h -0.39836 l -0.26243,-0.132806 -0.1324,-0.197707 -0.0653,-0.265434 v -0.265434 l 0.46014,-1.256679 0.13239,-0.262728 0.20065,-0.132629 z m -0.8585,3.37458 0.26244,0.132628 0.20065,0.197708 0.0653,0.197708 v 0.265434 l -0.26537,1.321669 -0.13004,0.200414 -0.1324,0.197708 -0.1977,0.06508 -0.20065,0.06773 h -0.1324 l -0.26243,-0.132805 -0.13239,-0.197708 -0.13299,-0.200414 v -0.262727 l 0.26538,-1.324365 0.13239,-0.262727 0.19771,-0.200414 0.19771,-0.0649 z m -0.66084,3.439605 0.26243,0.0649 0.20065,0.200414 0.13004,0.197707 v 0.265435 l -0.0653,0.660837 -0.0653,0.197708 -0.13239,0.197707 -0.20065,0.132629 -0.26244,0.06773 h -0.0677 l -0.26244,-0.06773 -0.20065,-0.132629 -0.0647,-0.262727 -0.0677,-0.265434 0.0677,-0.660838 0.0647,-0.265434 0.20065,-0.197708 0.19771,-0.132629 z m 10.44878,-29.3693008 -15.21277,7.7404632 -0.33069,0.129981 -0.26538,0.2654341 -0.26302,0.2654342 -0.20065,0.33039527 -0.19771,0.2654342 -0.13239,0.3303952 -0.0653,0.3304541 v 0.3303952 33.13931933 0.330396 l 0.13239,0.197707 0.13004,0.200415 0.20065,0.129981 0.19771,0.06773 0.26537,0.06508 0.33069,-0.06508 0.26538,-0.132629 15.14504,-7.737733 V 6.1482456 h -0.39541 l -0.19771,-0.132629 -0.13239,-0.197707 -0.0677,-0.265435 0.0677,-0.265434 0.13239,-0.197707 0.19771,-0.132806 0.19771,-0.0649 0.1977,-0.06773 z"
id="path32"
inkscape:connector-curvature="0"
style="fill:#23282f;fill-rule:evenodd;stroke-width:1.556849" />
<path
d="m -130.59026,2.7735715 0.0653,0.067727 0.1324,0.065079 0.0677,0.064902 0.0653,0.3331021 -0.0653,0.330453 -0.20065,0.395417 -1.38936,2.448349 1.45709,0.793555 0.0653,0.06508 0.0677,0.132629 0.0653,0.265434 -0.0653,0.395416 -0.13239,0.398121 -0.26538,0.330454 -0.26537,0.197708 -0.3301,0.132805 h -0.13298 l -0.0653,-0.06508 -1.45438,-0.793543 -1.38937,2.4456424 -0.26538,0.333161 -0.26537,0.197707 -0.33069,0.132806 h -0.13239 l -0.0653,-0.06773 -0.13239,-0.06508 -0.0647,-0.132629 -0.0677,-0.265434 0.0677,-0.395415 0.19771,-0.398122 1.38937,-2.4456554 -1.45439,-0.796267 -0.0677,-0.0649 -0.0647,-0.132629 -0.0677,-0.265434 0.0677,-0.330395 0.13239,-0.395416 0.26243,-0.330454 0.26538,-0.265375 0.33069,-0.06508 h 0.13298 l 0.0653,0.06508 1.4571,0.793525 1.38936,-2.448349 0.26244,-0.3304546 0.26537,-0.2626687 0.33069,-0.067727 z m -1.45439,8.0031675 0.19771,0.06773 0.19771,0.197707 0.13239,0.197708 0.13298,0.728529 v 0.265434 l -0.13298,0.197707 -0.19771,0.197708 -0.20065,0.06773 h -0.33069 l -0.1977,-0.132806 -0.19771,-0.132629 -0.0677,-0.265434 -0.13004,-0.595841 v -0.262733 l 0.0653,-0.197708 0.1977,-0.200414 0.26538,-0.132629 z m 0.19771,2.846483 0.26538,0.06508 0.26243,0.132629 0.13239,0.197707 0.0677,0.265434 0.0653,1.12395 -0.0653,0.265434 v 0.262728 l -0.13298,0.200414 -0.26538,0.132629 -0.26537,0.06508 -0.26244,-0.06508 -0.20065,-0.132629 -0.13004,-0.265434 -0.0677,-0.265434 0.0677,-0.197708 -0.0677,-1.058953 0.0677,-0.262728 0.13004,-0.200414 0.20065,-0.197708 z m 0,3.50459 0.26538,0.132629 0.1977,0.132805 0.1324,0.262669 v 0.265434 l -0.33069,1.389396 -0.0677,0.197708 -0.13239,0.132805 -0.19771,0.06773 -0.19771,0.06508 h -0.19771 l -0.26537,-0.132628 -0.1324,-0.197708 -0.0653,-0.265434 v -0.265439 l 0.26243,-1.188952 0.0677,-0.265435 0.19771,-0.197707 0.19771,-0.132629 z m -1.05897,3.306889 0.19771,0.06773 0.20065,0.197707 0.13239,0.197708 0.0647,0.265375 -0.1324,0.265434 -0.33069,0.660838 -0.46308,0.595835 -0.19771,0.129981 -0.26537,0.06773 h -0.26538 l -0.19771,-0.132806 -0.13239,-0.197707 -0.0653,-0.200415 v -0.262727 l 0.13239,-0.265375 0.33069,-0.463142 0.33069,-0.528162 0.13298,-0.265375 0.26243,-0.06508 z m -2.24792,2.646033 0.1977,0.06773 0.19771,0.197707 0.13239,0.262728 v 0.200414 l -0.13239,0.262728 -0.13239,0.200414 -0.66085,0.395415 -0.59583,0.330454 -0.33069,0.06773 -0.13239,-0.06773 -0.19771,-0.06508 -0.1324,-0.132628 -0.13239,-0.132806 -0.0653,-0.262668 0.0653,-0.265435 0.13239,-0.197707 0.20065,-0.132629 0.52781,-0.330395 0.5284,-0.330395 0.26538,-0.06773 z m -3.24188,1.324417 0.26538,0.129981 0.1977,0.132629 0.0653,0.265434 v 0.265435 l -0.0653,0.197707 -0.1977,0.197708 -0.20065,0.132805 -1.45439,0.197708 h -0.0653 l -0.20065,-0.06508 -0.19771,-0.132629 -0.19771,-0.132805 -0.0677,-0.265376 0.0677,-0.262727 0.13298,-0.197708 0.19771,-0.200414 0.19771,-0.06508 1.25668,-0.197707 z m 13.16256,-33.4047535 -0.26538,0.1328053 -15.14504,7.7377271 V 35.054423 l 15.21277,-7.740434 0.33069,-0.132806 0.26538,-0.262727 0.26243,-0.265434 0.20065,-0.265434 0.19771,-0.330396 0.13239,-0.330454 0.0653,-0.330395 V 25.065948 -8.0733602 -8.4038143 l -0.13239,-0.2004143 -0.13004,-0.1977075 -0.20065,-0.1328054 -0.19771,-0.065079 z"
id="path34"
inkscape:connector-curvature="0"
style="fill:#23282f;fill-rule:evenodd;stroke-width:1.556849" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1,116 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
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"
version="1.1"
viewBox="0 0 220 250.00001"
stroke-miterlimit="10"
id="svg902"
sodipodi:docname="ledger-icon.svg"
width="220"
height="250"
style="fill:none;stroke:none;stroke-linecap:square;stroke-miterlimit:10"
inkscape:version="0.92.2 2405546, 2018-03-11">
<metadata
id="metadata908">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs906" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="5"
gridtolerance="5"
guidetolerance="5"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1022"
id="namedview904"
showgrid="false"
fit-margin-top="10"
fit-margin-left="10"
fit-margin-right="10"
fit-margin-bottom="10"
showguides="true"
inkscape:guide-bbox="true"
inkscape:zoom="2.0083333"
inkscape:cx="169.41116"
inkscape:cy="101.66799"
inkscape:window-x="0"
inkscape:window-y="1"
inkscape:window-maximized="1"
inkscape:current-layer="g900">
<sodipodi:guide
position="-216.18195,339.77572"
orientation="-0.70710678,0.70710678"
id="guide945"
inkscape:locked="false" />
</sodipodi:namedview>
<clipPath
id="g38d819a7d2_0_0.0">
<path
d="M 0,0 H 960 V 540 H 0 Z"
id="path860"
inkscape:connector-curvature="0"
style="clip-rule:nonzero" />
</clipPath>
<g
clip-path="url(#g38d819a7d2_0_0.0)"
id="g900"
transform="translate(-227.70087,-23.083825)">
<path
d="M 422.29879,48.092807 V 236.39318 l -0.0734,1.71276 -1.32298,3.22092 0.63859,-1.25419 -1.76015,2.90625 -1.39619,1.09014 -1.68237,0.83166 -1.67088,0.55068 -1.68234,0.26971 H 260.17686 v 1.64081 c 0,0 0.84146,3.52514 0,0 l 1.04372,2.17576 c 0.56079,0.27722 1.76017,1.39057 2.32093,1.66779 l 1.67089,0.53945 1.68233,0.28098 152.95274,0.91262 1.68234,-0.28097 1.67086,-0.53946 1.68234,-0.83166 1.39621,-1.09009 1.12155,-1.65208 0.54933,-1.37108 0.56078,-1.65205 0.28613,-1.9218 -0.0665,-189.190513 -0.28613,-1.652042 -0.56077,-1.640821 -0.54936,-1.371094 -1.12155,-1.371093 v 0 c 1.12155,1.371093 0,0 0,0 l -1.68233,-0.28096 z"
id="path888"
inkscape:connector-curvature="0"
style="fill:#23282f;fill-rule:evenodd;stroke-width:1.00000012"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccc" />
<path
d="m 237.70087,168.9687 0.54952,1.09903 0.26914,0.81866 0.82989,0.82988 0.81866,0.81866 0.81866,0.26916 1.09903,0.54951 h 1.08783 17.53962 1.08781 l 1.09904,-0.54951 0.81866,-0.26916 0.81866,-0.81866 0.82989,-0.82988 0.26915,-0.81866 0.54951,-1.09903 v -4.37369 l -0.54951,-1.09904 -0.26915,-0.81866 -0.82989,-0.82989 -0.81866,-0.81867 -0.81866,-0.26915 -1.09904,-0.54951 h -1.08781 -17.53962 -1.08783 l -1.09903,0.54951 -0.81866,0.26915 -0.81866,0.81867 -0.82989,0.82989 -0.26914,0.81866 -0.54952,1.09904 z"
id="path890"
inkscape:connector-curvature="0"
style="fill:#23282f;fill-rule:evenodd;stroke-width:1" />
<path
d="m 238.25038,125.05018 0.54952,1.08781 0.26914,0.82987 0.82989,0.81868 0.81866,0.81866 0.81866,0.28037 1.09903,0.54953 h 1.08783 17.53962 1.08781 l 1.09904,-0.54953 0.81866,-0.28037 0.81866,-0.81866 0.82988,-0.81868 0.26916,-0.82987 0.54951,-1.08781 v -4.3849 l -0.54951,-1.09904 -0.26916,-0.81866 -0.82988,-0.81867 -0.81866,-0.81867 -0.81866,-0.28035 -1.09904,-0.54952 h -1.08781 -17.53962 -1.08783 l -1.09903,0.54952 -0.81866,0.28035 -0.81866,0.81867 -0.82989,0.81867 -0.26914,0.81866 -0.54952,1.09904 z"
id="path892"
inkscape:connector-curvature="0"
style="fill:#23282f;fill-rule:evenodd;stroke-width:1" />
<path
d="m 237.70087,83.623536 0.54952,1.099027 0.26914,0.818662 0.82989,0.818675 0.81866,0.829871 0.81866,0.269155 1.09903,0.549507 h 1.08783 17.53962 1.08781 l 1.09904,-0.549507 0.81866,-0.269155 0.81866,-0.829871 0.82989,-0.818675 0.26915,-0.818662 0.54951,-1.099027 v -4.384921 l -0.54951,-1.087806 -0.26915,-0.818662 -0.82989,-0.829895 -0.81866,-0.818662 -0.81866,-0.269131 -1.09904,-0.549531 h -1.08781 -17.53962 -1.08783 l -1.09903,0.549531 -0.81866,0.269131 -0.81866,0.818662 -0.82989,0.829895 -0.26914,0.818662 -0.54952,1.087806 z"
id="path894"
inkscape:connector-curvature="0"
style="fill:#23282f;fill-rule:evenodd;stroke-width:1" />
<path
style="fill:#23282f;fill-rule:evenodd;stroke-width:1"
d="m 258.85462,34.064156 -1.65002,0.280009 -1.63614,0.539211 -1.65003,0.548464 -1.36768,1.099252 -1.09926,1.367684 -0.54846,1.650027 -0.55078,1.63614 -0.26844,1.647716 V 233.46025 l 0.26844,1.64771 0.55078,1.63614 0.54846,1.65002 1.09926,1.3677 1.36768,1.09924 1.65003,0.53921 1.63614,0.54846 1.65002,0.28002 h 152.28131 l 1.63845,-0.28002 1.64772,-0.54846 1.63845,-0.53921 1.37926,-1.09924 1.08768,-1.3677 0.54846,-1.65002 0.55078,-1.63614 0.26845,-1.64771 V 42.832659 l -0.26845,-1.647716 -0.55078,-1.63614 -0.54846,-1.650027 -1.08768,-1.367684 -1.37926,-1.099252 -1.63845,-0.548464 -1.64772,-0.539211 -1.63845,-0.280009 z m 2.61043,159.611274 1.91616,0.26844 1.91847,0.54847 1.91847,0.83079 1.3677,1.3677 1.36768,1.36768 0.81923,1.91849 0.54847,1.91847 0.28233,1.91615 -0.28233,1.91847 -0.54847,1.91847 -0.81923,1.91616 -1.36768,1.36769 -1.3677,1.37001 -1.91847,0.81691 -1.91847,0.55079 -1.91616,0.26844 -1.91847,-0.26844 -1.91847,-0.55079 -1.91617,-0.81691 -1.36768,-1.37001 -1.37001,-1.36769 -0.81692,-1.91616 -0.55077,-1.91847 -0.28002,-1.91847 0.28002,-1.91615 0.55077,-1.91847 0.81692,-1.91849 1.37001,-1.36768 1.36768,-1.3677 1.91617,-0.83079 1.91847,-0.54847 z m 0.12527,-37.12873 1.91847,0.26844 1.91848,0.54847 1.90458,0.83079 1.37926,1.3677 1.37001,1.36768 0.81692,1.91848 0.55077,1.91847 0.26845,1.91615 -0.26845,1.91847 -0.55077,1.91848 -0.81692,1.91616 -1.37001,1.36769 -1.37926,1.37001 -1.90458,0.81691 -1.91848,0.55078 -1.91847,0.26845 -1.91616,-0.26845 -1.91847,-0.55078 -1.91847,-0.81691 -1.36769,-1.37001 -1.37927,-1.36769 -0.81923,-1.91616 -0.54846,-1.91848 -0.27076,-1.91847 0.27076,-1.91615 0.54846,-1.91847 0.81923,-1.91848 1.37927,-1.36768 1.36769,-1.3677 1.91847,-0.83079 1.91847,-0.54847 z m 0.116,-43.80356 1.91616,0.26844 1.91847,0.54847 1.91848,0.83079 1.36769,1.3677 1.3677,1.36768 0.83079,1.91849 0.5369,1.91847 0.28233,1.91615 -0.28233,1.91847 -0.5369,1.91847 -0.83079,1.91616 -1.3677,1.3677 -1.36769,1.37 -1.91848,0.81691 -1.91847,0.55079 -1.91616,0.26844 -1.91847,-0.26844 -1.91847,-0.55079 -1.91616,-0.81691 -1.36768,-1.37 -1.37001,-1.3677 -0.81692,-1.91616 -0.55078,-1.91847 -0.28002,-1.91847 0.28002,-1.91615 0.55078,-1.91847 0.81692,-1.91849 1.37001,-1.36768 1.36768,-1.3677 1.91616,-0.83079 1.91847,-0.54847 z m 0.12527,-41.717668 1.91847,0.268444 1.91616,0.548464 1.91847,0.830796 1.3677,1.367696 1.37,1.367684 0.81691,1.91848 0.55078,1.918472 0.26845,1.916148 -0.26845,1.918471 -0.55078,1.918471 -0.81691,1.916161 -1.37,1.367696 -1.3677,1.370006 -1.91847,0.816909 -1.91616,0.550782 -1.91847,0.268445 -1.91847,-0.268445 -1.91616,-0.550782 -1.91848,-0.816909 -1.36768,-1.370006 -1.3677,-1.367696 -0.83079,-1.916161 -0.54847,-1.918471 -0.27076,-1.918471 0.27076,-1.916148 0.54847,-1.918472 0.83079,-1.91848 1.3677,-1.367684 1.36768,-1.367696 1.91848,-0.830796 1.91616,-0.548464 z m 21.42915,23.691997 113.63361,1.251532 1.09924,0.268444 0.81923,0.548464 0.54846,0.819232 0.26845,1.09924 -0.26845,1.099251 -0.54846,0.819218 -0.81923,0.54847 -1.09924,0.27076 -113.63361,-1.25153 -1.09925,-0.270765 -0.81922,-0.548465 -0.54847,-0.819219 -0.26845,-1.099252 0.26845,-1.099239 0.54847,-0.819232 0.81922,-0.548464 z m -2.35078,26.433421 117.08363,0.83435 0.81923,0.81923 0.54846,0.81922 0.26845,1.09925 -0.26845,1.09924 -0.54846,0.81923 -0.81923,0.54846 -1.09924,0.26845 -114.88514,-0.83435 -1.09925,-0.26845 -0.81922,-0.54846 -0.54847,-0.81923 -0.26845,-1.09924 0.26845,-1.09925 0.54847,-0.81922 z m 0.2649,25.7501 115.71949,0.83435 1.09924,0.26844 0.81923,0.55079 0.54846,0.81691 0.26845,1.09925 -0.26845,1.09924 -0.54846,0.81923 -0.81923,0.54846 -1.09924,0.27076 -115.71949,-0.83435 -1.09925,-0.27076 -0.81922,-0.54846 -0.54847,-0.81923 -0.26845,-1.09924 0.26845,-1.09925 0.54847,-0.81691 0.81922,-0.55079 z m -0.41718,26.43572 61.35261,0.41718 1.09924,0.26845 0.81923,0.54846 0.54846,0.81923 0.27076,1.09924 -0.27076,1.09924 -0.54846,0.81923 -0.81923,0.54847 -1.09924,0.26844 -61.35261,-0.41718 -1.09926,-0.26844 -0.81922,-0.54847 -0.54846,-0.81923 -0.26846,-1.09924 0.26846,-1.09924 0.54846,-0.81923 0.81922,-0.54846 z"
id="path898"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
<path
d="m 237.70087,206.18863 0.54952,1.09903 0.26914,0.81866 0.82989,0.82988 0.81866,0.81867 0.81866,0.26915 1.09903,0.54951 h 1.08783 17.53962 1.08781 l 1.09904,-0.54951 0.81866,-0.26915 0.81866,-0.81867 0.82989,-0.82988 0.26915,-0.81866 0.54951,-1.09903 v -4.37369 l -0.54951,-1.09904 -0.26915,-0.81866 -0.82989,-0.82989 -0.81866,-0.81867 -0.81866,-0.26915 -1.09904,-0.54951 h -1.08781 -17.53962 -1.08783 l -1.09903,0.54951 -0.81866,0.26915 -0.81866,0.81867 -0.82989,0.82989 -0.26914,0.81866 -0.54952,1.09904 z"
id="path890-3"
inkscape:connector-curvature="0"
style="fill:#23282f;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-miterlimit:10" />
<path
d="M 431.25085,58.302881 V 246.54372 l -0.0728,1.71221 -1.31318,3.21991 0.63386,-1.2538 -1.74711,2.90533 -1.38584,1.08978 -1.6699,0.8314 -1.6585,0.55052 -1.66984,0.26961 H 270.33097 v 1.6403 c 0,0 0.83522,3.52402 0,0 l 1.03599,2.17507 c 0.55663,0.27714 1.74709,1.39012 2.30372,1.66727 l 1.65849,0.53928 1.66986,0.28088 151.81865,0.91234 1.66986,-0.28088 1.6585,-0.53929 1.66985,-0.8314 1.38585,-1.08975 1.11325,-1.65155 0.54526,-1.37065 0.55662,-1.65153 0.284,-1.92118 -0.0659,-189.130697 -0.284,-1.65152 -0.55662,-1.640302 -0.54526,-1.370659 -1.11325,-1.37066 v 0 c 1.11325,1.37066 0,0 0,0 L 433.466,58.302881 Z"
id="path888-7"
inkscape:connector-curvature="0"
style="fill:#23282f;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-miterlimit:10"
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -1,15 +1,22 @@
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url("../font/Roboto-Light.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local("Roboto"), local("Roboto-Regular"), url(../font/Roboto-Regular.woff) format("woff2");
src: url("../font/Roboto-Regular.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local("Roboto Bold"), local("Roboto-Bold"), url(../font/Roboto-Bold.woff2) format("woff2");
src: url("../font/Roboto-Bold.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/*!

View File

@@ -8,18 +8,25 @@ $navbar-padding-y: 0;
$navbar-nav-link-padding-x: 1rem;
// Font face stuff from Google
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url("../font/Roboto-Light.woff2") format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(../font/Roboto-Regular.woff) format('woff2');
src: url("../font/Roboto-Regular.woff2") format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(../font/Roboto-Bold.woff2) format('woff2');
src: url("../font/Roboto-Bold.woff2") format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

View File

@@ -15,20 +15,24 @@
{% block breadcrumbs %}{% endblock %}
{% block main %}
<section class="container-fluid px-5 pb-5 pt-2">
<section class="container-fluid p-5 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. Use the tools and information provided here to integrate with and contribute to the open-source platform.</p>
<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>
</div>
</div>
</section>
<section class="container-fluid p-5 bg-white">
<div class="card-deck mb-4">
<div class="card">
<div class="card-header">
<h3 class="card-title"><a href="landing-references.html">Take Me to the References</a></h3>
</div><!--/.card-header-->
<img class="card-img-top" src="assets/img/reference-book.svg" alt="(reference book icon)" />
<div class="card-body">
<div class="curated-links">
<ul>
@@ -44,6 +48,7 @@
<div class="card-header">
<h3 class="card-title">Get Started</h3>
</div><!--/.card-header-->
<img class="card-img-top" src="assets/img/airplane.svg" alt="(airplane icon)" />
<div class="card-body">
<div class="curated-links">
<ul>
@@ -57,54 +62,13 @@
<div class="card">
<div class="card-header">
<h3 class="card-title"><a href="tutorial-listing-xrp.html">List XRP in Your Exchange</a></h3>
<h3 class="card-title"><a href="use-cases.html">View Use Cases</a></h3>
</div><!--/.card-header-->
<img class="card-img-top" src="assets/img/map.svg" alt="(map icon)" />
<div class="card-body">
<p>Does your exchange want to list XRP?</p>
<div class="readmore">
<a href="tutorial-listing-xrp.html"><button class="btn btn-primary" type="button">List XRP</button></a>
</div>
</div><!--/.card-body-->
</div><!--/.card-->
</div><!--/.card-deck-->
<div class="card-deck">
<div class="card">
<div class="card-header">
<h3 class="card-title"><a href="tutorial-rippled-setup.html">Run <code>rippled</code></a></h3>
</div><!--/.card-header-->
<div class="card-body">
<p><code>rippled</code> is the core server of the XRP Ledger. Anyone can run one.</p>
<div class="readmore">
<a href="tutorial-rippled-setup.html"><button class="btn btn-primary" type="button">Run <code>rippled</code></button></a>
</div>
</div><!--/.card-body-->
</div><!--/.card-->
<div class="card">
<div class="card-header">
<h3 class="card-title"><a href="https://github.com/ripple/rippled/">Contribute to <code>rippled</code> <i class="fa fa-external-link"></i></a></h3>
</div><!--/.card-header-->
<div class="card-body">
<p>Contribute code and bug reports to help improve <code>rippled</code>.</p>
<div class="readmore">
<a href="tutorial-rippled-setup.html"><button class="btn btn-primary" type="button">Contribute Code <i class="fa fa-external-link"></i></button></a>
</div>
</div><!--/.card-body-->
</div><!--/.card-->
<div class="card">
<div class="card-header">
<!-- TODO: link directly to the "Provide Liquidity" use case when it's ready -->
<h3 class="card-title"><a href="use-cases.html">Provide Liquidity in the XRP Ledger</a></h3>
</div><!--/.card-header-->
<div class="card-body">
<p>Are you a market maker who wants to provide liquidity in the XRP Ledger?</p>
<div class="readmore">
<a href="use-cases.html"><button class="btn btn-primary" type="button">Provide Liquidity</button></a>
</div>
{% set parent_page = pages|selectattr("name", "equalto", "Use Cases")|first %}
{% set depth = 1 %}
{% include 'template-page-children.html' %}
</div><!--/.card-body-->
</div><!--/.card-->
@@ -155,105 +119,94 @@
<div class="row">
<div class="blurb col-sm-12">
<p>The XRP Ledger is built powered by a network of peer-to-peer servers. It is the home of XRP, a digital asset designed to bridge the many different currencies in use worldwide.</p>
<p>Ripple stewards the development of the XRP Ledger, and advances XRP as a key contribution to the Internet of Value: a wordl in which money moves the way information does today.</p>
<p>Ripple stewards the development of the XRP Ledger, and advances XRP as a key contribution to the Internet of Value: a world in which money moves the way information does today.</p>
</div>
</div>
<div class="row my-3">
<div class="card-deck mb-4">
<div class="col-sm-6 col-lg-4 offset-lg-2">
<div class="card">
<img class="card-img-top" src="assets/img/triskellion.svg" alt="(XRP triskellion)" />
<a class="card-img-top" href="concept-xrp-ledger-intro.html#the-best-digital-asset"><img src="assets/img/triskellion.svg" alt="(XRP triskellion)" /></a>
<div class="card-body">
<h3><a href="concept-xrp-ledger-intro.html#the-best-digital-asset">The Digital Asset for Payments</a></h3>
<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>
<!-- <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><a href="concept-xrp-ledger-intro.html#the-best-digital-asset">The Digital Asset for Payments</a></h3></div>
</div><!--/.card-->
</div><!--/.col-->
<div class="col-sm-6 col-lg-4">
<div class="card">
<img class="card-img-top" src="assets/img/dollar-arrow.svg" alt="(money moving)" />
<a class="card-img-top" href="concept-xrp-ledger-intro.html#censorship-resistant-transaction-processing"><img src="assets/img/dollar-arrow.svg" alt="(money moving)" /></a>
<div class="card-body">
<h3><a href="concept-xrp-ledger-intro.html#censorship-resistant-transaction-processing">Censorship-Resistant Transaction Processing</a></h3>
<p>No single party decides which XRP transactions succeed or fail, and no one can "roll back" a transaction after it completes.</p>
<!-- <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><a href="concept-xrp-ledger-intro.html#censorship-resistant-transaction-processing">Censorship-Resistant Transaction Processing</a></h3></div>
</div><!--/.card-->
</div><!--/.col-->
</div><!--/.row-->
<div class="w-100 d-none d-sm-block d-md-none"><!-- wrap every 2 on sm --></div>
<div class="row my-3">
<div class="col-sm-6 col-lg-4 offset-lg-2">
<div class="card">
<img class="card-img-top" src="assets/img/network.svg" alt="(consensus network)" />
<a class="card-img-top" href="concept-xrp-ledger-intro.html#fast-efficient-consensus-algorithm"><img src="assets/img/network.svg" alt="(consensus network)" /></a>
<div class="card-body">
<h3><a href="concept-xrp-ledger-intro.html#fast-efficient-consensus-algorithm">Fast, Efficient Consensus Algorithm</a></h3>
<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><!--/.card-->
</div><!--/.col-->
<div class="col-sm-6 col-lg-4">
<!-- <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><a href="concept-xrp-ledger-intro.html#fast-efficient-consensus-algorithm">Fast, Efficient Consensus Algorithm</a></h3></div>
</div><!--/.card-->
<div class="w-100 d-none d-md-block d-lg-none"><!-- wrap every 3 on md --></div>
<div class="card">
<img class="card-img-top" src="assets/img/line-graph.svg" alt="(price graph)" />
<a class="card-img-top" href="concept-xrp-ledger-intro.html#finite-xrp-supply"><img src="assets/img/line-graph.svg" alt="(price graph)" /></a>
<div class="card-body">
<h3><a href="concept-xrp-ledger-intro.html#finite-xrp-supply">Finite XRP Supply</a></h3>
<p>When the XRP Ledger began, 100 billion XRP were created, and no more XRP will ever be created.</p>
<!-- <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><a href="concept-xrp-ledger-intro.html#finite-xrp-supply">Finite XRP Supply</a></h3></div>
</div><!--/.card-->
</div><!--/.col-->
</div><!--/.row-->
<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>
<div class="row my-3">
<div class="col-sm-6 col-lg-4 offset-lg-2">
<div class="card">
<img class="card-img-top" src="assets/img/scales.svg" alt="(scales of justice)" />
<a class="card-img-top" href="concept-xrp-ledger-intro.html#responsible-software-governance"><img src="assets/img/scales.svg" alt="(scales of justice)" /></a>
<div class="card-body">
<h3><a href="concept-xrp-ledger-intro.html#responsible-software-governance">Responsible Software Governance</a></h3>
<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><!--/.card-->
</div><!--/.col-->
<div class="col-sm-6 col-lg-4">
<!-- <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><a href="concept-xrp-ledger-intro.html#responsible-software-governance">Responsible Software Governance</a></h3></div>
</div><!--/.card-->
<div class="card">
<img class="card-img-top" src="assets/img/lock.svg" alt="(lock)" />
<a class="card-img-top" href="concept-xrp-ledger-intro.html#secure-adaptable-cryptography"><img src="assets/img/lock.svg" alt="(lock)" /></a>
<div class="card-body">
<h3><a href="concept-xrp-ledger-intro.html#secure-adaptable-cryptography">Secure, Adaptable Cryptography</a></h3>
<p>The XRP Ledger relies on industry standard digital signature systems like ECDSA and also supports modern, efficient algorithms like Ed25519.</p>
<!-- <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><a href="concept-xrp-ledger-intro.html#secure-adaptable-cryptography">Secure, Adaptable Cryptography</a></h3></div>
</div><!--/.card-->
</div><!--/.col-->
</div><!--/.row-->
<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>
<div class="row my-3">
<div class="col-sm-6 col-lg-4 offset-lg-2">
<div class="card">
<img class="card-img-top" src="assets/img/gears.svg" alt="(gears)" />
<a class="card-img-top" href="concept-xrp-ledger-intro.html#modern-features-for-smart-contracts"><img src="assets/img/gears.svg" alt="(gears)" /></a>
<div class="card-body">
<h3><a href="concept-xrp-ledger-intro.html#modern-features-for-smart-contracts">Modern Features for Smart Contracts</a></h3>
<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><!--/.card-->
</div><!--/.col-->
<div class="col-sm-6 col-lg-4">
<!-- <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><a href="concept-xrp-ledger-intro.html#modern-features-for-smart-contracts">Modern Features for Smart Contracts</a></h3></div>
</div><!--/.card-->
<div class="card">
<img class="card-img-top" src="assets/img/exchange.svg" alt="(currency exchange)" />
<a class="card-img-top" href="concept-xrp-ledger-intro.html#on-ledger-decentralized-exchange"><img src="assets/img/exchange.svg" alt="(currency exchange)" /></a>
<div class="card-body">
<h3><a href="concept-xrp-ledger-intro.html#modern-features-for-smart-contracts">On-Ledger Decentralized Exchange</a></h3>
<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><!--/.card-->
</div><!--/.col-->
</div><!--/.row-->
<!-- <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><a href="concept-xrp-ledger-intro.html#on-ledger-decentralized-exchange">On-Ledger Decentralized Exchange</a></h3></div>
</div><!--/.card-->
</div><!--/.card-deck-->
</section>