Add content for merchants in the "Getting started" page

This commit is contained in:
Saivann 2013-11-18 16:27:57 -05:00
parent 59cb2d7a47
commit d7883ce34f
5 changed files with 65 additions and 2 deletions

View file

@ -125,6 +125,10 @@ body{
width:42px; width:42px;
} }
.starttitle a{
zoom:1;
display:inline;
}
.start div{ .start div{
border-top:expression((this.parentNode.getElementsByTagName('DIV')[5]==this)?'1px solid #e0e0e0':''); border-top:expression((this.parentNode.getElementsByTagName('DIV')[5]==this)?'1px solid #e0e0e0':'');
} }

View file

@ -467,6 +467,16 @@ li p{
display:inline-block; 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{ .start{
text-align:left; text-align:left;
} }

View file

@ -29,7 +29,6 @@ id: bitcoin-for-businesses
{% case page.lang %} {% case page.lang %}
{% when 'ar' or 'es' or 'fa' or 'pl' or 'ru' or 'zh_TW' %} {% when 'ar' or 'es' or 'fa' or 'pl' or 'ru' or 'zh_TW' %}
{% else %} {% else %}
<div class="introlink">{% translate merchantintro %}</div>
<div class="mainbutton"><a href="{% translate getting-started url %}"><img src="/img/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div> <div class="mainbutton"><a href="{% translate getting-started url %}"><img src="/img/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div>
{% endcase %} {% endcase %}

View file

@ -6,6 +6,12 @@ id: getting-started
<p class="summary">{% translate pagedesc %}</p> <p class="summary">{% translate pagedesc %}</p>
{% 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 %}
<div class="starttitle"><a>{% translate users %}</a></div>
{% endcase %}
<div class="start"> <div class="start">
<div> <div>
<div> <div>
@ -30,3 +36,34 @@ id: getting-started
</div> </div>
</div> </div>
</div> </div>
{% 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 %}
<div class="starttitle"><a>{% translate merchants %}</a></div>
<div class="start">
<div>
<div>
<h2><span>1.</span> {% translate merchantinform %}</h2>
<p>{% translate merchantinformtxt %}</p>
<div><a href="/{{ page.lang }}/{% translate you-need-to-know url %}">{% translate merchantinformbut %}</a></div>
</div><div>
<h2><span>2.</span> {% translate merchantservice %}</h2>
<p>{% translate merchantservicetxt %}</p>
<div><a href="https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses#Merchant_Services">{% translate merchantservicebut %}</a></div>
</div>
</div>
<div>
<div>
<h2><span>3.</span> {% translate tax %}</h2>
<p>{% translate taxtxt %}</p>
<div><a href="https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses#Setting_Prices">{% translate taxbut %}</a></div>
</div><div>
<h2><span>4.</span> {% translate visibility %}</h2>
<p>{% translate visibilitytxt %}</p>
<div><a href="http://usebitcoins.info">{% translate visibilitybut %}</a></div>
</div>
</div>
</div>
{% endcase %}

View file

@ -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." 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" 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." 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 <a href=\"https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses\">merchant introduction guide</a> on the wiki."
bitcoin-for-developers: bitcoin-for-developers:
title: "Bitcoin for Developers - Bitcoin" title: "Bitcoin for Developers - Bitcoin"
pagetitle: "Bitcoin for Developers" pagetitle: "Bitcoin for Developers"
@ -311,6 +310,7 @@ en:
title: "Getting started - Bitcoin" title: "Getting started - Bitcoin"
pagetitle: "Getting started with Bitcoin" pagetitle: "Getting started with Bitcoin"
pagedesc: "Using Bitcoin to pay and get paid is easy and accessible to everyone." pagedesc: "Using Bitcoin to pay and get paid is easy and accessible to everyone."
users: "How to use Bitcoin"
inform: "Inform yourself" 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." 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" informbut: "Read more"
@ -323,6 +323,19 @@ en:
spend: "Spend bitcoins" 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." 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" 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 <a href=\"https://en.bitcoin.it/wiki/Promotional_graphics\">Bitcoin logo</a> on your website or your brick and mortar business."
visibilitybut: "Submit your business"
how-it-works: how-it-works:
title: "How does Bitcoin work? - Bitcoin" title: "How does Bitcoin work? - Bitcoin"
pagetitle: "How does Bitcoin work?" pagetitle: "How does Bitcoin work?"