Merge pull request #473 from bitcoin/wallets

New layout for the "Choose your wallet" page
This commit is contained in:
saivann 2014-07-25 21:42:52 -04:00
commit 0c27b0ecd0
114 changed files with 3866 additions and 4761 deletions

View file

@ -2,6 +2,7 @@ Various picture files inside the folders listed above are subjected to copyright
img/brand
img/clients
img/screenshots
img/faq
img/innovation
img/press

View file

@ -10,21 +10,11 @@
{% if page.lang == 'ar' or page.lang == 'fa' %}{% lesscss rtl.less %}{% endif %}
{% if page.lang == 'bg' or page.lang == 'ko' or page.lang == 'hi' or page.lang == 'pl' or page.lang == 'sl' or page.lang == 'ro' or page.lang == 'ru' or page.lang == 'tr' or page.lang == 'zh_CN' or page.lang == 'zh_TW' %}{% lesscss sans.less %}{% endif %}
<script type="text/javascript" src="/js/main.js?1400954556"></script>
{% if page.lang == 'de' or page.lang == 'es' or page.lang == 'hu' or page.lang == 'it' or page.lang == 'nl' or page.lang == 'pl' or page.lang == 'ru' or page.lang == 'tr' %}
<script src="/js/hyphenator.js" type="text/javascript"></script>
<script type="text/javascript">
if(typeof(legacyIE)==='undefined'){
Hyphenator.config({
{% if page.lang == 'ru' %}minwordlength : 7{% else %}minwordlength : 9{% endif %}
});
Hyphenator.run();
}
</script>
{% endif %}
<link rel="shortcut icon" href="/favicon.png">
<link rel="apple-touch-icon-precomposed" href="/img/logo_ios.png"/>
</head>
<body>
<div id="detectmobile" class="detectmobile"></div>
{% if site.ALERT %}
<div class="alert-message">
<div><div>{{ site.ALERT }}</div></div>

View file

@ -282,167 +282,6 @@ body{
display:expression((this.parentNode.childNodes[0]==this||this.parentNode.childNodes[1]==this||this.parentNode.childNodes[2]==this||this.parentNode.childNodes[3]==this)?'list-item':'');
}
.pleftfloat span{
position:relative;
float:left;
}
.previewrow h2{
font-size:115%;
}
.previewrow p{
font-size:95%;
}
.previewrow div{
zoom:expression(this.parentNode.className=='previewrow'?'1':'');
display:expression(this.parentNode.className=='previewrow'?'inline':'');
position:expression(this.parentNode.className=='previewrow'?'relative':'');
margin-right:expression(this.parentNode.className=='previewrow'?'12px':'');
margin-bottom:expression(this.parentNode.className=='previewrow'?'12px':'');
vertical-align:expression(this.parentNode.className=='previewrow'?'top':'');
}
.previewrow div a,
.previewrow div a:visited,
.previewrow div a:link,
.previewrow div a:active{
zoom:1;
display:inline;
font-size:94%;
text-align:center;
text-decoration:none;
font-weight:bold;
width:72px;
height:110px;
vertical-align:top;
white-space:normal;
}
.previewrow div a img{
display:block;
margin:auto;
margin-bottom:10px;
width:72px;
height:72px;
}
.previewrow div div{
height:0;
position:absolute;
left:-105px;
right:-110px;
bottom:100px;
padding:0;
z-index:1000;
overflow:hidden;
width:280px;
}
.previewrow div div div{
width:280px;
position:static;
}
.previewrow div:hover div{
height:auto;
}
.previewcol .previewrow{
padding-left:expression(this.parentNode.firstChild==this?'0px':'');
}
.previewcol .previewrow:first-child+div{
border:0;
}
.previewrow div div div.b1{
background:url(/img/bubbletop.png) bottom center no-repeat;
padding:0;
height:10px;
}
.previewrow div div div.b2{
background:url(/img/bubblemiddle.png) bottom center repeat-y;
padding:0;
padding-top:10px;
}
.previewrow div div div.b3{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubblebottom.png', sizingMethod='scale');
padding:0;
height:64px;
}
.previewrow>div>div>div:first-child+div{
padding:0;
}
.previewrow div div div h2{
position:relative;
left:30px;
margin:0;
}
.previewrow div div div span{
/*FIXME can't get to make it work on IE6-7*/
display:none;
position:absolute;
right:10px;
top:10px;
}
.previewrow div div div span img{
margin-left:4px;
}
.previewrow div div div p{
font-size:95%;
margin:0;
padding:10px 0;
text-align:expression((this.parentNode.getElementsByTagName('P')[1]==this)?'center':'');
width:220px;
position:relative;
left:30px;
line-height:1.5em;
}
.previewrow div div div p a,
.previewrow div div div p a:visited,
.previewrow div div div p a:link,
.previewrow div div div p a:active{
display:inline;
zoom:1;
text-align:center;
width:auto;
height:auto;
font-weight:bold;
text-decoration:none;
padding:5px 10px;
color:#fff;
background-color:#2c6fad;
}
.previewrow .walletwarning .b1{
background-image:url(/img/bubblewarntop.png);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubblewarntop.png', sizingMethod='scale');
}
.previewrow .walletwarning .b2{
background-image:url(/img/bubblewarnmiddle.png);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubblewarnmiddle.png', sizingMethod='scale');
}
.previewrow .walletwarning .b3{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubblewarnbottom.png', sizingMethod='scale');
}
.previewrow .walletwarning div p a,
.previewrow .walletwarning div p a:visited,
.previewrow .walletwarning div p a:link,
.previewrow .walletwarning div p a:active{
background-color:#b95357;
border:1px solid #a04246;
}
.previewrow .walletinfo .b1{
background-image:url(/img/bubblewarntop.png);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubbleinfotop.png', sizingMethod='scale');
}
.previewrow .walletinfo .b2{
background-image:url(/img/bubblewarnmiddle.png);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubbleinfomiddle.png', sizingMethod='scale');
}
.previewrow .walletinfo .b3{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubbleinfobottom.png', sizingMethod='scale');
}
.previewrow .walletinfo div p a,
.previewrow .walletinfo div p a:visited,
.previewrow .walletinfo div p a:link,
.previewrow .walletinfo div p a:active{
background-color:#ee9209;
border:1px solid #d57700;
}
.press-faq div{
width:400px;
display:inline;

View file

@ -83,43 +83,12 @@ h2 .rssicon{
.downloadbox div{
text-align:right;
}
.previewrow{
text-align:right;
}
.previewrow>div{
margin-right:auto;
margin-left:15px;
}
.previewrow>div>a{
line-height:1.2em;
font-family:Arial, sans-serif;
}
.previewrow>div:first-child+div+div,
.previewrow>div:first-child+div+div+div+div+div{
margin-left:0;
}
.previewrow>div>div>div>span{
right:auto;
left:30px;
}
.previewrow>div>div>div>h2{
text-align:right;
font-family:Arial, sans-serif;
}
.previewrow>div>div>div>h2:first-child+span+p{
line-height:1.5em;
}
.index a,
.index a:link,
.index a:active,
.index a:visited{
line-height:2em;
}
.pleftfloat img{
float:right;
margin-right:auto;
margin-left:10px;
}
.resources{
text-align:right;
}
@ -225,6 +194,90 @@ h2 .rssicon{
text-align:right;
}
.walletmenu ul{
text-align:right;
}
.walletmenu ul li a{
padding:8px 42px 5px 10px;
}
.walletmenu ul li{
font-family:'DroidNaskh', sans-serif;
background-position:right 6px;
}
.walletmenu ul li.active,
.walletmenu ul li.select{
background-position:right -62px;
}
.walletmenu ul li ul{
left:auto;
right:0;
}
.walletmenu ul li ul li.select a{
background-position:8px center;
}
.wallets{
text-align:right;
}
.wallets>div>a,
.wallets>div>a:visited,
.wallets>div>a:link,
.wallets>div>a:active{
line-height:1.2em;
}
.wallets>div>div>h2:first-child+div{
margin-left:0;
margin-right:10px;
}
.wallets>div>div>h2:first-child+div+div{
margin:2px 0 8px 0;
}
.wallets>div>div>h2:first-child+div+div>a,
.wallets>div>div>h2:first-child+div+div>a:visited,
.wallets>div>div>h2:first-child+div+div>a:link,
.wallets>div>div>h2:first-child+div+div>a:active{
padding:0 8px;
}
.wallets>div>div>h2:first-child+div+div+div+p{
padding-right:0;
padding-left:5px;
}
.wallets>div>div>h2:first-child+div+div+div>div{
padding:5px 22px 5px 0;
background-position:right 4px;
}
.wallets>div>div>h2:first-child+div+div+div>div>div{
margin-left:0;
margin-right:5px;
}
.wallets>div>div>h2:first-child+div+div+div>div>div>span{
left:0;
right:15px;
}
.wallets>div>div>h2:first-child+div+div+div>div>div>div,
.wallets>div>div>h2:first-child+div+div+div>div>div>p{
left:auto;
right:30px
}
.wallets>div>div>h2:first-child+div+div+div+p+div{
right:auto;
left:20px;
}
.wallets .checkgood>div>span{
background-image:url(/img/checkbubble_pass_rtl.svg);
}
.wallets .checkpass>div>span{
background-image:url(/img/checkbubble_pass_rtl.svg);
}
.wallets .checkfail>div>span{
background-image:url(/img/checkbubble_fail_rtl.svg);
}
.warningicon{
margin-right:0;
margin-left:6px;
}
/*Override UbuntuBold by Droid Naskh*/
@font-face{font-family:'DroidNaskh';src:url('/font/droidnaskh/droidnaskh-regular.eot');font-weight:normal;font-style:normal;}
@ -256,6 +309,21 @@ h2 .rssicon{
padding-right:0;
margin-right:0;
}
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div{
padding:8px 22px 8px 0;
background-position:right 7px;
}
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div:hover>div{
margin-right:0;
}
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div>div>div,
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div>div>p{
left:0;
right:-20px;
}
.walletsdisclaimer p{
text-align:right;
}
.download{
text-align:right;
}

View file

@ -14,3 +14,6 @@ h1,h2{
.mainbutton a:active{
font-family:Arial, sans-serif;
}
.walletmenu ul li{
font-family:Arial, sans-serif;
}

View file

@ -1134,69 +1134,124 @@ table td,table th{
margin-top:5px;
}
.pleftfloat{
overflow:hidden;
}
.pleftfloat img{
float:left;
margin-right:10px;
}
.preview{
margin-top:25px;
}
.previewcol{
clear:both;
}
.previewcol .previewrow{
padding-left:19px;
padding-right:20px;
}
.previewcol .previewrow:first-child{
padding-left:0;
}
.previewcol .previewrow:first-child+div{
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}
.previewcol .previewrow:first-child+div+div{
padding-right:0;
}
.previewrow{
float:left;
width:255px;
text-align:left;
.walletmenu{
text-align:center;
position:relative;
z-index:90;
}
.previewrow>h2{
font-size:115%;
margin-top:0;
}
.previewrow>p{
font-size:95%;
}
.previewrow>div{
.walletmenu ul{
display:inline-block;
position:relative;
margin-right:15px;
margin-bottom:12px;
vertical-align:top;
text-align:left;
padding:0 0 25px 0;
border-bottom:1px solid #E2E2E2;
background-color:#fff;
}
.previewrow>div:first-child+div+div,
.previewrow>div:first-child+div+div+div+div+div{
.walletmenu ul li{
font-family:'Ubuntu', sans-serif;
position:relative;
display:inline-block;
background-repeat:no-repeat;
background-position:left 6px;
color:#383838;
cursor:pointer;
margin:15px 10px;
font-size:130%;
font-weight:bold;
-moz-transition:background-color 400ms ease-out;
-webkit-transition:background-color 400ms ease-out;
transition:background-color 400ms ease-out;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.walletmenu ul:hover li:first-child,
.walletmenu ul:hover li:first-child+li{
-webkit-border-bottom-left-radius:0;
-webkit-border-bottom-right-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}
.walletmenu ul li.active,
.walletmenu ul li.select{
background-position:left -62px;
background-color:#0d579b;
color:#fff;
}
.walletmenu ul li:first-child{
margin-left:0;
}
.walletmenu ul li:last-child{
margin-right:0;
}
.previewrow>div>a>img{
.walletmenu ul li a{
padding:8px 10px 5px 42px;
display:block;
margin:auto;
margin-bottom:10px;
width:72px;
height:72px;
}
.previewrow>div>a,
.previewrow>div>a:visited,
.previewrow>div>a:link,
.previewrow>div>a:active{
.walletmenu ul li ul{
display:none;
position:absolute;
border:1px solid #0d579b;
padding:4px 0;
min-width:110%;
left:0;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.walletmenu ul li:hover ul{
display:block;
}
.walletmenu ul li ul li{
font-size:80%;
display:block;
padding:0;
margin:0;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}
.walletmenu ul li ul li a{
background-image:url(/img/wallet_select.svg);
background-repeat:no-repeat;
background-position:-18px center;
padding:8px 10px 5px 10px;
margin:1px 0;
}
.walletmenu ul li ul li.select a{
background-position:94% center;
}
.walletmenu .wallet-mobile{
background-image:url(/img/wallet_menu_mobile.svg);
}
.walletmenu .wallet-desktop{
background-image:url(/img/wallet_menu_desktop.svg);
}
.walletmenu .wallet-hardware{
background-image:url(/img/wallet_menu_hardware.svg);
}
.walletmenu .wallet-web{
background-image:url(/img/wallet_menu_web.svg);
}
.wallets{
width:605px;
text-align:left;
position:relative;
margin:auto;
padding:40px 0 20px 0;
font-size:0;
}
.wallets>div{
display:inline-block;
vertical-align:top;
font-size:16px;
}
.wallets>div>a,
.wallets>div>a:visited,
.wallets>div>a:link,
.wallets>div>a:active{
font-size:94%;
text-align:center;
text-decoration:none;
@ -1205,70 +1260,150 @@ table td,table th{
height:110px;
display:inline-block;
vertical-align:top;
position:relative;
margin:0 14px 20px 14px;
white-space:nowrap;
}
.previewrow>div>div{
opacity:0;
-moz-transition:opacity 400ms ease-out;
-webkit-transition:opacity 400ms ease-out;
transition:opacity 400ms ease-out;
}
.wallets>div.disabled>a{
cursor:default;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
opacity:0.2;
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter:alpha(opacity=20), gray;
}
.wallets>div>a>span{
display:none;
position:absolute;
z-index:100;
height:32px;
background:url(/img/wallet_bubble.svg) no-repeat center 0;
top:0;
left:0;
right:0;
}
.wallets>div:hover>a>span{
display:block;
}
.wallets>div.disabled:hover>a>span{
display:none;
}
.wallets>div>a>img{
display:block;
margin:auto;
margin-bottom:5px;
width:72px;
height:72px;
}
.wallets>div>div,
.wallets>div>span{
opacity:0;
width:0;
height:0;
overflow:hidden;
visibility:hidden;
display:inline-block;
position:absolute;
left:-110px;
right:-110px;
bottom:100px;
padding:0;
z-index:1000;
overflow:hidden;
padding:20px;
top:-352px;
left:-20px;
right:-20px;
}
.previewrow>div:hover>div{
.wallets>div>span{
z-index:100;
border:solid 2px #2c6faf;
background-color:#f1f8fb;
-moz-transition:opacity 400ms ease-out;
-webkit-transition:opacity 400ms ease-out;
transition:opacity 400ms ease-out;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.wallets>div>div{
z-index:102;
}
.wallets>div:hover>div,
.wallets>div:hover>span{
opacity:1;
width:auto;
height:auto;
height:350px;
visibility:visible;
overflow:visible;
}
.previewrow>div>div>div:first-child{
background:url(/img/bubbletop.svg) bottom center no-repeat;
height:10px;
.wallets>div.disabled:hover>div,
.wallets>div.disabled:hover>span{
opacity:0;
width:0;
height:0;
visibility:hidden;
}
.previewrow>div>div>div:first-child+div{
background:url(/img/bubblemiddle.svg) bottom center repeat-y;
padding:0 25px;
.wallets>div:nth-child(1n+7)>div,
.wallets>div:nth-child(1n+7)>span{
top:-222px;
}
.previewrow>div>div>div:first-child+div+div{
background:url(/img/bubblebottom.svg) bottom center no-repeat;
height:64px;
.wallets>div:first-child+div+div+div+div+div+div>div,
.wallets>div:first-child+div+div+div+div+div+div+div>div,
.wallets>div:first-child+div+div+div+div+div+div+div+div>div,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div>div,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div>div,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div>div,
.wallets>div:first-child+div+div+div+div+div+div>span,
.wallets>div:first-child+div+div+div+div+div+div+div>span,
.wallets>div:first-child+div+div+div+div+div+div+div+div>span,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div>span,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div>span,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div>span{
/*IE8 Support*/
top:-222px;
}
.previewrow>div>div>div>span{
position:absolute;
top:24px;
right:30px;
.wallets>div:nth-child(1n+13)>div,
.wallets>div:nth-child(1n+13)>span{
top:-92px;
}
.previewrow>div>div>div>h2{
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div>div,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div>div,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div>div,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div>div,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div>div,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div>div,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div>span,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div>span,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div>span,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div>span,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div>span,
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div>span{
/*IE8 Support*/
top:-92px;
}
.wallets>div>div>h2{
margin:0;
padding-top:10px;
font-size:115%;
text-align:left;
display:inline-block;
}
.previewrow>div>div>div>span>img{
.wallets>div>div>h2:first-child+div{
display:inline-block;
margin-left:10px;
}
.wallets>div>div>h2:first-child+div>img{
margin-left:4px;
}
.previewrow>div>div>div>h2:first-child+span+p{
font-size:95%;
margin:0;
padding:10px 0;
}
.previewrow>div>div>div>h2:first-child+span+p+p{
text-align:center;
margin:0;
.wallets>div>div>h2:first-child+div+div{
margin:10px 0 12px 0;
padding:0;
position:relative;
bottom:-10px;
}
.previewrow>div>div>div>h2:first-child+span+p+p>a,
.previewrow>div>div>div>h2:first-child+span+p+p>a:visited,
.previewrow>div>div>div>h2:first-child+span+p+p>a:link,
.previewrow>div>div>div>h2:first-child+span+p+p>a:active{
.wallets>div>div>h2:first-child+div+div>a,
.wallets>div>div>h2:first-child+div+div>a:visited,
.wallets>div>div>h2:first-child+div+div>a:link,
.wallets>div>div>h2:first-child+div+div>a:active{
display:inline-block;
font-weight:bold;
text-decoration:none;
color:#fff;
@ -1284,59 +1419,189 @@ table td,table th{
-moz-border-radius:4px;
border-radius:4px;
}
.previewrow>div>div>div>h2:first-child+span+p+p>a:hover{
.wallets>div>div>h2:first-child+div+div>a:hover{
background-image:none;
}
.previewrow .walletwarning>div:first-child{
background:url(/img/bubblewarntop.svg) bottom center no-repeat;
.wallets>div>div>h2:first-child+div+div+div{
margin:5px 0;
}
.previewrow .walletwarning>div:first-child+div{
background:url(/img/bubblewarnmiddle.svg) bottom center repeat-y;
.wallets>div>div>h2:first-child+div+div+div>div{
padding:5px 0 5px 22px;
background-repeat:no-repeat;
background-position:left 4px;
cursor:default;
line-height:16px;
}
.previewrow .walletwarning>div:first-child+div+div{
background:url(/img/bubblewarnbottom.svg) bottom center no-repeat;
.wallets>div>div>h2:first-child+div+div+div>div>div{
display:inline-block;
background-image:url(/img/wallet_help.png);
background-image:none, url(/img/wallet_help.svg), url(/img/wallet_help.png);
width:16px;
height:16px;
margin-left:5px;
vertical-align:top;
position:relative;
}
.previewrow .walletwarning>div>h2:first-child+span+p+p a,
.previewrow .walletwarning>div>h2:first-child+span+p+p a:link,
.previewrow .walletwarning>div>h2:first-child+span+p+p a:visited,
.previewrow .walletwarning>div>h2:first-child+span+p+p a:active{
background-color:#b95357;
background-image:-o-linear-gradient(bottom, #a04246 14%, #b95357 70%);
background-image:-moz-linear-gradient(bottom, #a04246 14%, #b95357 70%);
background-image:-webkit-linear-gradient(bottom, #a04246 14%, #b95357 70%);
background-image:-ms-linear-gradient(bottom, #a04246 14%, #b95357 70%);
background-image:linear-gradient(bottom, #a04246 14%, #b95357 70%);
border:1px solid #a04246;
}
.previewrow .walletwarning>div>h2:first-child+span+p+p a:hover{
background-image:none;
}
.previewrow .walletinfo>div:first-child{
background:url(/img/bubbleinfotop.svg) bottom center no-repeat;
}
.previewrow .walletinfo>div:first-child+div{
background:url(/img/bubbleinfomiddle.svg) bottom center repeat-y;
}
.previewrow .walletinfo>div:first-child+div+div{
background:url(/img/bubbleinfobottom.svg) bottom center no-repeat;
}
.previewrow .walletinfo>div>h2:first-child+span+p+p a,
.previewrow .walletinfo>div>h2:first-child+span+p+p a:link,
.previewrow .walletinfo>div>h2:first-child+span+p+p a:visited,
.previewrow .walletinfo>div>h2:first-child+span+p+p a:active{
background-color:#ee9209;
background-image:-o-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
background-image:-moz-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
background-image:-webkit-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
background-image:-ms-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
background-image:linear-gradient(bottom, #e28700 14%, #ee9209 70%);
border:1px solid #d57700;
}
.previewrow .walletinfo>div>h2:first-child+span+p+p a:hover{
background-image:none;
}
.previewmobile{
.wallets>div>div>h2:first-child+div+div+div>div>div>span{
display:none;
position:absolute;
left:6px;
top:-30px;
width:25px;
height:70px;
z-index:90;
background-repeat:no-repeat;
background-position:right 30px;
}
.wallets>div>div>h2:first-child+div+div+div>div:hover>div>span{
display:block;
}
.wallets>div>div>h2:first-child+div+div+div>div>div>p,
.wallets>div>div>h2:first-child+div+div+div>div>div>div{
opacity:0;
width:0;
height:0;
overflow:hidden;
border:1px solid;
visibility:hidden;
position:absolute;
background-color:#fff;
left:30px;
margin:0;
-moz-transition:opacity 400ms ease-out;
-webkit-transition:opacity 400ms ease-out;
transition:opacity 400ms ease-out;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
z-index:90;
}
.wallets>div>div>h2:first-child+div+div+div>div>div>p{
font-size:85%;
padding:10px;
top:-30px;
}
.wallets>div>div>h2:first-child+div+div+div>div>div>div{
padding:0 10px;
top:-80px;
}
.wallets>div>div>h2:first-child+div+div+div>div>div>div>div>p:first-child+p{
font-size:85%;
}
.wallets>div>div>h2:first-child+div+div+div>div:hover>div>p,
.wallets>div>div>h2:first-child+div+div+div>div:hover>div>div{
opacity:1;
width:400px;
height:auto;
visibility:visible;
}
.wallets>div>div>h2:first-child+div+div+div+p{
font-size:95%;
margin:0;
padding-right:5px;
height:137px;
width:320px;
overflow:auto;
}
.wallets>div>div>h2:first-child+div+div+div+p+div{
position:absolute;
top:20px;
right:20px;
height:400px;
width:250px;
}
.wallets>div>div>h2:first-child+div+div+div+p+div>img{
border:1px solid #BDBDBD;
}
.wallets .checkgood{
color:#329239;
font-weight:bold;
}
.wallets .checkgood p{
border-color:#329239;
font-weight:normal;
}
.wallets .checkgood>div>span{
background-image:url(/img/checkbubble_pass.svg);
}
.wallets .checkpass{
color:#329239;
}
.wallets .checkpass p{
border-color:#329239;
}
.wallets .checkpass>div>span{
background-image:url(/img/checkbubble_pass.svg);
}
.wallets .checkneutral{
color:#8b8b8b;
}
.wallets .checkneutral p{
border-color:#8b8b8b;
}
.wallets .checkneutral>div>span{
background-image:url(/img/checkbubble_neutral.svg);
}
.wallets .checkfail{
color:#ee9209;
}
.wallets .checkfail p{
border-color:#ee9209;
}
.wallets .checkfail>div>span{
background-image:url(/img/checkbubble_fail.svg);
}
.wallets .checkcontrol.checkpass,
.wallets .checkcontrol.checkgood{
background-image:url(/img/check_control_pass.svg);
}
.wallets .checkcontrol.checkfail{
background-image:url(/img/check_control_fail.svg);
}
.wallets .checkdecentralization.checkpass,
.wallets .checkdecentralization.checkgood{
background-image:url(/img/check_decentralization_pass.svg);
}
.wallets .checkdecentralization.checkneutral{
background-image:url(/img/check_decentralization_neutral.svg);
}
.wallets .checkdecentralization.checkfail{
background-image:url(/img/check_decentralization_fail.svg);
}
.wallets .checktransparency.checkpass,
.wallets .checktransparency.checkgood{
background-image:url(/img/check_transparency_pass.svg);
}
.wallets .checktransparency.checkfail{
background-image:url(/img/check_transparency_fail.svg);
}
.wallets .checkenvironment.checkpass,
.wallets .checkenvironment.checkgood{
background-image:url(/img/check_environment_pass.svg);
}
.wallets .checkenvironment.checkfail{
background-image:url(/img/check_environment_fail.svg);
}
.wallets .checkprivacy.checkpass,
.wallets .checkprivacy.checkgood{
background-image:url(/img/check_privacy_pass.svg);
}
.wallets .checkprivacy.checkneutral{
background-image:url(/img/check_privacy_neutral.svg);
}
.wallets .checkprivacy.checkfail{
background-image:url(/img/check_privacy_fail.svg);
}
.walletsswitch{
display:none;
}
.walletsmobile{
display:none;
}
.walletsdisclaimer h2{
text-align:center;
}
h1 .rssicon{
@ -1491,6 +1756,12 @@ h2 .rssicon{
width:300px;
}
.detectmobile{
width:0;
height:0;
display:none;
}
.summary{
font-size:125%;
margin-bottom:40px;
@ -1870,73 +2141,6 @@ h2 .rssicon{
width:auto;
height:auto;
}
.preview{
display:none;
}
.preview{
width:auto;
border:0;
padding:0;
}
.previewrow{
float:none;
padding-left:0;
margin:auto;
}
.previewrow.previewmobile{
display:block;
}
.previewrow{
width:auto;
text-align:left;
}
.previewrow>p{
font-size:100%;
}
.previewrow>h2{
margin-top:20px;
}
.previewrow>div>div{
position:fixed;
right:10px;
left:10px;
top:10px;
bottom:auto;
border:2px solid #2c6faf;
background:#f1f8fb;
z-index:1000;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
display:none;
}
.previewrow>div>div>div{
padding:10px;
}
.previewrow>div>div>div:first-child{
background:none;
height:auto;
}
.previewrow>div>div>div>h2:first-child+span+p+p{
margin:10px 0;
position:static;
}
.previewrow .walletinfo{
border:2px solid #ee9209;
background-color:#fff8ea;
}
.previewrow .walletwarning{
border:2px solid #b95357;
background-color:#fff6f0;
}
.previewrow .walletwarning>div:first-child{
background:none;
height:auto;
}
.previewrow .walletinfo>div:first-child{
background:none;
height:auto;
}
.listtable div div{
display:block;
}
@ -2058,6 +2262,112 @@ h2 .rssicon{
.resourcesmore div h2{
text-align:left;
}
.walletmenu ul{
display:block;
}
.walletmenu ul.hover{
display:block;
}
.walletmenu ul li{
display:block;
margin:15px 0;
}
.walletmenu ul li ul{
position:relative;
min-width:0;
}
.wallets{
width:auto;
}
.wallets>div.disabled{
display:none;
}
.wallets>div:hover>span{
display:none;
}
.wallets>div>div{
border:solid 2px #2c6faf;
background-color:#f1f8fb;
-moz-transition:opacity 400ms ease-out;
-webkit-transition:opacity 400ms ease-out;
transition:opacity 400ms ease-out;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.wallets>div:hover>div{
opacity:0;
width:0;
height:0;
visibility:hidden;
}
.wallets>div>a,
.wallets>div>a:visited,
.wallets>div>a:link,
.wallets>div>a:active{
margin:0 13px 20px 13px;
}
.wallets>div:hover>a>span{
display:none;
}
.wallets.walletsmobile{
display:block;
padding:10px 0;
}
.wallets.walletsmobile>div>a{
display:none;
}
.wallets.walletsmobile>div>div,
.wallets.walletsmobile>div:hover>div{
display:block;
position:relative;
top:0;
left:0;
right:0;
padding:10px;
opacity:1;
width:auto;
height:auto;
visibility:visible;
}
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div{
padding:8px 0 8px 22px;
background-position:left 7px;
}
.wallets.walletsmobile>div>div>h2:first-child+div+div+div+p{
padding-right:5px;
height:auto;
width:auto;
overflow:visible;
}
.wallets.walletsmobile>div>div>h2:first-child+div+div+div+p+div{
position:static;
height:auto;
width:auto;
margin-top:10px;
padding:0;
}
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div:hover>div{
display:block;
background:none;
width:auto;
height:auto;
margin-left:0;
margin-top:10px;
}
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div>div>p,
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div>div>div{
position:relative;
width:auto;
border:0;
background:none;
padding:0;
top:0;
left:-20px;
}
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div:hover>div>span{
display:none;
}
.download{
text-align:left;
}
@ -2089,4 +2399,7 @@ h2 .rssicon{
.eventmap{
height:200px;
}
.detectmobile{
display:block;
}
}

File diff suppressed because it is too large Load diff

View file

@ -25,7 +25,7 @@ id: download
<a href="/en/version-history">{% translate versionhistory %}</a>
</p>
</div>
<h2><img src="/img/warning.svg" class="warningicon" alt="warning">{% translate patient %}</h2>
<h2><img src="/img/note.svg" class="warningicon" alt="note">{% translate patient %}</h2>
<p>{% translate notesync %}</p>
<p>{% translate notelicense %}</p>
</div>

View file

@ -100,38 +100,83 @@ en:
choose-your-wallet:
title: "Choose your wallet - Bitcoin"
pagetitle: "Choose your Bitcoin wallet"
summary: "Your Bitcoin wallet is what allows you to transact with other users. It gives you ownership of a Bitcoin balance so that you can send and receive bitcoins. Just like email, all wallets can interoperate with each other. Before you start with Bitcoin, be sure to <b><a href=\"#you-need-to-know#\">read what you need to know</a></b> first."
getstarted: "Get started fast and easy"
getstarteddesk: "<a href=\"https://multibit.org/\"><b>MultiBit</b></a> is an app you can download for Windows, Mac and Linux."
getstartedmobi: "<a href=\"https://play.google.com/store/apps/details?id=de.schildbach.wallet\"><b>Bitcoin Wallet</b></a> for Android runs on your phone or tablet."
bethenetwork: "Why be part of the Bitcoin network"
bethenetworktxt: "You can choose between different kinds of lightweight wallets or a <a href=\"#download#\"><b>full Bitcoin client</b></a>. The later uses more storage and bandwidth and can take a day or longer to synchronize. But there are benefits like increased privacy and security by not trusting other network nodes. Running full nodes is essential to protecting the network by checking and relaying transactions."
walletdesk: "Desktop wallets"
walletdesktxt: "Desktop wallets are installed on your computer. They give you complete control over your wallet. You are responsible for protecting your money and doing backups."
walletmobi: "Mobile wallets"
walletmobitxt: "Mobile wallets allow you to bring Bitcoin with you in your pocket. You can exchange bitcoins easily and pay in physical stores by scanning a QR code or using NFC \"tap to pay\"."
walletweb: "Web wallets"
walletwebtxt: "Web wallets allow you to use Bitcoin on any browser or mobile and often offer additional services. However, you must choose your web wallet with care as they host your bitcoins."
pagedesc: "Find your wallet and start making payments with merchants and users."
walletcatmobile: "Mobile"
walletcatdesktop: "Desktop"
walletcathardware: "Hardware"
walletcatweb: "Web"
walletbitcoinqt: "Bitcoin Core is a full Bitcoin client and builds the backbone of the network. It offers the highest levels of security, privacy, and stability. However, it has fewer features and it takes a lot of space and memory."
walletmultibit: "MultiBit is a lightweight client that focuses on being fast and easy to use. It synchronizes with the network and is ready to use in minutes. MultiBit also supports many languages. It is a good choice for non-technical users."
wallethive: "Hive is a fast, integrated, user-friendly Bitcoin wallet for Mac OS X. With a focus on usability, Hive is translated into many languages and has apps, making it easy to interact with your favorite Bitcoin services and merchants."
wallethive-android: "Hive is a standalone wallet for Android, which requires no external server or account. It focuses on usability, yet provides a range of advanced features, such as touch-to-pay via NFC or reliable payments via Bluetooth. Hive Android is extensible through plugins."
walletarmory: "Armory is an advanced Bitcoin client that expands its features for Bitcoin power users. It offers many backup and encryption features, and it allows secure cold-storage on offline computers."
walletelectrum: "Electrum's focus is speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase."
walletbitcoinwallet: "Bitcoin Wallet for Android is easy to use and reliable, while also being secure and fast. Its vision is de-centralization and zero trust: No central service is needed for Bitcoin-related operations. The app is a good choice for non-technical people. It is also available for BlackBerry OS."
walletbitcoinwallet: "Bitcoin Wallet for Android is easy to use and reliable, while also being secure and fast. Its vision is de-centralization and zero trust; no central service is needed for Bitcoin-related operations. The app is a good choice for non-technical people. It is also available for BlackBerry OS."
walletmyceliumwallet: "Mycelium Bitcoin Wallet is an open source wallet for Android designed for security, speed, and ease of use. It has unique features to manage your keys and for cold storage that help you secure your bitcoins."
walletblockchaininfo: "Blockchain.info is a user-friendly hybrid wallet. It stores an encrypted version of your wallet online but decryption happens in your browser. For security reasons, you should always use the browser extension and email backups."
walletblockchaininfo: "Blockchain.info is a user-friendly hybrid wallet. It stores an encrypted version of your wallet online but decryption happens in your browser. For security reasons, you should always use the browser extension and email backups (and keep that email secure) ."
walletcoinbase: "Coinbase is a web wallet service that aims to be easy to use. It also provides an Android web wallet app, merchant tools and integration with US bank accounts to buy and sell bitcoins."
walletcoinkite: "Coinkite is a web wallet &amp; debit card service that aims to be easy to use. It also works on mobile browsers, has merchant tools, point-of-sale payment terminals. It is a hybrid wallet and full reserve vault."
walletbitgo: "BitGo is a multi-signature wallet offering the highest levels of security. Every transaction requires two signatures, protecting your bitcoins from malware and server attacks. Private keys are held by the user such that BitGo cannot access the bitcoins. It is a good choice for non technical users."
walletgreenaddress: "GreenAddress is a user-friendly multi-signature wallet with improved security and privacy. At no time your keys are server side, not even encrypted. For security reasons, you should always use 2FA and the browser extension or Android App."
walletdownload: "<a href=\"#download#\">Download</a>"
walletvisit: "Visit website"
walletwebwarning: "Be careful"
walletwebwarningtxt: "Web wallets host your bitcoins. That means it is possible for them to lose your bitcoins following any incident on their side. As of today, no web wallet services provide enough insurance to be used to store value like a bank."
walletwebwarningok: "OK, I understand"
wallettrustinfo: "Third party"
wallettrustinfotxt: "This wallet relies on a centralized service by default and requires a certain level of trust on a third party. This third party however does not control your wallet. Using backups and a strong password is always recommended when applicable."
checkgoodcontrolfull: "Control over your money"
checkgoodcontrolfulltxt: "This wallet gives you full control over your bitcoins. This means no third party can freeze or lose your funds. You are however still responsible for securing and backing up your wallet."
checkpasscontrolhybrid: "Hosted control over your money"
checkpasscontrolhybridtxt: "This wallet gives you control over your bitcoins. However, this service is retaining an encrypted copy of your wallet. This means your bitcoins can be stolen if you don't use a strong password and the service is compromised."
checkpasscontrolmulti: "Shared control over your money"
checkpasscontrolmultitxt: "This wallet requires every transaction to be authorized both by you and this third party. Under normal circumstances, you can regain full control over your bitcoins using your initial backup or pre-signed transactions sent by email."
checkfailcontrolthirdpartyinsured: "Money controlled by a third party"
checkfailcontrolthirdpartyinsuredtxt: "This service has full control over your bitcoins. This means you need to trust this service will not freeze or mismanage your funds. Although this service claims to be providing insurrance against failures on their side, you are still responsible for securing your wallet."
checkfailcontrolthirdparty: "Money controlled by a third party"
checkfailcontrolthirdpartytxt: "This service has full control over your bitcoins. This means you need to trust this service will not lose your funds in an incident on their side. As of today, most web wallets don't insure their deposits like a bank, and many such services have suffered from security breaches in the past."
checkgooddecentralizefullnode: "Full node"
checkgooddecentralizefullnodetxt: "This wallet is a full node that validates and relays transactions on the Bitcoin network. This means no trust in a third party is required when verifying payments. Full nodes provide the highest level of security and are essential to protecting the network. However, they require more space (over 20GB), bandwidth, and a longer initial synchronization time."
checkneutraldecentralizevariable: "Variable decentralization"
checkneutraldecentralizevariabletxt: "Decentralization features are provided by the software wallet you use with this device. Please see the Decentralization score for the software wallet you plan to use."
checkpassdecentralizespv: "Decentralized"
checkpassdecentralizespvtxt: "This wallet connects to the Bitcoin network. This means very little trust in third parties is required when verifying payments. However, it is not as secure as a full node like <a href=\"#download#\">Bitcoin Core</a>."
checkfaildecentralizecentralized: "Centralized"
checkfaildecentralizecentralizedtxt: "This wallet relies on a centralized service by default. This means a third party must be trusted to not hide or simulate payments."
checkgoodtransparencydeterministic: "Complete transparency"
checkgoodtransparencydeterministictxt: "This wallet is open-source and built deterministically. This means any developer in the world can audit the code and make sure the final software isn't hiding any secrets."
checkpasstransparencyopensource: "Good transparency"
checkpasstransparencyopensourcetxt: "The developers of this wallet publish the source code for the client. This means any developer in the world can audit the code. However, you still need to trust developers of this wallet when installing or updating the final software because it was not built deterministically like <a href=\"#download#\">Bitcoin Core</a>."
checkpasstransparencyclosedsource: "No transparency"
checkpasstransparencyclosedsourcetxt: "This wallet is not open-source. This means it is not possible to audit the code and make sure the final software isn't hiding dangerous code or doing anything you wouldn't agree to."
checkfailtransparencyremote: "Remote app"
checkfailtransparencyremotetxt: "This wallet is loaded from a remote location. This means that whenever you use your wallet, you need to trust the developers to not steal or lose your bitcoins in an incident on their site. Using a browser extension or mobile app, if available, can reduce that risk."
checkgoodenvironmenthardware: "Very secure environment"
checkgoodenvironmenthardwaretxt: "This wallet is loaded from a secure specialized environment provided by the device. This provides very strong protection against computer vulnerabilities and malware since no software can be installed on this environment."
checkpassenvironmentmobile: "Secure environment"
checkpassenvironmentmobiletxt: "This wallet is loaded on mobiles where apps are usually isolated. This provides a good protection against malware, although mobiles are usually easier to steal or lose. Encrypting your mobile and backing up your wallet can reduce that risk."
checkpassenvironmenttwofactor: "Two-factor authentication"
checkpassenvironmenttwofactortxt: "This wallet can be used from insecure environments. However, this service requires two-factor authentication. This means access to multiple devices or accounts is required to steal your bitcoins."
checkfailenvironmentdesktop: "Vulnerable environment"
checkfailenvironmentdesktoptxt: "This wallet can be loaded on computers which are vulnerable to malware. Securing your computer, using a strong passphrase, moving most of your funds to cold storage or enabling two-factor authentication can make it harder to steal on your bitcoins."
checkgoodprivacyimproved: "Improved privacy"
checkneutralprivacyvariable: "Variable privacy"
checkneutralprivacyvariabletxt: "Privacy features are provided by the software wallet you use with this device. Please see the Privacy score for the software wallet you plan to use."
checkpassprivacybasic: "Basic privacy"
checkfailprivacyweak: "Weak privacy"
checkpassprivacyaddressrotation: "Prevents spying on your payments"
checkpassprivacyaddressrotationtxt: "This wallet makes it harder to spy on your balance and payments by rotating addresses. You should still take care to use a new Bitcoin address each time you request payment."
checkfailprivacyaddressrotation: "Allows spying on your payments"
checkfailprivacyaddressrotationtxt: "This wallet makes it easy for anyone to spy on your balance and payments because it reuses the same addresses."
checkpassprivacydisclosurefullnode: "Avoids disclosing information"
checkpassprivacydisclosurefullnodetxt: "This wallet does not disclose information to peers on the network when receiving or sending a payment."
checkfailprivacydisclosurespv: "Discloses limited information to peers"
checkfailprivacydisclosurespvtxt: "Peers on the network can log your IP address and associate your payments together when receiving or sending payment."
checkfailprivacydisclosurecentralized: "Discloses information to a third party"
checkfailprivacydisclosurecentralizedtxt: "This wallet uses central servers which are able to associate your payments together and log your IP address."
checkfailprivacydisclosureaccount: "Discloses information to a third party"
checkfailprivacydisclosureaccounttxt: "This service can associate your payments together, log your IP address and know your real identity if you provide personal information like your email, name or banking account."
checkpassprivacynetworksupporttorproxy: "Tor can be used"
checkpassprivacynetworksupporttorproxytxt: "This wallet lets you setup and use <a href=\"https://www.torproject.org/\">Tor</a> as a proxy to prevent attackers or Internet service providers from associating your payments with your IP address."
checkfailprivacynetworknosupporttor: "Tor not supported"
checkfailprivacynetworknosupporttortxt: "This wallet does not let you use Tor to prevent attackers or Internet service providers from associating your payments with your IP address."
educate: "Take time to educate yourself"
educatetxt: "Bitcoin is different from what you know and use every day. Before you start using Bitcoin for any serious transaction, be sure to read <a href=\"#you-need-to-know#\"><b>what you need to know</b></a> and take appropriate steps to <a href=\"#secure-your-wallet#\"><b>secure your wallet</b></a>. Always remember that it is your responsibility to choose your wallet carefully and adopt good practices in order to protect your money."
development:
title: "Development - Bitcoin"
pagetitle: "Bitcoin development"
@ -158,7 +203,7 @@ en:
sourcecode: "Get the source code"
versionhistory: "Show version history"
notelicense: "Bitcoin Core is a community-driven <a href=\"https://www.fsf.org/about/what-is-free-software\">free software</a> project, released under the <a href=\"http://opensource.org/licenses/mit-license.php\">MIT license</a>."
notesync: "Bitcoin Core initial sync can take a very long time to complete. You should make sure that you have enough bandwidth and storage for the full <a href=\"https://blockchain.info/charts/blocks-size\">block chain size</a>. If you know how to download a torrent file, you can speed up this process by putting <a href=\"/bin/blockchain/bootstrap.dat.torrent\">bootstrap.dat</a> (a previous copy of the block chain) in the Bitcoin Core data directory before starting the software."
notesync: "Bitcoin Core initial sync can take a long time. You should make sure that you have enough bandwidth and storage for the full <a href=\"https://blockchain.info/charts/blocks-size\">block chain size</a> (over 20GB). If you know how to download a torrent file, you can speed up this process by putting <a href=\"/bin/blockchain/bootstrap.dat.torrent\">bootstrap.dat</a> (a previous copy of the block chain) in the Bitcoin Core data directory before starting the software."
patient: "You will need to be patient"
events:
title: "Conferences and events - Bitcoin"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -1,65 +0,0 @@
<?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="280"
height="280"
id="svg4147"
version="1.1"
inkscape:version="0.48.4 r9939"
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="bubbleinfo.svg">
<defs
id="defs4149" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2"
inkscape:cx="106.84315"
inkscape:cy="100.89976"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1680"
inkscape:window-height="1026"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4152">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-772.36218)">
<path
style="fill:#fff8ea;fill-opacity:1;fill-rule:nonzero;stroke:#ee9209;stroke-width:2.49500000000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48500000000000032, 2.49500000000000011;stroke-dashoffset:0"
d="m 1.2851726,773.6355 -0.024107,221.49684 140.2013639,55.96826 137.27276,-53.51078 -0.001,-223.9599 z"
id="path4155"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,017 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

View file

@ -1,65 +0,0 @@
<?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="280"
height="10"
id="svg4147"
version="1.1"
inkscape:version="0.48.4 r9939"
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="bubblemiddle.svg">
<defs
id="defs4149" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="45.254834"
inkscape:cx="5.3236261"
inkscape:cy="1.7695842"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1280"
inkscape:window-height="1000"
inkscape:window-x="1680"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4152">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1042.3622)">
<path
style="fill:#f1f8fb;fill-opacity:1;fill-rule:nonzero;stroke:#2c6faf;stroke-width:2.49528980000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:7.48586986000000021, 2.49528995000000009;stroke-dashoffset:0"
d="m 1.2851726,834.04016 -0.024107,221.49674 140.2013644,55.9683 137.27276,-53.5108 -10e-4,-223.95984 z"
id="path4155"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

View file

@ -1,65 +0,0 @@
<?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="280"
height="280"
id="svg4147"
version="1.1"
inkscape:version="0.48.3.1 r9886"
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="bubble.svg">
<defs
id="defs4149" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="335.19893"
inkscape:cy="25.701982"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1280"
inkscape:window-height="1000"
inkscape:window-x="1680"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4152">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-772.36218)">
<path
style="fill:#fff6f0;fill-opacity:1;fill-rule:nonzero;stroke:#b95357;stroke-width:2.49528980000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48586986000000021, 2.49528995000000009;stroke-dashoffset:0"
d="m 1.2851726,773.6355 -0.024107,221.49684 140.2013639,55.96826 137.27276,-53.51078 -0.001,-223.9599 z"
id="path4155"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -1,65 +0,0 @@
<?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="280"
height="64"
id="svg4147"
version="1.1"
inkscape:version="0.48.3.1 r9886"
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="bubblebottom.svg">
<defs
id="defs4149" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2"
inkscape:cx="146.64031"
inkscape:cy="118.60676"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1680"
inkscape:window-height="1026"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4152">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-988.3622)">
<path
style="fill:#fff6f0;fill-opacity:1;fill-rule:nonzero;stroke:#b95357;stroke-width:2.49528980000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48586986000000021, 2.49528995000000009;stroke-dashoffset:0"
d="m 1.2851726,772.39699 -0.024107,221.4968 140.2013644,55.96831 137.27276,-53.51081 -10e-4,-223.9599 z"
id="path4155"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

View file

@ -1,65 +0,0 @@
<?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="280"
height="10"
id="svg4147"
version="1.1"
inkscape:version="0.48.3.1 r9886"
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="bubblewarnmiddle.svg">
<defs
id="defs4149" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6568543"
inkscape:cx="1.7371966"
inkscape:cy="-0.70323794"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1680"
inkscape:window-height="1026"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4152">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1042.3622)">
<path
style="fill:#fff6f0;fill-opacity:1;fill-rule:nonzero;stroke:#b95357;stroke-width:2.49500000000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48500000000000032, 2.49500000000000011;stroke-dashoffset:0"
d="m 1.2851726,834.04016 -0.024107,221.49674 140.2013644,55.9683 137.27276,-53.5108 -10e-4,-223.95984 z"
id="path4155"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,014 B

View file

@ -1,65 +0,0 @@
<?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="280"
height="10"
id="svg4147"
version="1.1"
inkscape:version="0.48.3.1 r9886"
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="bubblewarntop.svg">
<defs
id="defs4149" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="461.92324"
inkscape:cy="-196.6162"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1680"
inkscape:window-height="1026"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4152">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1042.3622)">
<path
style="fill:#fff6f0;fill-opacity:1;fill-rule:nonzero;stroke:#b95357;stroke-width:2.49500000000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48500000000000032, 2.49500000000000011;stroke-dashoffset:0"
d="m 1.2851726,1043.6331 -0.024107,221.4968 140.2013644,55.9683 137.27276,-53.5108 -10e-4,-223.9599 z"
id="path4155"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

BIN
img/check_control_fail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

View file

@ -0,0 +1,85 @@
<?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="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="check_control_fail.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_control_fail.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="9.5046914"
inkscape:cy="14.889601"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<path
sodipodi:type="arc"
style="opacity:0.98999999000000005;fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.10000098000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path4293-3"
sodipodi:cx="12.867188"
sodipodi:cy="10.052734"
sodipodi:rx="0.2109375"
sodipodi:ry="0.20898438"
d="m 13.078126,10.052734 c 0,0.115419 -0.09444,0.208985 -0.210938,0.208985 -0.116497,0 -0.210937,-0.09357 -0.210937,-0.208985 0,-0.1154185 0.09444,-0.208984 0.210937,-0.208984 0.116498,0 0.210938,0.093566 0.210938,0.208984 z"
transform="matrix(17.199831,0,0,17.199831,-211.18414,868.88985)" />
<path
style="fill:#ee9209;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 6.91584,1042.5126 -5.5645072,6.7499 0,1.8148 1.0991966,0.011 1.3754969,-0.9873 0.4774457,-1.0419 1.6087289,-0.05 0.3106385,-1.5227 1.4026712,-0.3848 3.2936574,-3.1622 z"
id="path4297-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccc" />
<path
sodipodi:type="arc"
style="opacity:0.98999999000000005;fill:#ee9209;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path2986"
sodipodi:cx="22.033953"
sodipodi:cy="8.5770874"
sodipodi:rx="1.1995561"
sodipodi:ry="1.1995561"
d="m 23.233509,8.5770874 c 0,0.6624965 -0.53706,1.1995561 -1.199556,1.1995561 -0.662497,0 -1.199556,-0.5370596 -1.199556,-1.1995561 0,-0.6624965 0.537059,-1.1995561 1.199556,-1.1995561 0.662496,0 1.199556,0.5370596 1.199556,1.1995561 z"
transform="matrix(0.45138695,0,0,0.45138695,1.2860805,1036.8641)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
img/check_control_pass.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

View file

@ -0,0 +1,85 @@
<?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="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="check_control_pass.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_control_pass.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="26.82612"
inkscape:cy="14.889601"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path4293-3"
sodipodi:cx="12.867188"
sodipodi:cy="10.052734"
sodipodi:rx="0.2109375"
sodipodi:ry="0.20898438"
d="m 13.078126,10.052734 c 0,0.115419 -0.09444,0.208985 -0.210938,0.208985 -0.116497,0 -0.210937,-0.09357 -0.210937,-0.208985 0,-0.1154185 0.09444,-0.208984 0.210937,-0.208984 0.116498,0 0.210938,0.093566 0.210938,0.208984 z"
transform="matrix(17.199831,0,0,17.199831,-211.18414,868.88985)" />
<path
style="fill:#329239;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 6.91584,1042.5126 -5.5645072,6.7499 0,1.8148 1.0991966,0.011 1.3754969,-0.9873 0.4774457,-1.0419 1.6087289,-0.05 0.3106385,-1.5227 1.4026712,-0.3848 3.2936574,-3.1622 z"
id="path4297-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccc" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path2986"
sodipodi:cx="22.033953"
sodipodi:cy="8.5770874"
sodipodi:rx="1.1995561"
sodipodi:ry="1.1995561"
d="m 23.233509,8.5770874 c 0,0.6624965 -0.53706,1.1995561 -1.199556,1.1995561 -0.662497,0 -1.199556,-0.5370596 -1.199556,-1.1995561 0,-0.6624965 0.537059,-1.1995561 1.199556,-1.1995561 0.662496,0 1.199556,0.5370596 1.199556,1.1995561 z"
transform="matrix(0.45138695,0,0,0.45138695,1.2860805,1036.8641)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

View file

@ -0,0 +1,112 @@
<?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="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="check_decentralization_fail.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_decentralization_fail.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="14.386107"
inkscape:cy="13.15526"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<rect
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:none"
id="rect2989"
width="104.28571"
height="154.28572"
x="138.57143"
y="175.93361"
ry="8.2006369" />
<path
sodipodi:type="arc"
style="opacity:0.98999999000000005;fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.20000000000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
id="path3763"
sodipodi:cx="53.033009"
sodipodi:cy="43.173817"
sodipodi:rx="19.192898"
sodipodi:ry="19.445436"
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z"
transform="matrix(-0.08505147,-0.07136666,-0.07136666,0.08505147,20.520779,1045.5601)" />
<path
transform="matrix(-0.08296202,-0.06961341,-0.06961341,0.08296202,13.018676,1039.4719)"
sodipodi:type="arc"
style="opacity:0.98999999000000005;fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.20000000000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
id="path3763-8"
sodipodi:cx="53.033009"
sodipodi:cy="43.173817"
sodipodi:rx="19.192898"
sodipodi:ry="19.445436"
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z" />
<path
style="fill:none;stroke:#ee9209;stroke-width:1.12242317000000003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 13.414901,1045.6811 -8.3288381,-7.1026"
id="path3785"
inkscape:connector-curvature="0" />
<path
sodipodi:type="arc"
style="opacity:0.98999999000000005;fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.20000000000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
id="path3763-9"
sodipodi:cx="53.033009"
sodipodi:cy="43.173817"
sodipodi:rx="19.192898"
sodipodi:ry="19.445436"
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z"
transform="matrix(0.12367994,-0.04501581,-0.04501581,-0.12367994,-1.063512,1056.6608)" />
<path
style="fill:none;stroke:#ee9209;stroke-width:1.12242317000000003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 3.3276358,1049.3646 10.3154262,-3.6615"
id="path3785-0"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ee9209;stroke-width:1.12242317000000003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 5.2001836,1038.7863 -1.9865922,10.7644"
id="path3785-0-4"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

View file

@ -0,0 +1,112 @@
<?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="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="check_decentralization_neutral.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_decentralization_neutral.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="5.7253927"
inkscape:cy="13.15526"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<rect
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:none"
id="rect2989"
width="104.28571"
height="154.28572"
x="138.57143"
y="175.93361"
ry="8.2006369" />
<path
sodipodi:type="arc"
style="opacity:0.98999999000000005;fill:#8b8b8b;fill-opacity:1;stroke:#8b8b8b;stroke-width:0.20000000000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
id="path3763"
sodipodi:cx="53.033009"
sodipodi:cy="43.173817"
sodipodi:rx="19.192898"
sodipodi:ry="19.445436"
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z"
transform="matrix(-0.08505147,-0.07136666,-0.07136666,0.08505147,20.520779,1045.5601)" />
<path
transform="matrix(-0.08296202,-0.06961341,-0.06961341,0.08296202,13.018676,1039.4719)"
sodipodi:type="arc"
style="opacity:0.98999999000000005;fill:#8b8b8b;fill-opacity:1;stroke:#8b8b8b;stroke-width:0.20000000000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
id="path3763-8"
sodipodi:cx="53.033009"
sodipodi:cy="43.173817"
sodipodi:rx="19.192898"
sodipodi:ry="19.445436"
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z" />
<path
style="fill:none;stroke:#8b8b8b;stroke-width:1.12242317000000003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 13.414901,1045.6811 -8.3288381,-7.1026"
id="path3785"
inkscape:connector-curvature="0" />
<path
sodipodi:type="arc"
style="opacity:0.98999999000000005;fill:#8b8b8b;fill-opacity:1;stroke:#8b8b8b;stroke-width:0.20000000000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
id="path3763-9"
sodipodi:cx="53.033009"
sodipodi:cy="43.173817"
sodipodi:rx="19.192898"
sodipodi:ry="19.445436"
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z"
transform="matrix(0.12367994,-0.04501581,-0.04501581,-0.12367994,-1.063512,1056.6608)" />
<path
style="fill:none;stroke:#8b8b8b;stroke-width:1.12242317000000003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 3.3276358,1049.3646 10.3154262,-3.6615"
id="path3785-0"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#8b8b8b;stroke-width:1.12242317000000003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 5.2001836,1038.7863 -1.9865922,10.7644"
id="path3785-0-4"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

View file

@ -0,0 +1,112 @@
<?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="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="check_decentralization_pass.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_decentralization_pass.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.4"
inkscape:cx="14.386107"
inkscape:cy="13.15526"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<rect
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:none"
id="rect2989"
width="104.28571"
height="154.28572"
x="138.57143"
y="175.93361"
ry="8.2006369" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
id="path3763"
sodipodi:cx="53.033009"
sodipodi:cy="43.173817"
sodipodi:rx="19.192898"
sodipodi:ry="19.445436"
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z"
transform="matrix(-0.08505147,-0.07136666,-0.07136666,0.08505147,20.520779,1045.5601)" />
<path
transform="matrix(-0.08296202,-0.06961341,-0.06961341,0.08296202,13.018676,1039.4719)"
sodipodi:type="arc"
style="opacity:0.98999999;fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
id="path3763-8"
sodipodi:cx="53.033009"
sodipodi:cy="43.173817"
sodipodi:rx="19.192898"
sodipodi:ry="19.445436"
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z" />
<path
style="fill:none;stroke:#329239;stroke-width:1.12242317;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 13.414901,1045.6811 -8.3288381,-7.1026"
id="path3785"
inkscape:connector-curvature="0" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
id="path3763-9"
sodipodi:cx="53.033009"
sodipodi:cy="43.173817"
sodipodi:rx="19.192898"
sodipodi:ry="19.445436"
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z"
transform="matrix(0.12367994,-0.04501581,-0.04501581,-0.12367994,-1.063512,1056.6608)" />
<path
style="fill:none;stroke:#329239;stroke-width:1.12242317;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 3.3276358,1049.3646 10.3154262,-3.6615"
id="path3785-0"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#329239;stroke-width:1.12242317;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 5.2001836,1038.7863 -1.9865922,10.7644"
id="path3785-0-4"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

View file

@ -0,0 +1,124 @@
<?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="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="check_environment_fail.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_environment_fail.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
id="perspective7704" />
<inkscape:perspective
id="perspective7731"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 526.18109 : 1"
sodipodi:type="inkscape:persp3d" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="20.48"
inkscape:cx="5.2666467"
inkscape:cy="1.7465576"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="64.649765"
y="69.669914"
id="text4329"
sodipodi:linespacing="125%"
transform="translate(0,452.36218)"><tspan
sodipodi:role="line"
id="tspan4331"
x="64.649765"
y="69.669914" /></text>
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="67"
y="73"
id="text4367"
sodipodi:linespacing="125%"
transform="translate(0,452.36218)"><tspan
sodipodi:role="line"
id="tspan4369"
x="67"
y="73" /></text>
<rect
style="fill:#646464;fill-opacity:0;stroke:#ee9209;stroke-width:1.50299999999999989;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect5357"
width="12.21814"
height="8.3020725"
x="1.914215"
y="1039.2219" />
<path
style="fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.36599999999999999;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="m 6.7387586,1048.143 2.7144594,0.013 -0.084844,1.8586 -2.512132,0.02 c 0,0 -0.1167667,-1.8914 -0.11748,-1.8913 z"
id="path5359"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.42353004000000000px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="m 5.2639432,1050.7697 c -0.2611768,0.2732 -0.067846,0.2762 -0.067846,0.2762 l 5.7936828,-0.01 c 0,0 0.231251,0 -0.0527,-0.2889 -1.3256381,-1.1829 -4.4480033,-1.1723 -5.6731139,0.016 z"
id="path5937"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<rect
style="fill:#ee9209;fill-opacity:1;stroke:none"
id="rect6033"
width="11.689448"
height="0.89918828"
x="2.2231007"
y="1046.2795" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

View file

@ -0,0 +1,124 @@
<?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="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="check_environment_pass.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_environment_pass.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
id="perspective7704" />
<inkscape:perspective
id="perspective7731"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 526.18109 : 1"
sodipodi:type="inkscape:persp3d" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="20.48"
inkscape:cx="14.739303"
inkscape:cy="17.691816"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="64.649765"
y="69.669914"
id="text4329"
sodipodi:linespacing="125%"
transform="translate(0,452.36218)"><tspan
sodipodi:role="line"
id="tspan4331"
x="64.649765"
y="69.669914" /></text>
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="67"
y="73"
id="text4367"
sodipodi:linespacing="125%"
transform="translate(0,452.36218)"><tspan
sodipodi:role="line"
id="tspan4369"
x="67"
y="73" /></text>
<rect
style="fill:#646464;fill-opacity:0;stroke:#329239;stroke-width:1.50268018;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect5357"
width="12.21814"
height="8.3020725"
x="1.914215"
y="1039.2219" />
<path
style="fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.36550003px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="m 6.7387586,1048.143 2.7144594,0.013 -0.084844,1.8586 -2.512132,0.02 c 0,0 -0.1167667,-1.8914 -0.11748,-1.8913 z"
id="path5359"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.42353004px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="m 5.2639432,1050.7697 c -0.2611768,0.2732 -0.067846,0.2762 -0.067846,0.2762 l 5.7936828,-0.01 c 0,0 0.231251,0 -0.0527,-0.2889 -1.3256381,-1.1829 -4.4480033,-1.1723 -5.6731139,0.016 z"
id="path5937"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<rect
style="fill:#329239;fill-opacity:1;stroke:none"
id="rect6033"
width="11.689448"
height="0.89918828"
x="2.2231007"
y="1046.2795" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
img/check_privacy_fail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

View file

@ -0,0 +1,76 @@
<?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="16"
height="16"
id="svg3068"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="check_privacy_fail.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_privacy_fail.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs3070" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.197802"
inkscape:cx="16"
inkscape:cy="11.465507"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata3073">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,-16)">
<path
sodipodi:type="arc"
style="opacity:0.98999999000000005;fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:1.97099996000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path3765-5-5"
sodipodi:cx="14.042934"
sodipodi:cy="11.170019"
sodipodi:rx="1.2438533"
sodipodi:ry="1.6297841"
d="m 15.286788,11.170019 c 0,0.900105 -0.556892,1.629784 -1.243854,1.629784 -0.686961,0 -1.243853,-0.729679 -1.243853,-1.629784 0,-0.900105 0.556892,-1.629784 1.243853,-1.629784 0.686962,0 1.243854,0.729679 1.243854,1.629784 z"
transform="matrix(1.6048759,0,0,1.423111,-14.273928,4.9246464)" />
<path
style="fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.66057211000000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 2.6163083,30.762615 11.0321637,0.02511 c 0,0 0.02657,-1.695841 0.0025,-4.884829 -0.01197,-1.616008 -3.37212,-3.086481 -5.3720193,-3.061091 -2.065171,0.02628 -5.6306112,1.31574 -5.6627929,2.883883 -0.086826,4.231146 0,5.036932 -8.8e-6,5.036935 z"
id="path3767-5-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccssscc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

View file

@ -0,0 +1,76 @@
<?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="16"
height="16"
id="svg3068"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="check_privacy_neutral.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_privacy_neutral.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs3070" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.197802"
inkscape:cx="-1.3248286"
inkscape:cy="11.465507"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata3073">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,-16)">
<path
sodipodi:type="arc"
style="opacity:0.98999999000000005;fill:#8b8b8b;fill-opacity:1;stroke:#8b8b8b;stroke-width:1.97099996000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path3765-5-5"
sodipodi:cx="14.042934"
sodipodi:cy="11.170019"
sodipodi:rx="1.2438533"
sodipodi:ry="1.6297841"
d="m 15.286788,11.170019 c 0,0.900105 -0.556892,1.629784 -1.243854,1.629784 -0.686961,0 -1.243853,-0.729679 -1.243853,-1.629784 0,-0.900105 0.556892,-1.629784 1.243853,-1.629784 0.686962,0 1.243854,0.729679 1.243854,1.629784 z"
transform="matrix(1.6048759,0,0,1.423111,-14.273928,4.9246464)" />
<path
style="fill:#8b8b8b;fill-opacity:1;stroke:#8b8b8b;stroke-width:0.66057211000000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 2.6163083,30.762615 11.0321637,0.02511 c 0,0 0.02657,-1.695841 0.0025,-4.884829 -0.01197,-1.616008 -3.37212,-3.086481 -5.3720193,-3.061091 -2.065171,0.02628 -5.6306112,1.31574 -5.6627929,2.883883 -0.086826,4.231146 0,5.036932 -8.8e-6,5.036935 z"
id="path3767-5-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccssscc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB

BIN
img/check_privacy_pass.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

View file

@ -0,0 +1,76 @@
<?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="16"
height="16"
id="svg3068"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="check_privacy_pass.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_privacy_pass.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs3070" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.197802"
inkscape:cx="16"
inkscape:cy="11.465507"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata3073">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,-16)">
<path
sodipodi:type="arc"
style="opacity:0.98999999000000005;fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:1.97099996000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path3765-5-5"
sodipodi:cx="14.042934"
sodipodi:cy="11.170019"
sodipodi:rx="1.2438533"
sodipodi:ry="1.6297841"
d="m 15.286788,11.170019 c 0,0.900105 -0.556892,1.629784 -1.243854,1.629784 -0.686961,0 -1.243853,-0.729679 -1.243853,-1.629784 0,-0.900105 0.556892,-1.629784 1.243853,-1.629784 0.686962,0 1.243854,0.729679 1.243854,1.629784 z"
transform="matrix(1.6048759,0,0,1.423111,-14.273928,4.9246464)" />
<path
style="fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.66057211000000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 2.6163083,30.762615 11.0321637,0.02511 c 0,0 0.02657,-1.695841 0.0025,-4.884829 -0.01197,-1.616008 -3.37212,-3.086481 -5.3720193,-3.061091 -2.065171,0.02628 -5.6306112,1.31574 -5.6627929,2.883883 -0.086826,4.231146 0,5.036932 -8.8e-6,5.036935 z"
id="path3767-5-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccssscc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

View file

@ -0,0 +1,76 @@
<?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="16"
height="16"
id="svg3033"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="check_transparency_fail.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_transparency_fail.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs3035" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.836083"
inkscape:cx="-4.0054858"
inkscape:cy="4.3649178"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata3038">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,-16)">
<path
sodipodi:type="arc"
style="opacity:0.98999999000000005;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ee9209;stroke-width:2.82313108000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3043"
sodipodi:cx="21.522081"
sodipodi:cy="9.0490675"
sodipodi:rx="6.3405299"
sodipodi:ry="6.3405299"
d="m 27.862611,9.0490675 c 0,3.5017775 -2.838752,6.3405295 -6.34053,6.3405295 -3.501778,0 -6.34053,-2.838752 -6.34053,-6.3405295 0,-3.501778 2.838752,-6.3405299 6.34053,-6.3405299 3.501778,0 6.34053,2.8387519 6.34053,6.3405299 z"
transform="matrix(0.68433693,0,0,0.68433693,-5.3589145,15.900423)" />
<path
style="fill:none;stroke:#ee9209;stroke-width:1.93197285999999990;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 6.3063493,25.879924 2.3365617,30.449079"
id="path3815"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B

View file

@ -0,0 +1,76 @@
<?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="16"
height="16"
id="svg3033"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="check_transparency_pass.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_transparency_pass.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs3035" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.836083"
inkscape:cx="-1.7946509"
inkscape:cy="-4.2544782"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata3038">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,-16)">
<path
sodipodi:type="arc"
style="opacity:0.98999999000000005;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#329239;stroke-width:2.82313108000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3043"
sodipodi:cx="21.522081"
sodipodi:cy="9.0490675"
sodipodi:rx="6.3405299"
sodipodi:ry="6.3405299"
d="m 27.862611,9.0490675 c 0,3.5017775 -2.838752,6.3405295 -6.34053,6.3405295 -3.501778,0 -6.34053,-2.838752 -6.34053,-6.3405295 0,-3.501778 2.838752,-6.3405299 6.34053,-6.3405299 3.501778,0 6.34053,2.8387519 6.34053,6.3405299 z"
transform="matrix(0.68433693,0,0,0.68433693,-5.3589145,15.900423)" />
<path
style="fill:none;stroke:#329239;stroke-width:1.93197285999999990;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 6.3063493,25.879924 2.3365617,30.449079"
id="path3815"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
img/checkbubble_fail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

View file

@ -9,17 +9,17 @@
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="280"
height="10"
id="svg4147"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
sodipodi:docname="checkbubble_fail.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/checkbubble_fail.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="bubbleinfomiddle.svg">
inkscape:export-ydpi="90">
<defs
id="defs4149" />
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -27,19 +27,19 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4142136"
inkscape:cx="-50.306227"
inkscape:cy="-12.801804"
inkscape:zoom="32"
inkscape:cx="7.4309522"
inkscape:cy="4.2904471"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1680"
inkscape:window-height="1026"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
inkscape:window-width="1232"
inkscape:window-height="786"
inkscape:window-x="219"
inkscape:window-y="105"
inkscape:window-maximized="0" />
<metadata
id="metadata4152">
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
@ -54,12 +54,22 @@
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1042.3622)">
transform="translate(0,-1036.3622)">
<path
style="fill:#fff8ea;fill-opacity:1;fill-rule:nonzero;stroke:#ee9209;stroke-width:2.49500000000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48500000000000032, 2.49500000000000011;stroke-dashoffset:0"
d="m 1.2851726,834.04016 -0.024107,221.49674 140.2013644,55.9683 137.27276,-53.5108 -10e-4,-223.95984 z"
id="path4155"
style="fill:#ffffff;fill-opacity:1;stroke:none"
d="M 16.012765,15.440727 3.9073718,8.009826 16.010162,0.28292007 z"
id="path3773"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
transform="translate(0,1036.3622)"
sodipodi:nodetypes="cccc" />
<g
id="g3832">
<path
d="m 16.264186,1051.9408 -12.4270992,-7.5765 12.4321222,-7.5766"
style="fill:none;stroke:#ee9209;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path2985-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

View file

@ -9,17 +9,17 @@
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="280"
height="64"
id="svg4147"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
sodipodi:docname="checkbubble_fail.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/checkbubble_fail_rtl.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="bubblebottom.svg">
inkscape:export-ydpi="90">
<defs
id="defs4149" />
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -27,26 +27,26 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2"
inkscape:cx="49.64031"
inkscape:cy="118.60676"
inkscape:zoom="8"
inkscape:cx="-13.249562"
inkscape:cy="17.056399"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1280"
inkscape:window-height="1000"
inkscape:window-x="1680"
inkscape:window-y="24"
inkscape:window-maximized="1" />
inkscape:window-width="1232"
inkscape:window-height="786"
inkscape:window-x="219"
inkscape:window-y="105"
inkscape:window-maximized="0" />
<metadata
id="metadata4152">
id="metadata7">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -54,12 +54,22 @@
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-988.3622)">
transform="translate(0,-1036.3622)">
<path
style="fill:#f1f8fb;fill-opacity:1;fill-rule:nonzero;stroke:#2c6faf;stroke-width:2.49500000000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:7.48500000000000032, 2.49500000000000011;stroke-dashoffset:0"
d="m 1.2851726,772.39699 -0.024107,221.4968 140.2013644,55.96831 137.27276,-53.51081 -10e-4,-223.9599 z"
id="path4155"
style="fill:#ffffff;fill-opacity:1;stroke:none"
d="M -0.00291299,1051.8029 12.10248,1044.372 -3.0999003e-4,1036.6451 z"
id="path3773"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
sodipodi:nodetypes="cccc" />
<g
id="g3832"
transform="matrix(-1,0,0,1,16.009852,0)">
<path
d="m 16.264186,1051.9408 -12.4270992,-7.5765 12.4321222,-7.5766"
style="fill:none;stroke:#ee9209;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path2985-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before After
Before After

BIN
img/checkbubble_neutral.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

View file

@ -9,17 +9,17 @@
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="280"
height="64"
id="svg4147"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
sodipodi:docname="checkbubble_neutral.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/checkbubble_neutral.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="bubbleinfobottom.svg">
inkscape:export-ydpi="90">
<defs
id="defs4149" />
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -27,19 +27,19 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2"
inkscape:cx="49.64031"
inkscape:cy="118.60676"
inkscape:zoom="11.313709"
inkscape:cx="7.7877103"
inkscape:cy="1.7301325"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1680"
inkscape:window-height="1026"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
inkscape:window-width="1232"
inkscape:window-height="786"
inkscape:window-x="219"
inkscape:window-y="105"
inkscape:window-maximized="0" />
<metadata
id="metadata4152">
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
@ -54,12 +54,22 @@
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-988.3622)">
transform="translate(0,-1036.3622)">
<path
style="fill:#fff8ea;fill-opacity:1;fill-rule:nonzero;stroke:#ee9209;stroke-width:2.49528980000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48586986000000021, 2.49528995000000009;stroke-dashoffset:0"
d="m 1.2851726,772.39699 -0.024107,221.4968 140.2013644,55.96831 137.27276,-53.51081 -10e-4,-223.9599 z"
id="path4155"
style="fill:#ffffff;fill-opacity:1;stroke:none"
d="M 16.012765,15.440727 3.9073718,8.009826 16.010162,0.28292007 z"
id="path3773"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
transform="translate(0,1036.3622)"
sodipodi:nodetypes="cccc" />
<g
id="g3832">
<path
d="m 16.264186,1051.9408 -12.4270992,-7.5765 12.4321222,-7.5766"
style="fill:none;stroke:#8b8b8b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path2985-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 B

View file

@ -0,0 +1,75 @@
<?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="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="checkbubble_neutral_rtl.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/checkbubble_neutral_rtl.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="-7.0752305"
inkscape:cy="-0.59178359"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1232"
inkscape:window-height="786"
inkscape:window-x="369"
inkscape:window-y="135"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<path
style="fill:#ffffff;fill-opacity:1;stroke:none"
d="M -2.1903e-4,1051.8029 12.105175,1044.372 0.00238397,1036.6451 z"
id="path3773"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<g
id="g3832"
transform="matrix(-1,0,0,1,16.012546,0)">
<path
d="m 16.264186,1051.9408 -12.4270992,-7.5765 12.4321222,-7.5766"
style="fill:none;stroke:#8b8b8b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path2985-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
img/checkbubble_pass.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

View file

@ -9,17 +9,17 @@
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="280"
height="10"
id="svg4147"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
sodipodi:docname="checkbubble_pass.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/checkbubble_pass.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="bubbletop.svg">
inkscape:export-ydpi="90">
<defs
id="defs4149" />
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -28,25 +28,25 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="23.752359"
inkscape:cy="10.787719"
inkscape:cx="24.935049"
inkscape:cy="1.7301325"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1680"
inkscape:window-height="1026"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
inkscape:window-width="1232"
inkscape:window-height="786"
inkscape:window-x="219"
inkscape:window-y="105"
inkscape:window-maximized="0" />
<metadata
id="metadata4152">
id="metadata7">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
@ -54,12 +54,22 @@
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1042.3622)">
transform="translate(0,-1036.3622)">
<path
style="fill:#f1f8fb;fill-opacity:1;fill-rule:nonzero;stroke:#2c6faf;stroke-width:2.49528980000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:7.48586986000000021, 2.49528995000000009;stroke-dashoffset:0"
d="m 1.2851726,1043.6331 -0.024107,221.4968 140.2013644,55.9683 137.27276,-53.5108 -10e-4,-223.9599 z"
id="path4155"
style="fill:#ffffff;fill-opacity:1;stroke:none"
d="M 16.012765,15.440727 3.9073718,8.009826 16.010162,0.28292007 z"
id="path3773"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
transform="translate(0,1036.3622)"
sodipodi:nodetypes="cccc" />
<g
id="g3832">
<path
d="m 16.264186,1051.9408 -12.4270992,-7.5765 12.4321222,-7.5766"
style="fill:none;stroke:#329239;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path2985-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

View file

@ -0,0 +1,75 @@
<?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="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="checkbubble_pass_rtl.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/checkbubble_pass_rtl.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="5.0497695"
inkscape:cy="-0.59178359"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1232"
inkscape:window-height="786"
inkscape:window-x="419"
inkscape:window-y="106"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<path
style="fill:#ffffff;fill-opacity:1;stroke:none"
d="M -2.1903e-4,1051.8029 12.105175,1044.372 0.00238397,1036.6451 z"
id="path3773"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<g
id="g3832"
transform="matrix(-1,0,0,1,16.012546,0)">
<path
d="m 16.264186,1051.9408 -12.4270992,-7.5765 12.4321222,-7.5766"
style="fill:none;stroke:#329239;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path2985-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -1,318 +0,0 @@
<?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="100"
height="100"
id="svg2989"
version="1.1"
inkscape:version="0.48.3.1 r9886"
sodipodi:docname="be_the_network.svg"
inkscape:export-filename="/var/www/img/icon-network.png"
inkscape:export-xdpi="281.25"
inkscape:export-ydpi="281.25">
<defs
id="defs2991" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.0000001"
inkscape:cx="-220.51955"
inkscape:cy="107.16619"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1680"
inkscape:window-height="1026"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata2994">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,68)">
<rect
style="opacity:0.98999999;fill:none;stroke:none"
id="rect3885"
width="42.490856"
height="82.642776"
x="29.796608"
y="-57.12709" />
<rect
style="opacity:0.98999999;fill:none;stroke:none"
id="rect3887"
width="29.041916"
height="88.490135"
x="40.711689"
y="-62.389717" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3926"
sodipodi:cx="17.235525"
sodipodi:cy="13.157017"
sodipodi:rx="1.2502453"
sodipodi:ry="1.2502453"
d="m 18.48577,13.157017 a 1.2502453,1.2502453 0 1 1 -2.50049,0 1.2502453,1.2502453 0 1 1 2.50049,0 z"
transform="matrix(3.9790518,0,0,3.9790518,-14.020038,-76.662425)" />
<path
style="fill:none;stroke:#000000;stroke-width:1.85198748;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 54.492095,-25.619301 25.549111,-56.62964"
id="path3930"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:3.0866456px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 56.421626,-24.378886 c 0,0.183748 0,0.36753 0,0 z"
id="path3936"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.85198748;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 80.402956,15.727818 54.629917,-24.930183"
id="path3938"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 28.374498,-0.32864721 55.45686,-24.930183"
id="path3944"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 52.346874,15.993671 27.814842,0.27830159"
id="path3946"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 27.088819,0.17357169 4.233726,-5.9365298"
id="path3948"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 27.388113,-0.01010841 21.873484,-34.70993"
id="path3950"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-9"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(2.7609334,0,0,2.7609334,-2.3684305,-86.572458)" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-3"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(5.404951,0,0,5.404951,-21.563478,-156.47262)" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-53"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(3.7189108,0,0,3.7189108,48.131748,-52.768257)" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-9-0"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(2.7609334,0,0,2.7609334,-20.094711,-56.80952)" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-9-7"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(2.7609334,0,0,2.7609334,-7.6826142,-26.56196)" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-9-78"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(2.7609334,0,0,2.7609334,28.194784,-34.784443)" />
<path
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 90.18844,-13.352989 5.581862,-23.774594"
id="path4083"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 94.138036,1.3289495 90.221885,-12.053804"
id="path4144"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 89.08585,-13.904282 66.896229,-46.430684"
id="path4146"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.18010879px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="m 43.12052,20.48225 c -1.807321,0 -7.901802,0.05861 -7.901802,0.05861 l 8.121459,-30.1701021 1.807337,-22.4911739 -11.964722,18.445091 -2.261583,-2.385878 c 0,0 10.566403,-19.434857 11.47568,-20.582943 0.909276,-1.148086 5.014222,-3.478559 5.014222,-3.478559 0,0 -1.218107,-2.619541 -1.513042,-4.020887 -0.348853,-1.657525 -0.545857,-3.401124 -0.279188,-5.073836 0.278662,-1.747947 0.459516,-3.957212 1.925916,-4.948492 2.001805,-1.353208 5.300419,-1.351478 7.24841,0.07811 1.468184,1.07747 1.488372,3.384525 1.694544,5.193945 0.176556,1.54943 -0.01667,3.15194 -0.413289,4.660077 -0.385344,1.464713 -1.877813,4.137472 -1.877813,4.137472 0,0 3.57293,1.686797 4.995375,3.01258 1.081501,1.008008 11.880212,21.902509 11.880212,21.902509 l -2.432895,2.151328 -11.523198,-19.411435 1.485921,22.6112609 9.489166,30.3754271 -8.126715,-0.02099 -8.673916,-32.550672 z"
id="path3789"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccczcaaaaaacscccccccc" />
<path
style="fill:none;stroke:#000000;stroke-width:1.85198748;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 12.449422,-21.068331 39.274808,-5.555"
id="path4188"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 16.500039,24.246868 26.974641,0.95465669"
id="path4209"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.85198748;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 54.767743,-27.135363 84.399844,-46.568509"
id="path4211"
inkscape:connector-curvature="0" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-3-4"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(5.404951,0,0,5.404951,-35.048095,-120.71048)" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-3-0"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(5.404951,0,0,5.404951,-19.844942,-98.88033)" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-3-04"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(5.404951,0,0,5.404951,38.062007,-146.60741)" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-9-5"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(2.7609334,0,0,2.7609334,42.886293,-97.131982)" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-9-53"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(2.7609334,0,0,2.7609334,71.691368,-88.131266)" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-9-51"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(2.7609334,0,0,2.7609334,70.082926,-49.001558)" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-3-04-7"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(5.404951,0,0,5.404951,42.584166,-112.2241)" />
<path
style="fill:none;stroke:#000000;stroke-width:1.85198748;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 89.34228,-12.687107 68.973959,-3.3313238"
id="path4330"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-3-08"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(5.404951,0,0,5.404951,21.647707,-102.62402)" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3942-3-09"
sodipodi:cx="8.7517176"
sodipodi:cy="18.381256"
sodipodi:rx="0.53581941"
sodipodi:ry="0.53581941"
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
transform="matrix(5.404951,0,0,5.404951,33.366087,-83.384805)" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 17 KiB

BIN
img/note.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

266
img/note.svg Normal file
View file

@ -0,0 +1,266 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="42"
height="42"
id="svg2"
inkscape:version="0.48.4 r9939"
sodipodi:docname="note.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/note.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<metadata
id="metadata61">
<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>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1615"
inkscape:window-height="1026"
id="namedview59"
showgrid="false"
inkscape:zoom="10.429825"
inkscape:cx="0.30659316"
inkscape:cy="22.993804"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<defs
id="defs4">
<linearGradient
id="linearGradient2820">
<stop
style="stop-color: black; stop-opacity: 0.313726;"
offset="0"
id="stop2822" />
<stop
style="stop-color: black; stop-opacity: 0.196078;"
offset="0.92982459"
id="stop2826" />
<stop
style="stop-color: black; stop-opacity: 0;"
offset="1"
id="stop2824" />
</linearGradient>
<linearGradient
id="linearGradient10053">
<stop
style="stop-color: white; stop-opacity: 1;"
offset="0"
id="stop10055" />
<stop
style="stop-color: white; stop-opacity: 0.479592;"
offset="1"
id="stop10057" />
</linearGradient>
<linearGradient
id="linearGradient7070">
<stop
style="stop-color: white; stop-opacity: 0.94898;"
offset="0"
id="stop7072" />
<stop
style="stop-color: white; stop-opacity: 0.744898;"
offset="1"
id="stop7074" />
</linearGradient>
<linearGradient
id="linearGradient4153">
<stop
style="stop-color: rgb(42, 79, 228); stop-opacity: 1;"
offset="0"
id="stop4155" />
<stop
style="stop-color: rgb(68, 123, 250); stop-opacity: 1;"
offset="0.2"
id="stop7080" />
<stop
style="stop-color: rgb(105, 163, 255); stop-opacity: 1;"
offset="0.625"
id="stop7084" />
<stop
style="stop-color: rgb(137, 190, 255); stop-opacity: 1;"
offset="0.75"
id="stop7082" />
<stop
style="stop-color: rgb(128, 190, 255); stop-opacity: 1;"
offset="1"
id="stop4157" />
</linearGradient>
<linearGradient
id="linearGradient4145">
<stop
style="stop-color: black; stop-opacity: 1;"
offset="0"
id="stop4147" />
<stop
style="stop-color: black; stop-opacity: 0;"
offset="1"
id="stop4149" />
</linearGradient>
<linearGradient
id="linearGradient25332">
<stop
style="stop-color: rgb(56, 90, 229); stop-opacity: 1;"
offset="0"
id="stop25334" />
<stop
style="stop-color: rgb(102, 161, 255); stop-opacity: 1;"
offset="0"
id="stop26309" />
<stop
style="stop-color: rgb(102, 161, 240); stop-opacity: 0.941176;"
offset="1"
id="stop25336" />
</linearGradient>
<linearGradient
id="linearGradient23386">
<stop
style="stop-color: rgb(43, 81, 228); stop-opacity: 0;"
offset="0"
id="stop23388" />
<stop
style="stop-color: black; stop-opacity: 0;"
offset="1"
id="stop23390" />
</linearGradient>
<linearGradient
id="linearGradient15560">
<stop
style="stop-color: rgb(24, 100, 237); stop-opacity: 1;"
offset="0"
id="stop15562" />
<stop
style="stop-color: rgb(58, 123, 239); stop-opacity: 0.255102;"
offset="1"
id="stop15564" />
</linearGradient>
<linearGradient
id="linearGradient15536">
<stop
style="stop-color: white; stop-opacity: 1;"
offset="0"
id="stop15538" />
<stop
style="stop-color: white; stop-opacity: 0.590909;"
offset="1"
id="stop15540" />
</linearGradient>
<filter
id="filter9681"
color-interpolation-filters="sRGB">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.7392633"
id="feGaussianBlur9683" />
</filter>
<filter
id="filter22413"
color-interpolation-filters="sRGB">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.33355481"
id="feGaussianBlur22415" />
</filter>
<linearGradient
x1="168.97348"
y1="226.79765"
x2="94.360741"
y2="42.124634"
id="linearGradient4159"
xlink:href="#linearGradient4153"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="162.12244"
y1="228.19299"
x2="101.21178"
y2="40.729256"
id="linearGradient7076"
xlink:href="#linearGradient7070"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="127.8125"
y1="31.59375"
x2="127.8125"
y2="118.62509"
id="linearGradient10059"
xlink:href="#linearGradient10053"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="150.76942"
y1="72.579872"
x2="162.2932"
y2="131.31783"
id="linearGradient2818"
xlink:href="#linearGradient2820"
gradientUnits="userSpaceOnUse" />
<radialGradient
cx="130.61937"
cy="132.01637"
r="115.95089"
fx="130.61937"
fy="132.01637"
id="radialGradient3721"
xlink:href="#linearGradient2820"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="127.8125"
y1="31.59375"
x2="127.8125"
y2="118.62509"
id="linearGradient4614"
xlink:href="#linearGradient15536"
gradientUnits="userSpaceOnUse" />
</defs>
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#2c6fad;fill-opacity:1;fill-rule:nonzero;stroke:#2c6fad;stroke-width:2.99998093;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3028"
sodipodi:cx="41.220337"
sodipodi:cy="52.271187"
sodipodi:rx="44.745762"
sodipodi:ry="44.745762"
d="m 85.966099,52.271187 a 44.745762,44.745762 0 1 1 -89.491524,0 44.745762,44.745762 0 1 1 89.491524,0 z"
transform="matrix(0.37086724,0,0,0.37086724,5.6013802,2.0104891)" />
<g
style="display:inline"
id="layer5"
transform="translate(0,-214)" />
<path
sodipodi:nodetypes="ccccccccccc"
d="m 21.197946,31.942024 c 1.020786,-0.591534 2.148665,-2.272694 2.761466,-3.672411 l -0.631056,-0.268015 c -1.267865,2.218763 -2.845781,2.939481 -2.332021,0.77002 l 3.624433,-12.194083 c -1.014288,-0.08452 -5.908676,1.042844 -6.710774,1.208462 l -0.107492,0.817501 c 1.753294,0.05998 1.697413,0.328817 1.570627,0.916364 l -2.653277,9.296636 c 0,0 -0.365487,1.05177 -0.353789,1.834813 0.02823,1.787997 2.654029,2.476054 4.83189,1.290713 z"
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.6;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
id="path3339"
inkscape:connector-curvature="0" />
<path
d="m 24.895232,12.109884 c 6.66e-4,1.370342 -1.109941,2.481618 -2.480284,2.481618 -1.370344,0 -2.48102,-1.111276 -2.480283,-2.481618 -7.4e-4,-1.370344 1.109939,-2.4816175 2.480283,-2.4816175 1.370343,0 2.481023,1.1112715 2.480284,2.4816175 l 0,0 z"
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.6;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
id="path7182"
inkscape:connector-curvature="0" />
</svg>

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 506 B

BIN
img/os/iphone.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

114
img/os/iphone.svg Normal file
View file

@ -0,0 +1,114 @@
<?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="16"
height="16"
id="svg4964"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="iphone.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/os/iphone.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4966">
<clipPath
id="clp12">
<path
inkscape:connector-curvature="0"
d="m 45.315,71.927 12.92,0 0,15.867 -12.92,0 0,-15.867 z"
id="path184" />
</clipPath>
<clipPath
id="clp12-7">
<path
inkscape:connector-curvature="0"
d="m 45.315,71.927 12.92,0 0,15.867 -12.92,0 0,-15.867 z"
id="path184-7" />
</clipPath>
<filter
inkscape:collect="always"
id="filter4945"
x="-0.16042192"
width="1.3208439"
y="-0.13062799"
height="1.261256"
color-interpolation-filters="sRGB">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="47.368683"
id="feGaussianBlur4947" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.836083"
inkscape:cx="5.7724215"
inkscape:cy="7.0819802"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4969">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,-16)">
<g
transform="matrix(0.01828059,0,0,0.01828059,-18.52417,-14.244354)"
id="layer1-8"
style="fill:#7d7d7d;fill-opacity:1">
<g
transform="translate(19.48863,19.49672)"
id="g25472"
style="fill:#7d7d7d;fill-opacity:1">
<g
transform="matrix(54.85033,0,0,-54.85033,-1411.313,6454.729)"
style="fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:none"
clip-path="url(#clp12)"
id="g186">
<path
inkscape:connector-curvature="0"
d="m 56.105,79.364 c -0.018,2.008 1.64,2.972 1.715,3.019 -0.933,1.365 -2.385,1.552 -2.903,1.574 -1.235,0.125 -2.411,-0.727 -3.037,-0.727 -0.626,0 -1.594,0.709 -2.618,0.689 -1.348,-0.02 -2.589,-0.783 -3.283,-1.989 -1.399,-2.427 -0.357,-6.024 1.005,-7.994 0.667,-0.963 1.461,-2.048 2.505,-2.008 1.006,0.04 1.386,0.65 2.6,0.65 1.214,0 1.556,-0.65 2.619,-0.631 1.081,0.021 1.767,0.984 2.429,1.95 0.764,1.118 1.08,2.2 1.098,2.257 -0.024,0.01 -2.108,0.809 -2.13,3.21"
style="fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path188" />
</g>
<path
inkscape:connector-curvature="0"
d="m 1556.5087,1778.2074 c 30.3865,-36.8044 50.9002,-87.9802 45.2501,-138.9887 -43.7736,1.7571 -96.7556,29.1808 -128.1856,65.9852 -28.1373,32.5275 -52.8196,84.6335 -46.131,134.6035 48.8183,3.7847 98.675,-24.8497 129.0665,-61.6"
style="fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path190" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4 KiB

BIN
img/os/mac.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

114
img/os/mac.svg Normal file
View file

@ -0,0 +1,114 @@
<?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="16"
height="16"
id="svg4964"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="mac.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/os/mac.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4966">
<clipPath
id="clp12">
<path
inkscape:connector-curvature="0"
d="m 45.315,71.927 12.92,0 0,15.867 -12.92,0 0,-15.867 z"
id="path184" />
</clipPath>
<clipPath
id="clp12-7">
<path
inkscape:connector-curvature="0"
d="m 45.315,71.927 12.92,0 0,15.867 -12.92,0 0,-15.867 z"
id="path184-7" />
</clipPath>
<filter
inkscape:collect="always"
id="filter4945"
x="-0.16042192"
width="1.3208439"
y="-0.13062799"
height="1.261256"
color-interpolation-filters="sRGB">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="47.368683"
id="feGaussianBlur4947" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.836083"
inkscape:cx="5.7724215"
inkscape:cy="7.0819802"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4969">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,-16)">
<g
transform="matrix(0.01828059,0,0,0.01828059,-18.52417,-14.244354)"
id="layer1-8"
style="fill:#7d7d7d;fill-opacity:1">
<g
transform="translate(19.48863,19.49672)"
id="g25472"
style="fill:#7d7d7d;fill-opacity:1">
<g
transform="matrix(54.85033,0,0,-54.85033,-1411.313,6454.729)"
style="fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:none"
clip-path="url(#clp12)"
id="g186">
<path
inkscape:connector-curvature="0"
d="m 56.105,79.364 c -0.018,2.008 1.64,2.972 1.715,3.019 -0.933,1.365 -2.385,1.552 -2.903,1.574 -1.235,0.125 -2.411,-0.727 -3.037,-0.727 -0.626,0 -1.594,0.709 -2.618,0.689 -1.348,-0.02 -2.589,-0.783 -3.283,-1.989 -1.399,-2.427 -0.357,-6.024 1.005,-7.994 0.667,-0.963 1.461,-2.048 2.505,-2.008 1.006,0.04 1.386,0.65 2.6,0.65 1.214,0 1.556,-0.65 2.619,-0.631 1.081,0.021 1.767,0.984 2.429,1.95 0.764,1.118 1.08,2.2 1.098,2.257 -0.024,0.01 -2.108,0.809 -2.13,3.21"
style="fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path188" />
</g>
<path
inkscape:connector-curvature="0"
d="m 1556.5087,1778.2074 c 30.3865,-36.8044 50.9002,-87.9802 45.2501,-138.9887 -43.7736,1.7571 -96.7556,29.1808 -128.1856,65.9852 -28.1373,32.5275 -52.8196,84.6335 -46.131,134.6035 48.8183,3.7847 98.675,-24.8497 129.0665,-61.6"
style="fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path190" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

Before

Width:  |  Height:  |  Size: 735 B

After

Width:  |  Height:  |  Size: 735 B

Before After
Before After

BIN
img/screenshots/armory.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
img/screenshots/bitgo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
img/screenshots/hivemac.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
img/wallet_bubble.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

View file

@ -9,17 +9,17 @@
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="280"
height="280"
id="svg4147"
width="32"
height="32"
id="svg3919"
version="1.1"
inkscape:version="0.48.4 r9939"
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
sodipodi:docname="wallet_bubble.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/wallet_bubble.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="bubble.svg">
inkscape:export-ydpi="90">
<defs
id="defs4149" />
id="defs3921" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -27,39 +27,54 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4142136"
inkscape:cx="-14.849282"
inkscape:cy="165.12819"
inkscape:document-units="px"
inkscape:zoom="8"
inkscape:cx="58.864255"
inkscape:cy="44.062173"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1680"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="0"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4152">
id="metadata3924">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-772.36218)">
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,-16)">
<path
style="fill:#f1f8fb;fill-opacity:1;fill-rule:nonzero;stroke:#2c6faf;stroke-width:2.49528980000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:7.48586986000000021, 2.49528995000000009;stroke-dashoffset:0"
d="m 1.2851726,773.6355 -0.024107,221.49684 140.2013639,55.96826 137.27276,-53.51078 -0.001,-223.9599 z"
id="path4155"
style="fill:#f1f8fb;fill-opacity:1;stroke:none"
d="M 1.5321569,15.988569 15.653387,37.343298 30.576081,15.98796 z"
id="path4527"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
sodipodi:nodetypes="cccc" />
<g
id="g4519"
transform="matrix(1.3556275,0,0,1.3556275,-0.26904348,-16.316239)">
<g
id="g4523">
<path
style="fill:none;stroke:#2c6faf;stroke-width:1.47533153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 0.81971082,-0.57310273 12.002855,16.14326 23.185998,-0.568171"
id="path3927"
inkscape:connector-curvature="0"
transform="translate(0,24)"
sodipodi:nodetypes="ccc" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Before After
Before After

BIN
img/wallet_help.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

83
img/wallet_help.svg Normal file
View file

@ -0,0 +1,83 @@
<?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="16"
height="16"
id="svg2985"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="wallet_help.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/wallet_help.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="6.2129532"
inkscape:cy="3.7596497"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,-16)">
<path
sodipodi:type="arc"
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:0.40000001000000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path2997"
sodipodi:cx="15.50257"
sodipodi:cy="17.31834"
sodipodi:rx="13.987044"
sodipodi:ry="13.987044"
d="m 27.61704,10.32713 c 3.861139,6.690637 1.567377,15.244542 -5.12326,19.105681 C 15.803143,33.293949 7.2492385,31.000188 3.3880998,24.30955 -0.47303887,17.618913 1.8207229,9.0650086 8.5113601,5.20387 15.201095,1.3432519 23.753813,3.6358215 27.615707,10.32482"
sodipodi:start="5.7597774"
sodipodi:end="12.042772"
sodipodi:open="true"
transform="matrix(0.49749391,0,0,0.49749391,0.41047052,15.387622)" />
<g
style="font-size:13.16910361999999957px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium;stroke-width:0.40000000000000002;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="text2999">
<path
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0;word-spacing:0;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.40000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
d="m 8.1875,19.3125 c -0.4563028,9e-6 -0.9054294,0.0688 -1.34375,0.1875 -0.4275366,0.109168 -0.8140211,0.243272 -1.15625,0.4375 l -0.15625,0.09375 0.0625,0.15625 0.4375,1.21875 L 6.125,21.625 6.34375,21.53125 C 6.6389136,21.371025 6.8948048,21.252865 7.15625,21.1875 7.4189009,21.113641 7.7098603,21.062508 8,21.0625 c 0.3624793,7e-6 0.6050609,0.105069 0.75,0.25 0.1634037,0.149203 0.218747,0.319251 0.21875,0.5625 -3.1e-6,0.180161 -0.01346,0.322768 -0.09375,0.46875 -0.088499,0.160907 -0.2034632,0.311961 -0.34375,0.46875 -0.1453543,0.162457 -0.3280361,0.336637 -0.5,0.5 C 7.8582374,23.485516 7.7167572,23.675375 7.5625,23.875 7.4027018,24.081799 7.2593404,24.318833 7.15625,24.5625 7.047844,24.818732 6.9999983,25.094311 7,25.40625 c -2.2e-6,0.09447 -0.00916,0.20257 0,0.3125 0.00937,0.103111 0.043429,0.217162 0.0625,0.3125 l 0.03125,0.15625 0.15625,0 1.375,0 0.21875,0 -0.03125,-0.25 c -0.007,-0.04202 -2.4e-6,-0.08345 0,-0.125 l 0,-0.15625 c -2.8e-6,-0.236711 0.034551,-0.444104 0.125,-0.625 C 9.0438291,24.834949 9.1871434,24.673092 9.34375,24.5 9.4928097,24.270139 9.7267106,24.094512 9.875,23.9375 c 0.198721,-0.189687 0.359332,-0.385639 0.53125,-0.59375 0.17811,-0.215608 0.324792,-0.433913 0.4375,-0.6875 0.128363,-0.266604 0.187495,-0.582256 0.1875,-0.90625 -5e-6,-0.267242 -0.04107,-0.53271 -0.125,-0.8125 -0.0881,-0.293639 -0.248645,-0.57324 -0.46875,-0.8125 -0.225671,-0.24528 -0.5115426,-0.413377 -0.875,-0.5625 -0.3768384,-0.164255 -0.8293529,-0.249991 -1.375,-0.25 z m -0.21875,7.40625 c -0.3361859,2e-6 -0.6312348,0.141392 -0.875,0.375 -0.240211,0.229768 -0.3750015,0.523912 -0.375,0.875 -1.5e-6,0.35109 0.1347875,0.676484 0.375,0.90625 0.2443639,0.224006 0.5408351,0.34375 0.875,0.34375 0.3416345,0 0.6687481,-0.116577 0.90625,-0.34375 0.2402067,-0.229766 0.343746,-0.555162 0.34375,-0.90625 -4e-6,-0.351086 -0.1035448,-0.645232 -0.34375,-0.875 -0.2367714,-0.236765 -0.5626554,-0.374998 -0.90625,-0.375 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccsccsscccccccccccccsccccccccscssccc"
id="path9" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
img/wallet_menu_desktop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

150
img/wallet_menu_desktop.svg Normal file
View file

@ -0,0 +1,150 @@
<?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="42"
height="100"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="wallet_menu_desktop.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/wallet_menu_desktop.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
id="perspective7704" />
<inkscape:perspective
id="perspective7731"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 526.18109 : 1"
sodipodi:type="inkscape:persp3d" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.0000001"
inkscape:cx="264.34728"
inkscape:cy="23.421859"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-952.3622)">
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="64.649765"
y="69.669914"
id="text4329"
sodipodi:linespacing="125%"
transform="translate(0,452.36218)"><tspan
sodipodi:role="line"
id="tspan4331"
x="64.649765"
y="69.669914" /></text>
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="67"
y="73"
id="text4367"
sodipodi:linespacing="125%"
transform="translate(0,452.36218)"><tspan
sodipodi:role="line"
id="tspan4369"
x="67"
y="73" /></text>
<rect
style="fill:#646464;fill-opacity:0;stroke:#000000;stroke-width:3;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect5357"
width="24.392694"
height="16.57453"
x="8.8839998"
y="957.56885" />
<path
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.72969627px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="m 18.515877,975.37883 5.419236,0.026 -0.169392,3.7106 -5.015303,0.04 c 0,0 -0.233117,-3.7762 -0.234541,-3.7759 z"
id="path5359"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.84554929px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="m 15.571507,980.62303 c -0.521422,0.5454 -0.135451,0.5514 -0.135451,0.5514 l 11.566699,-0.014 c 0,0 0.461678,0 -0.105221,-0.5766 -2.646548,-2.3617 -8.880141,-2.3406 -11.325992,0.031 z"
id="path5937"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<rect
style="fill:#000000;fill-opacity:1;stroke:none"
id="rect6033"
width="23.337198"
height="1.795169"
x="9.5006695"
y="971.65869" />
<rect
style="fill:#646464;fill-opacity:0;stroke:#ffffff;stroke-width:3;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect5357-3"
width="24.392694"
height="16.57453"
x="8.8844223"
y="1025.5688" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.73000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 18.516299,1043.3788 5.41923,0.026 -0.16939,3.7106 -5.0153,0.04 c 0,0 -0.23312,-3.7762 -0.23454,-3.7759 z"
id="path5359-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.84554929px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="m 15.571929,1048.623 c -0.52142,0.5454 -0.13545,0.5514 -0.13545,0.5514 l 11.5667,-0.014 c 0,0 0.46167,0 -0.10523,-0.5766 -2.64654,-2.3617 -8.88014,-2.3406 -11.32599,0.031 z"
id="path5937-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke:none"
id="rect6033-3"
width="23.337198"
height="1.795169"
x="9.50109"
y="1039.6587" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 B

View file

@ -0,0 +1,86 @@
<?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="42"
height="100"
id="svg3066"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="wallet_menu_hardware.svg"
inkscape:export-filename="/media/X/bitcoin.org/current/img/wallet_menu_hardware.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs3068" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.9795104"
inkscape:cx="195.96452"
inkscape:cy="39.157284"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata3071">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,68)">
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.11129045;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3968"
width="18.383144"
height="12.726792"
x="11.391645"
y="-54.241436" />
<path
style="fill:none;stroke:#000000;stroke-width:3.87069917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 26.157753,-52.333153 c 0,0 0.89133,-6.366287 -0.864098,-8.687227 -1.035501,-1.369088 -3.078221,-1.980169 -4.792187,-1.885449 -1.726106,0.09597 -3.840576,0.328223 -5.027875,2.592491 -1.042106,1.987357 -0.946018,7.911388 -0.946018,7.911388 z"
id="path3970"
inkscape:connector-curvature="0"
sodipodi:nodetypes="casscc" />
<rect
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.11129045;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3968-8"
width="18.383144"
height="12.726792"
x="11.392049"
y="13.758562" />
<path
style="fill:none;stroke:#ffffff;stroke-width:3.87069917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 26.158167,15.666849 c 0,0 0.89133,-6.3662883 -0.86409,-8.6872273 -1.03551,-1.369088 -3.07823,-1.98017 -4.79219,-1.88545 -1.72611,0.09597 -3.84058,0.328223 -5.02788,2.592492 -1.0421,1.987356 -0.94601,7.9113883 -0.94601,7.9113883 z"
id="path3970-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="casscc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
img/wallet_menu_mobile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

View file

@ -0,0 +1,70 @@
<?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="42"
height="100"
id="svg4913"
version="1.1"
inkscape:version="0.48.4 r9939"
inkscape:export-filename="/media/X/bitcoin.org/current/img/wallet_menu_mobile.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="wallet_menu_mobile.svg">
<defs
id="defs4915" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.9795104"
inkscape:cx="60.900353"
inkscape:cy="-0.63675478"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1615"
inkscape:window-height="1026"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata4918">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,68)">
<path
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.49351057;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 29.812507,-65.656507 -17.3125,0.03125 c -0.573954,9.58e-4 -1.032298,0.457296 -1.03125,1.03125 l 0.03125,25.25 c 0.001,0.573954 0.488546,1.032208 1.0625,1.03125 l 17.3125,-0.03125 c 0.573954,-9.58e-4 1.032298,-0.457296 1.03125,-1.03125 l -0.0625,-25.25 c -0.001,-0.573954 -0.457296,-1.032207 -1.03125,-1.03125 z m -2.84375,2.71875 c 0.54702,-9.27e-4 0.999017,0.45298 1,1 l 0,16.65625 c 9.83e-4,0.54702 -0.42173,0.967823 -0.96875,0.96875 l -11.5,0.03125 c -0.54702,9.27e-4 -0.967767,-0.45298 -0.96875,-1 l -0.03125,-16.625 c -9.83e-4,-0.54702 0.42173,-0.999072 0.96875,-1 l 11.5,-0.03125 z m -5.375,19.71875 c 1.094781,-0.0019 1.998089,0.905219 2,2 0.0019,1.094781 -0.905219,1.966839 -2,1.96875 -1.094781,0.0019 -1.966839,-0.873969 -1.96875,-1.96875 -0.0019,-1.094781 0.873969,-1.998089 1.96875,-2 z"
id="rect4921"
inkscape:connector-curvature="0" />
<path
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.49351102;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="m 29.812541,2.3434936 -17.312532,0.03125 c -0.573961,9.58e-4 -1.032302,0.457296 -1.031252,1.03125 l 0.0312,25.2499994 c 10e-4,0.573954 0.488541,1.032208 1.062502,1.03125 l 17.312532,-0.03125 c 0.573951,-9.58e-4 1.032292,-0.457296 1.031252,-1.03125 l -0.0625,-25.2499994 c -0.001,-0.573954 -0.457301,-1.032208 -1.031252,-1.03125 z m -2.843755,2.71875 c 0.547021,-9.27e-4 0.999011,0.45298 1.000001,1 l 0,16.6562494 c 9.8e-4,0.54702 -0.42173,0.967823 -0.968751,0.96875 l -11.500021,0.03125 c -0.547021,9.27e-4 -0.967772,-0.45298 -0.968752,-1 l -0.0312,-16.6249994 c -9.9e-4,-0.54702 0.421731,-0.999072 0.968752,-1 l 11.500021,-0.03125 z m -5.37501,19.7187494 c 1.094782,-0.0019 1.998093,0.905219 2.000003,2 0.002,1.094781 -0.905221,1.966839 -2.000003,1.96875 -1.094782,0.0019 -1.966844,-0.873969 -1.968754,-1.96875 -0.002,-1.094781 0.873972,-1.998089 1.968754,-2 z"
id="rect4921-1"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4 KiB

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