mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
adapt CSS to be either responsive, or specific to mobiles add mobile menu icon to show the hidden menu on touch add optimized language bar menu for mobiles remove 1200px width workaround for the wallet page, description now fit on 1 remove links on wallet icons for :hover compatibility with mobile devices move right buttons into the page (fixes #67) fix contributors plugin to produce W3C valid HTML drop useless classes like .list clean and organize CSS add icon for ios touch devices (fixes #111)
15 lines
887 B
HTML
15 lines
887 B
HTML
---
|
|
layout: base-en
|
|
id: index
|
|
title: Bitcoin
|
|
---
|
|
<h1>An open source P2P digital currency</h1>
|
|
<p style="font-size:20px;">Bitcoin is a digital currency, a protocol, and a software that enables
|
|
<ul style="font-size:20px;">
|
|
<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>
|