From 975001c2f146c8710da56471369b24ae9fc95a7a Mon Sep 17 00:00:00 2001 From: Saivann Date: Sun, 28 Jul 2013 23:26:34 -0400 Subject: [PATCH] Re-structure design and layout Remove right buttons and merge them in the menu Switch to a centered design Apply a consistent summary text for each page Remove link to the Foundation in the main menu Add a "Join Foundation" text in Participate Add a link to the Foundation in the bottom page menu Add a "Getting started" page with links to external merchants and exchanges directories. Rewrite home page with weusecoins video and introductive links Add useful contextual links on "Individuals", "Businesses" and "Developers" page Re-design "Community" and "Resources" pages Add links to the wiki, bitcoinmining.com, coindesk, thegenesisblock, letstalkbitcoin, usebitcoins.info and howtobuybitcoins.info Re-design "Download" page with OS autodetect button Improve "Secure your wallet" texts with a mention about exchanges --- _layouts/base.html | 90 +++- _less/screen.less | 651 ++++++++++++++++++------ _templates/bitcoin-for-businesses.html | 8 + _templates/bitcoin-for-developers.html | 9 + _templates/bitcoin-for-individuals.html | 6 + _templates/community.html | 57 ++- _templates/development.html | 5 + _templates/download.html | 40 +- _templates/events.html | 2 +- _templates/getting-started.html | 34 ++ _templates/index.html | 19 + _templates/resources.html | 49 +- _templates/support-bitcoin.html | 7 + _translations/en.yml | 142 +++--- ar/css/main.css | 92 ++-- css/ie.css | 202 ++++++-- en/press.html | 3 +- fa/css/main.css | 92 ++-- img/but_bitcoin.png | Bin 825 -> 1456 bytes img/but_bitcoin.svg | 42 +- img/but_mac.png | Bin 0 -> 1715 bytes img/but_mac.svg | 137 +++++ img/but_ubuntu.png | Bin 0 -> 1684 bytes img/but_ubuntu.svg | 182 +++++++ img/but_windows.png | Bin 0 -> 1548 bytes img/but_windows.svg | 120 +++++ img/ico_foundation.png | Bin 0 -> 902 bytes img/ico_foundation.svg | 96 ++++ img/main_ico_instant.png | Bin 0 -> 1036 bytes img/main_ico_instant.svg | 78 +++ img/main_ico_lowfee.png | Bin 0 -> 1005 bytes img/main_ico_lowfee.svg | 82 +++ img/main_ico_worldwide.png | Bin 0 -> 1642 bytes img/main_ico_worldwide.svg | 109 ++++ index.html | 21 +- 35 files changed, 2033 insertions(+), 342 deletions(-) create mode 100644 _templates/getting-started.html create mode 100644 img/but_mac.png create mode 100644 img/but_mac.svg create mode 100644 img/but_ubuntu.png create mode 100644 img/but_ubuntu.svg create mode 100644 img/but_windows.png create mode 100644 img/but_windows.svg create mode 100644 img/ico_foundation.png create mode 100644 img/ico_foundation.svg create mode 100644 img/main_ico_instant.png create mode 100644 img/main_ico_instant.svg create mode 100644 img/main_ico_lowfee.png create mode 100644 img/main_ico_lowfee.svg create mode 100644 img/main_ico_worldwide.png create mode 100644 img/main_ico_worldwide.svg diff --git a/_layouts/base.html b/_layouts/base.html index 5d8f9862..53e921e5 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -13,6 +13,9 @@ menu: - id: foundation - id: about --- +{% case page.lang %} +{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' %} + @@ -27,7 +30,7 @@ menu: - + {% if site.ALERT %}
{{ site.ALERT }}
@@ -82,7 +85,7 @@ menu: {% translate menu-resources layout %} {% translate menu-community layout %} {% translate menu-development layout %} - {% case page.lang %}{% when 'ar' or 'es' or 'fa' or 'it' or 'nl' or 'ru' %}{% else %}{% translate menu-events layout %}{% endcase %} + {% translate menu-events layout %} {% if page.lang == 'en' %}Press{% endif %} @@ -123,3 +126,86 @@ menu: + +{% else %} + + + + + + + +{% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %} +{% lesscss main.less %} + +{% if page.lang == 'ar' or page.lang == 'fa' or page.lang == 'pl' or page.lang == 'ru' %}{% endif %} + + + + + +{% if site.ALERT %} +
+
{{ site.ALERT }}
+
+{% endif %} + +
+
+ {{ content }} +
+ +
+ + + + + +{% endcase %} diff --git a/_less/screen.less b/_less/screen.less index e60adc67..f6819258 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -14,7 +14,7 @@ h1{ color:#0d579b; font-size:160%; margin-top:0; - text-align:left; + text-align:center; } h2{ font-family:'Ubuntu', sans-serif; @@ -28,10 +28,6 @@ h3{ font-size:110%; text-align:left; } -h1 img,h2 img,h3 img{ - vertical-align:middle; - margin-right:5px; -} p { line-height:1.5em; } @@ -132,7 +128,7 @@ li p{ } .alert-message div div{ margin:auto; - width:960px; + width:850px; padding:10px; } .alert-message,.alert-message a,.alert-message a:link,.alert-message a:active,.alert-message a:visited{ @@ -146,7 +142,7 @@ li p{ margin:30px 0px 30px 0px; } #head>div{ - max-width:1050px; + max-width:940px; margin:auto; position:relative; z-index:100; @@ -158,7 +154,7 @@ li p{ text-align: center; } #body{ - max-width:1050px; + max-width:940px; margin:auto; position:relative; } @@ -241,7 +237,7 @@ li p{ margin:0px; position:absolute; top:8px; - left:250px; + left:245px; padding:0px; height:35px; } @@ -250,7 +246,7 @@ li p{ display:inline-block; position:relative; padding:0px; - margin:0px 6px; + margin:0px 3px; border-radius:5px; -webkit-border-radius:5px; } @@ -316,9 +312,8 @@ li p{ #content{ position:relative; - padding:20px 265px 30px 30px; + padding:30px 40px 40px 40px; margin: 0px 5px; - max-width:780px; text-align:justify; background-color:#fff; min-height:400px; @@ -327,65 +322,6 @@ li p{ -webkit-border-radius: 6px; -moz-border-radius: 6px; } -#content.wide{ - padding:20px 40px 30px 30px; - max-width:990px; -} - -#rightbox{ - width:210px; - position:absolute; - right:30px; - top:20px; - border-radius:5px; - -webkit-border-radius:5px; - padding:5px; -} -#rightbox.wide{ - display:none; -} - -#choose a,#before a,#support a{ - font-family:'Ubuntu', sans-serif; - font-weight:300; - padding:10px 8px 10px 48px; - color:#fff; - display:block; - text-align:left; - margin-bottom:10px; - text-decoration:none; - border-radius:5px; - -webkit-border-radius:5px; -} -#choose img,#before img,#support img{ - vertical-align:middle; - margin-right:8px; - margin-left:-40px; - width:32px; - height:32px; -} -#before a,#support a{ - background-color:#2c6fad; - border:1px solid #20598f; - background-image:linear-gradient(bottom, #20598f 14%, #2c6fad 70%); - background-image:-o-linear-gradient(bottom, #20598f 14%, #2c6fad 70%); - background-image:-moz-linear-gradient(bottom, #20598f 14%, #2c6fad 70%); - background-image:-webkit-linear-gradient(bottom, #20598f 14%, #2c6fad 70%); - background-image:-ms-linear-gradient(bottom, #20598f 14%, #2c6fad 70%); -} -#choose a{ - padding:12px 8px 12px 48px; - background-color:#e78406; - border:1px solid #d57700; - background-image:linear-gradient(bottom, #d57700 14%, #e78406 70%); - background-image:-o-linear-gradient(bottom, #d57700 14%, #e78406 70%); - background-image:-moz-linear-gradient(bottom, #d57700 14%, #e78406 70%); - background-image:-webkit-linear-gradient(bottom, #d57700 14%, #e78406 70%); - background-image:-ms-linear-gradient(bottom, #d57700 14%, #e78406 70%); -} -#choose a:hover,#before a:hover,#support a:hover{ - background-image:none; -} #footer{ position:relative; @@ -393,20 +329,196 @@ li p{ padding:20px 0px 20px 40px; text-align:left; font-size:94%; - max-width:1050px; + max-width:940px; } #footer div{ padding-top:6px; } #footer>div>a{ margin-right:15px; + white-space:nowrap; +} +#footer>div>span{ + margin-top:15px; + display:block; } /*Styles specific to elements in pages*/ +.mainsummary, .mainvideo, .mainlist{ + text-align:center; +} +.mainsummary{ + font-size:145%; + color:#7b7c7c; + margin:20px auto 45px auto; +} +.mainvideo iframe{ + width:640px; + height:360px; +} +.mainlist{ + font-size:125%; + margin:30px 0px; +} +.mainlist>div{ + width:250px; + display:inline-block; +} +.mainlist>div>div{ + display:inline-block; + line-height:1.5em; + text-align:left; +} +.mainlist>div:first-child{ + text-align:left; +} +.mainlist>div:first-child+div{ + text-align:center; +} +.mainlist>div:first-child+div+div{ + text-align:right; +} +.mainlist>div>div>div{ + display:inline-block; +} +.mainlist img{ + vertical-align:top; + position:relative; + top:4px; + margin-right:10px; + float:left; + height:48px; + width:48px; +} +.maindesc{ + max-width:760px; + margin:auto; + line-height:1.5em; +} +.mainbutton{ + text-align:center; +} +.mainbutton a, +.mainbutton a:link, +.mainbutton a:visited, +.mainbutton a:active{ + font-family:'Ubuntu', sans-serif; + font-weight:400; + font-size:150%; + text-shadow:0px 2px 6px rgba(0,0,0,0.6); + text-align:left; + display:inline-block; + background-color:#2c6fad; + border:1px solid #20598f; + background-image:linear-gradient(bottom, #20598f 14%, #2c6fad 70%); + background-image:-o-linear-gradient(bottom, #20598f 14%, #2c6fad 70%); + background-image:-moz-linear-gradient(bottom, #20598f 14%, #2c6fad 70%); + background-image:-webkit-linear-gradient(bottom, #20598f 14%, #2c6fad 70%); + background-image:-ms-linear-gradient(bottom, #20598f 14%, #2c6fad 70%); + color:#fff; + padding:15px 20px 20px 68px; + margin:40px 0px 40px 0px; + border-radius:12px; + -webkit-border-radius:12px; +} +.mainbutton a:hover{ + background-image:none; + color:#fff; +} +.mainbutton img{ + margin-right:10px; + margin-left:-52px; + margin-bottom:-12px; + height:42px; + width:42px; +} +.mainoverview{ + font-size:130%; + text-align:center; + margin-bottom:10px; +} +.mainoverviews{ + font-size:145%; + text-align:center; + margin-bottom:10px; +} +.mainoverviews a{ + margin:5px 15px; + display:inline-block; +} + +.start{ + text-align:left; +} +.start>div:first-child+div{ + border-top:1px solid #fad296; +} +.start div div{ + display:inline-block; + width:380px; + vertical-align:top; + padding-bottom:15px; +} +.start>div>div:first-child{ + padding-right:40px; +} +.start>div>div:first-child+div{ + padding-left:40px; + border-left:1px solid #fad296; +} +.start div div div a, +.start div div div a:link, +.start div div div a:active, +.start div div div a:visited{ + display:inline-block; + padding:6px 12px; + margin-bottom:10px; + font-size:115%; + color:#fff; + border:1px solid #d57700; + background-color:#ee9209; + background-image:linear-gradient(bottom, #e28700 14%, #ee9209 70%); + 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%); + border-radius:3px; + -webkit-border-radius:3px; +} +.start div div div a:hover{ + background-image:none; + color:#fff; +} +.start h2{ + color:#0d579b; +} +.start h2 span{ + font-size:200%; + color:#ee9209; +} +.start p{ + text-align:justify; +} +.start div div div{ + display:block; + width:auto; +} + +.introlink{ + text-align:center; + font-size:125%; + font-weight:bold; + margin-top:30px; +} + .titleicon{ width:32px; height:32px; + vertical-align:middle; + margin-right:8px; + position:relative; + top:-2px; } .index,.index ul,.index li{ @@ -473,20 +585,32 @@ li p{ } .resources{ + text-align:left; +} +.resources>div:first-child+div{ + border-top:1px solid #e0e0e0; +} +.resources div div{ + display:inline-block; + width:380px; + vertical-align:top; + padding:10px 0px 25px 0px; + min-height:200px; +} +.resources>div>div:first-child{ + padding-right:40px; +} +.resources>div>div:first-child+div{ + padding-left:40px; + border-left:1px solid #e0e0e0; +} +.resources div div div{ + display:block; + width:auto; +} +.resources p{ font-size:115%; - font-weight:bold; -} -.resources ul{ - padding-top:5px; -} -.resources li{ - padding-top:6px; -} -.resources a,.resources a:link,.resources a:active,.resources a:visited{ - text-decoration:none; -} -.resources li ul li{ - font-weight:normal; + margin:6px 0px; } #chatbox{ @@ -519,13 +643,7 @@ li p{ } .preview{ - width:880px; - padding-left:40px; - padding-top:15px; - border:2px solid #eee; - margin-top:30px; - border-radius:8px; - -webkit-border-radius:8px; + margin-top:-5px; } .previewcol{ clear:both; @@ -601,7 +719,7 @@ li p{ background:url(/img/bubblebottom.svg) bottom center no-repeat; height:64px; } -.previewrow>div>div>div>span{ +.previewrow>div>div>div>span { position:absolute; top:24px; right:30px; @@ -688,10 +806,16 @@ h2 .rssicon{ margin-bottom:40px; max-width:600px; } +.versiontext h1{ + text-align:left; +} .alerttext{ margin-bottom:40px; } +.alerttext h1{ + text-align:left; +} .alertstatusinactive{ font-size:130%; color:#0d579b; @@ -709,10 +833,45 @@ h2 .rssicon{ font-weight:bold; } -.download a{ - font-size:125%; +.download{ + text-align:center; +} +.download h1,.download h2{ + text-align:center; +} +.download .mainbutton a{ + margin:10px 0px 35px 0px; +} +.downloadbox{ + display:inline-block; + text-align:center; + border:2px solid #fad296; + padding:20px; + font-size:125%; + border-radius:12px; + -webkit-border-radius:12px; + margin:0px auto 20px auto; +} +.downloadbox p{ + margin:0; + margin-top:20px; + margin-bottom:0px; +} +.downloadbox p:first-child{ + margin-top:0px; + margin-bottom:20px; +} +.downloadbox a{ + display:inline-block; +} +.downloadbox div{ + margin:10px 0px; + text-align:left; +} +.downloadbox span{ + width:16px; + height:16px; display:inline-block; - margin:5px 0px; } .download span{ width:16px; @@ -723,20 +882,12 @@ h2 .rssicon{ .summary{ font-size:125%; margin-bottom:40px; + text-align:center; } .summarytxt{ margin-bottom:40px; } -.foundation{ - max-width:500px; - margin:40px auto; - border:2px dashed #dfdfdf; - padding:40px; - border-radius:9px; - -webkit-border-radius:9px; -} - .press h2{ font-size:150%; } @@ -751,7 +902,7 @@ h2 .rssicon{ width:400px; height:150px; display:inline-block; - margin-right:30px; + margin-right:20px; margin-bottom:30px; vertical-align:top; } @@ -799,7 +950,7 @@ h2 .rssicon{ border-radius: 8px; } .press-faq>div{ - width:400px; + width:380px; display:inline-block; vertical-align:top; text-align:left; @@ -840,7 +991,7 @@ h2 .rssicon{ } .press-materials>div{ display:inline-block; - width:300px; + width:278px; vertical-align:top; position:relative; } @@ -909,6 +1060,12 @@ h2 .rssicon{ img{ max-width:100%; } + h1{ + text-align:left; + } + .summary{ + text-align:left; + } #head{ margin:0px; } @@ -967,26 +1124,18 @@ h2 .rssicon{ display:inline-block; margin:10px; } - #rightbox,#rightbox.wide{ - display:block; - position:static; - margin:30px auto 20px auto; - } - #content,#content.wide{ + #content{ position:static; margin:0px 5px; padding:15px 10px 20px 10px; } #footer{ - padding:0px 0px 20px 5px; + padding:20px 0px 20px 5px; background-color:transparent; } .contributors{ width:auto; } - .foundation{ - padding:20px; - } .preview{ display:none; } @@ -1023,11 +1172,66 @@ h2 .rssicon{ margin-right:0px; margin-bottom: 20px; } + .mainvideo{ + position:relative; + padding-bottom:56.25%; + padding-top:30px; + height:0; + overflow:hidden; + } + .mainvideo iframe{ + position:absolute; + top:0; + left:0; + width:100%; + height:100%; + } + .mainlist>div{ + width:auto; + display:block; + } + .mainlist>div>div{ + margin:10px; + } + .mainlist>div:first-child,.mainlist>div:first-child+div,.mainlist>div:first-child+div+div{ + text-align:left; + } + .start>div:first-child+div{ + border-top:0px; + } + .start div div{ + display:block; + width:auto; + padding:0px; + } + .start>div>div:first-child{ + padding-right:0px; + } + .start>div>div:first-child+div{ + border-left:0px; + padding-left:0px; + } + .resources>div:first-child+div{ + border-top:0px; + } + .resources div div{ + display:block; + width:auto; + padding:0px 0px 10px 0px; + min-height:0; + } + .resources>div>div:first-child{ + padding-right:0px; + } + .resources>div>div:first-child+div{ + border-left:0px; + padding-left:0px; + } } /* Deprecated styles (should be removed when translations are updated) */ -#menufor{ +body.old #menufor{ margin:0px; position:absolute; top:8px; @@ -1035,7 +1239,16 @@ h2 .rssicon{ padding:0px; height:35px; } -#menufor li{ +body.old h1{ + text-align:left; +} +body.old .summary{ + text-align:left; +} +body.old .alert-message div div{ + width:960px; +} +body.old #menufor li{ list-style:none; float:left; padding:0px; @@ -1043,10 +1256,10 @@ h2 .rssicon{ border-radius:5px; -webkit-left-radius:5px; } -#menufor li a, -#menufor li a:active, -#menufor li a:visited, -#menufor li a:link{ +body.old #menufor li a, +body.old #menufor li a:active, +body.old #menufor li a:visited, +body.old #menufor li a:link{ font-family:'Ubuntu', sans-serif; font-weight:700; font-size:105%; @@ -1056,22 +1269,21 @@ h2 .rssicon{ color:#2c6fad; white-space:nowrap; } -#menufor li:hover, -#menufor li.active{ +body.old #menufor li:hover, +body.old #menufor li.active{ background-color:#2c6fad; } -#menufor li:hover a, -#menufor li.active a{ +body.old #menufor li:hover a, +body.old #menufor li.active a{ border-radius:5px; -webkit-left-radius:5px; color:#fff; } - -#menu{ +body.old #menu{ padding:0px; margin:12px auto -12px 32px; } -#menu li{ +body.old #menu li{ list-style:none; display:inline-block; margin:0px; @@ -1089,50 +1301,203 @@ h2 .rssicon{ border: 2px solid transparent; white-space:nowrap; } -#menu li:hover a, -#menu li.active a{ +body.old #menu li:hover a, +body.old #menu li.active a{ color:#000; background-color:#fff; border:2px solid #ebebeb; border-radius:3px; -webkit-border-radius:3px; } +body.old #head>div{ + max-width:1050px; +} + +body.old #body{ + max-width:1050px; +} + +body.old #content{ + padding:20px 265px 30px 30px; +} +body.old #content.wide{ + padding:20px 40px 30px 30px; + max-width:990px; +} + +body.old #rightbox{ + width:210px; + position:absolute; + right:30px; + top:20px; + border-radius:5px; + -webkit-border-radius:5px; + padding:5px; +} +body.old #rightbox.wide{ + display:none; +} + +body.old #choose a, +body.old #before a, +body.old #support a{ + font-family:'Ubuntu', sans-serif; + font-weight:300; + padding:10px 8px 10px 48px; + color:#fff; + display:block; + text-align:left; + margin-bottom:10px; + text-decoration:none; + border-radius:5px; + -webkit-border-radius:5px; +} +body.old #choose img, +body.old #before img, +body.old #support img{ + vertical-align:middle; + margin-right:8px; + margin-left:-40px; + width:32px; + height:32px; +} +body.old #before a, +body.old #support a{ + background-color:#2c6fad; + border:1px solid #20598f; + background-image:linear-gradient(bottom, #20598f 14%, #2c6fad 70%); + background-image:-o-linear-gradient(bottom, #20598f 14%, #2c6fad 70%); + background-image:-moz-linear-gradient(bottom, #20598f 14%, #2c6fad 70%); + background-image:-webkit-linear-gradient(bottom, #20598f 14%, #2c6fad 70%); + background-image:-ms-linear-gradient(bottom, #20598f 14%, #2c6fad 70%); +} +body.old #choose a{ + padding:12px 8px 12px 48px; + background-color:#e78406; + border:1px solid #d57700; + background-image:linear-gradient(bottom, #d57700 14%, #e78406 70%); + background-image:-o-linear-gradient(bottom, #d57700 14%, #e78406 70%); + background-image:-moz-linear-gradient(bottom, #d57700 14%, #e78406 70%); + background-image:-webkit-linear-gradient(bottom, #d57700 14%, #e78406 70%); + background-image:-ms-linear-gradient(bottom, #d57700 14%, #e78406 70%); +} +body.old #choose a:hover, +body.old #before a:hover, +body.old #support a:hover{ + background-image:none; +} + +body.old .downloadold a{ + font-size:125%; + display:inline-block; + margin:5px 0px; +} +body.old .downloadold span{ + width:16px; + height:16px; + display:inline-block; +} + +body.old .preview{ + margin-top:40px; +} + +body.old #footer{ + max-width:1050px; +} +body.old .foundation{ + max-width:500px; + margin:40px auto; + border:2px dashed #dfdfdf; + padding:40px; + border-radius:9px; + -webkit-border-radius:9px; +} +body.old .preview{ + width:880px; + padding-left:40px; + padding-top:15px; + border:2px solid #eee; + border-radius:8px; + -webkit-border-radius:8px; +} +body.old .resourcesold{ + font-size:115%; + font-weight:bold; +} +body.old .resourcesold ul{ + padding-top:5px; +} +body.old .resourcesold li{ + padding-top:6px; +} +body.old .resourcesold a, +body.old .resourcesold a:link, +body.old .resourcesold a:active, +body.old .resourcesold a:visited{ + text-decoration:none; +} +body.old .resourcesold li ul li{ + font-weight:normal; +} /* Deprecated styles specific to mobiles (should be removed when translations are updated) */ @media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){ - #menufor, - #menu, - #menusimple{ + body.old #menufor, + body.old #menu{ display:none; } - #menufor{ + body.old #menufor{ position:static; bottom:0px; margin:10px 0px 0px 0px; height:auto; } - #menufor li{ + body.old #menufor li{ float:none; display:inline-block; } - #menufor li a,#menufor li a:active,#menufor li a:visited,#menufor li a:link{ + body.old #menufor li a, + body.old #menufor li a:active, + body.old #menufor li a:visited, + body.old #menufor li a:link{ padding:6px 6px 3px 6px; } - #menufor li{ + body.old #menufor li{ margin:6px; } - #menu{ + body.old #menu{ position:static; height:auto; margin:10px 0px 10px 0px; } - #menu li{ + body.old #menu li{ float:none; display:inline-block; padding: 5px; } - #menu li a,#menu li a:active,#menu li a:visited,#menu li a:link{ + body.old #menu li a, + body.old #menu li a:active, + body.old #menu li a:visited, + body.old #menu li a:link{ padding:5px; } + body.old #rightbox, + body.old #rightbox.wide{ + display:block; + position:static; + margin:30px auto 20px auto; + } + body.old #content{ + padding:15px 10px 20px 10px; + } + body.old #content.wide{ + position:static; + margin:0px 5px; + padding:15px 10px 20px 10px; + } + body.old .foundation{ + padding:20px; + } } diff --git a/_templates/bitcoin-for-businesses.html b/_templates/bitcoin-for-businesses.html index 8656fa1e..b5c8fada 100755 --- a/_templates/bitcoin-for-businesses.html +++ b/_templates/bitcoin-for-businesses.html @@ -28,3 +28,11 @@ id: bitcoin-for-businesses

Icon{% translate transparency %}

{% translate transparencytext %}

+ +{% case page.lang %} +{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' %} +{% else %} + + +{% endcase %} + diff --git a/_templates/bitcoin-for-developers.html b/_templates/bitcoin-for-developers.html index 7e9c073e..904ae80d 100755 --- a/_templates/bitcoin-for-developers.html +++ b/_templates/bitcoin-for-developers.html @@ -22,3 +22,12 @@ id: bitcoin-for-developers

Icon{% translate micro %}

{% translate microtext %}

+ +{% case page.lang %} +{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' %} +{% else %} + + + +{% endcase %} + diff --git a/_templates/bitcoin-for-individuals.html b/_templates/bitcoin-for-individuals.html index 1360947c..cf17a451 100755 --- a/_templates/bitcoin-for-individuals.html +++ b/_templates/bitcoin-for-individuals.html @@ -22,3 +22,9 @@ id: bitcoin-for-individuals

Icon{% translate anonymous %}

{% translate anonymoustext %}

+ +{% case page.lang %} +{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' %} +{% else %} + +{% endcase %} diff --git a/_templates/community.html b/_templates/community.html index 660882b0..89220b0d 100644 --- a/_templates/community.html +++ b/_templates/community.html @@ -2,8 +2,11 @@ layout: base id: community --- +{% case page.lang %} +{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' %} +

{% translate pagetitle %}

-
    +
    • {% translate foundation %}
    • {% case page.lang %} {% when 'ar' or 'es' or 'fa' or 'it' or 'nl' or 'ru' %} @@ -49,3 +52,55 @@ id: community
    • Polski portal bitcoin.pl
    • {% endcase %}
    + +{% else %} + +

    {% translate pagetitle %}

    +

    {% translate pagedesc %}

    + +
    +
    +
    +

    Icon{% translate forums %}

    +

    {% translate foundation %}

    +

    {% translate bitcointalk %}

    +

    {% translate reddit %}

    +

    {% translate stackexchange %}

    +
    +
    +

    Icon{% translate social %}

    +

    {% translate linkgoogle %}

    +

    {% translate linktwitter %}

    +

    {% translate facebook %}

    +
    +
    +
    + +
    +

    Icon{% translate irc %}

    +

    {% translate ircjoin %}

    +

    #bitcoin {% translate chanbitcoin %} +

    #bitcoin-dev {% translate chandev %} +

    #bitcoin-otc {% translate chanotc %} +

    #bitcoin-market {% translate chanmarket %} +

    #bitcoin-mining {% translate chanmining %} + {% case page.lang %} + {% when 'fr' %} +

    #bitcoin-fr (Le Bitcoin en général, français) + {% when 'es' %} +

    #bitcoin-ar (Comunidad Bitcoin Argentina) +

    #bitcoin-es (Comunidad Bitcoin en español) +

    #bitcoin-otc-ar (Mercado OTC de Bitcoin en Argentina) + {% endcase %} +

    +
    +
    + + +{% endcase %} diff --git a/_templates/development.html b/_templates/development.html index f58fc674..10a4c1a1 100755 --- a/_templates/development.html +++ b/_templates/development.html @@ -3,6 +3,11 @@ layout: base id: development ---

    {% translate pagetitle %}

    +{% case page.lang %} +{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' %} +{% else %} +

    {% translate summary %}

    +{% endcase %}

    {% translate spec %}

    {% translate spectxt %}

    diff --git a/_templates/download.html b/_templates/download.html index 2717c480..5014f84f 100755 --- a/_templates/download.html +++ b/_templates/download.html @@ -2,10 +2,13 @@ layout: base id: download --- +{% case page.lang %} +{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' %} +

    {% translate pagetitle %}

    {% translate latestversion %}{{site.DOWNLOAD_VERSION}}rss

    -

    +

    {% translate downloadwinzip %} ~13MB
    {% translate downloadwinexe %} ~9MB
    {% translate downloadubu %}
    @@ -17,3 +20,38 @@ id: download

    {% translate notelicense %}

    {% translate notesync %}

    + +{% else %} + + +
    +

    {% translate pagetitle %}

    +

    {% translate latestversion %}{{site.DOWNLOAD_VERSION}}rss

    + + +

    {% translate notesync %}

    +

    {% translate notelicense %}

    +
    + + +{% endcase %} diff --git a/_templates/events.html b/_templates/events.html index c40c33f4..f6db15f6 100644 --- a/_templates/events.html +++ b/_templates/events.html @@ -13,7 +13,7 @@ id: events {% endfilter_for %}
    +
  • {% translate meetupgroup %}
  • {% translate meetupbitcointalk %}
  • {% translate meetupwiki %}
  • -
  • {% translate meetupgroup %}
diff --git a/_templates/getting-started.html b/_templates/getting-started.html new file mode 100644 index 00000000..8af3045d --- /dev/null +++ b/_templates/getting-started.html @@ -0,0 +1,34 @@ +--- +layout: base +id: getting-started +--- +

{% translate pagetitle %}

+ +

{% translate pagedesc %}

+ +
+
+
+

1. {% translate inform %}

+

{% translate informtxt %}

+ +
+
+

2. {% translate choose %}

+

{% translate choosetxt %}

+ +
+
+
+
+

3. {% translate get %}

+

{% translate gettxt %}

+ +
+
+

4. {% translate spend %}

+

{% translate spendtxt %}

+ +
+
+
diff --git a/_templates/index.html b/_templates/index.html index 3555bf89..26835a57 100755 --- a/_templates/index.html +++ b/_templates/index.html @@ -2,6 +2,9 @@ layout: base id: index --- +{% case page.lang %} +{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' %} +

{% translate pagetitle %}

{% translate listintro %}

    @@ -12,3 +15,19 @@ id: index

{% translate desc %}

{% translate license %}

+ +{% else %} + +
{% translate listintro %}
+
+
+
Icon
{% translate list1 %}
+
Icon
{% translate list2 %}
+
Icon
{% translate list3 %}
+
+
{% translate desc %}
+ +
{% translate overview %}
+ + +{% endcase %} diff --git a/_templates/resources.html b/_templates/resources.html index 416fa89f..2b2be725 100644 --- a/_templates/resources.html +++ b/_templates/resources.html @@ -2,8 +2,11 @@ layout: base id: resources --- +{% case page.lang %} +{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' %} +

{% translate pagetitle %}

-
    +
    • {% translate linkweusecoins %}
    • {% translate linkwallets %}
    • {% translate linkwiki %} @@ -22,7 +25,8 @@ id: resources
    • {% translate linknews %}
      • {% translate linkbitcoinmagazine %}
      • -
      • {% translate linkbitcoinnews %}
      • +
      • CoinDesk
      • +
      • The Genesis Block
      • {% translate linkforumpress %}
    • @@ -33,3 +37,44 @@ id: resources
+ +{% else %} + +

{% translate pagetitle %}

+

{% translate pagedesc %}

+ +
+
+
+

Icon{% translate useful %}

+

Bitcoin Foundation

+

{% translate linkwiki %}

+

WeUseCoins.com

+

BitcoinMining.com

+
+
+

Icon{% translate directories %}

+

{% translate linkwallets %} - bitcoin.org

+

{% translate linkmerchants %} - usebitcoins.info

+

{% translate linkexchanges %} - howtobuybitcoins.info

+

{% translate linkmerchantstools %} - en.bitcoin.it

+
+
+
+ +
+

Icon{% translate charts %}

+

Blockchain.info

+

Bitcoincharts.com

+
+
+
+ +{% endcase %} diff --git a/_templates/support-bitcoin.html b/_templates/support-bitcoin.html index 82e87b31..9c018e80 100755 --- a/_templates/support-bitcoin.html +++ b/_templates/support-bitcoin.html @@ -17,6 +17,13 @@ id: support-bitcoin

Icon{% translate donation %}

{% translate donationtxt %}

+{% case page.lang %} +{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' %} +{% else %} +

Icon{% translate foundation %}

+

{% translate foundationtxt %}

+{% endcase %} +

Icon{% translate spread %}

{% translate spreadtxt %}

diff --git a/_translations/en.yml b/_translations/en.yml index cebd3f56..d7a08cfc 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -65,6 +65,7 @@ en: multisigtext: "Bitcoin also includes a feature, not yet well known, which allows coins to be spent only if a subset of a group of people sign the transaction (so-called \"n of m\" transactions). This is the equivalent of the good old multi-signature cheque system that you might still use with banks today." transparency: "Accounting transparency" transparencytext: "Many organizations are required to produce accounting documents about their activity and to adopt good transparency practices. Using Bitcoin offers the highest level of transparency since your balance and your transactions are public for your members so long as you keep them aware of your Bitcoin addresses." + merchantintro: "Visit the merchant introduction guide on the wiki." bitcoin-for-developers: title: "Bitcoin for Developers - Bitcoin" pagetitle: "Bitcoin for Developers" @@ -81,6 +82,8 @@ en: securitytext: "Most parts of the security are handled by the protocol on the client and Bitcoin network side. Authenticity is verified through private keys, and double-spends are prevented through the Bitcoin network. That means no need for PCI compliance nor fraud detection. We love things that just work, don't we?" micro: "Cheap micro payments" microtext: "Bitcoin offers the lowest payment processing fees for any type of transaction, including micro-payments. This means that it can also be used to design and implement new creative online services that could not exist before only because of financial limitations." + serviceslist: "Visit the merchant services list on the wiki." + apireference: "Or read Bitcoin-Qt API reference and API calls list." bitcoin-for-individuals: title: "Bitcoin for Individuals - Bitcoin" pagetitle: "Bitcoin for Individuals" @@ -100,24 +103,32 @@ en: community: title: "Community - Bitcoin" pagetitle: "Bitcoin communities" - foundation: "Bitcoin Foundation Forum (members only)" - wikiportal: "Bitcoin Wiki - Community portal" - stackexchange: "Bitcoin StackExchange (Q&A)" + pagedesc: "Find interesting people, groups and communities around Bitcoin." + forums: "Forums" + foundation: "Bitcoin Foundation Forum (members only)" bitcointalk: "BitcoinTalk Forum" - ircjoin: "Join the project's lively IRC channels on the FreeNode network
or use the FreeNode Web IRC." + reddit: "Reddit's Bitcoin Community" + stackexchange: "Bitcoin StackExchange (Q&A)" + irc: "IRC Chat" + ircjoin: "IRC Channels on FreeNode." chanbitcoin: "(General Bitcoin-related)" chandev: "(Development and technical)" chanotc: "(Over The Counter exchange)" chanmarket: "(Live quotes from markets)" chanmining: "(Bitcoin mining related)" - linkgoogle: "Google+ Bitcoin community" - linktwitter: "Twitter Search" + social: "Social networks" + linkgoogle: "Google+ Bitcoin Community" + linktwitter: "Twitter Search" facebook: "Facebook Page" - reddit: "Reddit's Bitcoin community" - linkmeetup: "Bitcoin Meetup Groups" + meetups: "Meetups" + meetupevents: "Bitcoin Conferences And Events" + meetupgroup: "Bitcoin Meetup Groups" + meetupbitcointalk: "Bitcoin Meetups On BitcoinTalk" + meetupwiki: "Bitcoin Meetups On The Wiki" + wikiportal: "Visit the Community portal on the wiki." choose-your-wallet: title: "Choose your wallet - Bitcoin" - pagetitle: "Choose your wallet" + pagetitle: "Choose your Bitcoin wallet" summary: "Your Bitcoin wallet is what allows you to transact with the world. It gives you ownership of Bitcoin addresses that you can use to receive coins from other users and then lets you send those coins onwards. Just like email, you can receive bitcoins when you are offline, and all wallets are compatible with each other. Before you start with Bitcoin, be sure to read what you need to know first." getstarted: "Get started fast and easy" getstartedsum: "If you are new to Bitcoin, these wallets are a good place to begin." @@ -149,6 +160,7 @@ en: development: title: "Development - Bitcoin" pagetitle: "Bitcoin development" + summary: "Find more information about current specification, software and developers." spec: "Specification" spectxt: "If you are interested in learning more about the technical details of Bitcoin, it is recommended you start with these documents." speclink1: "Bitcoin: A Peer-to-Peer Electronic Cash System" @@ -166,6 +178,8 @@ en: title: "Download - Bitcoin" pagetitle: "Download Bitcoin-Qt" latestversion: "Latest version : " + download: "Download Bitcoin-Qt" + downloados: "Or choose your operating system" downloadwinzip: "Download for Windows (zip)" downloadwinexe: "Download for Windows (exe)" downloadubu: "Download for Ubuntu (PPA)" @@ -182,15 +196,26 @@ en: meetupbitcointalk: "Bitcoin meetups on BitcoinTalk" meetupwiki: "Bitcoin meetups on the Wiki" meetupgroup: "Bitcoin meetup groups" - foundation: - title: "Bitcoin Foundation - Bitcoin" - pagetitle: "Bitcoin Foundation" - mission: "Bitcoin Foundation standardizes, protects, and promotes the use of Bitcoin cryptographic money for the benefit of users worldwide." - visit: "Visit Bitcoin Foundation Website" + getting-started: + title: "Getting started - Bitcoin" + pagetitle: "Getting started with Bitcoin" + pagedesc: "Using Bitcoin to pay and get paid anywhere is easy. No rocket science involved." + inform: "Inform yourself" + informtxt: "Bitcoin is different than what you know and use every day. Before you start using Bitcoin, there are a few things that you need to know in order to use it securely and avoid common pitfalls." + informbut: "Read more" + choose: "Choose your wallet" + choosetxt: "You can bring a Bitcoin wallet in your everyday life with your mobile or you can have a wallet only for online payments on your computer. In any case, choosing your wallet can be done in a minute." + choosebut: "Choose your wallet" + get: "Get bitcoins" + gettxt: "You can get bitcoins by accepting them as a payment for goods and services or by buying them from a friend or someone near you. You can also buy them directly from an exchange with your bank account." + getbut: "Find an exchange" + spend: "Spend bitcoins" + spendtxt: "There is a growing number of services and merchants accepting Bitcoin all over the world. You can use Bitcoin to pay them and rate your experience to help honest businesses to gain more visibility." + spendbut: "Find merchants" how-it-works: title: "How does Bitcoin work? - Bitcoin" pagetitle: "How does Bitcoin work?" - intro: "OK, this is a question that often causes confusion. Here's a quick explanation!" + intro: "This is a question that often causes confusion. Here's a quick explanation!" basics: "The basics for a new user" basicstxt1: "As a new user, you only need to choose a wallet that you will install on your computer or on your mobile phone. Once you have your wallet installed, it will generate your first Bitcoin address and you can create more whenever you need one. You can disclose one of your Bitcoin addresses to your friends so that they can pay you or vice versa, you can pay your friends if they give you their addresses. In fact, this is pretty similar to how email works. So all that is left to do at this point is to get some bitcoins and to keep them safe. In order to start using Bitcoin, you are not required to understand the technical details." basicstxt2: "However, if you want to know more, keep reading!" @@ -203,15 +228,16 @@ en: readmore: "Going down the rabbit hole" readmoretxt: "This is only a very short and concise summary of the system. If you want to get into the details, you can read the original paper that describes the system's design, and explore the Bitcoin wiki." index: - title: "Bitcoin - Open source P2P digital currency" - pagetitle: "An open source P2P digital currency" - listintro: "Bitcoin is a digital currency, a protocol, and a software that enables" - list1: "Instant peer-to-peer transactions" - list2: "Worldwide payments" - list3: "Almost no processing fees" - list4: "And much more" - desc: "Bitcoin uses peer-to-peer technology to operate with no central authority; managing transactions and the issuing of bitcoins is carried out collectively by the network. Through many of its unique properties, Bitcoin allows exciting uses that could not be covered by any previous payment systems." - license: "The software is a community-driven, free, open-source project released under the MIT license." + title: "Bitcoin - Open source P2P money" + listintro: "Bitcoin is an innovative payment network and a new kind of money." + list1: "Instant peer-to-peer
transactions" + list2: "Worldwide
payments" + list3: "Zero or low
processing fees" + desc: "Bitcoin uses peer-to-peer technology to operate with no central authority or banks; managing transactions and the issuing of bitcoins is carried out collectively by the network. Bitcoin is open-source; its design is public, nobody owns or controls Bitcoin and everyone can take part. Through many of its unique properties, Bitcoin allows exciting uses that could not be covered by any previous payment system." + overview: "Or get a quick overview for" + individuals: "Individuals" + businesses: "Businesses" + developers: "Developers" innovation: title: "Innovation - Bitcoin" pagetitle: "Why Bitcoin is changing the world" @@ -233,28 +259,22 @@ en: resources: title: "Resources - Bitcoin" pagetitle: "Bitcoin resources" - linkweusecoins: "We Use Coins. Start here!" - linkwallets: "Bitcoin wallets" - linkwiki: "Bitcoin Wiki" - linkwikifaq: "FAQ" - linkwikisites: "Sites That Accept Bitcoin" - linkwikimerchant: "Merchant How-to" - linkcharts: "Bitcoin Charts" - linkbitcoincharts: "Bitcoin Charts - Markets" - linkblockchaininfo: "Blockchain.info - Stats and graphics" - linknews: "Bitcoin News" - linkbitcoinmagazine: "Bitcoin Magazine" - linkbitcoinnews: "Bitcoin News" - linkforumpress: "Bitcoin Forum / Press" - linkspec: "Bitcoin Specification" - linkpdf: "Bitcoin: A Peer-to-Peer Electronic Cash System" - linkprotocol: "Protocol rules" + pagedesc: "Find useful websites and resources about Bitcoin." + useful: "Useful places" + linkwiki: "Bitcoin Wiki" + directories: "Directories" + linkwallets: "Wallets" + linkmerchants: "Merchants" + linkexchanges: "Exchanges" + linkmerchantstools: "Merchant tools" + charts: "Charts and statistics" + news: "News" secure-your-wallet: title: "Securing your wallet - Bitcoin" pagetitle: "Securing your wallet" - summary: "Like in real life, your wallet must be secured. Bitcoin allows the transfer of value worldwide easier than ever. Such great features also come with great security concerns. At the same time, Bitcoin can provide very high levels of security if used correctly. Always remember that it is your responsibility to adopt good practices in order to protect your money. Here are some things you should consider." - online: "Be careful with online wallets" - onlinetxt: "Online wallets look like online banks. You are trusting someone to store and protect your bitcoins while you have to remember your password. However, you should always choose such services carefully. As of today, no online wallet provides enough insurance and security to be used to store value like a bank. Using security features like two-factor authentication can also increase the security of your acccounts." + summary: "Like in real life, your wallet must be secured. Bitcoin makes it possible to transfer value anywhere in a very easy way and it allows you to be in control of your money. Such great features also come with great security concerns. At the same time, Bitcoin can provide very high levels of security if used correctly. Always remember that it is your responsibility to adopt good practices in order to protect your money." + online: "Be careful with online wallets and exchanges" + onlinetxt: "Online wallets and exchanges look like online banks. However, you should always choose such services carefully. As of today, these services generally don't provide enough insurance and security to be used to store your money like a bank. Using security features like two-factor authentication can help to increase the security of your acccounts." backup: "Backup your wallet" backuptxt: "Bitcoin services and software allow you to backup your wallet. Stored in a safe place, a backup can protect you against computer failures and many human mistakes." backupwhole: "Backup your entire wallet" @@ -307,15 +327,17 @@ en: develop: "Development" developtxt: "Bitcoin is open-source. So if you are a developer, you can use your super-powers to do good and improve Bitcoin. Or you can build amazing new services or software that can use Bitcoin." donation: "Donation" - donationtxt: "The easiest way to help is to donate a few bitcoins or to join the Bitcoin Foundation. The Foundation funds the salary for the maintainers of the core Bitcoin software, organizes conferences, and provides other important resources." + donationtxt: "The easiest way to help is to donate a few bitcoins to the Bitcoin Foundation. Or you can help funding any project related to Bitcoin that you believe will be helpful in the future." + foundation: "Join the Foundation" + foundationtxt: "The Bitcoin Foundation is one of the largest organizations dedicated to standardize, protect and promote Bitcoin. It funds the salary for Bitcoin software maintainers, organizes conferences, and provides many important resources." spread: "Spread" spreadtxt: "Speak about Bitcoin to interested people. Write about it on your blog. Tell your favorite shops you would like to pay with Bitcoin. Or be creative and make yourself a nice Bitcoin T-shirt." wiki: "Wiki" wikitxt: "The Bitcoin wiki is full of useful and detailed information and we are constantly improving the information it contains - just like Wikipedia. You can help keep the wiki accurate and up-to-date." translate: "Translate" translatetxt: "You can help to increase Bitcoin availability by translating or improving translations inside important parts of the Bitcoin ecosystem. Just pick a project you would like to help." - help: "Help" - helptxt: "You can join Bitcoin communities to give help to new users. You can talk about Bitcoin with other people, and you can learn more about it every day." + help: "Meet the communities" + helptxt: "You can join Bitcoin communities and talk with other Bitcoin enthusiasts. You can learn more about Bitcoin every day, give help to new users and get involved in interesting projects." vocabulary: title: "Vocabulary - Bitcoin" pagetitle: "Some Bitcoin words you might hear" @@ -352,9 +374,9 @@ en: you-need-to-know: title: "Some things you need to know - Bitcoin" pagetitle: "Some things you need to know" - summary: "If you are about to explore Bitcoin, there are a few things you should know. Bitcoin does not let you send emails or take pictures; it lets you exchange money and value. As such, Bitcoin must be treated with the same care as your regular wallet, or even more in some cases!" + summary: "If you are about to explore Bitcoin, there are a few things you should know. Bitcoin lets you exchange money in a different way than with usual banks. As such, you should take time to inform yourself before using Bitcoin for any serious transaction. Bitcoin should be treated with the same care as your regular wallet, or even more in some cases!" secure: "Securing your wallet" - securetxt: "Like in real life, your wallet must be secured. Bitcoin allows the transfer of value worldwide easier than ever. Such great features also come with great security concerns. At the same time, Bitcoin can provide very high levels of security if used correctly. Always remember that it is your responsibility to adopt good practices in order to protect your money. Read more about securing your wallet." + securetxt: "Like in real life, your wallet must be secured. Bitcoin makes it possible to transfer value anywhere in a very easy way and it allows you to be in control of your money. Such great features also come with great security concerns. At the same time, Bitcoin can provide very high levels of security if used correctly. Always remember that it is your responsibility to adopt good practices in order to protect your money. Read more about securing your wallet." volatile: "Bitcoin price is volatile" volatiletxt: "The price of a bitcoin can unpredictably increase or decrease over a short period of time due to its young economy, novel nature, and sometimes illiquid markets. Consequently, keeping your savings in bitcoin is not recommended at this point. Bitcoin should be considered as a high risk asset, and you should never store money that you cannot afford to lose with Bitcoin. If you receive payments with Bitcoin, many service providers allow you to convert them instantly to your local currency." irreversible: "Bitcoin payments are irreversible" @@ -374,24 +396,25 @@ en: blockchain: the Block chain blockchaintxt: (a shared public transaction log) layout: - menu-intro: Introduction - menu-bitcoin-for-individuals: Individuals + menu-about: About + menu-about-us: "About bitcoin.org" menu-bitcoin-for-businesses: Businesses menu-bitcoin-for-developers: Developers - menu-how-it-works: "How it works" - menu-resources: Resources - menu-vocabulary: Vocabulary + menu-bitcoin-for-individuals: Individuals menu-community: Community menu-development: Development menu-events: Events - menu-innovation: Innovation menu-foundation: Foundation - menu-about: About - menu-about-us: "About bitcoin.org" - button-wallet: "Choose your wallet" - button-know: "You need to know" - button-support: "Support Bitcoin" + menu-getting-started: "Getting started" + menu-how-it-works: "How it works" + menu-innovation: Innovation + menu-intro: Introduction + menu-resources: Resources + menu-support-bitcoin: Participate + menu-vocabulary: Vocabulary + menu-you-need-to-know: "You need to know" footer: "© Bitcoin Project 2009–2013 Released under the MIT license" + getstarted: "Get started with Bitcoin" url: about: about about-us: about-us @@ -405,6 +428,7 @@ en: download: download events: events foundation: foundation + getting-started: getting-started how-it-works: how-it-works innovation: innovation resources: resources diff --git a/ar/css/main.css b/ar/css/main.css index f86eaaa9..c195093b 100644 --- a/ar/css/main.css +++ b/ar/css/main.css @@ -11,10 +11,6 @@ h1,h2{ h1,h2,h3{ text-align:right; } -h1 img,h2 img,h3 img{ - margin-right:auto; - margin-left:5px; -} ul{ padding-right:20px; padding-left:auto; @@ -40,33 +36,25 @@ p{ #menusimple li a:link{ font-family:'DroidNaskh', sans-serif; } -#content{ - padding:20px 30px 30px 265px; -} -#rightbox{ - left:30px; - right:auto; -} #footer{ text-align:right; padding:20px 40px 20px 0px; } -#rightbox{ - left:30px; - right:auto; +#footer>div>a{ + margin-right:0px; + margin-left:15px; } -#choose img, -#before img, -#support img, -#choose .ieimg, -#before .ieimg, -#support .ieimg{ - margin-right:-40px; - margin-left:8px; +.titleicon{ + margin-right:auto; + margin-left:5px; } -#choose>a:first-child,#before>a:first-child,#support>a:first-child{ - text-align:right; - padding:10px 48px 10px 8px; +h1 .rssicon{ + margin-left:0px; + margin-right:10px; +} +h2 .rssicon{ + margin-left:0px; + margin-right:10px; } .previewrow>div{ margin-right:auto; @@ -78,7 +66,7 @@ p{ .previewrow>div.last{ margin-left:0px; } -.previewrow>div>div>div>span{ +.previewrow>div>div>div>span { right:auto; left:30px; } @@ -121,23 +109,57 @@ p{ /* Deprecated styles (should be removed when translations are updated) */ -#menufor li a, -#menufor li a:active, -#menufor li a:visited, -#menufor li a:link{ +body.old #menufor li a, +body.old #menufor li a:active, +body.old #menufor li a:visited, +body.old #menufor li a:link{ font-family:'DroidNaskh', sans-serif; } -#menu li a, -#menu li a:active, -#menu li a:visited, -#menu li a:link{ +body.old #menu li a, +body.old #menu li a:active, +body.old #menu li a:visited, +body.old #menu li a:link{ font-family:'DroidNaskh', sans-serif; } +body.old h1,body.old h2{ + font-family:'DroidNaskh', sans-serif; +} +body.old h1,body.old h2,body.old h3{ + text-align:right; +} +body.old .summary{ + text-align:right; +} +body.old #content{ + padding:20px 30px 30px 265px; +} +body.old #rightbox{ + left:30px; + right:auto; +} +body.old #choose img, +body.old #before img, +body.old #support img, +body.old #choose .ieimg, +body.old #before .ieimg, +body.old #support .ieimg{ + margin-right:-40px; + margin-left:8px; +} +body.old #choose>a:first-child, +body.old #before>a:first-child, +body.old #support>a:first-child{ + text-align:right; + padding:10px 48px 10px 8px; +} /* Deprecated styles specific to mobiles (should be removed when translations are updated) */ @media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){ - #menufor{ + body.old #menufor{ bottom:0px; } + body.old #content{ + padding:15px 10px 20px 10px; + } } diff --git a/css/ie.css b/css/ie.css index 2a5fa6ba..580bac4e 100644 --- a/css/ie.css +++ b/css/ie.css @@ -2,21 +2,15 @@ body{ /*Allows to use :hover on any html tag using javascript*/ behavior:url("/css/csshover.htc"); } -h1 .ieimg, -h2 .ieimg, -h3 .ieimg{ - vertical-align:middle; - margin-right:5px; -} #head div{ - width:expression(this.parentNode.id&&this.parentNode.id=='head'?'1000px':''); + width:expression(this.parentNode.id&&this.parentNode.id=='head'?'940px':''); margin:expression(this.parentNode.id&&this.parentNode.id=='head'?'auto':''); position:expression(this.parentNode.id&&this.parentNode.id=='head'?'relative':''); z-index:expression(this.parentNode.id&&this.parentNode.id=='head'?'100':''); } #body{ - width:1000px; + width:940px; } #footer{ width:800px; @@ -24,13 +18,6 @@ h3 .ieimg{ #footer div a{ margin-right:expression(this.parentNode.nodeName=='DIV'?'15px':''); } -#content{ - width:690px; - overflow:hidden; -} -#content.wide{ - width:920px; -} #lang{ border-left:2px solid #f7f7f7; border-right:2px solid #f7f7f7; @@ -61,15 +48,121 @@ h3 .ieimg{ color:#fff; } -#choose a,#before a,#support a{ - font-family:sans-serif; -} -#choose .ieimg, -#before .ieimg, -#support .ieimg { +.titleicon{ vertical-align:middle; - margin-right:8px; - margin-left:-40px; + margin-right:5px; +} + +.mainlist div{ + /*This one is also required for IE7*/ + zoom:1; + display:inline; + width:250px; +} +.mainlist div div{ + zoom:1; + display:inline; + line-height:1.5em; + text-align:left; + width:auto; +} +.mainlist div div{ + text-align:left; +} +.mainlist div:first-child + div { + text-align:center; +} +.mainlist div:first-child + div + div { + text-align:right; +} +.mainlist .ieimg{ + vertical-align:top; + position:relative; + top:4px; + margin-right:10px; + float:left; + height:48px; + width:48px; +} + +.mainbutton a, +.mainbutton a:link, +.mainbutton a:visited, +.mainbutton a:active{ + /*This one is also required for IE7*/ + zoom:1; + display:inline; +} +.mainbutton a:hover, +.mainbutton a:link:hover, +.mainbutton a:visited:hover, +.mainbutton a:active:hover{ + background-image:none; + color:#fff; +} +.mainbutton .ieimg{ + margin-right:10px; + margin-left:-52px; + margin-bottom:-12px; + height:42px; + width:42px; +} + +.start div{ + border-top:expression((this.parentNode.getElementsByTagName('DIV')[5]==this)?'1px solid #fad296':''); +} +.start div div{ + /*This one is also required for IE7*/ + zoom:1; + display:inline; + padding-top:25px; + padding-right:expression(this.parentNode.getElementsByTagName('DIV')[0]==this?'40px':''); + padding-left:expression(this.parentNode.getElementsByTagName('DIV')[2]==this?'40px':''); + border-left:expression(this.parentNode.getElementsByTagName('DIV')[2]==this?'1px solid #fad296':''); +} +.start div div div{ + padding-top:0px; +} +.start>div>div:first-child+div{ + /*This one is for IE7 only*/ + border-top:0px; +} + +.resources div{ + border-top:expression((this.parentNode.getElementsByTagName('DIV')[3]==this)?'1px solid #e0e0e0':''); +} +.resources div div{ + /*This one is also required for IE7*/ + zoom:1; + display:inline; + padding-top:25px; + padding-right:expression(this.parentNode.getElementsByTagName('DIV')[0]==this?'40px':''); + padding-left:expression(this.parentNode.getElementsByTagName('DIV')[1]==this?'40px':''); + border-left:expression(this.parentNode.getElementsByTagName('DIV')[1]==this?'1px solid #e0e0e0':''); +} +.resources>div>div:first-child+div{ + /*This one is for IE7 only*/ + border-top:0px; +} + +.downloadbox{ + /*This one is also required for IE7*/ + zoom:1; + display:inline; +} +.downloadbox p{ + margin-top:expression(this.parentNode.getElementsByTagName('P')[0]==this?'0px':'20px'); + margin-bottom:expression(this.parentNode.getElementsByTagName('P')[0]==this?'20px':'0px'); +} +.downloadbox a{ + /*This one is also required for IE7*/ + zoom:1; + display:inline; +} +.downloadbox span{ + /*This one is also required for IE7*/ + zoom:1; + display:inline; } .alert-message a:hover, @@ -255,13 +348,12 @@ h3 .ieimg{ border:1px solid #a04246; } - .press-volunteer div div{ width: 400px; height: 150px; display: inline; zoom:1; - margin-right: 30px; + margin-right: 20px; margin-bottom: 30px; vertical-align: top; } @@ -292,7 +384,7 @@ h3 .ieimg{ vertical-align:top; text-align:left; margin-bottom:15px; - margin-right:30px; + margin-right:20px; } .press-faq div a{ display:inline; @@ -321,7 +413,7 @@ h3 .ieimg{ .press-materials div { display:inline; zoom:1; - width:300px; + width:278px; vertical-align:top; position:relative; } @@ -360,32 +452,62 @@ h3 .ieimg{ /* Deprecated styles (should be removed when translations are updated) */ -#menu li{ +body.old #menu li{ /*This one is also required for IE7*/ zoom:1; display:inline; } -#menu li a, -#menu li a:active, -#menu li a:visited, -#menu li a:link{ +body.old #menu li a, +body.old #menu li a:active, +body.old #menu li a:visited, +body.old #menu li a:link{ font-family:sans-serif; border:2px solid #f7f7f7; } -#menu li:hover a, -#menu li.active a{ +body.old #menu li:hover a, +body.old #menu li.active a{ color: #000; background-color: #fff; border: 2px solid #ebebeb; } -#menufor li a, -#menufor li a:active, -#menufor li a:visited, -#menufor li a:link{ +body.old #menufor li a, +body.old #menufor li a:active, +body.old #menufor li a:visited, +body.old #menufor li a:link{ font-family:sans-serif; } -#menufor li:hover a, -#menufor li.active a{ +body.old #menufor li:hover a, +body.old #menufor li.active a{ color:#fff; } +body.old #choose a, +body.old #before a, +body.old #support a{ + font-family:sans-serif; +} +body.old #choose .ieimg, +body.old #before .ieimg, +body.old #support .ieimg { + vertical-align:middle; + margin-right:8px; + margin-left:-40px; +} +body.old #content{ + overflow:hidden; + width:690px; +} +body.old #content.wide{ + width:920px; +} +body.old #head div{ + width:expression(this.parentNode.id&&this.parentNode.id=='head'?'1000px':''); +} +body.old #body{ + width:1000px; +} +body.old .downloadold span{ + /*This one is also required for IE7*/ + zoom:1; + display:inline; +} diff --git a/en/press.html b/en/press.html index 2db3a80b..66921c81 100755 --- a/en/press.html +++ b/en/press.html @@ -3,7 +3,6 @@ layout: base lang: en id: press title: "Bitcoin Press Center - Bitcoin" -mode: wide dialogs: title: "Bitcoin Press Center - Bitcoin" @@ -65,7 +64,7 @@ dialogs: faqponzitxt1: "A Ponzi scheme is a fraudulent investment operation that pays returns to its investors from their own money, or the money paid by subsequent investors, instead of from profit earned by the individual or organization running the operation." faqponzitxt2: "Bitcoin is an open-source software project with no central authority and consequently no one is in a position to make fraudulent representations about investment returns. Like other major currencies such as gold, United States dollars, Euros, Yen, etc. there is no guaranteed purchasing power and the exchange rate freely floats. This can lead to volatility where owners of bitcoins can make or lose value." faqponzitxt3: "Bitcoin is an innovative currency and payment system and not a Ponzi scheme. However, since Bitcoin transactions are irreversible it can be attractive for a Ponzi scam operator, and there have been several notable Ponzi scams which have failed and did use Bitcoin." - faqsatoshi: "Who is Satoshi Nakamoto, the creator of Bitcoin?" + faqsatoshi: "Who is Satoshi Nakamoto?" faqsatoshitxt: "The creator of Bitcoin never revealed his real identity and simply left his invention to the world. Satoshi created the first Bitcoin implementation and remained active in the development for a few years before choosing to leave the project. Meanwhile, a strong community of developers, miners, users, and supporters have spontaneously emerged to continue the project." faqworthless: "Can bitcoins become worthless?" faqworthlesstxt1: "Yes. There are thousands of currencies in the fiat currency graveyard as a result of hyperinflation, such as the German Mark, United States gold and silver certificates, Argentine Peso, and, more recently, the Zimbabwe Dollar. Unlike a physical currency, such as gold, Bitcoin is a completely virtual currency. While Bitcoin was designed to be censorship-resistant, to enable it to continue existing if there were to be some type of technological problem of significant severity, it is still possible, although more unlikely every day, that Bitcoin could stop working as intended. Then all bitcoins could become worthless." diff --git a/fa/css/main.css b/fa/css/main.css index f86eaaa9..c195093b 100644 --- a/fa/css/main.css +++ b/fa/css/main.css @@ -11,10 +11,6 @@ h1,h2{ h1,h2,h3{ text-align:right; } -h1 img,h2 img,h3 img{ - margin-right:auto; - margin-left:5px; -} ul{ padding-right:20px; padding-left:auto; @@ -40,33 +36,25 @@ p{ #menusimple li a:link{ font-family:'DroidNaskh', sans-serif; } -#content{ - padding:20px 30px 30px 265px; -} -#rightbox{ - left:30px; - right:auto; -} #footer{ text-align:right; padding:20px 40px 20px 0px; } -#rightbox{ - left:30px; - right:auto; +#footer>div>a{ + margin-right:0px; + margin-left:15px; } -#choose img, -#before img, -#support img, -#choose .ieimg, -#before .ieimg, -#support .ieimg{ - margin-right:-40px; - margin-left:8px; +.titleicon{ + margin-right:auto; + margin-left:5px; } -#choose>a:first-child,#before>a:first-child,#support>a:first-child{ - text-align:right; - padding:10px 48px 10px 8px; +h1 .rssicon{ + margin-left:0px; + margin-right:10px; +} +h2 .rssicon{ + margin-left:0px; + margin-right:10px; } .previewrow>div{ margin-right:auto; @@ -78,7 +66,7 @@ p{ .previewrow>div.last{ margin-left:0px; } -.previewrow>div>div>div>span{ +.previewrow>div>div>div>span { right:auto; left:30px; } @@ -121,23 +109,57 @@ p{ /* Deprecated styles (should be removed when translations are updated) */ -#menufor li a, -#menufor li a:active, -#menufor li a:visited, -#menufor li a:link{ +body.old #menufor li a, +body.old #menufor li a:active, +body.old #menufor li a:visited, +body.old #menufor li a:link{ font-family:'DroidNaskh', sans-serif; } -#menu li a, -#menu li a:active, -#menu li a:visited, -#menu li a:link{ +body.old #menu li a, +body.old #menu li a:active, +body.old #menu li a:visited, +body.old #menu li a:link{ font-family:'DroidNaskh', sans-serif; } +body.old h1,body.old h2{ + font-family:'DroidNaskh', sans-serif; +} +body.old h1,body.old h2,body.old h3{ + text-align:right; +} +body.old .summary{ + text-align:right; +} +body.old #content{ + padding:20px 30px 30px 265px; +} +body.old #rightbox{ + left:30px; + right:auto; +} +body.old #choose img, +body.old #before img, +body.old #support img, +body.old #choose .ieimg, +body.old #before .ieimg, +body.old #support .ieimg{ + margin-right:-40px; + margin-left:8px; +} +body.old #choose>a:first-child, +body.old #before>a:first-child, +body.old #support>a:first-child{ + text-align:right; + padding:10px 48px 10px 8px; +} /* Deprecated styles specific to mobiles (should be removed when translations are updated) */ @media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){ - #menufor{ + body.old #menufor{ bottom:0px; } + body.old #content{ + padding:15px 10px 20px 10px; + } } diff --git a/img/but_bitcoin.png b/img/but_bitcoin.png index f0e823bf54d7334103a14b82ff78b74a6710bdcf..9fcf7eaa3f5f8d2560a510143cb4a3fc9e0d2df9 100644 GIT binary patch delta 1415 zcmV;21$g?o2Cxe+iBL{Q4GJ0x0000DNk~Le0000g0000g2m}BC0B_0x&;S4c0&_x1 zR0s%F>_!BUF+6_-FG)l}R7l62mupazWfaGM?6Mcw<+4aDpj<+5MKVAI6eS2DO%YPj zM9Ug=@Dg7jb+mA%uyLF)iY6VMQO7Z}DVqkP?BWHmH{k_!HW9Lqz24a?CYp*6x2! zc9i3TH!6>zc%i}@Ejsl0;E%Z?S4716Fg=}d7t2LNdM{u?k6PJRWuz8E-}&D9TiY7* zlB0+_^_G8#Nc$z8BDM9nh)DB(!tq0+99h>FDl`}>EMgTA5$W%4Z|wYCMC5D@bI9rK z5E1#bj2KL4mE)?EYdt}YYsF>VZU6P;i9;eHR_o+BSQv%gbEq#N>$B^tn;Qqcbzb*7 z7c32Y>=?K342|@TcOG~*dbp#N}l%sp><}JaO?Wdx!dnlNSYdt)G!#4Be8O}jc-K_LY!FDyscGH9V$YvsAi6x2L(yb2A zUx+6d-N;Z4{zRX6+itpdXTmJT6G0^Lak(uQ?Y}g9%o99@ek7<0Ehfe_*9{Sn_5L62 zU$*RT|GxLO{cV3=aWM%aLTyS7VPel68DW1tcyQ}{*&d~0zh9k8bw`E`^m@t3hHZALFb@=3UQW=9$p`qAL(7@`Jtc}s%wh?v*|77g zfr=jvTD^-L#=D-X_9o(ufe>PuOg0NxdG03>k=lmr4|aah-|q^%(YE0|=97O)q;ruv zCQ5}CBf&(Gzzm-2x+NmA`5>FJDhGUicG2*fym{NMK|+r4D)DxpP(7LBJ!;a}q{ VTohasH=FeTd0XdSV++#G1^5$hUE*YT||rQ z&nDW0(4tkeZJR;3txdEEtVN)-s6}W+L|IgjxN#ApL~hi|KfIn_i6r>HoHsBl32Xq6wJ)e)rlnm&MaD!`VPU-4%T8#-wQ~tjosnN^6 z_1ui4>h%i2E}#fhN4V{g{~F*sFbwST+$%q4T|9uKdP&`qW({vxn38luQgf2tax(wE zu~@<2N?4F|e>F~DIrqTMpkD-9a9Mu`mO_JsUmwqth8YT6`gy5p3JFNj7hQiwk^0y568M#X; zbq=)S>V6e)#uy(=n0wdY8h||^8CQ;TKtHerC;%IS@g?FfAb{o=e$|HKJaEA;jGIF~=>$qNK}ldebgm>lcf2k<5^;3x1t%cA8NFzj1s)FLoLN_Shx@*w#q_yf^-hoLiY7&-s|002ov JPDHLkV1mQCV2%I) diff --git a/img/but_bitcoin.svg b/img/but_bitcoin.svg index 091d88f9..a5fad582 100644 --- a/img/but_bitcoin.svg +++ b/img/but_bitcoin.svg @@ -9,17 +9,30 @@ 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="32px" - height="32px" + width="42" + height="42" id="svg5494" version="1.1" - inkscape:version="0.48.3.1 r9886" - sodipodi:docname="icon-bitcoin.svg" + inkscape:version="0.48.4 r9939" + sodipodi:docname="but_bitcoin.svg" inkscape:export-filename="/var/www/img/ico-bitcoin.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"> + id="defs5496"> + + + + image/svg+xml - + + inkscape:groupmode="layer" + transform="translate(0,10)"> + + d="M 32.794757,6.4899949 C 33.339898,2.8448361 30.564372,0.88606944 26.76971,-0.42104325 L 28.00036,-5.3580998 24.995443,-6.1071417 23.79675,-1.3001881 C 23.005862,-1.497244 22.195194,-1.6828879 21.388328,-1.8666298 l 1.206302,-4.8389085 -3.003011,-0.749041 -1.232173,4.9362944 c -0.653938,-0.1491234 -1.295703,-0.2959644 -1.919203,-0.4511743 l 0.0028,-0.015218 -4.144246,-1.0347343 -0.799636,3.20957986 c 0,0 2.229624,0.51090069 2.182454,0.54285568 1.217334,0.30395417 1.436836,1.1092964 1.400315,1.74763766 l -1.401747,5.6244658 c 0.0837,0.021685 0.192112,0.051744 0.312324,0.1004308 -0.100434,-0.025097 -0.207327,-0.052119 -0.317268,-0.078756 l -1.965195,7.8784497 c -0.149159,0.369769 -0.526913,0.924797 -1.377527,0.714047 0.03006,0.04336 -2.1854968,-0.545137 -2.1854968,-0.545137 l -1.4912348,3.439351 3.9106886,0.975007 c 0.726977,0.182222 1.44102,0.372432 2.14251,0.552749 l -1.242823,4.993738 3.001876,0.749039 1.231407,-4.94048 c 0.820942,0.222166 1.616774,0.427972 2.395869,0.621603 l -1.227227,4.917273 3.005296,0.749042 1.243963,-4.984226 c 5.125365,0.969302 8.97937,0.578233 10.600709,-4.056391 1.307496,-3.731892 -0.06466,-5.884673 -2.761069,-7.288792 1.963335,-0.452698 3.443158,-1.7445965 3.837649,-4.412081 z m -6.866149,9.6287421 c -0.929739,3.732275 -7.21271,1.714539 -9.250985,1.208205 l 1.650248,-6.615076 c 2.037132,0.507857 8.570801,1.514443 7.600737,5.406871 z m 0.92822,-9.6823804 c -0.84681,3.394845 -6.077167,1.6696522 -7.773831,1.2466281 l 1.495802,-5.9999411 c 1.696281,0.4230247 7.160974,1.2123894 6.278029,4.753313 z" + id="path167-0" /> diff --git a/img/but_mac.png b/img/but_mac.png new file mode 100644 index 0000000000000000000000000000000000000000..6a389147c7d7394402e5ef8d9b4fe6ccce9a14fc GIT binary patch literal 1715 zcmV;k22A;hP)+#y-?d$8g0#STD9t z=5#VPVJO3kO}z197lJn;LpFpBZ#JeBbY9pp%j}1{7ozy3@{Ji1N{B{{Y{BP;`715!3N{LF3ZC#ZbFE%4RXqP06!pIym;}obUGaohMhir zdMywDyyo>K&0QhLDqz{r(9oxV%7RaIr64p?S9i2MHnb(@gAy}j=WAyi?pcsza$ zSPRq|s+J5|79X|oNvWl!C(T0a~a85!KRZQBn(2FL;`AdFFxl>}MGvHwcKiawfms9AjHPZsGp85AIj$}WYVki)wfS-8%$emU zPoA8KL?RlwkmT#?>iYHS)vG<{&!0~j-;+b3kS`Ppt(GLofB5j>q~+eK0j{}RE|(*0 z3E{?E(g09%^XAQ6sZ{DWRaGa15JJrL3I#>U2twlS?t*52O!2ap0}Kp{UFu^C9u0OO10YB+I1D=6g@pX zBR~R38ldy(Rfzn+@1&>)@Mp7GPo*fQrluZ^jg3v9D>@6zk*fg~SRtsjT=OW3lBpDE zb#?U;uh*MKSJH&kz&__YDe3~;ilWR_3N#Q1EIn}Gz-kMit#6vwIoSF^h9G@K{=fwSD>e~ zmZ71cMN7MKSTdRX>)^qIjX0!Gw?$d=45Oj%#0-!g7#O%-?j^S~Ns``_BFIySFHG{5-)S?Miq4LYk56}Yc6L`xO2f{bJNFaC z&ipot&X;-U70p(^-@iK+i#@26ns@Hp839^>^}s4@{M20lZS~U(dJay`&CMlFojTQ7 z2_=OP;`s67?LZnmm1eO!^IH`a_Pc*Auod_u91i!FTg~q7?q1+S;0>SwhvP`G!=1UQ zg1`pgoj@S4Z*+8Yv|NzG!^6WKk7p0LR?kWtT0O;@WSX%I3NQmqDT*?&bLYGRCxG?x*>=DTy~n`;#i zY-(z1?C9v&yLt2G4Sv7hAB{#IL?V&Va5(($g$oz%#$quApuWDodiU<#YeJ#WnoXNF zH8nIeJeN!+laWZ|`kp;|evZXr_kf4MBMMqRg%7zHsI_~%)PP-Sj1_?7^Z9(4Ovaid z%qktrgL(mv+wFE~nl@*sHw8=>BaVI?G3(L=HK}9oNeCf~#9#u*=10c=DPTz^lkpnw zWy$T@LQo&z)ie#uTnPhqhJxmqoy!z$l38H07D&winjshOOn)|qN`525OD>RS(S1=i z9@bjn3n#yJT>89=Y<}gi0GJs>wG4Aov-9UM29}4Kqo7|}Z1X)yBiBr=<}#ZQ*58i= z`N7(HvUOSJ(JXUmi$Ow(iq2o`{3DkM;53=_TI+QJiZ^gg`wtB39!Ug|9zy^C002ov JPDHLkV1hbNGp7Im literal 0 HcmV?d00001 diff --git a/img/but_mac.svg b/img/but_mac.svg new file mode 100644 index 00000000..38af87c4 --- /dev/null +++ b/img/but_mac.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/but_ubuntu.png b/img/but_ubuntu.png new file mode 100644 index 0000000000000000000000000000000000000000..8c14c9e76360708127897f459d1df8d2a0a75a85 GIT binary patch literal 1684 zcmV;F25b3=P)MzCV_|S* zE^l&Yo9;Xs000IPNklnD5e{K@;@+e4 ztJ2)*D=I1z%9y}#Tv%^tJ{mOWFk*l9_O|mv2ytpNSxl@y5sGbVJ$`6i)rz;Pzx-|` zLy5bIPtl-7!WQYiyw_)`_sLQwJ+iQ){qM#j$9L>Ib-JZF7~kHuY%)%DQgt?6kA>LU zRmw}}50g)kdnU7ZoY~A_PQ~iR1~vBI8rJ|KFrp2C1|n|8F=4p(s`5(9rKCc#$zcM8 z6mc)pm~MOg`)}3QUse&TI6w`Q17yd2aE02qCC@O1;Uts72-3(Pi(HDCQN34@@-`r7 zkDR)BvwXjAJNcyG!iEt&dh|$`u@grU<6P6*TK&+*!}KQ-Nrr}@C!FYp50!uYY|~wf zt3Xd4V)nm(3n9e4 zWsD@=UxKPOVZ zhY`n++=7yslS_*qeei)f`Sc;eZ@vyQF$~_YAdnv3k{1_L%J+NTV<@-zqZ(8q;lwbo zInZjZox_dY57lBKnnbeJz1eu7-Fu<_*|*}$&-;?%d8+YY!-=3bZW0+u{<)LN3)e4aCliB>UWC&ND^YRr$6i&poVM1fvq>ib zyRV{zA1lvHJ8=wV?38(}Edg(>BsqP^rK-B;cNKkb$AQu_l}*0}chrwRB9~#r(aTr+ zorbZUct%jLe6>7;|Ee=jWOU6M(Z#vgP*>;m*8gUhLM8)bj|QM2{WKa6nG}EVsSrXe zdWFKm`@Aio!0O#&mN1`rQF9Y#ad+@Q={%U_T1jFoMenXTv72HFYPW?Vf84>7t2dsh z{qyYZFZvZTihhcoUC$`FUEIzX?q)pWpPQ@RMuZTe>59I5%O`>Ubj+TD)1S*-L*;f6 zffEnING1KHvf3Z62MxRZ`}A{KRSx<5iJMMS)!ercgNwclCXF1&1J5k0tlIk3*W2FN z^1_ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/but_windows.png b/img/but_windows.png new file mode 100644 index 0000000000000000000000000000000000000000..f6dba8100baf856bf6150c901d930a61895e2ecf GIT binary patch literal 1548 zcmV+n2J`ueP)MzCV_|S* zE^l&Yo9;Xs000GxNkl3G%raizx(V3>SQD=NqT2qbM&?E{rHd^YyK$w^|HmRkf6E-TokvA&K?T@|t0QsTb z-#>frx#zRzch0@vdkzv$F1%bzAusv7x4V1s7XTF~QK5D%6)GqExuG&pg$5mZjF>TF z#)J_)TGS|?1>6&Tz_`)+V5L$LmJBtMDXLfff^i^I{~s)cetSvj78HRBo_GNu9rY#AzS^+mW@B z@VHcnr634BIy7S}vXej#r~1OWuvLJCLzv$XkOSJUG&=umma zsm8<$j9T}eIL?#hByC;calziz>1n_7DJC>MH$RZL>H}ivnsubsmW%BNUdIoe8>++` z3&Tjfb5-Q>u+2P&%zM{G_DA=%HvIAKUily*CufP{`1>?jlU9oDb%(KGkt3BeY9^HE z((PiWZ@*&Bp1opwSrLQjht@Nreheb+%1NP5SA0HmFa9MocP324ijQ0O$TzmPTpSleQEXi%N-9TNs?|~CCl>G2QJ#Ob>E)y zlAlWVeV4wPh0G@_W7*6+GHQ;Cp{uhQgdbWI?lKt(Waz@wpLbk4Yk%x{bJNX=l8`h~ zm_pk9dJ(ei4pD?)LhXbq(c(*JT7pQO+Hdb%#RR6#{NUn+UZ3FB>Yc95dwHr;#NlG` z=8kP3K|7fYa`L`7cB-M#dA+&$*AvB?eN%}c96z)u9Z<&$8rHWu&6>`btCdwHfs4px zIq#3%FlJ-aM-gk(`OIfJ2@GcdM)|wop-zcnb!zyR#Ly&rha|P!J$`V(dfq07Tym6) zGe0cfb+zKgA*}eJLy4CJZgnc|;{~kQPs)xWkFq>ysBfrmxY6F^I6wa}1LPvfP^UWW z7efoyGULn7K*SjP`9qJT+`8T2ZbVV&;Ufm^; zz4KATSi&%)aYJ?ZW3!BZ)Fw%ibobtgvz2F#{eI-s<^Q_mbktvA&cG%1P7(C_X63HZ! zLR#ws5whu;hdQ~SYV`OLNGMjUgc3psp@d^&IFXDZh6JYM7hkLEy+|i^xz)+ln4mz7 zHzs`W#RoGcOqlS+p8$dhV+fJFN~&`4`fpDC+1~ENwYHq9-Lln|Ml|90dTw3iWwWHeUki9;u`g0GMPdw5d>oJ+`I$o?(CiYy~5R= z>o8%#$_V0kjj5zDlMK>HC53T}CW0W$4i)Xu^mgkryZ4+bG#KzBn8A!7idTpyo>-!Z zWGGewFr#w{iExnUWu$P#+mAp(uo6x + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/img/ico_foundation.png b/img/ico_foundation.png new file mode 100644 index 0000000000000000000000000000000000000000..c630e4b4312d4bac4487fe0d4ba0726c3a288fb2 GIT binary patch literal 902 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*yM z%CCbkqm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$QVa}?RRKOB zuK)l42dbwvU}R)uVq#)uW@cewVP|LO7S5i_^QBhG3}bi;GK0NJvRZ$;ima%*+J(xuT+?y1KfywzjUWuDQ9nrKP32yL;lqiIXQ!o-t#_ z%$YNnELpO0<;qp7R;^yWdc%ed8#iv;x^?UJ?b~uzkdD3jT^Ua-MW4I_MJO-?%%)v=+UDmPoBJZ@#5vnm#<#E zdi(b6yLa#2zkmPf)2Gj$KY#i16nK*RJ1q`TEo6KmQDOrNjcGEYQ=%F~s6@@8zpO z%#H$X50Boxdzqy?-sZ)lcklcPILhwL?OvO5BF*XJ{cqu>wwG<&KE4-uHR(5ZhhFQ# zgo3oo)tl{ZO0$`)NqkZ_{38-}al2g){gcpTR(cv7}6<-hocO{UiSe>48L z< + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/img/main_ico_instant.png b/img/main_ico_instant.png new file mode 100644 index 0000000000000000000000000000000000000000..e6e687d29e6db41602d0565c3390baa61254f603 GIT binary patch literal 1036 zcmV+n1oQieP)=X#oX(g z+}!)#{gZoN0{P%Dcjn%ibG|!g=A0Rs85BdX+-K_ zTO;xut-l2J#pn!ObrzT~v!{8D2X7ZD1Co|m`IG9vGvG@zn_mkZWhZlCFbj8{dEn!< zG9IcSU^rhNGqW)>dy@3Aq!W^kX3|h(5AGzuB=8;ZZp!a}4G2#GTT}HZlRyr_cWDK= zhrod>fowe>Tr+*Z`@qkVz6sKtSY+CTf`Q^Bnh)iDe;SvI`Dox~=2J6USY=eosr>|4 zrrKO7nl~*1pXYU<{ZyYT`RD_-0yC24ByA60q$SX#y97cAI0oDZ8?q2s4`||S{yuEz zP5yQT47bR#z`W98+WgW-(k;d^@CZ0zX1Bw}v;?l=ZW#JmnYcxhxoBdSln^G>$AAwa zx|=xHnF78xv!xYpyB)kDyWJI5?>>J4qZ=iV{f9F=TyrzPkeS^~>X6oj0Fd-Hu+7Z= z%xPdJEaKedA7I?fu6OK_VR{b(kAXWSy3jCi3K&S;C&i#!fHSmW!ToNp6<^xAkfc4p zW#A)PcRls2eo-c37qJ{p0{3vn`$V5tVOUzM%0`1*<%_@w@xiMBEYUs&gopaDj6VA^ zZDw=18ASa3IPUmYr@Bn@UXeBM+Jz)d0&~Edxa_Yg6w0&wHE;+w&FwB`%Rr+@XP>|b z?#39Z%{~k1dcC`t*)!lPNwdHO;2q*!>3`q}tt)o_xLEV*HBZ{j>Tg8|Bn7VlV47B5 z;xD?{91*q_{ERn%ZNOW&3*AAWr%?3np!f*zH?3W%0i5r4^o`wx5@zQ|UjoXuX)}9jX5+ZC=pVqX(yhvXQg5fLz + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/img/main_ico_lowfee.png b/img/main_ico_lowfee.png new file mode 100644 index 0000000000000000000000000000000000000000..e52ced29b83e8db82faaff57dcc6d1c1a8bef2c8 GIT binary patch literal 1005 zcmVg1)S^QeNgm9IyhU^>g`f_R z$-ww{Tbd*#e>!_ys%!T9&IT zaqj~nvLAQ^2=EHH2z&-U0TZg4^{iiR01>GL=2Z2Eh-?O40_%Z~z%Et&9;m@GhDif( z1t%=N0LOu6IHB?rXtQd!Ou{p+aN`P|XK}2bux&rGeLzI&MI-}E0R2D;NVd1PGdMVy zsHj+2!Lz_R5vjE5D1s5M2QK4`_@a^S>+4fvjP~^OD4^+dS`&#xuKYEyCbkd)HUO7! z;(2L^D4?UGqiT%NuC6WxG?U3_M@L8gGflAo0QvM05k$qUgC2;FfgFTm<6AloYYh*l`H>h)qjcNlfYB{t}dRQN~N^7w^v6- zMs#RsNSm9R^UL4F0dU@ra35}fVH*wB%czKS0B3CLFEPbQ9RiybfSUr`b~_Hkk~sNK zU<(Z3ZaDXVwKnyaYZl8lU~{0k0PJ=<4b!Xuf==2)gfnRi`F5L0>^q$nku5meeVS;_ z(zO~imG&z{L{h*5pvG^VfHq?z9{kUN46uXn;~tzH{E2mKA8~(_=;D4J_y%mU-b{;# z-v-Q3_@*E%KU`8a;32*mc#F?G$HKF~^-{za1GpLC$j<@qftpAFfSw3LCI_&yRPhA? zfEJv?NtAJaDh%(|3g77SGEo|{c0rEgj0<)GOWq@};b!-4GL>usd;H%Rt&>DsK zKmaa88n~4=Dg6NSMYS0k{xNzzdHha|)=BQhZ4OE<`2H z7nN**km`(De8~WLAP4w+y_f}t${}7g#BXFG(g56WNB@Yb{tl(#V*Q2%5SOj^FZIQ2 b)dTziEE}@e*pCOR00000NkvXXu0mjf?4qz_ literal 0 HcmV?d00001 diff --git a/img/main_ico_lowfee.svg b/img/main_ico_lowfee.svg new file mode 100644 index 00000000..0e91f3c9 --- /dev/null +++ b/img/main_ico_lowfee.svg @@ -0,0 +1,82 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/img/main_ico_worldwide.png b/img/main_ico_worldwide.png new file mode 100644 index 0000000000000000000000000000000000000000..f816fc129fef21a2e292eec5011de3d74a05605d GIT binary patch literal 1642 zcmV-w29^1VP)RnCKWA=k(`>nwrXz2KEh9-#Gs_klMPbd5 zjI=B=GMPw57fm9>g6a<;gQ%baNxOJS64Nwl7J{i=w35{DR_d&!nYy|5Zl^!a^Xol3 z{VwPCz8kRv557C^dA`s0d(LyNuS#o8S1twrH-UUhmlsgjQ9w$mp1{q(NT8qC#Xt|> zH{h7qAz*{ndUuD!&1Vh>>3e`Xfbl>{3io}$N5FEe_0F70XsuHl&<&UY`~qYgYX#Z> zE!HOHwhOEUSPl%yiAxUTCjh%5$oy^*ckOxLIpA}kImEXSSPb;)Gy%Xk4*D6()$f$xFsl1fpj7Kms9 zZtVyGOGC(O;3QB943+%Vz)JDC0yy8or~!rp6_Pq9V*~`20ZstJauy&tAC@+Ooe3c` zCIqJvIE9(KNyJ?ddw`160)VlY2^&S;wS&MjzbSpFow=4Fpzrj&ug7^AWJbqxX-JX19dvE#LVe z-_N#2(~hHHxx!bkyt!W?&_dcO^LmxQ%Bgy0+tW1Q5D0p`l*BA^WD4SZ^~od>M4 zVrPKqaRNpXKY1TZL)^k0419|@Bi#%9U}3%_Vg^bF);VeOkfdsG=vx^lV1^^$Fz}+J zz+FI1E&>F*jO^YL);TS}2Km=coi@y77EI*5aRL@N`9CUG!XW~BVJ)wg`$}k3Hk5Z}|c^0Kq0cI7t%%k~Ht#u199r#1)_F@D8lqjXj|84E`(hAy- zz(8QV)20Y0OWFHNNbdQ-4g!P4?-r@M4fvJpJh(C{g+8R{VSPUhvr4T7N<7Jr zNI^cZ!@#9L6);V34qDuXM+tbk~Bx>aEZHwAKrOiNNKUlV+*)eIH4UYrer2c_~Kuy3RpgcrC&pgOa z5{!8kuaDyd6k=W&g2vTS|AA-F)0kUak%K!9cpbAatj0{zB&-pZ|5l4rZKMEc{I=D2 zvD6(%*?T_%SI4APF=mI4@^7_9zY>%80jB|R8yT2qkD%Nyo5pJ)?c&NX%r!E!Xsw%p zFJt^qXsv^d>k+b>>vvk~!!DTHJEfT8a-jGHsXLAT2(0s1UKhpqZ<03sfxj#+v;Tt= z0Y1xeIxRqJJjvGqg&qQ)jKP>KZQihW?8A9LixW_Yd2tJzH(_?g1`h!TJa_2(BK+$y zFL>3oe?y%biW3u{#&XVJ&NE~2yZ$BK)_|!YezlmnGX%4Y2eG#ia-okEAVFSsL_Cb& z5?JLSV7lXTlI*R_e*LZo21Vi|1S!N^@$9$!q%-|DIQP~F>ZEQHa6>GP zN1zJKjVJ((N}(gbl&GN&!M(u3nv6L*H#j3cGZDu#SYOP#9VejH2g|{I8n_);=@4%O z9`wRU5v&+^i|{w2W}F=|0ZRd+F~|3F4*6rib-q}sf8otz`y+Q>%-lJFNvUI)lkIw7qt?19@3Hq)$ literal 0 HcmV?d00001 diff --git a/img/main_ico_worldwide.svg b/img/main_ico_worldwide.svg new file mode 100644 index 00000000..82d2fb6e --- /dev/null +++ b/img/main_ico_worldwide.svg @@ -0,0 +1,109 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index c9097c2c..04f93b49 100755 --- a/index.html +++ b/index.html @@ -12,13 +12,14 @@ lang=lang.split('_')[0]; if(!langs[lang])lang='en'; setTimeout(function(){window.location.href='/'+lang+'/';},200); -

{%translate pagetitle%}

-

{%translate listintro%}

-
    -
  • {%translate list1%}
  • -
  • {%translate list2%}
  • -
  • {%translate list3%}
  • -
  • {%translate list4%}
  • -
-

{%translate desc%}

-

{%translate license%}

+
{% translate listintro %}
+
+
+
Icon
{% translate list1 %}
+
Icon
{% translate list2 %}
+
Icon
{% translate list3 %}
+
+
{% translate desc %}
+ +
{% translate overview %}
+