From d7883ce34fd82896050c8085bae065ba99de8117 Mon Sep 17 00:00:00 2001 From: Saivann Date: Mon, 18 Nov 2013 16:27:57 -0500 Subject: [PATCH] Add content for merchants in the "Getting started" page --- _less/ie.css | 4 +++ _less/screen.less | 10 +++++++ _templates/bitcoin-for-businesses.html | 1 - _templates/getting-started.html | 37 ++++++++++++++++++++++++++ _translations/en.yml | 15 ++++++++++- 5 files changed, 65 insertions(+), 2 deletions(-) diff --git a/_less/ie.css b/_less/ie.css index 9e619e5c..af21a6c4 100644 --- a/_less/ie.css +++ b/_less/ie.css @@ -125,6 +125,10 @@ body{ width:42px; } +.starttitle a{ + zoom:1; + display:inline; +} .start div{ border-top:expression((this.parentNode.getElementsByTagName('DIV')[5]==this)?'1px solid #e0e0e0':''); } diff --git a/_less/screen.less b/_less/screen.less index a752af0a..4069e410 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -467,6 +467,16 @@ li p{ display:inline-block; } +.starttitle{ + text-align:center; +} +.starttitle a{ + padding:10px; + border-bottom:1px solid #E2E2E2; + font-size:155%; + margin:20px auto; + display:inline-block; +} .start{ text-align:left; } diff --git a/_templates/bitcoin-for-businesses.html b/_templates/bitcoin-for-businesses.html index 45ac5f4b..e654d23e 100755 --- a/_templates/bitcoin-for-businesses.html +++ b/_templates/bitcoin-for-businesses.html @@ -29,7 +29,6 @@ id: bitcoin-for-businesses {% case page.lang %} {% when 'ar' or 'es' or 'fa' or 'pl' or 'ru' or 'zh_TW' %} {% else %} -
icon{% translate getstarted layout %}
{% endcase %} diff --git a/_templates/getting-started.html b/_templates/getting-started.html index f0c20e60..6aee641a 100644 --- a/_templates/getting-started.html +++ b/_templates/getting-started.html @@ -6,6 +6,12 @@ id: getting-started

{% translate pagedesc %}

+{% case page.lang %} +{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %} +{% else %} +
{% translate users %}
+{% endcase %} +
@@ -30,3 +36,34 @@ id: getting-started
+ +{% case page.lang %} +{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %} +{% else %} +
{% translate merchants %}
+ +
+
+
+

1. {% translate merchantinform %}

+

{% translate merchantinformtxt %}

+
{% translate merchantinformbut %}
+
+

2. {% translate merchantservice %}

+

{% translate merchantservicetxt %}

+
{% translate merchantservicebut %}
+
+
+
+
+

3. {% translate tax %}

+

{% translate taxtxt %}

+
{% translate taxbut %}
+
+

4. {% translate visibility %}

+

{% translate visibilitytxt %}

+
{% translate visibilitybut %}
+
+
+
+{% endcase %} diff --git a/_translations/en.yml b/_translations/en.yml index e3227f5a..5bef43b9 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -35,7 +35,6 @@ 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. Using Bitcoin allows you to offer the highest level of transparency since you can provide information your members can use to verify your balances and transactions. Non-profit organizations can also allow the public to see how much they receive in donations." - merchantintro: "Visit the merchant introduction guide on the wiki." bitcoin-for-developers: title: "Bitcoin for Developers - Bitcoin" pagetitle: "Bitcoin for Developers" @@ -311,6 +310,7 @@ en: title: "Getting started - Bitcoin" pagetitle: "Getting started with Bitcoin" pagedesc: "Using Bitcoin to pay and get paid is easy and accessible to everyone." + users: "How to use Bitcoin" 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" @@ -323,6 +323,19 @@ en: 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" + merchants: "How to accept Bitcoin" + merchantinform: "Inform yourself" + merchantinformtxt: "Bitcoin does not require merchants to change their habits. However, 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." + merchantinformbut: "Read more" + merchantservice: "Processing payments" + merchantservicetxt: "You can process payments and invoices by yourself or you can use merchant services and deposit money in your local currency or bitcoins. Most point of sales businesses use a tablet or a mobile phone to let customers pay with their mobile phones." + merchantservicebut: "Find merchant services" + tax: "Accounting and taxes" + taxtxt: "Merchants often deposit and display prices in their local currency. In other cases, Bitcoin works similarly to a foreign currency. To get appropriate guidance regarding tax compliance for your own jurisdiction, you should contact a qualified accountant." + taxbut: "Read more" + visibility: "Gaining visibility" + visibilitytxt: "There is a growing number of users searching for ways to spend their bitcoins. You can submit your business in online directories to help them easily find you. You can also display the Bitcoin logo on your website or your brick and mortar business." + visibilitybut: "Submit your business" how-it-works: title: "How does Bitcoin work? - Bitcoin" pagetitle: "How does Bitcoin work?"