mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Update CSS files and a little design (thanks jordanful) (fixes #122)
This commit is contained in:
parent
eabbb15c27
commit
aec9797e93
7 changed files with 1061 additions and 700 deletions
12
index.html
12
index.html
|
@ -12,12 +12,12 @@ if(!langs[lang])lang='en';
|
|||
window.location.href='/'+lang+'/';
|
||||
</script>
|
||||
<h1>An open source P2P digital currency</h1>
|
||||
<p style="font-size:20px;">Bitcoin is a currency, a protocol, and a software that enables
|
||||
<ul style="font-size:20px;">
|
||||
<li style="padding:4px 0px;">Instant peer to peer transactions</li>
|
||||
<li style="padding:4px 0px;">Worldwide payments</li>
|
||||
<li style="padding:4px 0px;">Low or zero processing fees</li>
|
||||
<li style="padding:4px 0px;">And much more!</li>
|
||||
<p style="font-size:125%;">Bitcoin is a currency, a protocol, and a software that enables
|
||||
<ul style="font-size:125%">
|
||||
<li>Instant peer to peer transactions</li>
|
||||
<li>Worldwide payments</li>
|
||||
<li>Low or zero processing fees</li>
|
||||
<li>And much more!</li>
|
||||
</ul>
|
||||
<p>Bitcoin uses peer to peer technology to operate with no central authority; managing transactions and issuing Bitcoins are carried out <b>collectively by the network</b>. Through many of its unique properties, Bitcoin allows exciting uses that could not be covered by any previous payment systems.</p>
|
||||
<p>The software is a community-driven <a href="http://www.fsf.org/about/what-is-free-software">free open source</a> project, released under the <a href="http://creativecommons.org/licenses/MIT/">MIT license</a>.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue